Mercurial > p > roundup > code
comparison doc/index.html @ 338:b24754a5c629
Feeble addition to documentation for instance configuration. Well, it'll
hopefully change before 0.3.0 final, so I guess I have an excuse ;)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 30 Oct 2001 00:58:12 +0000 |
| parents | c0ca7f35e0c5 |
| children | 745f9cacfba0 |
comparison
equal
deleted
inserted
replaced
| 337:8cd545738d8e | 338:b24754a5c629 |
|---|---|
| 619 # The email address that roundup will complain to if it runs into trouble | 619 # The email address that roundup will complain to if it runs into trouble |
| 620 ADMIN_EMAIL = 'roundup-admin@%s'%MAIL_DOMAIN | 620 ADMIN_EMAIL = 'roundup-admin@%s'%MAIL_DOMAIN |
| 621 | 621 |
| 622 # Somewhere for roundup to log stuff internally sent to stdout or stderr | 622 # Somewhere for roundup to log stuff internally sent to stdout or stderr |
| 623 LOG = os.path.join(INSTANCE_HOME, 'roundup.log') | 623 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' | |
| 624 </pre> | 636 </pre> |
| 625 | 637 |
| 626 <h2><a name="custinst">Instance Schema</a></h2> | 638 <h2><a name="custinst">Instance Schema</a></h2> |
| 627 An instance schema defines what data is stored in the instance's database. | 639 An instance schema defines what data is stored in the instance's database. |
| 628 The two schemas shipped with Roundup turn it into a typical software bug | 640 The two schemas shipped with Roundup turn it into a typical software bug |
| 1156 Go Ping, you rock! Also, go Bizar Software for letting me implement this | 1168 Go Ping, you rock! Also, go Bizar Software for letting me implement this |
| 1157 system on their time. | 1169 system on their time. |
| 1158 | 1170 |
| 1159 <p> </p> | 1171 <p> </p> |
| 1160 <hr> | 1172 <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 $ |
| 1162 <p> </p> | 1174 <p> </p> |
| 1163 | 1175 |
| 1164 </body></html> | 1176 </body></html> |
| 1165 | 1177 |
