Support changelog message
[geekigeeki.git] / geekigeeki.conf.py
1 # Configuration values
2 site_name = 'Codewiz'
3
4 # set to None for read-only sites, leave empty ('') to allow anonymous edits
5 # otherwise, set to a URL that requires authentication
6 privileged_url = 'https://www.develer.com/~bernie/wiki'
7
8 data_dir = '/home/bernie/public_html/wiki/data'
9
10 # default page links
11 link_urls = [
12     # rel                href                              type
13     [ 'icon',            'hacker-favicon.ico' ],
14     [ 'stylesheet',      '../wikidata/geekigeeki.css' ],
15     [ 'openid.server',   'http://www.codewiz.org/openid/index.php' ],
16     [ 'openid.delegate', 'http://www.codewiz.org/openid/index.php' ],
17     [ 'pavatar',         'http://www.codewiz.org/wiki/BernieAvatar80x80.png' ],
18 ]
19
20 history_url = '../wikigit/wiki.git'
21
22 post_edit_hook = './post_edit_hook.sh'
23
24 datetime_fmt = '%a %d %b %Y %I:%M %p'
25
26 # Is it possible to edit pages?
27 allow_edit = True
28
29 # show hostnames?
30 show_hosts = True
31
32 # prefix before nonexistent link (usually '?')
33 nonexist_pfx = ''
34
35 # maximum image width in pixels
36 image_maxwidth = 400
37
38 # Set to True for CGI var dump
39 debug_cgi = False