X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=geekigeeki.conf.py;h=53181fb049f4235878da7b234b11731fabf419b2;hb=06b394e47026e72a949e3787870c46b4d019faef;hp=d99dcc36ade99fae66123b1540bb9c2bb886c445;hpb=5280eed375b92de43bb611dd255ec0d360641fa0;p=geekigeeki.git diff --git a/geekigeeki.conf.py b/geekigeeki.conf.py index d99dcc3..53181fb 100644 --- a/geekigeeki.conf.py +++ b/geekigeeki.conf.py @@ -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