aboutsummaryrefslogtreecommitdiffstats
path: root/tests/blogc-make/check_settings.c
Commit message (Collapse)AuthorAgeFilesLines
* migrate codebase to use squareball. again :)feature/squareballRafael G. Martins2019-09-021-96/+91
|
* *: update copyrightRafael G. Martins2019-01-151-1/+1
|
* make: settings: removed unused functionRafael G. Martins2018-12-161-3/+0
|
* *: update copyrightRafael G. Martins2018-10-141-1/+1
|
* make: handle empty prefixes properlyRafael G. Martins2018-07-241-3/+6
| | | | still needs to add integration tests
* make: added 'html_order' and 'atom_order' settingsRafael G. Martins2017-08-031-3/+9
| | | | | | | these settings are used to change the order of the posts on the listings. by default, users are supposed to list their posts from older to newer in the blogcfile, and blogc-make will list them on descending order, both for html listings and atom listings.
* make: settings: do not read output_dir from blogcfileRafael G. Martins2017-04-281-11/+3
| | | | | now it is only possible to override output directory using environment variable. this commit also reduces the number trie lookups.
* make: fix testsRafael G. Martins2017-04-111-12/+3
|
* make: s/env/global/Rafael G. Martins2017-03-061-24/+24
|
* make: reworked binary lookups, added them to ctxRafael G. Martins2017-03-031-2/+0
|
* make: implement binary lookup in a more portable wayRafael G. Martins2017-03-011-0/+2
|
* make: keep backward compatibility with [copy_files]Rafael G. Martins2017-02-251-0/+93
|
* make: renamed [environment] to [global]Rafael G. Martins2017-02-251-1/+118
|
* *: updated copyrightRafael G. Martins2017-02-251-1/+1
|
* blogc-make: renamed copy_files settings to copyRafael G. Martins2017-02-141-6/+6
|
* make: implemented runserver ruleRafael G. Martins2016-12-271-1/+4
|
* make: implemented a build tool for blogcRafael G. Martins2016-12-271-0/+158
so, this is basically what happens when you don't have anything better to do in the christmas weekend. most of this code was written in the last 2 or 3 days. i'd like to thank the chivas brothers, the weather and my psychological problems for this achievement. on a serious note, this tool still needs a man page, more tests, and the aws lambda function should be adapted to use it instead of (or together with) make/busybox. also, while talking about aws lambda, this tool can be nicely embedded into the blogc binary, to produce a single "small" static binary for usage in lambda ;)