diff etc/chroniclerc @ 16:f0884c3c035a

2007-08-14 17:58:18 by steve Support textile / markdown / html by default.
author steve
date Tue, 14 Aug 2007 17:58:18 +0000
parents 6d7827134a4f
children 393cf6c9301b
line wrap: on
line diff
--- a/etc/chroniclerc	Tue Aug 14 17:47:09 2007 +0000
+++ b/etc/chroniclerc	Tue Aug 14 17:58:18 2007 +0000
@@ -53,6 +53,27 @@
 
 
 #
+#  Here we specify the format the blog entries are written in.
+#
+#  Valid choices are:
+#
+#   html
+#   ----  
+#    The blog entries aren't touched and are inserted as-is.
+#
+#   markdown
+#   --------
+#    The blog entries are converted from markdown -> html then output.
+#
+#   textile
+#   -------
+#    The blog entries are converted from textile -> html then output.
+#
+# format = html
+#
+
+
+#
 #  We can disable the sidebar if we want
 #
 #  no-tags = 1