summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6493b4a)
raw | patch | inline | side by side (parent: 6493b4a)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 30 Oct 2001 00:58:12 +0000 (00:58 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 30 Oct 2001 00:58:12 +0000 (00:58 +0000) |
hopefully change before 0.3.0 final, so I guess I have an excuse ;)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@349 57a73879-2fb5-44c3-a270-3262357dd7e2
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@349 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/index.html | patch | blob | history |
diff --git a/doc/index.html b/doc/index.html
index 1707bfe2e7a61fbd86c1d7e442cf1f7e3cfc807d..ba769e32f55618d21ec838b1c2b57c051bcd1e33 100644 (file)
--- a/doc/index.html
+++ b/doc/index.html
# Somewhere for roundup to log stuff internally sent to stdout or stderr
LOG = os.path.join(INSTANCE_HOME, 'roundup.log')
+
+# Where to place the web filtering HTML on the index page
+FILTER_POSITION = 'bottom' # one of 'top', 'bottom', 'top and bottom'
+
+# Deny or allow anonymous access to the web interface
+ANONYMOUS_ACCESS = 'deny'
+
+# Deny or allow anonymous users to register through the web interface
+ANONYMOUS_REGISTER = 'deny'
+
+# Send nosy messages to the author of the message
+MESSAGES_TO_AUTHOR = 'no' # either 'yes' or 'no'
</pre>
<h2><a name="custinst">Instance Schema</a></h2>
<p> </p>
<hr>
-$Id: index.html,v 1.16 2001-10-22 03:25:01 richard Exp $
+$Id: index.html,v 1.17 2001-10-30 00:58:12 richard Exp $
<p> </p>
</body></html>