Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactored blocks | Rafael G. Martins | 2015-04-21 | 1 | -25/+29 |
| | | | | | | | | | - 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. | ||||
* | template parser: ignore single brackets | Rafael G. Martins | 2015-04-19 | 1 | -3/+1 |
| | |||||
* | safe mallocs are better :) | Rafael G. Martins | 2015-04-19 | 1 | -3/+3 |
| | |||||
* | added renderer, without tests | Rafael G. Martins | 2015-04-19 | 1 | -2/+9 |
| | |||||
* | added loader, error handling and cli. tests needed | Rafael G. Martins | 2015-04-18 | 1 | -17/+70 |
| | |||||
* | do not allow variables inside multiple_sources_once blocks | Rafael G. Martins | 2015-04-18 | 1 | -12/+29 |
| | |||||
* | removed unused variable | Rafael G. Martins | 2015-04-18 | 1 | -1/+0 |
| | |||||
* | replaced leg-based parser with handmade parser for templates | Rafael G. Martins | 2015-04-17 | 1 | -0/+296 |
yay! no leg parser needed anymore. parsers still needs some work and error handling, though. |