# 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
]
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' ],
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