Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added global variable support | Rafael G. Martins | 2015-04-27 | 1 | -102/+35 |
| | |||||
* | template parser: added more tests | Rafael G. Martins | 2015-04-23 | 1 | -0/+406 |
| | |||||
* | template parser: added "if not" support | Rafael G. Martins | 2015-04-23 | 1 | -6/+15 |
| | |||||
* | refactored blocks | Rafael G. Martins | 2015-04-21 | 1 | -18/+18 |
| | | | | | | | | | - 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. | ||||
* | error: added tests | Rafael G. Martins | 2015-04-19 | 1 | -0/+1 |
| | |||||
* | fix test | Rafael G. Martins | 2015-04-19 | 1 | -2/+2 |
| | |||||
* | added loader, error handling and cli. tests needed | Rafael G. Martins | 2015-04-18 | 1 | -2/+7 |
| | |||||
* | replaced leg-based parser with handmade parser for templates | Rafael G. Martins | 2015-04-17 | 1 | -0/+222 |
yay! no leg parser needed anymore. parsers still needs some work and error handling, though. |