aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into feature/directivesfeature/directivesRafael G. Martins2016-05-181-1/+3
|\
| * updated README.md with dependencies. closes #4Rafael G. Martins2016-05-181-1/+3
| |
* | directives: declare directive functions as staticRafael G. Martins2016-05-082-2/+2
| |
* | Merge branch 'master' into feature/directivesRafael G. Martins2016-05-0747-2043/+4100
|\|
| * spec: install blogc-pagination(7)Rafael G. Martins2016-04-301-0/+1
| |
| * build: version bumpv0.9.0Rafael G. Martins2016-04-301-0/+3
| |
| * man: added documentation for DESCRIPTION variableRafael G. Martins2016-04-301-1/+6
| |
| * man: added blogc-pagination(7)Rafael G. Martins2016-04-305-2/+142
| |
| * updated readmeRafael G. Martins2016-04-291-1/+1
| |
| * updated readmeRafael G. Martins2016-04-291-1/+3
| |
| * build: fix man page distRafael G. Martins2016-04-291-9/+5
| |
| * man: added man page for blogc-runserverRafael G. Martins2016-04-295-1/+64
| |
| * man: added man page for blogc-git-receiverRafael G. Martins2016-04-294-6/+150
| |
| * build: drop windows supportRafael G. Martins2016-04-283-43/+7
| |
| * build: support tools in spec fileRafael G. Martins2016-04-271-3/+29
| |
| * fixed readmeRafael G. Martins2016-04-271-1/+1
| |
| * build: keep tools disabled by defaultRafael G. Martins2016-04-271-31/+18
| |
| * blogc-runserver: import external tool to blogc repositoryRafael G. Martins2016-04-276-2/+458
| | | | | | | | | | | | | | | | still in the effort to reduce maintenance work, I'm importing blogc-runserver tool to the main blogc repository. the tool is build by default, if needed headers and libraries are found.
| * blogc-git-receiver: import external tool to blogc repositoryRafael G. Martins2016-04-276-16/+589
| | | | | | | | | | | | | | | | | | still in the effort to reduce maintenance work, I'm importing blogc-git-receiver tool to the main blogc repository. the tool is build by default, if needed headers are found. that means that it will probably only be built for posix-compliant operating systems.
| * remove squareball for goodRafael G. Martins2016-04-2721-23/+20
| |
| * moved squareball back to blogc source tree.Rafael G. Martins2016-04-278-51/+1694
| | | | | | | | | | | | | | i don't have enough time to maintain a separated library at this point, and worry about soname bump, library stability, etc. all the code is trivial enough to be copied around, and all the utils are implemented as single file now, to make it easier to copy.
| * Revert "*: use squareball error infrastructure"Rafael G. Martins2016-04-2720-386/+426
| | | | | | | | This reverts commit a2b3551dfb9460470bd79f5648bf597c517c40d4.
| * Revert "error: removed uneeded tests"Rafael G. Martins2016-04-271-0/+24
| | | | | | | | This reverts commit 37592b57b31987519e59117d49bccd0207e67f15.
| * Revert "main: loader: use file utils from squareball"Rafael G. Martins2016-04-273-18/+62
| | | | | | | | This reverts commit c7b4bc4d64a3ce669e54b7c7dae87527d9ee3123.
| * content-parser: extract post description from contentRafael G. Martins2016-04-206-105/+389
| | | | | | | | | | | | | | | | | | description is the first line of the first paragraph parsed from content file. users can override it declaring DESCRIPTION variable in source file itself. this also fixes a bug with line endings when using single line blockquotes.
| * build: version bumpv0.8.1Rafael G. Martins2016-04-171-0/+6
| |
| * content-parser: do not convert -- and --- to &ndash and &mdash inside codeRafael G. Martins2016-04-172-1/+34
| |
| * spec: restrict squareball dependencyRafael G. Martins2016-04-081-1/+1
| |
| * build: update squareballv0.8.0Rafael G. Martins2016-04-062-1/+1
| |
| * travis: trying to fix deployRafael G. Martins2016-04-062-12/+18
| |
| * main: loader: use file utils from squareballRafael G. Martins2016-03-194-62/+18
| |
| * error: removed uneeded testsRafael G. Martins2016-03-131-24/+0
| |
| * *: use squareball error infrastructureRafael G. Martins2016-03-1321-426/+386
| |
| * travis: improved deploy conditionsRafael G. Martins2016-03-092-6/+3
| |
| * spec: fixed source dirRafael G. Martins2016-03-092-1/+2
| |
| * readme: added travis badgeRafael G. Martins2016-03-091-1/+1
| |
| * travis: optimizeRafael G. Martins2016-03-092-1/+2
| |
| * travis: optimizeRafael G. Martins2016-03-091-1/+2
| |
| * travis: removed encrypted vars from .travis.ymlRafael G. Martins2016-03-081-5/+0
| |
| * travis: temporary remove --silent from curl callRafael G. Martins2016-03-081-1/+0
| |
| * travis: added script to upload distfilesRafael G. Martins2016-03-086-55/+82
| |
| * travis: minor fixRafael G. Martins2016-03-081-1/+1
| |
| * travis: trying to create windows zipRafael G. Martins2016-03-081-0/+14
| |
| * build: added make rule to build srpmRafael G. Martins2016-03-084-2/+41
| |
| * travis: fix if statement in build scriptRafael G. Martins2016-03-071-1/+1
| |
| * travis: remove wrong quotes from build scriptRafael G. Martins2016-03-071-1/+1
| |
| * travis: actually commit the build scriptRafael G. Martins2016-03-072-0/+32
| |
| * travis: trying to build for windowsRafael G. Martins2016-03-071-6/+12
| |
| * added travis supportRafael G. Martins2016-03-071-0/+28
| |
| * man: added em/en-dashesRafael G. Martins2016-03-051-0/+5
| |