Add missing dots.
[wikiri.git] / config.py.sample
blob8ec4dc84f1d47d08b3c3136ef856c4f5d57b9682
1 #coding: utf8
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.
9 # Directory where entries are stored
10 data_path = "data/"
12 # Path where templates are stored. Use an empty string for the built-in
13 # default templates. If they're not found, the built-in ones will be used.
14 templates_path = "templates/"
16 # URL to the wiki, including the name. Can be a full URL or just the path.
17 wiki_url = "/wiki/wikiri.cgi"
19 # Style sheet (CSS) URL. Can be relative or absolute. To use the built-in
20 # default, set it to wiki_url + "/style".
21 css_url = wiki_url + "/style"
23 # Wiki title.
24 title = "I like wikis"