Skip to content

Commit 915efd7

Browse files
author
Richard Jones
committed
Feeble addition to documentation for instance configuration. Well, it'll
hopefully change before 0.3.0 final, so I guess I have an excuse ;)
1 parent 600c289 commit 915efd7

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

doc/index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,18 @@ <h2><a name="config">Instance Configuration</a></h2>
621621

622622
# Somewhere for roundup to log stuff internally sent to stdout or stderr
623623
LOG = os.path.join(INSTANCE_HOME, 'roundup.log')
624+
625+
# Where to place the web filtering HTML on the index page
626+
FILTER_POSITION = 'bottom' # one of 'top', 'bottom', 'top and bottom'
627+
628+
# Deny or allow anonymous access to the web interface
629+
ANONYMOUS_ACCESS = 'deny'
630+
631+
# Deny or allow anonymous users to register through the web interface
632+
ANONYMOUS_REGISTER = 'deny'
633+
634+
# Send nosy messages to the author of the message
635+
MESSAGES_TO_AUTHOR = 'no' # either 'yes' or 'no'
624636
</pre>
625637

626638
<h2><a name="custinst">Instance Schema</a></h2>
@@ -1158,7 +1170,7 @@ <h1><a name="ack">Acknowledgements</a></h1>
11581170

11591171
<p>&nbsp;</p>
11601172
<hr>
1161-
$Id: index.html,v 1.16 2001-10-22 03:25:01 richard Exp $
1173+
$Id: index.html,v 1.17 2001-10-30 00:58:12 richard Exp $
11621174
<p>&nbsp;</p>
11631175

11641176
</body></html>

0 commit comments

Comments
 (0)