Mercurial > p > roundup > code
diff doc/implementation.txt @ 907:38a74d1351c5
documentation updates
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 29 Jul 2002 00:54:41 +0000 |
| parents | b38f4f95bffd |
| children | 43ab730ee194 |
line wrap: on
line diff
--- a/doc/implementation.txt Mon Jul 29 00:27:36 2002 +0000 +++ b/doc/implementation.txt Mon Jul 29 00:54:41 2002 +0000 @@ -2,7 +2,7 @@ Implementation notes ==================== -:Version: $Revision: 1.3 $ +:Version: $Revision: 1.4 $ [see also the roundup package docstring] @@ -24,7 +24,7 @@ "superseder" multilink (since it can only link to one thing, and we'd want bugs to link to support and vice-versa). - templates - the call="link()" is handled by special-case mechanisms in my + template - the call="link()" is handled by special-case mechanisms in my top-level CGI handler. In a nutshell, the handler looks for a method on itself called 'index%s' or 'item%s' where %s is a class. Most items pass on to the templating mechanism, but the file class _always_ does @@ -44,7 +44,8 @@ template - menu() and field() look awfully similar now .... ;) - roundup.py - the command-line tool has a lot more commands at its disposal + roundup_admin.py - the command-line tool has a lot more commands at its + disposal -----------------
