diff --git a/wortschlucker/README b/wortschlucker/README index 847574d..ffbc1f0 100644 --- a/wortschlucker/README +++ b/wortschlucker/README @@ -1,5 +1,5 @@ Requirements: - apt-get install python-bobo python-genshi python-sqlobject python2.6 python-pkg-resources + apt-get install python-bobo python-genshi python-sqlobject python2.6 python-pkg-resources python-creoleparser Start the server: bobo2.6 -f wortschlucker.py diff --git a/wortschlucker/templates/frontpage.html b/wortschlucker/templates/frontpage.html index bbc0bc3..1c4a784 100644 --- a/wortschlucker/templates/frontpage.html +++ b/wortschlucker/templates/frontpage.html @@ -9,7 +9,7 @@ -

Neuer Wortschlucker

+

Neuen Wortschlucker starten

${poll_new_small()} diff --git a/wortschlucker/templates/media/style.css b/wortschlucker/templates/media/style.css index 300d891..326c3ee 100644 --- a/wortschlucker/templates/media/style.css +++ b/wortschlucker/templates/media/style.css @@ -21,7 +21,10 @@ h1, h2, h3 { color: #549900; } -h1 { font-size: 44px; } +h1 { + font-size: 44px; + text-transform: none; +} h2 { font-size: 18px; } diff --git a/wortschlucker/templates/nodes/brainstorming.html b/wortschlucker/templates/nodes/brainstorming.html index 3f014fa..5fdc3a8 100644 --- a/wortschlucker/templates/nodes/brainstorming.html +++ b/wortschlucker/templates/nodes/brainstorming.html @@ -6,12 +6,15 @@ enthält, dann muss die Datei utf8-codiert sein und der Text + Falls er **enthaelt**, dann muss die Datei utf8-codiert sein und der Text muss in unicode verwandelt werden (unicode(foo)). """) + from creoleparser import text2html ?> @@ -21,7 +24,8 @@

${title}

- ${content01} + + ${Markup(text2html(content01))}
${poll_new_small()}