summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Merge branch 'calname' of mmu_man/lpschedule-generator into masterrsd2017-09-251-0/+1
|\
| * Add the X-WR-CALNAME property to the ICSFrançois Revol2017-09-251-0/+1
|/ | | | Giggity doesn't like when it's missing.
* Add TODO.rstrsiddharth2017-09-041-0/+4
|
* Bump to 0.7.1.v0.7.1rsiddharth2017-07-161-1/+1
| | | | * lpschedule_generator/_version.py (__version__): Update variable.
* Makefile: Update upload-docs.rsiddharth2017-07-071-1/+1
| | | | Upload docs to ricketyspace.net.
* Update README.rst.v0.7.0rsiddharth2017-07-071-1/+1
| | | | | | Documentation is now at ricketyspacen.net/lpschedule-generator pythonhosted.org has been deprecated :(
* Bump to v0.7.0.rsiddharth2017-07-071-1/+1
| | | | * lpschedule_generator/_version.py (__version__): Update variable.
* setup.py: Update copyright year.rsiddharth2017-07-071-1/+1
|
* setup.py: Update data_files.rsiddharth2017-07-062-8/+17
| | | | * lpschedule_generator/_version.py (__version__): Update variable.
* setup.py: Update config.rsiddharth2017-07-061-1/+4
|
* lps_gen.py: Update copyright year.rsiddharth2017-07-061-1/+1
|
* lpschedule_generator: Update __version__ to 0.7.0b1.rsiddharth2017-07-061-2/+2
| | | | * lpschedule_generator/_version.py (__version__): Update variable.
* docs: Update copyright.rsiddharth2017-07-061-1/+1
| | | | docs/conf.py (copyright): Update variable.
* Makefile: Remove blank lines.rsiddharth2017-07-061-3/+0
|
* lps_gen.py: Fix whitspace issue.rsiddharth2017-06-011-1/+2
|
* lps_gen.py: Update docstrings.rsiddharth2017-06-011-10/+9
|
* lps_gen.py: Fix whitspace issues.rsiddharth2017-06-011-16/+27
|
* docs: Update schedule/index.rst.rsiddharth2017-05-291-0/+13
| | | | * docs/schedule/index.rst: Add sub-section 'Single session time slot'.
* tests: Update TestLPS.rsiddharth2017-05-292-6/+4
| | | | | | | * tests/files/lp-sch.md: Update file. * tests/test_lps_gen.py (setup_class) (test_LPSMarkdown_timeslot) (test_LPSMarkdown_session): Update methods.
* libreplanet-templates: Add lp-schedule.jinja2.rsiddharth2017-05-291-0/+132
| | | | * libreplanet-templates/2018/lp-schedule.jinja2: New file.