Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | man: templates and sources must be valid utf-8 | Rafael G. Martins | 2016-07-05 | 1 | -0/+2 |
| | |||||
* | template-parser: renderer: implemented 'else' support in templates | Rafael G. Martins | 2016-07-03 | 1 | -3/+11 |
| | | | | | | | | | yeah, this is stupid. after more than 320 commits and 26 releases, we finally support the 'else' statement in the template engine. I don't know if I'm dumb or what, but it took me that long to find a "simple" solution to this basic issue. yep, no more `{% ifdef FOO %}...{% endif %}{% ifndef FOO %}...{% endif %}` blocks. but seriously, who cares?! :/ | ||||
* | renderer: added support to truncate variables. | Rafael G. Martins | 2016-05-30 | 1 | -0/+36 |
| | | | | this commit also documents variable formatters properly. | ||||
* | man: added documentation about whitespace control | Rafael G. Martins | 2016-01-14 | 1 | -0/+13 |
| | |||||
* | man: fix blogc-template man page | Rafael G. Martins | 2015-12-30 | 1 | -2/+2 |
| | |||||
* | renderer: foreach variables should be splitted in spaces rather than commas | Rafael G. Martins | 2015-12-29 | 1 | -8/+6 |
| | |||||
* | man: renderer: template-parser: added foreach iterator support | Rafael G. Martins | 2015-12-29 | 1 | -0/+38 |
| | |||||
* | man: improved if statement doc | Rafael G. Martins | 2015-10-31 | 1 | -1/+2 |
| | |||||
* | man: added example with comparision between 2 vars | Rafael G. Martins | 2015-10-28 | 1 | -2/+8 |
| | |||||
* | tempalte-parser: added tests with \r\n line endings | Rafael G. Martins | 2015-10-22 | 1 | -4/+0 |
| | |||||
* | main: man: fixed '-l' docs | Rafael G. Martins | 2015-10-07 | 1 | -2/+5 |
| | |||||
* | man: typo | Rafael G. Martins | 2015-08-17 | 1 | -1/+1 |
| | |||||
* | man: minor fixes | Rafael G. Martins | 2015-08-17 | 1 | -2/+2 |
| | |||||
* | man: added blogc-template(7) content | Rafael G. Martins | 2015-08-17 | 1 | -5/+159 |
| | |||||
* | added initial man pages | Rafael G. Martins | 2015-05-15 | 1 | -0/+18 |