Move edit url
authorBernie Innocenti <bernie@codewiz.org>
Sun, 15 Jul 2018 16:49:41 +0000 (12:49 -0400)
committerBernie Innocenti <bernie@codewiz.org>
Sun, 15 Jul 2018 16:49:41 +0000 (12:49 -0400)
geekigeeki.conf.py

index a9bad41141cc26ac71be981573f6a3570d66858a..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
 # 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
 
 #privileged_url = ''
 #privileged_url = None
 
@@ -30,7 +30,7 @@ link_urls = [
     [ 'pavatar',         '/wiki/BernieAvatar80x80.png' ],
 ]
 
     [ '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')
 
 
 post_edit_hook = os.path.join(script_path(), 'post_edit_hook.sh')