diff doc/admin_guide.txt @ 3467:8fcee705ebdb maint-0.8

merge from HEAD
author Richard Jones <richard@users.sourceforge.net>
date Fri, 13 Jan 2006 03:34:34 +0000
parents ee1e2c8472f3
children
line wrap: on
line diff
--- a/doc/admin_guide.txt	Fri Jan 13 01:44:02 2006 +0000
+++ b/doc/admin_guide.txt	Fri Jan 13 03:34:34 2006 +0000
@@ -2,7 +2,7 @@
 Administration Guide
 ====================
 
-:Version: $Revision: 1.15.2.3 $
+:Version: $Revision: 1.15.2.4 $
 
 .. contents::
 
@@ -73,7 +73,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 = 
@@ -82,9 +82,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:
@@ -108,13 +108,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

Roundup Issue Tracker: http://roundup-tracker.org/