[ANN] blogc-0.11.0

I just released version 0.11.0 of blogc. This release adds the else statement for templates (finally!!), and adds some UTF-8 validation (source files and templates must have valid UTF-8 content).

For download links, please visit https://blogc.rgm.io.

Thanks,
Rafael

[ANN] blogc-0.10.2

I just released version 0.10.2 of blogc. This release fixes some invalid HTML that was generated when invalid syntax was parsed from content files, the parser was mostly rewrote. This release also adds some basic debug support for templates, see blogc(1).

For download links, please visit https://blogc.rgm.io.

Thanks,
Rafael

[ANN] blogc-0.10.0

I just released version 0.10.0 of blogc. This release fixes extraction of DESCRIPTION template variable from source files (it is now a one-line string with the unparsed content of the first paragraph, ignoring paragraphs inside blockquotes), adds support to truncate variables when calling them in templates (including meta-variables like FOREACH_ITEM and DATE_FORMATTED, and improves some man pages.

For download links, please visit https://blogc.rgm.io.

Thanks,
Rafael