Fix OpenID config
authorBernie Innocenti <bernie@codewiz.org>
Wed, 13 Aug 2008 09:04:35 +0000 (11:04 +0200)
committerBernie Innocenti <bernie@codewiz.org>
Wed, 13 Aug 2008 09:04:35 +0000 (11:04 +0200)
geekigeeki.conf.py

index 59b85305a19138e88b4d016147c489baf07d111b..1efe7b49b07ce91e337f88190595de8f4b2351a2 100644 (file)
@@ -12,8 +12,8 @@ link_urls = [
     # rel                href                              type
     [ 'icon',            'hacker-favicon.ico' ],
     [ 'stylesheet',      '../wikidata/geekigeeki.css' ],
-    [ 'openid.server',   'http://www.codewiz.org/openid' ],
-    [ 'openid.delegate', 'http://www.codewiz.org/openid' ],
+    [ 'openid.server',   'http://www.codewiz.org/openid/' ],
+    [ 'openid.delegate', 'http://www.codewiz.org/openid/' ],
 ]
 
 history_url = '../wikigit/wiki.git'
@@ -32,7 +32,7 @@ show_hosts = True
 nonexist_pfx = ''
 
 # maximum image width in pixels
-image_maxwidth = 800
+image_maxwidth = 400
 
 # Set to True for CGI var dump
 debug_cgi = False