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'
8 data_dir = '/home/bernie/public_html/wiki/data'
9 css_url = ['../wikidata/geekigeeki.css'] # optional stylesheet links
11 history_url = '../wikigit/wiki.git'
12 post_edit_hook = './post_edit_hook.sh'
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