aboutsummaryrefslogtreecommitdiffstats
path: root/man/blogc-template.7.ronn
Commit message (Collapse)AuthorAgeFilesLines
* blogc: renderer: add `FOREACH_VALUE` variableRafael G. Martins2023-02-111-5/+29
|
* blogc: added listing_empty template blockRafael G. Martins2020-05-161-24/+38
|
* blogc: allow passing multiple -e optionsRafael G. Martins2020-04-221-4/+12
|
* blogc: added `-e` cli option and `listing_entry` template blockRafael G. Martins2019-04-021-0/+15
|
* man: added documentation for predefined template variablesRafael G. Martins2019-02-101-0/+47
|
* man: added blogcfile.5, updated some other pagesRafael G. Martins2017-11-181-2/+2
|
* content-parser: html-encode pre-defined title. updated man pagesRafael G. Martins2017-02-151-1/+1
|
* man: templates and sources must be valid utf-8Rafael G. Martins2016-07-051-0/+2
|
* template-parser: renderer: implemented 'else' support in templatesRafael G. Martins2016-07-031-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. Martins2016-05-301-0/+36
| | | | this commit also documents variable formatters properly.
* man: added documentation about whitespace controlRafael G. Martins2016-01-141-0/+13
|
* man: fix blogc-template man pageRafael G. Martins2015-12-301-2/+2
|
* renderer: foreach variables should be splitted in spaces rather than commasRafael G. Martins2015-12-291-8/+6
|
* man: renderer: template-parser: added foreach iterator supportRafael G. Martins2015-12-291-0/+38
|
* man: improved if statement docRafael G. Martins2015-10-311-1/+2
|
* man: added example with comparision between 2 varsRafael G. Martins2015-10-281-2/+8
|
* tempalte-parser: added tests with \r\n line endingsRafael G. Martins2015-10-221-4/+0
|
* main: man: fixed '-l' docsRafael G. Martins2015-10-071-2/+5
|
* man: typoRafael G. Martins2015-08-171-1/+1
|
* man: minor fixesRafael G. Martins2015-08-171-2/+2
|
* man: added blogc-template(7) contentRafael G. Martins2015-08-171-5/+159
|
* added initial man pagesRafael G. Martins2015-05-151-0/+18