Move edit url
[geekigeeki.git] / geekigeeki.conf.py
index d4c9aa46ddbf35244269fd04bf99cbff2c494075..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
 
@@ -25,12 +25,12 @@ link_urls = [
     # rel                href
     [ 'icon',            'sys/favicon.gif' ],
     [ 'stylesheet',      'sys/geekigeeki.css' ],
-    [ 'openid.server',   'https://id.sugarlabs.org/bernie' ],
-    [ 'openid.delegate', 'https://id.sugarlabs.org/bernie' ],
+    [ 'openid.server',   'https://id.codewiz.org/bernie' ],
+    [ 'openid.delegate', 'https://id.codewiz.org/bernie' ],
     [ '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