From 8603419a18f6bee65d7d9bb36dacdac278b2792b Mon Sep 17 00:00:00 2001 From: Bernardo Innocenti Date: Sun, 23 Sep 2007 11:16:17 +0200 Subject: [PATCH] Add config --- geekigeeki.conf.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 geekigeeki.conf.py 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 -- 2.25.1