Mercurial > p > roundup > code
diff doc/admin_guide.txt @ 3465:81542d49c8cb
fix admin doc description of roundup-server config file
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 13 Jan 2006 02:55:49 +0000 |
| parents | df693c0aaba9 |
| children | ee73abcc95d2 |
line wrap: on
line diff
--- a/doc/admin_guide.txt Fri Jan 13 02:38:45 2006 +0000 +++ b/doc/admin_guide.txt Fri Jan 13 02:55:49 2006 +0000 @@ -2,7 +2,7 @@ Administration Guide ==================== -:Version: $Revision: 1.19 $ +:Version: $Revision: 1.20 $ .. contents:: @@ -74,7 +74,7 @@ The basic configuration file layout is as follows (take from the ``roundup-server.ini.example`` file in the "doc" directory):: - [server] + [main] port = 8080 ;hostname = ;user = @@ -83,9 +83,9 @@ ;pidfile = ;logfile = + [trackers] ; Add one of these per tracker being served - [tracker_url_component] - home = /path/to/tracker + name = /path/to/tracker/name Values ";commented out" are optional. The meaning of the various options are as follows: @@ -109,13 +109,10 @@ written to this file. It must be specified if **pidfile** is specified. If per-tracker logging is specified, then very little will be written to this file. -**example_tracker** sections - These are used to specify which Roundup trackers are to be served up by - roundup-server. Each tracker has its own ``[section]`` with a single - ``home`` value defined pointing to the tracker's home. The section name is - used in the URL to select the appropriate reacker. Make sure the name part - doesn't include any url-unsafe characters like spaces. Stick to - alphanumeric characters and you'll be ok. +**trackers** section + Each line denotes a mapping from a URL component to a tracker home. + Make sure the name part doesn't include any url-unsafe characters like + spaces. Stick to alphanumeric characters and you'll be ok. Users and Security
