aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer.c
Commit message (Collapse)AuthorAgeFilesLines
* datetime-parser: improve error handlingRafael G. Martins2015-10-241-21/+9
|
* renderer: accept empty list of files with -lRafael G. Martins2015-10-071-1/+11
|
* fixed copyrightRafael G. Martins2015-05-251-1/+1
|
* renderer: implemented if statementsRafael G. Martins2015-05-181-8/+34
|
* template-parser: if -> ifdef, if not -> ifndefRafael G. Martins2015-05-171-4/+4
|
* added global variables with date/filename on first and last postRafael G. Martins2015-05-091-8/+28
|
* renderer: respect local scopeRafael G. Martins2015-05-081-2/+7
|
* implemented datetime parsing/formattingRafael G. Martins2015-04-281-18/+73
|
* 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