summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* setup.py: Update read.rsiddharth2018-08-231-2/+2
| | | | | - Remove 'b' flag. - Change print -> print().
* Makefile: Add venv3.rsiddharth2018-08-231-1/+10
|
* Update .gitignore.rsiddharth2018-08-231-0/+1
|
* libreplanet-templates/2016: Update lp-speakers.jinja2.rsiddharth2018-08-231-1/+1
| | | | Use dict.items() instead of iteritems().
* libreplanet-templates/2019: Update lp-schedule.jinja2.rsiddharth2018-08-231-3/+3
| | | | Use dict.items() instead of dict.iteritems()
* Bump to 0.8.3 (godspeed).v0.8.3rsiddharth2018-08-191-1/+1
| | | | * lpschedule_generator/_version.py (__version__): Update variable.
* lps_gen.py: Use SPDX license identifier.rsiddharth2018-08-191-13/+2
|
* lpschedule_generator/_version.py: Use SPDX license identifier.rsiddharth2018-08-191-12/+1
|
* setup.py: Change license to Public Domain.rsiddharth2018-08-191-14/+1
|
* setup.py: Update config.install_requires.rsiddharth2018-08-191-1/+2
| | | | Ensure line length <= 72.
* setup.py: Update config.rsiddharth2018-08-191-0/+5
| | | | Add lp-schedule 2019 template.
* tests/test_lps_gen.py: Change license to Public Domain.rsiddharth2018-08-191-15/+3
|
* tests: Update to use 2019.rsiddharth2018-08-191-9/+9
| | | | | | | | | * tests/test_lps_gen.py (TestLPiCal.setup_class) (TestLPiCal.setup, TestLPiCal.test_mk_datetime) (TestLPiCal.test_gen_ical_sessions_only) (TestLPiCal.test_to_ical) (TestLPS.setup_class) (TestSpeakersAutoLinking.setup_class): Update tests.
* Add libreplanet-templates/2019/lp-schedule.jinja2.rsiddharth2018-08-191-0/+146
|
* Update .gitignore.rsiddharth2018-08-191-6/+3
|
* Makefile: dev-packages -> dev-env.rsiddharth2018-08-191-5/+4
|
* Add requirements.txt.rsiddharth2018-08-191-0/+17
|
* Makefile: Update clean-venv.rsiddharth2018-08-191-5/+1
|
* Makefile: Redefine venv.rsiddharth2018-08-191-1/+9
|
* Bump to version 0.8.2.v0.8.2rsiddharth2018-03-221-2/+2
| | | | lpschedule_generator/_version.py (__version__): Update variable.
* lps_gen.py: Update LPiCal timeslot regex slurping.rsiddharth2018-03-222-6/+13
| | | | | | | | | | | | | | | | | | Now matches time slots of the form: 09:45 - 10:30: Lorem ipsum dolor sit. or 09:45 - 10:30 - Lorem ipsum dolor sit. or 09:45 - 10:30 * lps_gen.py (LPiCal.timeslot_r): Update variable. (LPiCal.get_timeslot): Update method. * tests/test_lps_gen.py (TestLPiCal.test_get_timeslot): Update test.
* lps_gen.py: Update the timeslot regex to make the name optionalFrançois Revol2018-03-221-2/+2
| | | | Fixes ical generation.
* Bump to 0.8.1.v0.8.1rsiddharth2017-11-021-1/+1
| | | | | * lpschedule_generator/_version.py (__version__): Update variable.
* docs/install/index.rst: Fix `Install locally using virtualenv` section.rsiddharth2017-11-021-1/+1
| | | | Addresses issue #11.
* Update TODO.rst.rsiddharth2017-10-291-2/+0
|
* lpschedule_generator: Bump to version 0.8.0.rsiddharth2017-10-291-1/+1
| | | | * lpschedule_generator/_version.py (__version__): Update variable.
* lpschedule_generator: Bump to 0.8.0b1.rsiddharth2017-10-291-1/+1
| | | | * lpschedule_generator/_version.py (__version__): Update variable.
* docs: schedule: Fix sample links.rsiddharth2017-10-271-4/+4
| | | | * docs/schedule/index.rst: Update files.
* docs: schedule: Update `Single session time slot` section.rsiddharth2017-10-271-0/+2
| | | | * docs/schedule/index.rst: Update file.
* docs: schedule: Add `Video TBA` section.rsiddharth2017-10-271-0/+9
| | | | * docs/schedule/index.rst: Update file.
* docs: schedule: Update `Markdown structure` section.rsiddharth2017-10-271-0/+2
| | | | * docs/schedule/index.rst: Update file.
* tests: Add TestLPS.test_LPSMarkdown_desc.rsiddharth2017-10-251-0/+28
| | | | | * tests/test_lps_gen.py (TestLPS.test_LPSMarkdown_desc): New test.
* tests: Add TestLPS.test_LPSMarkdown_video.rsiddharth2017-10-251-0/+24
| | | | * tests/test_lps_gen.py (TestLPS.test_LPSMarkdown_video): New test.
* tests: Update TestSpeakersAutoLinking.setup_class.rsiddharth2017-10-251-1/+1
| | | | | * tests/test_lps_gen.py (TestSpeakersAutoLinking.setup_class): Update method.
* tests: Update TestLPSTBA.setup_class.rsiddharth2017-10-251-1/+1
| | | | * tests/test_lps_gen.py (TestLPSTBA.setup_class): Update method.
* tests: Update TestLPSpeakers.test_RenderHTML.rsiddharth2017-10-251-1/+1
| | | | | * tests/test_lps_gen.py (TestLPSpeakers.test_RenderHTML): Add TODO.
* tests: Update TestLPS.test_RenderHTML_sessions_only.rsiddharth2017-10-251-1/+1
| | | | | * tests/test_lps_gen.py (TestLPS.test_RenderHTML_sessions_only): Add TODO.
* tests: Update TestLP.test_RenderHTML.rsiddharth2017-10-251-1/+1
| | | | * tests/test_lps_gen.py (TestLP.test_RenderHTML): Add TODO.
* libreplanet-templates: 2018: lp-schedule: Update populate_sessions.rsiddharth2017-10-251-17/+12
| | | | | * libreplanet-templates/2018/lp-schedule.jinja2 (populate_sessions): Update macro.
* lps_gen.py: Update LPSRenderer.rsiddharth2017-10-255-1/+78
| | | | | | | | * 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.
* libreplanet-templates: 2018: lp-schedule: Add mk_desc.rsiddharth2017-10-251-0/+9
| | | | | * libreplanet-templates/2018/lp-schedule.jinja2 (mk_desc): New macro.
* libreplanet-templates: 2018: lp-schedule: Add mk_desc_details_btn.rsiddharth2017-10-251-0/+13
| | | | | * libreplanet-templates/2018/lp-schedule.jinja2 (mk_desc_details_btn): New macro.
* libreplanet-templates: 2018: lp-schedule: Add mk_video.rsiddharth2017-10-251-0/+9
| | | | * libreplanet-templates/2018/lp-schedule.jinja2 (mk_video): New macro.
* libreplanet-templates: 2018: lp-schedule: Update mk_room.rsiddharth2017-10-251-1/+3
| | | | | * libreplanet-templates/2018/lp-schedule.jinja2 (mk_room): Update macro.
* libreplanet-templates: 2018: lp-schedule: Update mk_speakers.rsiddharth2017-10-251-2/+2
| | | | | * libreplanet-templates/2018/lp-schedule.jinja2 (mk_speakers): Update macro.
* lps_gen.py: LPSRenderer: Add _process_video.rsiddharth2017-10-251-0/+18
| | | | * lps_gen.py (LPSRenderer._process_video): New method.
* lps_gen: Use items() instead iteritems() on dicts.rsiddharth2017-10-221-3/+3
| | | | * lps_gen.py (LPiCal.gen_ical): Update method.
* lps_gen.py: Update print statements.rsiddharth2017-10-222-6/+6
| | | | | | | Use `print` as a function. * lps_gen.py (read_file, write_file, RenderHTML, main): Update functions. * lpschedule_generator/_version.py (__version__): Update variable.
* Update Makefile.rsiddharth2017-10-221-0/+4
| | | | Makefile: Add venv.
* CONTRIBUTORS: Add François Revol.rsiddharth2017-09-251-1/+2
|