diff bin/createstaticweb.py @ 154:a30351c91a68

Make status-by-startdate.html the default template. Sorting by date is generally more useful than sorting by revision because different tracks usually come from different repositories.
author Bernhard Herzog <bh@intevation.de>
date Tue, 10 Jun 2008 09:51:50 +0000
parents 4adcb15cbdfb
children 1fcdffbeb9de
line wrap: on
line diff
--- a/bin/createstaticweb.py	Mon Jun 09 16:34:23 2008 +0000
+++ b/bin/createstaticweb.py	Tue Jun 10 09:51:50 2008 +0000
@@ -17,7 +17,7 @@
 
 def parse_commandline():
     parser = create_parser()
-    parser.set_defaults(status_template="status-by-revision.html")
+    parser.set_defaults(status_template="status-by-startdate.html")
     parser.add_option("--status-template",
                       help=("The template file to use for the status page."
                             " Relative filenames are interpreted"
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)