Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
hierro committed Dec 23, 2002
1 parent f540b47 commit 677034c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ Requirements for 1.0
lookup. (TR)
- update User's Guide about changes to SkeletonPage (no more #settings,
etc) (TR)
- Decide on Cheetah's 1.0 license and update the Users' Guide. (TR)
- Decide on Cheetah's 1.0 license and update the Users' Guide. Cheetah
will remain open source, and derived works (open or closed source) will be
allowed. The issue is how to make the second part more explicit. (TR)
- Add an example in the distribution of a simplified SkeletonPage
that used #block but does not have fancy esoteric methods like
style stuff. (MO)
Expand All @@ -26,9 +28,9 @@ Other TODO Items

- CheetahWrapper stuff: (MO)
* "cheetah compile --shbang '#!/usr/bin/python2.2'"
* "cheetah code [options] [FILES]" print template-specific portion of main
method(s) to stdout, with line numbers. May want a Template method to do
this too.
* "cheetah preview [options] [FILES]" print template-specific portion of main
method(s) to stdout, with line numbers based on the .py template module.
Make a Template method to do the same thing, a la .generatedModuleCode().
* Refactor, make compile/fill/code routines callbacks using a bundle arg.

- Debugging tools. See section below.
Expand Down

0 comments on commit 677034c

Please sign in to comment.