summaryrefslogtreecommitdiffstats
path: root/tests/files
Commit message (Collapse)AuthorAgeFilesLines
* lps_gen.py: Update LPSRenderer.rsiddharth2017-10-254-1/+74
| | | | | | | | * lps_gen.py (LPSRenderer.paragraph): Update method. * tests/files/lp-sch-sessions-only.md: Update file. * tests/files/lp-sch-tba.md: Update file. * tests/files/lp-sch.md: Update file. * tests/files/lp-sessions-autolink.md: Update file.
* tests: Update TestLPS.rsiddharth2017-05-291-3/+1
| | | | | | | * tests/files/lp-sch.md: Update file. * tests/test_lps_gen.py (setup_class) (test_LPSMarkdown_timeslot) (test_LPSMarkdown_session): Update methods.
* Add `SpeakerTBA` feature for LP Schedule.rsiddharth2016-05-111-0/+95
| | | | | | | | From now on `SpeakerTBA` can be given if the speaker for a session is not decided yet; `SpeakerTBA` will be filtered out of the generated HTML. Addresses issue #4.
* changed tests/files/lp-sch.mdrsiddharth2016-03-051-7/+2
| | | | | | In some places use inline links. Addresses issue #3.
* updated tests/files/lp-sch.mdrsiddharth2016-02-171-1/+1
|
* Comments work out of the box.rsiddharth2016-02-171-0/+6
| | | | | | | | As described here: https://stackoverflow.com/questions/4823468/comments-in-markdown Addresses #5.
* removed tests/files/index.htmlrsiddharth2016-02-131-52/+0
|
* Templates are now at /libreplanet-templates/rsiddharth2016-02-132-247/+0
|
* Added test sessions and speakers (MD) files.rsiddharth2016-02-132-0/+153
| | | | | | Used for testing autolinking in sessions. Addresses issue #7.
* tests/files/lp-sch-2016.jinja2: fixed an issue.rsiddharth2016-02-071-2/+2
| | | | Context changed from `schedule` -> `lp_dict`.
* Added template (under tests) for LP speakers' pagersiddharth2016-02-071-0/+124
| | | | Address issue #1.
* updated LPSpeakersRenederer class.rsiddharth2016-02-071-6/+0
| | | | | | | | | | Changed the way speaker' bio are parsed into the lpspeakers_dict dictionary. As a side effect, there is no need to put a placeholder (NO_IMAGE) when the image for a speaker is not available. Addresses issue #1.
* tests/files/lp-speakers.md: removed image elementrsiddharth2016-02-071-2/+0
| | | | Under 'Clara Snowden'
* tests/files/lp-speakers.md: removed notorious spans.rsiddharth2016-02-071-11/+4
|
* Initial version LP Speakers Renderer ready.rsiddharth2016-02-061-0/+170
| | | | | | | | | | | | - New classes: - LPSpeakersRenderer - LPSpeakersMarkdown + tests for them - New package dependency - unidecode Address issue #1.
* Added tests/files/lp-sch-sessions-only.mdrsiddharth2016-01-281-0/+158
|
* updated template in testing area.rsiddharth2016-01-281-11/+17
| | | | | - Now it can accept empty "Day" and "Timeslot". - "RoomTBA" -> "" in final HTML.
* lps_gen accepts template as arg.rsiddharth2016-01-281-0/+117
| | | | | | | | | As per Zak's request, the script now requires the user to pass the template as (the first) argument to the script. The script does not use the template that is part of the lpschedule-generator module; indeed the internal template will be deleted later.
* updated tests/files/lp-sch.md + tests.rsiddharth2015-12-201-1/+4
|
* 'speaker' -> 'speakers'rsiddharth2015-12-161-1/+3
| | | | `speakers` is always a list.
* HTMLRender addedjantwisted2015-12-161-0/+52
|
* Added lps_gen.py + tests for it.rsiddharth2015-12-121-0/+170
Contains `LPSRenderer` and `LPSMarkdown` classes which convert a given Markdown LP schedule text to a python dictionary (OrderedDict).