comparison doc/admin_guide.txt @ 3880:2359d6304a4f

Allow template for tracker index page [SF#058020] requested the ability to have a user-specified template page for the tracker index that is generated when roundup-server is handling multiple trackers. This adds a "-i" option that allows them to specify a template.
author Justus Pendleton <jpend@users.sourceforge.net>
date Sun, 02 Sep 2007 16:05:36 +0000
parents e03014a96a95
children 679118b572d5
comparison
equal deleted inserted replaced
3879:454ee9411e85 3880:2359d6304a4f
1 ==================== 1 ====================
2 Administration Guide 2 Administration Guide
3 ==================== 3 ====================
4 4
5 :Version: $Revision: 1.23 $ 5 :Version: $Revision: 1.24 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 What does Roundup install? 9 What does Roundup install?
10 ========================== 10 ==========================
80 ;user = 80 ;user =
81 ;group = 81 ;group =
82 ;log_ip = yes 82 ;log_ip = yes
83 ;pidfile = 83 ;pidfile =
84 ;logfile = 84 ;logfile =
85 ;template =
85 86
86 [trackers] 87 [trackers]
87 ; Add one of these per tracker being served 88 ; Add one of these per tracker being served
88 name = /path/to/tracker/name 89 name = /path/to/tracker/name
89 90
107 **logfile** 108 **logfile**
108 Any unhandled exception messages or other output from Roundup will be 109 Any unhandled exception messages or other output from Roundup will be
109 written to this file. It must be specified if **pidfile** is specified. 110 written to this file. It must be specified if **pidfile** is specified.
110 If per-tracker logging is specified, then very little will be written to 111 If per-tracker logging is specified, then very little will be written to
111 this file. 112 this file.
113 **template**
114 Specifies a template used for displaying the tracker index when
115 multiple trackers are being used. The variable "trackers" is available
116 to the template and is a dict of all configured trackers.
112 **trackers** section 117 **trackers** section
113 Each line denotes a mapping from a URL component to a tracker home. 118 Each line denotes a mapping from a URL component to a tracker home.
114 Make sure the name part doesn't include any url-unsafe characters like 119 Make sure the name part doesn't include any url-unsafe characters like
115 spaces. Stick to alphanumeric characters and you'll be ok. 120 spaces. Stick to alphanumeric characters and you'll be ok.
116 121

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