changeset 75:c64a37a823d1

Document, and support, no-calendar.
author Steve Kemp <steve@steve.org.uk>
date Sat, 08 Dec 2007 17:52:46 +0000
parents 446933b0d2c2
children 2e7d3a1e97c7
files bin/chronicle etc/chroniclerc
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/chronicle	Sat Dec 08 16:53:28 2007 +0000
+++ b/bin/chronicle	Sat Dec 08 17:52:46 2007 +0000
@@ -495,6 +495,7 @@
                "force",        \$CONFIG{'force'},
                "no-tags",      \$CONFIG{'no-tags'},
                "no-cache",     \$CONFIG{'no-cache'},
+               "no-calendar",  \$CONFIG{'no-calendar'},
                "no-archive",   \$CONFIG{'no-archive'},
                "lower-case",   \$CONFIG{'lower-case'},
 
--- a/etc/chroniclerc	Sat Dec 08 16:53:28 2007 +0000
+++ b/etc/chroniclerc	Sat Dec 08 17:52:46 2007 +0000
@@ -81,8 +81,9 @@
 #
 #  We can disable the sidebar if we want
 #
-#  no-tags = 1
-#  no-archive = 1
+#  no-tags     = 1
+#  no-archive  = 1
+#  no-calander = 1
 #