Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/doc/admin_guide.txt Sun Sep 02 06:48:13 2007 +0000 +++ b/doc/admin_guide.txt Sun Sep 02 16:05:36 2007 +0000 @@ -2,7 +2,7 @@ Administration Guide ==================== -:Version: $Revision: 1.23 $ +:Version: $Revision: 1.24 $ .. contents:: @@ -82,6 +82,7 @@ ;log_ip = yes ;pidfile = ;logfile = + ;template = [trackers] ; Add one of these per tracker being served @@ -109,6 +110,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. +**template** + Specifies a template used for displaying the tracker index when + multiple trackers are being used. The variable "trackers" is available + to the template and is a dict of all configured trackers. **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
