From: richard Date: Tue, 30 Oct 2001 00:58:12 +0000 (+0000) Subject: Feeble addition to documentation for instance configuration. Well, it'll X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ae31c627f20731a4e5980047280ee56c0cfa3c33;p=roundup.git Feeble addition to documentation for instance configuration. Well, it'll 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 --- diff --git a/doc/index.html b/doc/index.html index 1707bfe..ba769e3 100644 --- a/doc/index.html +++ b/doc/index.html @@ -621,6 +621,18 @@ ADMIN_EMAIL = 'roundup-admin@%s'%MAIL_DOMAIN # 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'

Instance Schema

@@ -1158,7 +1170,7 @@ system on their time.

 


-$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 $