Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | datetime-parser: improve error handling | Rafael G. Martins | 2015-10-24 | 4 | -56/+55 |
| | |||||
* | datetime-parser: fixed strptime error handling | Rafael G. Martins | 2015-10-24 | 1 | -3/+4 |
| | |||||
* | datetime-parser: initial implementation. not used yet | Rafael G. Martins | 2015-10-24 | 4 | -0/+396 |
| | |||||
* | error: improved error reporting for parsers | Rafael G. Martins | 2015-10-24 | 1 | -11/+39 |
| | | | | it will now report the line and the approximate position of the error. | ||||
* | content-parser: fix comment | Rafael G. Martins | 2015-10-22 | 1 | -1/+1 |
| | |||||
* | content-parser: replace useless array with boolean | Rafael G. Martins | 2015-10-22 | 1 | -6/+5 |
| | |||||
* | source-parser: handle \r\n line endings properly | Rafael G. Martins | 2015-10-22 | 1 | -0/+2 |
| | |||||
* | content-parser: handle \r\n line endings properly | Rafael G. Martins | 2015-10-22 | 1 | -31/+79 |
| | |||||
* | file: added missing header | Rafael G. Martins | 2015-10-12 | 1 | -0/+1 |
| | |||||
* | content-parser: added id attributes to headers | Rafael G. Martins | 2015-10-12 | 2 | -2/+31 |
| | | | | the id is a slugified version of the (unparsed) header content. | ||||
* | main: no need to honor umask manually | Rafael G. Martins | 2015-10-11 | 1 | -8/+1 |
| | |||||
* | main: man: fixed '-l' docs | Rafael G. Martins | 2015-10-07 | 1 | -2/+2 |
| | |||||
* | renderer: accept empty list of files with -l | Rafael G. Martins | 2015-10-07 | 2 | -6/+13 |
| | |||||
* | source-parser: fixed error message | Rafael G. Martins | 2015-09-19 | 1 | -1/+1 |
| | |||||
* | error: minor memory optimization | Rafael G. Martins | 2015-09-18 | 1 | -10/+4 |
| | |||||
* | content-parser: removed some uneeded code | Rafael G. Martins | 2015-09-15 | 1 | -14/+0 |
| | |||||
* | loader: minor fixes | Rafael G. Martins | 2015-09-05 | 1 | -1/+3 |
| | |||||
* | main: style fixes | Rafael G. Martins | 2015-08-22 | 1 | -18/+25 |
| | |||||
* | source-parser: forbid BLOGC_VERSION variable in source files | Rafael G. Martins | 2015-08-14 | 1 | -1/+3 |
| | |||||
* | main: added BLOGC_VERSION template variable | Rafael G. Martins | 2015-08-14 | 1 | -0/+5 |
| | |||||
* | content-parser: implemented multiline support for lists | Rafael G. Martins | 2015-08-13 | 2 | -44/+128 |
| | |||||
* | utils/mem: added safe realloc | Rafael G. Martins | 2015-07-19 | 3 | -4/+19 |
| | |||||
* | content-parser: fixed start_state bug. | Rafael G. Martins | 2015-07-09 | 1 | -2/+2 |
| | |||||
* | removed some uneeded includes | Rafael G. Martins | 2015-07-05 | 3 | -3/+0 |
| | |||||
* | content-parser: fixed bug when using inline delim in link title | Rafael G. Martins | 2015-07-04 | 1 | -7/+7 |
| | |||||
* | utils: removed unused includes | Rafael G. Martins | 2015-06-24 | 1 | -2/+0 |
| | |||||
* | main: do not return 0 when error happens | Rafael G. Martins | 2015-06-15 | 1 | -0/+2 |
| | |||||
* | source-parse: optimize excerpt usage | Rafael G. Martins | 2015-06-13 | 1 | -7/+5 |
| | |||||
* | content-parser: implemented excerpt, and now for good! | Rafael G. Martins | 2015-06-13 | 3 | -4/+48 |
| | |||||
* | Revert "added content excerpt support" | Rafael G. Martins | 2015-06-12 | 1 | -55/+2 |
| | | | | This reverts commit 1851274f9524c462806d6ab64e024effb0392231. | ||||
* | added content excerpt support | Rafael G. Martins | 2015-06-11 | 1 | -2/+55 |
| | |||||
* | content-parser: added "automatic" links | Rafael G. Martins | 2015-06-10 | 1 | -15/+29 |
| | |||||
* | content-parser: fixed inline parser | Rafael G. Martins | 2015-05-29 | 1 | -31/+61 |
| | |||||
* | main: added option to print global config parameters after parsing | Rafael G. Martins | 2015-05-28 | 1 | -13/+35 |
| | |||||
* | source-parser: fixed reserved variables | Rafael G. Martins | 2015-05-28 | 1 | -1/+11 |
| | |||||
* | loader: implemented pagination filter | Rafael G. Martins | 2015-05-28 | 1 | -0/+37 |
| | |||||
* | loader: implemented tag filter | Rafael G. Martins | 2015-05-27 | 1 | -9/+35 |
| | |||||
* | content-parser: random fixes and more tests for inline content parser | Rafael G. Martins | 2015-05-27 | 1 | -2/+7 |
| | |||||
* | content-parser: random fixes, more tests | Rafael G. Martins | 2015-05-27 | 1 | -13/+26 |
| | |||||
* | fixed copyright | Rafael G. Martins | 2015-05-25 | 20 | -20/+20 |
| | |||||
* | content-parser: fix and test horizontal rules | Rafael G. Martins | 2015-05-18 | 1 | -1/+4 |
| | |||||
* | source-parser: fixed reserved variables | Rafael G. Martins | 2015-05-18 | 1 | -2/+10 |
| | |||||
* | minor fixes | Rafael G. Martins | 2015-05-18 | 1 | -9/+9 |
| | |||||
* | renderer: implemented if statements | Rafael G. Martins | 2015-05-18 | 3 | -10/+36 |
| | |||||
* | template-parser: convert "if" operator into enum | Rafael G. Martins | 2015-05-17 | 2 | -23/+35 |
| | |||||
* | template-parser: minor fixes. tests | Rafael G. Martins | 2015-05-17 | 1 | -4/+13 |
| | |||||
* | template-parser: added real if statements. ignored by renderer for now | Rafael G. Martins | 2015-05-17 | 2 | -13/+126 |
| | |||||
* | template-parser: if -> ifdef, if not -> ifndef | Rafael G. Martins | 2015-05-17 | 3 | -44/+26 |
| | |||||
* | content-parser: implemented line breaks | Rafael G. Martins | 2015-05-12 | 1 | -4/+23 |
| | |||||
* | fixed a few issues reported by clang's static analyzer | Rafael G. Martins | 2015-05-10 | 5 | -2/+20 |
| |