Use subprocess rather than os.popen
[geekigeeki.git] / geekigeeki.conf.py
index 1080e49c9cc02c2cb6ceb6e859729a5c1f6d8dd5..a920eff1b9ad9c4232c20f9f23aecd74e7ba6605 100644 (file)
@@ -1,5 +1,6 @@
 # Configuration values
 site_name = 'Codewiz'
+site_icon = 'AmigaBoing16x16.png'
 
 # set to None for read-only sites, leave empty ('') to allow anonymous edits
 # otherwise, set to a URL that requires authentication
@@ -8,8 +9,18 @@ privileged_url = 'https://www.develer.com/~bernie/wiki'
 data_dir = '/home/bernie/public_html/wiki/data'
 
 # default page links
-icon_url = 'hacker-favicon.ico'
-css_url = ['../wikidata/geekigeeki.css']
+meta_urls = [
+    # http-equiv         content 
+    [ 'X-XRDS-Location', 'http://www.codewiz.org/yadis.xml' ],
+]
+link_urls = [
+    # rel                href
+    [ 'icon',            'favicon.png' ],
+    [ 'stylesheet',      'geekigeeki.css' ],
+    [ 'openid.server',   'https://www.develer.com/openid/bernie' ],
+    [ 'openid.delegate', 'https://www.develer.com/openid/bernie' ],
+    [ 'pavatar',         'http://www.codewiz.org/wiki/BernieAvatar80x80.png' ],
+]
 
 history_url = '../wikigit/wiki.git'
 
@@ -27,7 +38,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