aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer.c
Commit message (Collapse)AuthorAgeFilesLines
* added global variable supportRafael G. Martins2015-04-271-31/+49
|
* template parser: added "if not" supportRafael G. Martins2015-04-231-2/+12
|
* refactored blocksRafael G. Martins2015-04-211-14/+12
| | | | | | | | | - changed block names: - single_source -> entry - multiple_sources -> listing - multiple_sources_once -> listing_once - added -t cli option, to build listing pages, instead of guess it from the number of source files provided.
* remove specific type used to store sourcesRafael G. Martins2015-04-191-3/+3
|
* added renderer, without testsRafael G. Martins2015-04-191-0/+145