Move edit url
[geekigeeki.git] / geekigeeki.conf.py
index d99dcc36ade99fae66123b1540bb9c2bb886c445..53181fb049f4235878da7b234b11731fabf419b2 100644 (file)
@@ -10,7 +10,7 @@ site_icon = 'sys/favicon16x16.png'
 # set to None for read-only sites, or
 # leave empty ('') to allow anonymous edits
 # otherwise, set to a URL that requires authentication
-privileged_url = 'https://codewiz.org/wiki'
+privileged_url = 'https://www.codewiz.org/wikiedit'
 #privileged_url = ''
 #privileged_url = None
 
@@ -30,7 +30,7 @@ link_urls = [
     [ 'pavatar',         '/wiki/BernieAvatar80x80.png' ],
 ]
 
-history_url = '../wikigit/wiki.git'
+history_url = '../gitweb/wiki.git'
 
 post_edit_hook = os.path.join(script_path(), 'post_edit_hook.sh')
 
@@ -40,7 +40,7 @@ datetime_fmt = '%a, %d %b %Y %H:%M:%S %Z'
 nonexist_pfx = ''
 
 # maximum image width in pixels for thumbnails (set to '' to disable scaling)
-image_maxwidth = 400
+image_maxwidth = 512
 
 # Set to True for CGI var dump
 debug_cgi = False