aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc/source-parser.c
Commit message (Collapse)AuthorAgeFilesLines
* allow source config keys without valueRafael G. Martins2017-06-281-3/+4
|
* *: updated copyrightRafael G. Martins2017-02-251-1/+1
|
* content-parser: source-parser: rename TITLE to FIRST_HEADERRafael G. Martins2017-02-151-8/+8
|
* content-parser: source-parser: extract TITLE from content headerRafael G. Martins2017-02-141-1/+14
| | | | | | | | | | | this patch implements support to using the first header found in source file as the TITLE variable. please note that if the TITLE variable is defined on the source file's variable section it takes precedence. this patch changes the old behaviour and can break some users' websites. if you have some '{% ifdef TITLE %}' blocks in your template, they will evaluate to true if you don't defined TITLE manually, but have a header in your content.
* *: centralize error handlingRafael G. Martins2016-09-091-1/+0
|
* *: moved error handling to src/common/Rafael G. Martins2016-09-031-11/+12
|
* *: s/sb_/bc_/gRafael G. Martins2016-09-031-14/+14
|
* *: big code reorganization.Rafael G. Martins2016-09-031-0/+218
- source and tests are now splitted by target - utils lib is now called common still pending move error.c from blogc to common