Mercurial > p > roundup > code
comparison doc/implementation.txt @ 1089:43ab730ee194
instance -> tracker, node -> item
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 10 Sep 2002 00:15:59 +0000 |
| parents | 38a74d1351c5 |
| children | b9c1226cb600 |
comparison
equal
deleted
inserted
replaced
| 1088:32e41ddf2edb | 1089:43ab730ee194 |
|---|---|
| 1 ==================== | 1 ==================== |
| 2 Implementation notes | 2 Implementation notes |
| 3 ==================== | 3 ==================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.4 $ | 5 :Version: $Revision: 1.5 $ |
| 6 | 6 |
| 7 [see also the roundup package docstring] | 7 [see also the roundup package docstring] |
| 8 | 8 |
| 9 There have been some modifications to the spec. I've marked these in the | 9 There have been some modifications to the spec. I've marked these in the |
| 10 source with 'XXX' comments when I remember to. | 10 source with 'XXX' comments when I remember to. |
| 28 top-level CGI handler. In a nutshell, the handler looks for a method on | 28 top-level CGI handler. In a nutshell, the handler looks for a method on |
| 29 itself called 'index%s' or 'item%s' where %s is a class. Most items | 29 itself called 'index%s' or 'item%s' where %s is a class. Most items |
| 30 pass on to the templating mechanism, but the file class _always_ does | 30 pass on to the templating mechanism, but the file class _always_ does |
| 31 downloading. It'll probably stay this way too... | 31 downloading. It'll probably stay this way too... |
| 32 | 32 |
| 33 template - call="link(property)" may be used to link "the current node" | 33 template - call="link(property)" may be used to link "the current item" |
| 34 (from an index) - the link text is the property specified. | 34 (from an index) - the link text is the property specified. |
| 35 | 35 |
| 36 template - added functions that I found very useful: List, History and | 36 template - added functions that I found very useful: List, History and |
| 37 Submit. | 37 Submit. |
| 38 | 38 |
