Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
hierro committed Mar 28, 2002
1 parent d1ab282 commit 73ce5a8
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions TODO
Expand Up @@ -13,7 +13,12 @@ Languague Specification
should delegate multiple inheritance (mixins, etc.) to pure Python base should delegate multiple inheritance (mixins, etc.) to pure Python base
classes. classes.


- revisit parsed #include directives. Are the necessary at all?? - revisit parsed #include directives. Are they necessary at all??
(This is a rhetorical question. They are necessary. However, the
Users' Guide needs better examples about when and when not to use
#include. Also, consider making '#include' do a raw include, and
something else do a parsed include ('#include parsed', '#include cheetah'?),
so that users get parsing only if they explicitly request it.


- finish the #cache directive's varyBy keyword - finish the #cache directive's varyBy keyword


Expand All @@ -31,6 +36,11 @@ Implementation


- implement the #cache directive's varyBy keyword - implement the #cache directive's varyBy keyword


- split 'cheetah compile' function into two. 'cheetah compile' converts
*.tmpl -> *.py and eliminates the -w switch. Another function does
whatever 'cheetah compile -w' is supposed to do (*.tmpl -> *.html somehow).
Audit 'cheetah compile' for bugs and unclear code.

Test Suite Test Suite
================================================================================ ================================================================================
- test cases for the SkeletonPage framework - test cases for the SkeletonPage framework
Expand All @@ -39,8 +49,13 @@ Test Suite


Documentation Documentation
================================================================================ ================================================================================
- finish up the Webware section - more examples in the Webware section (MO)
- beginners guide (MO) - more examples/advice all over the Users' Guide about recommended/
non-recommended strategies (MO)
- developers' guide (MO)
- beginners guide
- quick reference for template maintainers (MO - someday)
- HOWTOs (somebody offered to make some)


Website Website
================================================================================ ================================================================================
Expand Down

0 comments on commit 73ce5a8

Please sign in to comment.