]> git.llucax.com Git - software/blitiri.git/blobdiff - config.py.sample
Add form error reporting to online comments
[software/blitiri.git] / config.py.sample
index 512e1a43aab8d84dc398ff1212a0b35fca5bd73f..1f2c4eac0f1f68f84eb7e8029aa3be3ee22b941d 100644 (file)
@@ -1,3 +1,4 @@
+#coding: utf8
 
 # This is the sample configuration file for a blitiri blog engine.
 # If you omit a variable, the default will be used.
@@ -9,6 +10,12 @@
 # Directory where entries are stored
 data_path = "/tmp/blog/data"
 
+# Are comments allowed? (if False, comments_path option is not used)
+enable_comments = False
+
+# Directory where comments are stored (must be writeable by the web server)
+comments_path = "/tmp/blog/comments"
+
 # Path where templates are stored. Use an empty string for the built-in
 # default templates. If they're not found, the built-in ones will be used.
 templates_path = "/tmp/blog/templates"