Mercurial > p > roundup > code
comparison roundup/configuration.py @ 3784:93dfda74a763
allow use of roundup-server pidfile without forking [SF#1614753]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 18 Dec 2006 03:53:39 +0000 |
| parents | 74aebbbea305 |
| children | 96b7e420b868 |
comparison
equal
deleted
inserted
replaced
| 3783:19d1e674768b | 3784:93dfda74a763 |
|---|---|
| 1 # Roundup Issue Tracker configuration support | 1 # Roundup Issue Tracker configuration support |
| 2 # | 2 # |
| 3 # $Id: configuration.py,v 1.37 2006-12-11 23:36:15 richard Exp $ | 3 # $Id: configuration.py,v 1.38 2006-12-18 03:53:39 richard Exp $ |
| 4 # | 4 # |
| 5 __docformat__ = "restructuredtext" | 5 __docformat__ = "restructuredtext" |
| 6 | 6 |
| 7 import getopt | 7 import getopt |
| 8 import imp | 8 import imp |
| 480 "var to 'xhtml' too so all auto-generated HTML is compliant.\n" | 480 "var to 'xhtml' too so all auto-generated HTML is compliant.\n" |
| 481 "Allowed values: html4, xhtml"), | 481 "Allowed values: html4, xhtml"), |
| 482 (TimezoneOption, "timezone", "UTC", "Default timezone offset," | 482 (TimezoneOption, "timezone", "UTC", "Default timezone offset," |
| 483 " applied when user's timezone is not set.", | 483 " applied when user's timezone is not set.", |
| 484 ["DEFAULT_TIMEZONE"]), | 484 ["DEFAULT_TIMEZONE"]), |
| 485 (BooleanOption, "nodaemon", "no", | |
| 486 "don't fork (this overrides the pidfile automatism).'"), | |
| 485 (BooleanOption, "instant_registration", "no", | 487 (BooleanOption, "instant_registration", "no", |
| 486 "Register new users instantly, or require confirmation via\n" | 488 "Register new users instantly, or require confirmation via\n" |
| 487 "email?"), | 489 "email?"), |
| 488 (BooleanOption, "email_registration_confirmation", "yes", | 490 (BooleanOption, "email_registration_confirmation", "yes", |
| 489 "Offer registration confirmation by email or only through the web?"), | 491 "Offer registration confirmation by email or only through the web?"), |
