aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* moved repository to its own github orgRafael G. Martins2015-07-054-4/+4
* removed some uneeded includesRafael G. Martins2015-07-053-3/+0
* content-parser: fixed bug when using inline delim in link titleRafael G. Martins2015-07-042-7/+15
* man: minor upgradeRafael G. Martins2015-07-011-0/+4
* utils: removed unused includesRafael G. Martins2015-06-241-2/+0
* improved man pagesRafael G. Martins2015-06-232-2/+115
* main: do not return 0 when error happensRafael G. Martins2015-06-151-0/+2
* improved man pagesRafael G. Martins2015-06-142-6/+31
* source-parse: optimize excerpt usageRafael G. Martins2015-06-131-7/+5
* tests: test functions must be marked as staticRafael G. Martins2015-06-131-22/+22
* content-parser: implemented excerpt, and now for good!Rafael G. Martins2015-06-136-52/+267
* Revert "added content excerpt support"Rafael G. Martins2015-06-123-140/+8
* added content excerpt supportRafael G. Martins2015-06-113-8/+140
* content-parser: added "automatic" linksRafael G. Martins2015-06-102-17/+62
* build: enable ronn support for distcheckRafael G. Martins2015-06-091-1/+1
* content-parser: fixed inline parserRafael G. Martins2015-05-292-35/+127
* main: added option to print global config parameters after parsingRafael G. Martins2015-05-282-14/+43
* source-parser: fixed reserved variablesRafael G. Martins2015-05-282-1/+101
* loader: implemented pagination filterRafael G. Martins2015-05-283-0/+508
* loader: implemented tag filterRafael G. Martins2015-05-272-9/+82
* content-parser: random fixes and more tests for inline content parserRafael G. Martins2015-05-272-2/+207
* content-parser: random fixes, more testsRafael G. Martins2015-05-272-13/+170
* fixed copyrightRafael G. Martins2015-05-2527-27/+27
* content-parser: more testsRafael G. Martins2015-05-191-0/+126
* content-parser: fix and test horizontal rulesRafael G. Martins2015-05-182-1/+63
* source-parser: fixed reserved variablesRafael G. Martins2015-05-182-2/+82
* minor fixesRafael G. Martins2015-05-181-9/+9
* renderer: added more testsRafael G. Martins2015-05-181-1/+213
* renderer: implemented if statementsRafael G. Martins2015-05-184-12/+48
* template-parser: convert "if" operator into enumRafael G. Martins2015-05-173-26/+38
* template-parser: minor fixes. testsRafael G. Martins2015-05-172-6/+49
* template-parser: added real if statements. ignored by renderer for nowRafael G. Martins2015-05-174-23/+171
* template-parser: if -> ifdef, if not -> ifndefRafael G. Martins2015-05-176-114/+80
* added initial man pagesRafael G. Martins2015-05-157-1/+202
* content-parser: implemented line breaksRafael G. Martins2015-05-122-6/+25
* fixed a few issues reported by clang's static analyzerRafael G. Martins2015-05-105-2/+20
* fixing gcc stupidityRafael G. Martins2015-05-095-5/+19
* raise warning if user provided DATE for one source file, but not for all sour...Rafael G. Martins2015-05-093-0/+67
* loader: added testsRafael G. Martins2015-05-097-39/+232
* error: content parser won't raise errorsRafael G. Martins2015-05-092-4/+0
* added global variables with date/filename on first and last postRafael G. Martins2015-05-096-20/+57
* renderer: respect local scopeRafael G. Martins2015-05-082-2/+40
* content-parser: more random stuffRafael G. Martins2015-05-076-206/+141
* content-parser: lots of random stuffRafael G. Martins2015-05-072-95/+112
* content-parser: do not parse content inside codeRafael G. Martins2015-05-061-7/+30
* content-parser: actually use inline parserRafael G. Martins2015-05-062-4/+20
* content-parsed: started inline parserRafael G. Martins2015-05-063-5/+236
* content-parser: minor fixes. added testsRafael G. Martins2015-05-042-14/+252
* content-parser: implemented more block elementsRafael G. Martins2015-05-044-8/+201
* content-parser: added todoRafael G. Martins2015-05-041-1/+3