X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=geekigeeki.conf.py;h=26e9a30866174962d9ef93d444f4a89d2d8c8b41;hb=bfa2f63dc09c936f10b7cc3c1ee0c1c136af3591;hp=d08db5206801b8cb29954e26e42ed4f42dd9de6b;hpb=341fe4ae99533d8ce81d9dcd1fa973ce5796923c;p=geekigeeki.git diff --git a/geekigeeki.conf.py b/geekigeeki.conf.py index d08db52..26e9a30 100644 --- a/geekigeeki.conf.py +++ b/geekigeeki.conf.py @@ -32,15 +32,15 @@ link_urls = [ history_url = '../wikigit/wiki.git' -post_edit_hook = './post_edit_hook.sh' +post_edit_hook = os.path.join(script_path(), 'post_edit_hook.sh') -datetime_fmt = '%a %d %b %Y %I:%M %p' +datetime_fmt = '%a, %d %b %Y %H:%M:%S %Z' # prefix before nonexistent link (usually '?') nonexist_pfx = '' -# maximum image width in pixels +# maximum image width in pixels for thumbnails (set to '' to disable scaling) image_maxwidth = 400 # Set to True for CGI var dump -#debug_cgi = True +debug_cgi = False