OpenSlides/openslides
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
..
account Move personal info widget to a new app: account. 2013-04-03 00:17:23 +02:00
agenda List of speakers. Part 2 2013-04-15 19:28:44 +02:00
assignment New Feature: List of speakers. 2013-04-15 19:23:37 +02:00
config Moved javascript code for agenda config into extra file. Moved translation to correct area for javascript files. 2013-04-03 14:51:19 +02:00
core 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
locale Integrated DataTables function for participants table (for client side sorting/filtering/pagination). Removed old server side sorting/filtering code. 2013-03-14 22:34:40 +01:00
mediafile Insert whitespace. Fix docstrings. 2013-03-20 11:17:24 +01:00
motion Added html support for motion text. 2013-04-18 13:23:40 +02:00
participant New Feature: List of speakers. 2013-04-15 19:23:37 +02:00
poll Changed utils.- and poll.views 2013-02-01 12:51:01 +01:00
projector Fixed #553: Switch projector control scroll arrows 2013-04-15 22:04:59 +02:00
static Initial attempt to integrate CKEditor into OpenSlides 2013-04-18 13:20:27 +02:00
templates 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
utils Added html support for motion text. 2013-04-18 13:23:40 +02:00
__init__.py Update tests to extend test cover by coverage 2013-04-03 17:55:30 +02:00
global_settings.py Move personal info widget to a new app: account. 2013-04-03 00:17:23 +02:00
main.py Restart tornado on file changes, respect port and adress flags 2013-04-03 23:20:56 +02: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