From e315413c8d6b325c8424884f2341eb1c535dca09 Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Sun, 15 Jul 2018 12:49:41 -0400 Subject: [PATCH] Move edit url --- geekigeeki.conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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') -- 2.25.1