aboutsummaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* make: added initial man pageRafael G. Martins2017-01-032-0/+80
|
* git-receiver: allow to push to mirror manuallyRafael G. Martins2016-11-191-0/+12
|
* git-receiver: few man-page fixesRafael G. Martins2016-11-181-2/+3
|
* git-receiver: allow users to re-run the last successful buildRafael G. Martins2016-11-171-0/+10
| | | | | running the pre-receive hook manually on the server will re-run the last successful build.
* blogc: add cli option to read list of source files from stdinRafael G. Martins2016-10-151-3/+16
| | | | | | | | | | this patch adds `-i` option to command line. it will instruct blogc to read stdin and parse it as a file where each source file is a line and empty lines and lines starting with `#` are ignored. this patch makes it possible to use blogc to build big blogs with lots of pages, that would hit the operating system max command line length when calling blogc to build pages.
* build: man: tests: do not use bashRafael G. Martins2016-10-121-4/+4
| | | | tested with busybox' ash, that is not exactly posix.
* git-receiver: added support to get mirror url from config fileRafael G. Martins2016-10-101-4/+17
| | | | this commit also includes some "integration test" in shell script
* man: templates and sources must be valid utf-8Rafael G. Martins2016-07-053-1/+6
|
* template-parser: renderer: implemented 'else' support in templatesRafael G. Martins2016-07-031-3/+11
| | | | | | | | | yeah, this is stupid. after more than 320 commits and 26 releases, we finally support the 'else' statement in the template engine. I don't know if I'm dumb or what, but it took me that long to find a "simple" solution to this basic issue. yep, no more `{% ifdef FOO %}...{% endif %}{% ifndef FOO %}...{% endif %}` blocks. but seriously, who cares?! :/
* template-parser: added some ast debugRafael G. Martins2016-06-221-3/+6
|
* man: improved blogc-git-receiver mirroring setupRafael G. Martins2016-06-191-0/+3
|
* renderer: added support to truncate variables.Rafael G. Martins2016-05-302-1/+39
| | | | this commit also documents variable formatters properly.
* content-parser: encode HTML entities in DESCRIPTION variableRafael G. Martins2016-05-241-3/+4
|
* content-parser: fixed DESCRIPTION variable.Rafael G. Martins2016-05-231-3/+4
| | | | | | | | | it is now built as a single line variable, that contains the full unparsed content of the first paragraph found in the source file, instead of just the first line of it. this also fixes a bug that prevented creating of DESCRIPTION variable, if the source file contained only a single line paragraph.
* content-parser: do not use paragraphs inside blockquote for DESCRIPTIONRafael G. Martins2016-05-221-1/+2
|
* man: added documentation for DESCRIPTION variableRafael G. Martins2016-04-301-1/+6
|
* man: added blogc-pagination(7)Rafael G. Martins2016-04-304-2/+129
|
* man: added man page for blogc-runserverRafael G. Martins2016-04-293-1/+50
|
* man: added man page for blogc-git-receiverRafael G. Martins2016-04-292-6/+136
|
* man: added em/en-dashesRafael G. Martins2016-03-051-0/+5
|
* man: tests: minor documentation fix and more test coverageRafael G. Martins2016-02-211-2/+9
|
* man: improved content-parser docsRafael G. Martins2016-02-211-0/+10
|
* man: added documentation about whitespace controlRafael G. Martins2016-01-141-0/+13
|
* man: fix blogc-template man pageRafael G. Martins2015-12-301-2/+2
|
* renderer: foreach variables should be splitted in spaces rather than commasRafael G. Martins2015-12-291-8/+6
|
* man: renderer: template-parser: added foreach iterator supportRafael G. Martins2015-12-291-0/+38
|
* build: man: update URLRafael G. Martins2015-11-071-3/+3
|
* man: improved if statement docRafael G. Martins2015-10-311-1/+2
|
* man: added example with comparision between 2 varsRafael G. Martins2015-10-281-2/+8
|
* man: fixed blogc-source(7)Rafael G. Martins2015-10-241-1/+9
|
* tempalte-parser: added tests with \r\n line endingsRafael G. Martins2015-10-221-4/+0
|
* content-parser: handle \r\n line endings properlyRafael G. Martins2015-10-221-4/+0
|
* man: add note about id attrs for headersRafael G. Martins2015-10-151-0/+4
|
* main: man: fixed '-l' docsRafael G. Martins2015-10-072-4/+7
|
* man: typoRafael G. Martins2015-08-171-1/+1
|
* man: minor fixesRafael G. Martins2015-08-171-2/+2
|
* man: added blogc-template(7) contentRafael G. Martins2015-08-172-5/+160
|
* man: fixed blogc-source(7)Rafael G. Martins2015-08-171-1/+4
|
* man: typoRafael G. Martins2015-08-151-1/+1
|
* man: improved blogc-source(7)Rafael G. Martins2015-08-151-1/+73
|
* moved repository to its own github orgRafael G. Martins2015-07-052-2/+2
|
* man: minor upgradeRafael G. Martins2015-07-011-0/+4
|
* improved man pagesRafael G. Martins2015-06-232-2/+115
|
* improved man pagesRafael G. Martins2015-06-142-6/+31
|
* main: added option to print global config parameters after parsingRafael G. Martins2015-05-281-1/+8
|
* added initial man pagesRafael G. Martins2015-05-154-0/+132