Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove squareball for good | Rafael G. Martins | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | build: replace src/utils with squareball | Rafael G. Martins | 2016-02-26 | 1 | -8/+8 |
| | |||||
* | fixed copyright | Rafael G. Martins | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | renderer: handle FOREACH_ITEM as a normal variable | Rafael G. Martins | 2016-01-08 | 1 | -1/+2 |
| | |||||
* | man: renderer: template-parser: added foreach iterator support | Rafael G. Martins | 2015-12-29 | 1 | -0/+2 |
| | |||||
* | Revert "build: removing src/utils and replacing with squareball" | Rafael G. Martins | 2015-12-23 | 1 | -5/+5 |
| | | | | This reverts commit 950e6c9148eca244a89d18a21d4ae4e5c3d1c646. | ||||
* | build: removing src/utils and replacing with squareball | Rafael G. Martins | 2015-12-23 | 1 | -5/+5 |
| | | | | | squareball is a new general purpose library for C99, based on the code removed from src/utils | ||||
* | renderer: improved support for comparision between vars | Rafael G. Martins | 2015-10-28 | 1 | -0/+1 |
| | |||||
* | fixed copyright | Rafael G. Martins | 2015-05-25 | 1 | -1/+1 |
| | |||||
* | added global variables with date/filename on first and last post | Rafael G. Martins | 2015-05-09 | 1 | -1/+1 |
| | |||||
* | implemented datetime parsing/formatting | Rafael G. Martins | 2015-04-28 | 1 | -0/+2 |
| | |||||
* | added global variable support | Rafael G. Martins | 2015-04-27 | 1 | -1/+2 |
| | |||||
* | refactored blocks | Rafael G. Martins | 2015-04-21 | 1 | -1/+2 |
| | | | | | | | | | - 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. | ||||
* | minor fix | Rafael G. Martins | 2015-04-19 | 1 | -2/+1 |
| | |||||
* | added renderer, without tests | Rafael G. Martins | 2015-04-19 | 1 | -0/+17 |