3 # This is the sample configuration file for a blitiri blog engine.
4 # If you omit a variable, the default will be used.
6 # If you prefer, you can set the values directly inside blitiri.cgi and not
7 # have a configuration file.
10 # Directory where entries are stored
11 data_path = "/tmp/blog/data"
13 # Are comments allowed? (if False, comments_path option is not used)
14 enable_comments = False
16 # Directory where comments are stored (must be writeable by the web server)
17 comments_path = "/tmp/blog/comments"
19 # Path where templates are stored. Use an empty string for the built-in
20 # default templates. If they're not found, the built-in ones will be used.
21 templates_path = "/tmp/blog/templates"
23 # Path where the cache is stored (must be writeable by the web server);
24 # set to None to disable. When enabled, you must take care of cleaning it up
25 # every once in a while.
26 #cache_path = "/tmp/blog/cache"
29 # URL to the blog, including the name. Can be a full URL or just the path.
30 blog_url = "/blog/blitiri.cgi"
32 # Style sheet (CSS) URL. Can be relative or absolute. To use the built-in
33 # default, set it to blog_url + "/style".
34 css_url = blog_url + "/style"
37 title = "I don't like blogs"
40 author = "Hartmut Kegan"
45 # Captcha method to use. At the moment only "title" is supported, but if you
46 # are keen with Python you can provide your own implementation, see
47 # blitiri.cgi for details.
48 captcha_method = "title"
50 # How many articles to show in the index