Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | template-parser: if -> ifdef, if not -> ifndef | Rafael G. Martins | 2015-05-17 | 1 | -4/+4 |
| | |||||
* | added global variables with date/filename on first and last post | Rafael G. Martins | 2015-05-09 | 1 | -8/+28 |
| | |||||
* | renderer: respect local scope | Rafael G. Martins | 2015-05-08 | 1 | -2/+7 |
| | |||||
* | implemented datetime parsing/formatting | Rafael G. Martins | 2015-04-28 | 1 | -18/+73 |
| | |||||
* | added global variable support | Rafael G. Martins | 2015-04-27 | 1 | -31/+49 |
| | |||||
* | template parser: added "if not" support | Rafael G. Martins | 2015-04-23 | 1 | -2/+12 |
| | |||||
* | refactored blocks | Rafael G. Martins | 2015-04-21 | 1 | -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 sources | Rafael G. Martins | 2015-04-19 | 1 | -3/+3 |
| | |||||
* | added renderer, without tests | Rafael G. Martins | 2015-04-19 | 1 | -0/+145 |