aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* build: version bumpv0.16.1Rafael G. Martins2019-04-211-0/+3
|
* make: man: removed 'atom_legacy_entry_id'Rafael G. Martins2019-04-211-6/+0
|
* make: removed atom_legacy_entry_id settingRafael G. Martins2019-04-212-95/+22
|
* make: use permalinks as atom idsRafael G. Martins2019-04-203-78/+78
| | | | | | | | | | | | I have just realized that was implementing atom feeds wrong for long time. atom ids are supposed to be valid uris. this is a small but breaking change. it is supposed to make some clients think that all of the old posts were republished. This can be avoided by running something like this, before upgrading: $ blogc-make atom_dump > templates/atom.tmpl however, keep in mind that your atom ids are invalid :/
* build: version bumpv0.16.0Rafael G. Martins2019-04-131-0/+3
|
* blogc: added support for formatted variables in -pRafael G. Martins2019-04-132-10/+4
|
* make: fixed reloading of listing_entryRafael G. Martins2019-04-041-0/+2
|
* make: added listing_entry testRafael G. Martins2019-04-031-3/+14
|
* make: added support for `blogc -e`Rafael G. Martins2019-04-039-40/+98
| | | | must still add tests
* blogc: added `-e` cli option and `listing_entry` template blockRafael G. Martins2019-04-029-49/+332
|
* blogc: -p should return special code when variable not foundRafael G. Martins2019-03-282-2/+8
|
* blogc: exit 1 on errorRafael G. Martins2019-03-281-10/+10
|
* git-receiver: exit 1 on errorRafael G. Martins2019-03-284-33/+33
|
* runserver: exit 1 on errorRafael G. Martins2019-03-282-12/+12
|
* make: exit 1 on errorRafael G. Martins2019-03-286-30/+30
|
* man: improved description of `blogc -p`Rafael G. Martins2019-03-281-7/+7
|
* blogc: dump source file variables as well as global variablesRafael G. Martins2019-03-272-8/+19
|
* build: version bumpv0.15.1Rafael G. Martins2019-02-261-0/+3
|
* build: remove unused configure.ac substitutionRafael G. Martins2019-02-251-1/+0
|
* blogc: content: do not escape inline codeRafael G. Martins2019-02-243-5/+16
| | | | | | this is more compatible with markdown spec[1] [1] https://daringfireball.net/projects/markdown/syntax#code
* blogc: sysinfo: simplified username impl. fixed testsRafael G. Martins2019-02-236-71/+14
|
* build: version bumpv0.15.0Rafael G. Martins2019-02-111-0/+3
|
* man: added documentation for predefined template variablesRafael G. Martins2019-02-101-0/+47
|
* blogc: test "inject" functionsRafael G. Martins2019-02-102-0/+87
|
* blogc: rusage: added tests, fixed minor issueRafael G. Martins2019-02-106-4/+141
|
* blogc: sysinfo: added testsRafael G. Martins2019-02-107-5/+304
|
* blogc: funcvars: code simplified, added testsRafael G. Martins2019-02-106-10/+117
|
* blogc: template: allow whitespaces in template tags, not just spacesRafael G. Martins2019-02-094-16/+154
|
* blogc: sysinfo: fix memory leakRafael G. Martins2019-02-081-0/+1
|
* blogc: added "inside docker" template variableRafael G. Martins2019-02-044-1/+44
|
* blogc: added username template variableRafael G. Martins2019-02-034-1/+50
|
* blogc: added datetime template variableRafael G. Martins2019-02-033-0/+46
|
* blogc: unistd.h wont provide gethostnameRafael G. Martins2019-02-032-0/+3
|
* blogc: added hostmane template variableRafael G. Martins2019-02-035-1/+80
|
* blogc: rusage: fix formattingRafael G. Martins2019-02-021-4/+4
|
* blogc: optimized getrusage callsRafael G. Martins2019-02-024-43/+31
|
* blogc: fix rusage macroRafael G. Martins2019-02-021-2/+6
|
* blogc: do not add rusage vars if not supportedRafael G. Martins2019-02-023-1/+22
|
* blogc: added template variables for memory and cpu time resource usageRafael G. Martins2019-02-027-4/+188
| | | | | | | this include infrastructure required to have variables evaluated as lazy function calls. missing tests, docs and improvements.
* build: version bumpv0.14.1Rafael G. Martins2019-01-151-0/+3
|
* *: update copyrightRafael G. Martins2019-01-1589-89/+89
|
* removed blogc-github-lambdaRafael G. Martins2019-01-155-281/+1
| | | | it will be provided in a separate repository soon
* make: fixed bug when trying to call a rule with incomplete nameRafael G. Martins2019-01-151-1/+2
| | | | | previous code was calling all the rules that matched the substring provided. it should only run exact matches.
* renderer: fix a (very) unlikely segfault detected by scan-buildRafael G. Martins2018-12-201-2/+2
|
* Revert "travis: use ronn from apt on ubuntu"Rafael G. Martins2018-12-201-6/+2
| | | | This reverts commit 5eb6ae67eaf8aacd2adbee255c35d9657fa07ae8.
* travis: use ronn from apt on ubuntuRafael G. Martins2018-12-201-2/+6
|
* travis: migrate to ubuntu xenial. use homebrew addonRafael G. Martins2018-12-201-4/+6
|
* make: include limits.hRafael G. Martins2018-12-171-0/+1
|
* make: fixed memory leakRafael G. Martins2018-12-171-0/+1
|
* git-receiver: make: runserver: improved realpath(3) usageRafael G. Martins2018-12-174-9/+26
|