diff 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 diff
--- a/doc/roundup-server.ini.example	Sun Sep 02 06:48:13 2007 +0000
+++ b/doc/roundup-server.ini.example	Sun Sep 02 16:05:36 2007 +0000
@@ -1,6 +1,6 @@
 ; This is a sample configuration file for roundup-server. See the
 ; admin_guide for information about its contents.
-[server]
+[main]
 port = 8080
 ;hostname = 
 ;user = 
@@ -8,9 +8,10 @@
 ;log_ip = yes
 ;pidfile = 
 ;logfile = 
+;template =
 
 
 ; Add one of these per tracker being served
-[tracker_url_component]
+[trackers]
 home = /path/to/tracker
 

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