Simplify URL configuration
authorBernie Innocenti <bernie@codewiz.org>
Thu, 23 Sep 2010 19:03:17 +0000 (15:03 -0400)
committerBernie Innocenti <bernie@codewiz.org>
Thu, 23 Sep 2010 19:03:17 +0000 (15:03 -0400)
geekigeeki.conf.py

index e2314af366f04057dc27d5c98f4bcccf361afd9f..d4c9aa46ddbf35244269fd04bf99cbff2c494075 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://secure.sugarlabs.org/codewiz/wiki'
+privileged_url = 'https://codewiz.org/wiki'
 #privileged_url = ''
 #privileged_url = None
 
@@ -19,7 +19,7 @@ data_dir = 'data'
 # default page links
 meta_urls = [
     # http-equiv         content
-    [ 'X-XRDS-Location', 'http://codewiz.org/yadis.xml' ],
+    [ 'X-XRDS-Location', '/yadis.xml' ],
 ]
 link_urls = [
     # rel                href
@@ -27,7 +27,7 @@ link_urls = [
     [ 'stylesheet',      'sys/geekigeeki.css' ],
     [ 'openid.server',   'https://id.sugarlabs.org/bernie' ],
     [ 'openid.delegate', 'https://id.sugarlabs.org/bernie' ],
-    [ 'pavatar',         'http://codewiz.org/wiki/BernieAvatar80x80.png' ],
+    [ 'pavatar',         '/wiki/BernieAvatar80x80.png' ],
 ]
 
 history_url = '../wikigit/wiki.git'