OpenSlides/openslides/motion
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
..
static/styles New motion version diff view. Improved version history table in motion detail template. 2013-03-14 21:28:03 +01:00
templates Add first version of server-side filtering of HTML with bleach 2013-04-18 13:20:27 +02:00
__init__.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
exceptions.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
forms.py Add first version of server-side filtering of HTML with bleach 2013-04-18 13:20:27 +02:00
models.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
pdf.py Added html support for motion text. 2013-04-18 13:23:40 +02:00
signals.py Inserted a new config variable 'Stop submitting of new motions' 2013-04-05 11:49:57 +02:00
slides.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
urls.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
views.py Inserted a new config variable 'Stop submitting of new motions' 2013-04-05 11:49:57 +02:00