diff etc/chroniclerc @ 10:6d7827134a4f

2007-08-13 23:22:03 by steve Updated defaults to work with a new install.
author steve
date Mon, 13 Aug 2007 23:22:03 +0000
parents d9c2f0cb6096
children f0884c3c035a
line wrap: on
line diff
--- a/etc/chroniclerc	Mon Aug 13 23:17:15 2007 +0000
+++ b/etc/chroniclerc	Mon Aug 13 23:22:03 2007 +0000
@@ -23,7 +23,7 @@
 #
 #  Input directory
 # 
-input = /home/skx/cvs/chronicle/blog
+input = ./blog
 
 
 #
@@ -36,13 +36,13 @@
 #
 #  Output directory to write the blog to
 #
-output = /home/skx/cvs/chronicle/output
+output = ./output
 
 
 #
 #  Directory containing the templates
 #
-template = /home/skx/cvs/chronicle/themes/default
+template = /usr/share/chronicle/themes/default
 
 
 #
@@ -76,7 +76,7 @@
 #
 #  URL prefix, if any.
 #
-url_prefix = http://www.steve.org.uk/Software/chronicle/demo/
+url_prefix = http://example.com/
 
 
 #
@@ -88,4 +88,5 @@
 #
 #  A command to run post-build.
 #
-# post-build = scp -r output/* steve@www.steve.org.uk:/home/www/www.steve.org.uk/htdocs/Software/chronicle/demo
+# post-build = scp -r output/* user@host:/some/path
+#
\ No newline at end of file