aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc/content-parser.c
Commit message (Collapse)AuthorAgeFilesLines
* *: update copyrightRafael G. Martins2018-10-141-1/+1
|
* blogc: common: replace unsigned int with size_tRafael G. Martins2018-03-201-1/+1
|
* Allow lines starting with * or **baylej2017-10-251-7/+24
| | | | | | | These are emphasizing markups per the "Markdown standard". A line containing two '*' or '+' or '-' are not valid horizontal rules. See: https://daringfireball.net/projects/markdown/syntax#hr
* *: updated copyrightRafael G. Martins2017-02-251-1/+1
|
* content-parser: source-parser: rename TITLE to FIRST_HEADERRafael G. Martins2017-02-151-3/+3
|
* content-parser: html-encode pre-defined title. updated man pagesRafael G. Martins2017-02-151-1/+1
|
* content-parser: source-parser: extract TITLE from content headerRafael G. Martins2017-02-141-3/+6
| | | | | | | | | | | 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.
* *: s/sb_/bc_/gRafael G. Martins2016-09-031-167/+167
|
* *: big code reorganization.Rafael G. Martins2016-09-031-0/+1264
- source and tests are now splitted by target - utils lib is now called common still pending move error.c from blogc to common