Mercurial > p > roundup > code
comparison doc/roundup-server.1 @ 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 | 9c55f2bc5961 |
| children | 679118b572d5 |
comparison
equal
deleted
inserted
replaced
| 3879:454ee9411e85 | 3880:2359d6304a4f |
|---|---|
| 19 .TP | 19 .TP |
| 20 \fB-l\fP \fIfile\fP | 20 \fB-l\fP \fIfile\fP |
| 21 Sets a filename to log to (instead of stdout). This is required if the -d | 21 Sets a filename to log to (instead of stdout). This is required if the -d |
| 22 option is used. | 22 option is used. |
| 23 .TP | 23 .TP |
| 24 \fB-i\fP \fIfile\fP | |
| 25 Sets a filename to use as a template for generating the tracker index page. | |
| 26 The variable "trackers" is available to the template and is a dict of all | |
| 27 configured trackers. | |
| 28 .TP | |
| 24 \fB-h\fP | 29 \fB-h\fP |
| 25 print help | 30 print help |
| 26 .TP | 31 .TP |
| 27 \fBname=\fP\fItracker home\fP | 32 \fBname=\fP\fItracker home\fP |
| 28 Sets the tracker home(s) to use. The name is how the tracker is | 33 Sets the tracker home(s) to use. The name is how the tracker is |
