summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add libreplanet-templates/2017/lp-schedule.jinja2rsiddharth2017-03-071-0/+130
|
* Update .gitignore.rsiddharth2017-03-071-0/+1
|
* Makefile: change gpg signing key.rsiddharth2016-07-232-3/+3
| | | | See http://rsiddharth.ninth.su/key-transition-2016.txt
* bumped to version 0.6.0v0.6.0rsiddharth2016-05-271-1/+1
|
* Makefile: reorganized .PHONYrsiddharth2016-05-261-2/+12
|
* Makefile: add `clean-target` target.rsiddharth2016-05-261-1/+4
|
* docs/schedule: add link to general section.rsiddharth2016-05-261-1/+1
|
* docs: change schedule markdown structure heading.rsiddharth2016-05-261-2/+2
|
* docs: reorganized lp speakers.rsiddharth2016-05-262-12/+18
|
* docs: re-structure LP schedule page.rsiddharth2016-05-213-17/+25
|
* docs/install/index.rst: correct typo.rsiddharth2016-05-211-1/+1
|
* update docs/install/index.rstrsiddharth2016-05-131-4/+50
|
* docs/schedule/index.rst: add ref label.rsiddharth2016-05-131-0/+2
|
* update README.rstrsiddharth2016-05-132-5/+8
| | | | - move "help" section from README.rst to docs/index.rst
* update README.rstrsiddharth2016-05-122-2/+2
|
* update lpschedule_generator/_version.pyrsiddharth2016-05-121-1/+1
|
* update docs/conf.py: change how version is read.rsiddharth2016-05-121-2/+4
|
* add docs/general/index.rstrsiddharth2016-05-122-0/+17
|
* add docs/schedule/index.rstrsiddharth2016-05-122-0/+178
|
* add docs/speakers/index.rstrsiddharth2016-05-122-0/+69
|
* update README.rstrsiddharth2016-05-123-317/+64
| | | | | - all documentation is being moved to docs/ - installation documentation is at docs/install/index.rst
* update docs/conf.pyrsiddharth2016-05-121-2/+6
|
* Makefile: add `upload-docs` target.rsiddharth2016-05-121-1/+4
| | | | Uploads docs to https://pythonhosted.org/lpschedule-generator
* Add docs/rsiddharth2016-05-125-1/+833
| | | | | | | | | | using `sphinx-quickstart`. modified: .gitignore new file: docs/Makefile new file: docs/conf.py new file: docs/index.rst new file: docs/make.bat
* Makefile: new target `docs`.rsiddharth2016-05-121-1/+4
|
* Makefile: update `dev-packages` target.rsiddharth2016-05-121-2/+3
| | | | | - Add Sphinx - Add `-U` switch to all pip comands.
* bumped to version 0.5.1v0.5.1rsiddharth2016-05-111-1/+1
| | | | I screwed up -- tagged ce5118e301a as v0.5.0 :|
* bumped to version 0.5.0rsiddharth2016-05-111-1/+1
|
* update copyright.rsiddharth2016-05-116-6/+6
|
* bumped to v0.5.0a1rsiddharth2016-05-111-1/+1
|
* update README.rstrsiddharth2016-05-111-0/+17
| | | | | | | - Add "Speaker TBA" section - Add "Description TBA" section Addresses issue #4.
* Add `DescTBA` feature for LP Schedule.rsiddharth2016-05-112-11/+40
| | | | | | | From now on `DescTBA` can be given if the description for a session is not decided yet; `DescTBA` will be filtered out of the generated HTML. Addresses issue #4.
* Add test for `RoomTBA`.rsiddharth2016-05-112-1/+18
| | | | Addresses issue #4.
* Add `SpeakerTBA` feature for LP Schedule.rsiddharth2016-05-113-9/+179
| | | | | | | | 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.
* bumped to 0.4.0v0.5.0v0.4.0rsiddharth2016-03-191-1/+1
| | | | iCal support.
* README.rst: Specify level 2, 3 heading format.rsiddharth2016-03-191-0/+18
| | | | Addresses issue #8.
* Update LPiCal class.rsiddharth2016-03-193-3/+36
| | | | | | | - Detects when timeslot is not given and ignores that timeslot. - Detects when month, day not given and ignores that day. Addresses issue #8.
* 0.4.0rc1rsiddharth2016-03-181-1/+1
|
* README.rst: Add `LP schedule iCal export` sectionrsiddharth2016-03-181-0/+13
| | | | Addresses issue #8.
* Add --ical switchrsiddharth2016-03-181-0/+6
| | | | | | | - With --ical ON and when LP schedule is given, `lps_gen` writes an LP schedule iCal to disk. Addresses issue #8.
* Update LPiCal.__init__ method.rsiddharth2016-03-181-1/+1
| | | | | | - Arg lp_year is stringified before getting copied to self.lp_year. Addresses issue #8.
* updated tests/test_lps_gen.pyrsiddharth2016-03-181-1/+1
|
* Initial version of LPiCal class done.rsiddharth2016-03-183-17/+294
| | | | Addresses issue #8.
* Add LPiCal classrsiddharth2016-03-152-0/+100
| | | | | | | | | Contains two methods at the moment: - get_timeslot - get_month_day Addresses issue #8.
* bumped to version 0.3.3v0.3.3rsiddharth2016-03-051-1/+1
|
* Makefile: added `dev-packages` target.rsiddharth2016-03-051-0/+5
| | | | | This target installs packages that is needed for hacking lpschedule_generator.
* Moved _version elsewhere.rsiddharth2016-03-054-4/+4
| | | | It is now at lpschedule_generator/_version.py
* bumped to version 0.3.2v0.3.2rsiddharth2016-03-051-1/+1
|
* changed RenderHTML.rsiddharth2016-03-051-1/+1
| | | | | | | It does not "prettify" the HTML output using BeautifulSoup, instead it just strips extraneous spaces and returns the HTML. Addresses issue #3.
* changed tests/files/lp-sch.mdrsiddharth2016-03-052-9/+4
| | | | | | In some places use inline links. Addresses issue #3.