Adjust committer to new name.
[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.codewiz.org/~bernie/wiki'
7
8 data_dir = '/home/bernie/public_html/wiki/data'
9 css_url = '../wikidata/geekigeeki.css'  # optional stylesheet link
10
11 history_url = '../wikigit/wiki.git'
12 post_edit_hook = './post_edit_hook.sh'
13
14 datetime_fmt = '%a %d %b %Y %I:%M %p'
15 allow_edit = True                       # Is it possible to edit pages?
16 show_hosts = True                       # show hostnames?
17 nonexist_pfx = ''                       # prefix before nonexistent link (usually '?')
18 debug_cgi = False                       # Set to True for CGI var dump