Add config
[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'
9 text_dir = path.join(data_dir, 'text')
10 css_url = '../wikidata/geekigeeki.css'  # optional stylesheet link
11
12 history_url = '../wikigit/wiki.git'
13 post_edit_hook = './post_edit_hook.sh'
14
15 datetime_fmt = '%a %d %b %Y %I:%M %p'
16 allow_edit = True                       # Is it possible to edit pages?
17 show_hosts = True                       # show hostnames?
18 nonexist_pfx = ''                       # prefix before nonexistent link (usually '?')
19 debug_cgi = False                       # Set to True for CGI var dump