summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorhierro <hierro>2002-09-13 05:43:02 +0000
committerhierro <hierro>2002-09-13 05:43:02 +0000
commit448c9b007dc0d5b211392805a01870debb0ff4ab (patch)
tree1a487d029bfc829e17fbac0abc8644ecc045845e /TODO
parentc79ab09afa75c452cf003fee400b159585fa96f5 (diff)
downloadpython-cheetah-448c9b007dc0d5b211392805a01870debb0ff4ab.tar.gz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 7 insertions, 2 deletions
diff --git a/TODO b/TODO
index 422e362..70ae9e9 100644
--- a/TODO
+++ b/TODO
@@ -8,12 +8,17 @@ Cheetah TODO list
affected a released version of Cheetah.
-Goals for 1.0
+Requirements for 1.0
=========================================================================
-- Change #compiler-settings to #compiler
- write a formalized grammar for Cheetah in BNF
- update User's Guide about changes to SkeletonPage (no more #settings,
etc) (TR)
+- document all methods/attributes inherited from Template and
+ WebKit.Servlet/Cheetah.DummyServlet, for section 11.5 of the Users' Guide.
+ Distinguish those that are frequently used by the template maintainer,
+ those occasionally used, and those never used. These must be documented
+ to avoid unknowingly overriding a Template/Servlet variable and causing
+ side effects.
- decide whether/when to change the way local/global/builtin variables
are looked up (see below).