OpenSlides/openslides/utils
Emanuel Schuetze 1d1f5fa218 Added html support for motion text.
Use html parser 'beautifulsoup' to replace html tags which not supported by reportlab pdf.
'pip install bs4' required.

Fixed nested ol lists and unicode warning.

New requirement: beautifulsoup4

HTML support for reportlab.

Move parse html code into new function. Added missing html support in pdf for motion reason.

Added version number for bleach and beautifulsoup4. Moved to core requirements block.

Added bs4, bleach and html5lib requirements to portable build script. Updated portable readme for 1.4.
2013-04-18 13:23:40 +02:00
..
auth New config app. Apps only have to define config vars once. Config pages, forms and so on are created automaticly. 2013-03-28 15:31:13 +01:00
jsonfield fixed jsonfield for django 1.5 2012-12-14 15:36:57 +01:00
management Built-in Workflows are created by listening to a signal which is sent after syncdb. 2013-03-11 21:32:09 +01:00
person New Feature: List of speakers. 2013-04-15 19:23:37 +02:00
templatetags Inserted a new config variable 'Stop submitting of new motions' 2013-04-05 11:49:57 +02:00
__init__.py Add code 2011-07-31 10:46:29 +02:00
csv_ext.py cleanup 2012-11-24 14:01:21 +01:00
exceptions.py Work on motion workflow system. 2013-02-13 23:04:24 +01:00
forms.py Add first version of server-side filtering of HTML with bleach 2013-04-18 13:20:27 +02:00
modelfields.py cleanup 2012-11-24 14:01:21 +01:00
pdf.py Added html support for motion text. 2013-04-18 13:23:40 +02:00
signals.py Updated license header. 2012-04-25 22:29:19 +02:00
staticfiles.py cleanup utils 2012-07-10 13:19:12 +02:00
template.py Insert new app to upload files via the frontend. Let tornado server media files. Insert icon-mediafile css class. Insert extra_stylfiles context variable. 2013-03-18 21:44:02 +01:00
test.py New config app. Apps only have to define config vars once. Config pages, forms and so on are created automaticly. 2013-03-28 15:31:13 +01:00
tornado_webserver.py Restart tornado on file changes, respect port and adress flags 2013-04-03 23:20:56 +02:00
utils.py Merge branch 'master' of github.com:OpenSlides/OpenSlides 2013-03-15 02:16:26 +01:00
views.py New Feature: List of speakers. 2013-04-15 19:23:37 +02:00