From: Bernardo Innocenti Date: Sun, 23 Sep 2007 09:16:17 +0000 (+0200) Subject: Add config X-Git-Tag: v3.0~57 X-Git-Url: https://codewiz.org/gitweb?p=geekigeeki.git;a=commitdiff_plain;h=8603419a18f6bee65d7d9bb36dacdac278b2792b Add config --- diff --git a/geekigeeki.conf.py b/geekigeeki.conf.py new file mode 100644 index 0000000..fcae5ac --- /dev/null +++ b/geekigeeki.conf.py @@ -0,0 +1,19 @@ +# Configuration values +site_name = 'Codewiz' + +# set to None for read-only sites, leave empty ('') to allow anonymous edits +# otherwise, set to a URL that requires authentication +privileged_url = 'https://www.codewiz.org/~bernie/wiki' + +data_dir = '/home/bernie/public_html/wiki' +text_dir = path.join(data_dir, 'text') +css_url = '../wikidata/geekigeeki.css' # optional stylesheet link + +history_url = '../wikigit/wiki.git' +post_edit_hook = './post_edit_hook.sh' + +datetime_fmt = '%a %d %b %Y %I:%M %p' +allow_edit = True # Is it possible to edit pages? +show_hosts = True # show hostnames? +nonexist_pfx = '' # prefix before nonexistent link (usually '?') +debug_cgi = False # Set to True for CGI var dump