summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* HTMLRender addedjantwisted2015-12-162-1/+64
|
* Removed lpschedule package.rsiddharth2015-12-143-78/+0
|
* lps_gen: introduced main()rsiddharth2015-12-131-0/+21
| | | | | main() reads a markdown version of LP schedule, converts it into a python dictionary and stdouts the json version of the python dictionary.
* updated setup.pyrsiddharth2015-12-131-4/+2
|
* updated README.mdrsiddharth2015-12-131-7/+2
|
* updated copyright header (authors -> contributors)rsiddharth2015-12-124-5/+4
|
* AUTHORS -> CONTRIBUTORSrsiddharth2015-12-122-0/+2
| | | | Added contributors.
* Added lps_gen.py + tests for it.rsiddharth2015-12-123-0/+465
| | | | | Contains `LPSRenderer` and `LPSMarkdown` classes which convert a given Markdown LP schedule text to a python dictionary (OrderedDict).
* Updated README.mdrsiddharth2015-12-121-1/+1
| | | | Replaced `markdown` with `mistune` under dependencies section.
* Removed `markdown` from `install_requires`rsiddharth2015-12-121-1/+1
| | | | We are using `mistune` for parsing markdown.
* Removed modules under `lpschedule`rsiddharth2015-12-124-82/+0
| | | | Corresponding test modules were also deleted.
* custom html render for mistunejantwisted2015-11-291-0/+34
|
* mark2html class added with mistune dependencyjantwisted2015-10-082-1/+46
|
* added AUTHORSrsiddharth2015-10-061-0/+0
|
* added README.mdrsiddharth2015-10-061-0/+33
|
* setup.py: added markdown as a dependency.rsiddharth2015-10-061-1/+1
|
* Added license info.rsiddharth2015-10-066-0/+762
| | | | | | | | | new file: COPYING modified: lpschedule/file.py modified: lpschedule/generator.py modified: setup.py modified: tests/file_tests.py modified: tests/generator_tests.py
* updated setup.pyrsiddharth2015-10-061-1/+1
|
* Added dummy modules lpschedule.file, lpschedule.generator.rsiddharth2015-10-013-0/+0
| | | | | | new file: lpschedule/file.py new file: lpschedule/generator.py new file: tests/file_tests.py
* renamed: tests/lpschedule_tests.py -> tests/generator_tests.pyrsiddharth2015-10-011-0/+0
|
* added setup.pyrsiddharth2015-10-011-0/+19
|
* updated .gitignorersiddharth2015-10-011-1/+10
|
* Initial commitrsiddharth2015-10-014-0/+14