File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff 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
623623LOG = 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 > </ 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 > </ p >
11631175
11641176</ body > </ html>
You can’t perform that action at this time.
0 commit comments