Mercurial > p > roundup > code
view doc/roundup-server.ini.example @ 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 |
line wrap: on
line source
; This is a sample configuration file for roundup-server. See the ; admin_guide for information about its contents. [main] port = 8080 ;hostname = ;user = ;group = ;log_ip = yes ;pidfile = ;logfile = ;template = ; Add one of these per tracker being served [trackers] home = /path/to/tracker
