codekasten/wortschlucker
lars 34acd9bf36 unified indentation (spaces instead of tabs)
fixed non-ascii handling for creoleparser (working around a possible creoleparser-bug that causes parsing to fail for unicode text with umlauts - only utf-8 encoded strings work)
2010-04-18 01:31:48 +00:00
..
static updated TODO 2010-04-15 22:38:08 +00:00
templates unified indentation (spaces instead of tabs) 2010-04-18 01:31:48 +00:00
database.sqlite started 'new poll' css 2010-04-17 20:35:13 +00:00
forms.py added submission of content 2010-04-15 11:50:58 +00:00
README creoleparser included. it works, but genshi still won't accept strings with umlauts. no idea why. 2010-04-17 19:20:25 +00:00
TODO updated TODO 2010-04-15 22:38:08 +00:00
wortschlucker.py added a small includable starter form with just one input field, started layouting it, added a frontpage.html (currently just polls.html + form), modified links 2010-04-17 13:18:36 +00:00

Requirements:
    apt-get install python-bobo python-genshi python-sqlobject python2.6 python-pkg-resources python-creoleparser

Start the server:
    bobo2.6 -f wortschlucker.py