Move stuff in sys/ namespace
authorBernie Innocenti <bernie@codewiz.org>
Wed, 8 Apr 2009 23:33:09 +0000 (01:33 +0200)
committerBernie Innocenti <bernie@codewiz.org>
Wed, 8 Apr 2009 23:33:09 +0000 (01:33 +0200)
geekigeeki.conf.py
geekigeeki.py

index a920eff1b9ad9c4232c20f9f23aecd74e7ba6605..d156daab48e3d4d953d734c173b2a73771485c42 100644 (file)
@@ -1,5 +1,10 @@
 # Configuration values
+
+# this is displayed in the page title
 site_name = 'Codewiz'
+
+# this is used for the leftmost button of the navbar.
+# It can be set to an empty string or a text message
 site_icon = 'AmigaBoing16x16.png'
 
 # set to None for read-only sites, leave empty ('') to allow anonymous edits
@@ -15,8 +20,8 @@ meta_urls = [
 ]
 link_urls = [
     # rel                href
-    [ 'icon',            'favicon.png' ],
-    [ 'stylesheet',      'geekigeeki.css' ],
+    [ 'icon',            'sys/favicon.png' ],
+    [ 'stylesheet',      'sys/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' ],
index 321beccac88b0cd15a72b7e61e3901cde0fb4ba8..79f99efcd292e67034554823a04ca557aa1a19ff 100755 (executable)
@@ -97,7 +97,7 @@ def send_guru(msg_text, msg_type):
         print '\n           Guru Meditation #DEADBEEF.ABADC0DE'
     print '</pre>'
     print '<script language="JavaScript" type="text/javascript" src="%s" defer="defer"></script>' \
-        % relative_url('GuruMeditation.js')
+        % relative_url('sys/GuruMeditation.js')
 
 def send_title(name, text="Limbo", msg_text=None, msg_type='error', writable=False):
     global title_done