Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor optimization | Rafael G. Martins | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | no need to use strndup | Rafael G. Martins | 2015-04-21 | 1 | -2/+2 |
| | |||||
* | improved cli argument handling | Rafael G. Martins | 2015-04-21 | 1 | -2/+12 |
| | |||||
* | refactored blocks | Rafael G. Martins | 2015-04-21 | 1 | -5/+21 |
| | | | | | | | | | - 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-20 | 1 | -2/+1 |
| | |||||
* | create output directories recursively | Rafael G. Martins | 2015-04-20 | 1 | -0/+45 |
| | |||||
* | main: handle -o properly | Rafael G. Martins | 2015-04-19 | 1 | -2/+21 |
| | |||||
* | remove specific type used to store sources | Rafael G. Martins | 2015-04-19 | 1 | -1/+1 |
| | |||||
* | added renderer, without tests | Rafael G. Martins | 2015-04-19 | 1 | -1/+4 |
| | |||||
* | added loader, error handling and cli. tests needed | Rafael G. Martins | 2015-04-18 | 1 | -3/+95 |
| | |||||
* | replaced leg-based parser with handmade parser for templates | Rafael G. Martins | 2015-04-17 | 1 | -7/+1 |
| | | | | | yay! no leg parser needed anymore. parsers still needs some work and error handling, though. | ||||
* | replaced leg-based parser with handmade parser for source files | Rafael G. Martins | 2015-04-17 | 1 | -4/+6 |
| | |||||
* | added source grammar | Rafael G. Martins | 2015-04-15 | 1 | -5/+7 |
| | |||||
* | added template grammar | Rafael G. Martins | 2015-04-15 | 1 | -0/+6 |
| | |||||
* | initial structure | Rafael G. Martins | 2015-04-15 | 1 | -0/+21 |