File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed
Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 22Getting Started
33===============
44
5- :Version: $Revision: 1.4 $
5+ :Version: $Revision: 1.5 $
66
77.. contents::
88
@@ -166,7 +166,7 @@ Apache:
166166 SetEnv ROUNDUP_LOG "/var/log/roundup.log"
167167 SetEnv ROUNDUP_INSTANCE_HOMES "Default=/usr/local/share/roundup/instances/Default"
168168 SetEnv ROUNDUP_DEBUG "0"
169-
169+
170170 7. On Windows, write a batch file "roundup.bat" similar to the one below and
171171 place it into your cgi-bin directory::
172172
Original file line number Diff line number Diff line change 22Installing Roundup
33==================
44
5- :Version: $Revision: 1.15 $
5+ :Version: $Revision: 1.16 $
66
77.. contents::
88
@@ -181,9 +181,7 @@ Python -- see `testing your python`_.
181181 10 * * * * /opt/roundup/bin/roundup-mailgw
182182 /opt/roundup/instances/support /var/mail/support
183183
184- 6. TODO (mention perms)
185-
186- 7. Test the email gateway. Under most flavors of UNIX, this
184+ 6. Test the email gateway. Under most flavors of UNIX, this
187185 can be done by::
188186
189187 echo test | mail -s '[issue] test' support@YOUR_DOMAIN_HERE
Original file line number Diff line number Diff line change 22HTML Templating Mechanisms
33==========================
44
5- :Version: $Revision: 1.12 $
5+ :Version: $Revision: 1.13 $
66
77Current Situation and Issues
88============================
@@ -138,8 +138,9 @@ I'm envisaging an infrastructure layer where each template has the following
138138"root level" (that is, directly accessible in the TALES namespace) variables
139139defined:
140140
141- *class*
142- The current class of node being displayed as an HTMLClass instance
141+ *klass*
142+ The current class of node being displayed as an HTMLClass instance. Name is
143+ mangled so it can be used in Python expressions.
143144
144145*item*
145146 The current node from the database, if we're viewing a specific node, as an
@@ -183,7 +184,7 @@ defined:
183184*modules*
184185 python modules made available (XXX: not sure what's actually in there tho)
185186
186- Accesses through a class (either through *class * or *db.<classname>*)::
187+ Accesses through a class (either through *klass * or *db.<classname>*)::
187188
188189 class HTMLClass:
189190 def __getattr__(self, attr):
You can’t perform that action at this time.
0 commit comments