summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Fixed TestLPS.test_RenderHTML_sessions_onlyrsiddharth2016-03-051-1/+1
|
* fixed setup.pyrsiddharth2016-03-053-4/+35
| | | | | | | - version info is loaded from _version.py - to read the README.rst (for long_description), we now use a function defined in setup.py instead of using `lps_gen.read_file` function.
* updated .gitignore.rsiddharth2016-03-051-0/+1
|
* Makefile: updated `clean-venv`rsiddharth2016-03-051-1/+1
| | | | Added command to delete `man/` directory.
* Makefile: Added `clean-venv`rsiddharth2016-03-051-1/+7
| | | | Purges the mess created by `virtualenv`.
* bumped to version 0.3.1v0.3.1rsiddharth2016-02-191-1/+1
|
* README.rst: added `Commenting` sub-section.rsiddharth2016-02-191-0/+16
| | | | | | under a new section `General`. Addresses issue #5
* 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.
* bumped to version 0.3.0v0.3.0rsiddharth2016-02-131-1/+1
|
* setup.py: updated `data_files`.rsiddharth2016-02-132-2/+2
|
* setup.py: added `data_files`rsiddharth2016-02-131-1/+3
| | | | Removed `packages`.
* removed tests/files/index.htmlrsiddharth2016-02-131-52/+0
|
* Templates are now at /libreplanet-templates/rsiddharth2016-02-134-11/+11
|
* README.rst: Added "Auto-linking speakers names"rsiddharth2016-02-132-1/+28
| | | | | | sub-section under "LP schedule" section. Addresses issue #7.
* lps_gen.py: removed extraneous blank line.rsiddharth2016-02-131-1/+0
|
* Readability change to LPSpeakersRenderer.mk_uidrsiddharth2016-02-131-2/+2
| | | | Arg `text` -> `speaker_block`.
* Added test sessions and speakers (MD) files.rsiddharth2016-02-132-0/+153
| | | | | | Used for testing autolinking in sessions. Addresses issue #7.
* cosemetic changes to tests/test_lps_gen.pyrsiddharth2016-02-131-43/+46
|
* Edited comment in LPSpeakersMarkdown.rsiddharth2016-02-131-1/+1
|
* Autolinking of speakers in sessions page ready.rsiddharth2016-02-132-7/+263
| | | | | | | | | | | | | | | | If "John Hacker" is the speaker that has to be autolinked in the sessions MD file; the markup to autolink is [John Hacker](). [John Hacker]() -> <a href="speakers.html#hacker">John Hacker</a>, if id for "John Hacker" is available in the `speaker.ids` file[1]. [1]: The `speakers.ids` file is automatically written to the disk (in the current working directory) when the speakers' bio page is generated. List of speakers that are autolinked but don't have an id, are written to the `speakers.noid` file when the sessions page is generated. Addresses issue #7.
* Fixed docstring and comments in TestJSONUtils.rsiddharth2016-02-131-3/+3
|
* Fixed comment in LPSpeakersRendererrsiddharth2016-02-131-1/+1
|
* LPSpeakersMarkdown writes speakers.ids to disk.rsiddharth2016-02-132-15/+41
| | | | | | | | The `speaker.ids` file contains a mapping of the speakers and their corresponding ids. This file will later be used by LPSMarkdown and LPSRenderer to auto link speakers while generating the sessions page. Addresses issue #7
* read_file: docstring update.rsiddharth2016-02-131-1/+2
|
* lps_gen.py: blank line fix.rsiddharth2016-02-131-0/+1
|
* Introduced JSON utils.rsiddharth2016-02-132-1/+120
| | | | json_read and json_write
* bumped to 0.2.0v0.2.0rsiddharth2016-02-071-1/+1
| | | | Addresses #1
* README.rst: fixed listsrsiddharth2016-02-071-10/+9
|
* updated README.rstrsiddharth2016-02-071-1/+1
|
* README.rst: Added LP speakers section.rsiddharth2016-02-071-0/+71
| | | | | | It contains relevant documentation pertaining to LP speakers. Addresses issue #1.
* README.rst: update sample links.rsiddharth2016-02-071-2/+2
|
* README.rst: fixed blank lines.rsiddharth2016-02-071-3/+0
|
* updated README.rstrsiddharth2016-02-071-2/+2
| | | | Usage -> LP schedule usage.
* updated README.rstrsiddharth2016-02-071-5/+32
| | | | | - Updated the lps_gen command to generate LP schedule (under Usage). - Added Special cases section (for LP schedule).
* updated setup.pyrsiddharth2016-02-071-1/+0
| | | | Removed `package-data`; templates are not part of the script anymore.
* updated main()rsiddharth2016-02-071-1/+15
| | | | | | | | | | | | | | | Added two mutually exclusive switches: --schedule --speakers If --schedule switch is used, the lps_gen inteprets that the template and the MD file corresponding to LP schedule. If --speakers switch is used, the lps_gen inteprets that the template and the MD file corresponding to LP speakers. Address issue #1.
* 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-072-0/+134
| | | | Address issue #1.
* tests: updated docstrings.rsiddharth2016-02-071-2/+2
|
* updated RenderHTML function.rsiddharth2016-02-071-4/+4
| | | | | Made it generic so that it can be used to render both the schedule and the speakers'.
* updated LPSpeakersRenederer class.rsiddharth2016-02-073-23/+18
| | | | | | | | | | 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/test_lps_gen.py: docstring update.rsiddharth2016-02-071-1/+1
|
* tests/test_lps_gen.py: keynote speaker test updt.rsiddharth2016-02-071-1/+1
| | | | `test_LPSpeakersMarkdown_keynotespeakers_imgalt` last photo is empty.