Skip to content

Commit 95e2995

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 715f47b commit 95e2995

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

doc/getting_started.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Getting 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

doc/installation.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Installing 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

doc/templating.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
HTML Templating Mechanisms
33
==========================
44

5-
:Version: $Revision: 1.12 $
5+
:Version: $Revision: 1.13 $
66

77
Current 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
139139
defined:
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):

0 commit comments

Comments
 (0)