X-Git-Url: https://codewiz.org/gitweb?p=geekigeeki.git;a=blobdiff_plain;f=geekigeeki.conf.py;h=53181fb049f4235878da7b234b11731fabf419b2;hp=a9bad41141cc26ac71be981573f6a3570d66858a;hb=e315413c8d6b325c8424884f2341eb1c535dca09;hpb=344a5723acc80525ac936017a64ad3d69d1950b7 diff --git a/geekigeeki.conf.py b/geekigeeki.conf.py index a9bad41..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')