Add config
authorBernardo Innocenti <bernie@codewiz.org>
Sun, 23 Sep 2007 09:16:17 +0000 (11:16 +0200)
committerBernardo Innocenti <bernie@codewiz.org>
Sun, 23 Sep 2007 09:16:17 +0000 (11:16 +0200)
geekigeeki.conf.py [new file with mode: 0644]

diff --git a/geekigeeki.conf.py b/geekigeeki.conf.py
new file mode 100644 (file)
index 0000000..fcae5ac
--- /dev/null
@@ -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