summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bumped to version 0.1.1v0.1.1rsiddharth2016-01-281-1/+1
|
* updated README.rstrsiddharth2016-01-282-2/+3
| | | | | | Added link to lp-schd-sessions-only.md Fixed link to lp-schd.md
* bumped to 0.1.1b1rsiddharth2016-01-281-1/+1
|
* deleted lpschedule_generator module.rsiddharth2016-01-282-117/+0
|
* tests/test_lps_gen.py: added test.rsiddharth2016-01-281-0/+10
| | | | - test_RenderHTML_sessions_only.
* tests/test_lps_gen.py: rename a testrsiddharth2016-01-281-1/+1
| | | | test_RenderHTML_invalid_year -> test_RenderHTML_nonexistent_template
* 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.
* Makefile: Added new targetsrsiddharth2016-01-281-1/+7
| | | | | - clean-pyc - egg
* updated MANIFESTrsiddharth2016-01-281-1/+0
| | | | | | Removed lpschedule_generator module; the template is now given as an argument to the script; lpschedule_generator module will eventually be removed later.
* lps_gen accepts template as arg.rsiddharth2016-01-284-27/+140
| | | | | | | | | 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.
* changed 2016 template.rsiddharth2016-01-282-34/+15
| | | | | | | - "Day" and "Timeslots" are not collapsible. - Changed the organization of session content. - Room is not part of the collapsible content. - Room and "Details" button are on the same line.
* updated setup.pyrsiddharth2016-01-271-4/+2
|
* bumped to 0.1.0v0.1.0rsiddharth2015-12-202-3/+3
|
* updated README.rstrsiddharth2015-12-202-5/+91
|
* updated tests/files/lp-sch.md + tests.rsiddharth2015-12-202-2/+6
|
* Added Makefilersiddharth2015-12-201-0/+36
|
* Added --version switch to `lps_gen`rsiddharth2015-12-201-1/+4
|
* Fixed MANIFEST.in.rsiddharth2015-12-201-1/+1
| | | | Removed non-existent README.md from `include` and added README.rst.
* setup.py: added `test_suite`.rsiddharth2015-12-201-0/+1
| | | | Now tests can be run with `python setup.py test` command.
* setup.py: added `tests_require`.rsiddharth2015-12-201-1/+2
| | | | | Removed packages needed for testing from `install_requires` and added them to `tests_require`.
* setup.py: fixed long_descriptionrsiddharth2015-12-201-1/+1
| | | | | It was pointing to README.md (non-existent); now it points to README.rst.
* Updated README.rstrsiddharth2015-12-202-3/+3
|
* updated README.rstrsiddharth2015-12-202-28/+22
|
* bumped to 0.1.0.dev4rsiddharth2015-12-201-1/+1
|
* updated README.rstrsiddharth2015-12-201-1/+1
|
* README.md -> README.rstrsiddharth2015-12-203-45/+53
|
* Moved templates/ under lpschedule_generator modulersiddharth2015-12-195-5/+6
|
* bumped to 0.1.0.dev1rsiddharth2015-12-191-1/+1
|
* Added MANIFEST.inrsiddharth2015-12-191-0/+4
|
* setup.py: added `classifiers`.rsiddharth2015-12-191-0/+12
|
* Updated README.mdrsiddharth2015-12-191-11/+27
|
* updated lps_gen.mainrsiddharth2015-12-191-2/+15
| | | | | | The function now reads the LP `year` and the path to the LP schedule markdown file from the commandline and stdouts the HTML version of the LP schedule.
* updated lps_gen.RenderHTMLrsiddharth2015-12-192-1/+2
| | | | When template is not found, instead of returning, it calls sys.exit(1).
* lps_gen.read_file: Added error handling.rsiddharth2015-12-191-3/+6
|
* Updated setup.pyrsiddharth2015-12-192-2/+11
| | | | | | | | | | | Added: - long_description - platforms - license - entry_points: (lps_gen:main) Updated: - version: now read from lps_gen.__version__
* updated lps_gen.RenderHTMLrsiddharth2015-12-193-5/+35
| | | | | - Now handles the case when the template does not exist. - HTML output is now prettified by BeautifulSoup.
* tests/test_lps_gen.py (TestLpGen.RenderHTML)rsiddharth2015-12-191-1/+2
| | | | Cosmetic modification; does the same thing.
* Updated templates/lp-sch-2016.jinja2rsiddharth2015-12-191-1/+1
| | | | | Changed the 'class' name for timeslot header to `program-timeslot-header'.
* Updated templates/lp-sch-2016.jinja2rsiddharth2015-12-191-2/+11
| | | | Added styling for collapsing individual sessions.
* updated templates/lp-sch-2016.jinja2rsiddharth2015-12-191-3/+3
| | | | Removed extraneous comments.
* Updated templates/lp-sch-2016.jinja2rsiddharth2015-12-191-8/+31
| | | | | Added styling to make 'program day' sections and individual timeslots to be collapsible.
* 'speaker' -> 'speakers'rsiddharth2015-12-164-17/+16
| | | | `speakers` is always a list.
* template: added macro for `speakers`, `room`.rsiddharth2015-12-161-0/+18
|
* template: `id', `class' attr. for block elements.rsiddharth2015-12-161-6/+6
| | | | | | | block elements include: - <header> - <section> - <article>
* Added copyright header to 2016 template.rsiddharth2015-12-161-0/+19
|
* came up with a clean fix for the utf8 issue.rsiddharth2015-12-161-8/+7
|
* HTMLRender -> RenderHTML + changes to it.rsiddharth2015-12-153-16/+95
| | | | | | `RenderHTML` (was `HTMLRender`) now uses `PackagLoader` instead of FileSystemLoader and the template are loaded from the templates/ directory.
* setup.py: Added `Jinja2` to `install_requires`.rsiddharth2015-12-151-1/+1
|
* comment addedjantwisted2015-12-161-9/+12
|