Mercurial > p > roundup > code
annotate templates/minimal/TEMPLATE-INFO.txt @ 2623:4e1030d49cea
fix: Option defaults were applied as strings...
...not converted to internal representation;
add Option methods str2value and value2str for value conversion
from and to the strings kept in .ini file;
options MAIL_USERNAME, MAIL_TLS_KEYFILE and MAIL_TLS_CERTFILE
default to empty strings: NODEFAULT value is a configuration
error, and for these options it is ok to keep them unset.
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Sun, 25 Jul 2004 14:36:50 +0000 |
| parents | 21312a7564fd |
| children |
| rev | line source |
|---|---|
|
1591
21312a7564fd
moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
1 Name: minimal |
|
21312a7564fd
moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
2 Description: This is an empty tracker - it must be customised for it to be |
|
21312a7564fd
moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
3 useful! It only defines the bare minimum of information - the |
|
21312a7564fd
moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
4 user database and the two default users (admin and anonymous). |
|
21312a7564fd
moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
5 The rest is entirely up to you! Not recommended for first-time |
|
21312a7564fd
moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
6 Roundup users (it's easier to tweak the Classic tracker). |
|
21312a7564fd
moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
7 Intended-For: Roundup experts who need a clean slate to start with. |
|
21312a7564fd
moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
8 |
