Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Revert "build: version bump" | Rafael G. Martins | 2019-05-02 | 1 | -3/+0 | |
| | | | | This reverts commit 4b7dcecc377dd397c9a21fba3dff01db09e267c9. | |||||
* | build: version bump | Rafael G. Martins | 2019-05-02 | 1 | -0/+3 | |
| | ||||||
* | Revert "common: added bc_slist_remove" | Rafael G. Martins | 2019-05-01 | 3 | -55/+0 | |
| | | | | This reverts commit 0cfb3dad5de015b658b0917c43fabe420781f39f. | |||||
* | Revert "make: support posts autoloading" | Rafael G. Martins | 2019-05-01 | 6 | -393/+24 | |
| | | | | | | | | It works mostly fine, but if you build a website, delete some files and try to rebuild, it won't be able to detect the removed files. This may be reverted when I find a solution for this problem. This reverts commit 792ac4ec66dd098109a88065420ef95c1a78624f. | |||||
* | make: support posts autoloading | Rafael G. Martins | 2019-04-28 | 6 | -24/+393 | |
| | ||||||
* | make: support posts sorting | Rafael G. Martins | 2019-04-28 | 4 | -3/+235 | |
| | ||||||
* | blogc: added FILTER_SORT, to sort posts by DATE | Rafael G. Martins | 2019-04-28 | 3 | -49/+278 | |
| | ||||||
* | common: added bc_slist_remove | Rafael G. Martins | 2019-04-28 | 3 | -0/+55 | |
| | ||||||
* | common: added bc_slist_sort | Rafael G. Martins | 2019-04-28 | 5 | -0/+230 | |
| | ||||||
* | make: do not follow symlinks when resolving blogcfile path | Rafael G. Martins | 2019-04-25 | 5 | -10/+56 | |
| | ||||||
* | make: do not call exit directly | Rafael G. Martins | 2019-04-22 | 1 | -1/+1 | |
| | ||||||
* | build: version bumpv0.16.1 | Rafael G. Martins | 2019-04-21 | 1 | -0/+3 | |
| | ||||||
* | make: man: removed 'atom_legacy_entry_id' | Rafael G. Martins | 2019-04-21 | 1 | -6/+0 | |
| | ||||||
* | make: removed atom_legacy_entry_id setting | Rafael G. Martins | 2019-04-21 | 2 | -95/+22 | |
| | ||||||
* | make: use permalinks as atom ids | Rafael G. Martins | 2019-04-20 | 3 | -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.0 | Rafael G. Martins | 2019-04-13 | 1 | -0/+3 | |
| | ||||||
* | blogc: added support for formatted variables in -p | Rafael G. Martins | 2019-04-13 | 2 | -10/+4 | |
| | ||||||
* | make: fixed reloading of listing_entry | Rafael G. Martins | 2019-04-04 | 1 | -0/+2 | |
| | ||||||
* | make: added listing_entry test | Rafael G. Martins | 2019-04-03 | 1 | -3/+14 | |
| | ||||||
* | make: added support for `blogc -e` | Rafael G. Martins | 2019-04-03 | 9 | -40/+98 | |
| | | | | must still add tests | |||||
* | blogc: added `-e` cli option and `listing_entry` template block | Rafael G. Martins | 2019-04-02 | 9 | -49/+332 | |
| | ||||||
* | blogc: -p should return special code when variable not found | Rafael G. Martins | 2019-03-28 | 2 | -2/+8 | |
| | ||||||
* | blogc: exit 1 on error | Rafael G. Martins | 2019-03-28 | 1 | -10/+10 | |
| | ||||||
* | git-receiver: exit 1 on error | Rafael G. Martins | 2019-03-28 | 4 | -33/+33 | |
| | ||||||
* | runserver: exit 1 on error | Rafael G. Martins | 2019-03-28 | 2 | -12/+12 | |
| | ||||||
* | make: exit 1 on error | Rafael G. Martins | 2019-03-28 | 6 | -30/+30 | |
| | ||||||
* | man: improved description of `blogc -p` | Rafael G. Martins | 2019-03-28 | 1 | -7/+7 | |
| | ||||||
* | blogc: dump source file variables as well as global variables | Rafael G. Martins | 2019-03-27 | 2 | -8/+19 | |
| | ||||||
* | build: version bumpv0.15.1 | Rafael G. Martins | 2019-02-26 | 1 | -0/+3 | |
| | ||||||
* | build: remove unused configure.ac substitution | Rafael G. Martins | 2019-02-25 | 1 | -1/+0 | |
| | ||||||
* | blogc: content: do not escape inline code | Rafael G. Martins | 2019-02-24 | 3 | -5/+16 | |
| | | | | | | this is more compatible with markdown spec[1] [1] https://daringfireball.net/projects/markdown/syntax#code | |||||
* | blogc: sysinfo: simplified username impl. fixed tests | Rafael G. Martins | 2019-02-23 | 6 | -71/+14 | |
| | ||||||
* | build: version bumpv0.15.0 | Rafael G. Martins | 2019-02-11 | 1 | -0/+3 | |
| | ||||||
* | man: added documentation for predefined template variables | Rafael G. Martins | 2019-02-10 | 1 | -0/+47 | |
| | ||||||
* | blogc: test "inject" functions | Rafael G. Martins | 2019-02-10 | 2 | -0/+87 | |
| | ||||||
* | blogc: rusage: added tests, fixed minor issue | Rafael G. Martins | 2019-02-10 | 6 | -4/+141 | |
| | ||||||
* | blogc: sysinfo: added tests | Rafael G. Martins | 2019-02-10 | 7 | -5/+304 | |
| | ||||||
* | blogc: funcvars: code simplified, added tests | Rafael G. Martins | 2019-02-10 | 6 | -10/+117 | |
| | ||||||
* | blogc: template: allow whitespaces in template tags, not just spaces | Rafael G. Martins | 2019-02-09 | 4 | -16/+154 | |
| | ||||||
* | blogc: sysinfo: fix memory leak | Rafael G. Martins | 2019-02-08 | 1 | -0/+1 | |
| | ||||||
* | blogc: added "inside docker" template variable | Rafael G. Martins | 2019-02-04 | 4 | -1/+44 | |
| | ||||||
* | blogc: added username template variable | Rafael G. Martins | 2019-02-03 | 4 | -1/+50 | |
| | ||||||
* | blogc: added datetime template variable | Rafael G. Martins | 2019-02-03 | 3 | -0/+46 | |
| | ||||||
* | blogc: unistd.h wont provide gethostname | Rafael G. Martins | 2019-02-03 | 2 | -0/+3 | |
| | ||||||
* | blogc: added hostmane template variable | Rafael G. Martins | 2019-02-03 | 5 | -1/+80 | |
| | ||||||
* | blogc: rusage: fix formatting | Rafael G. Martins | 2019-02-02 | 1 | -4/+4 | |
| | ||||||
* | blogc: optimized getrusage calls | Rafael G. Martins | 2019-02-02 | 4 | -43/+31 | |
| | ||||||
* | blogc: fix rusage macro | Rafael G. Martins | 2019-02-02 | 1 | -2/+6 | |
| | ||||||
* | blogc: do not add rusage vars if not supported | Rafael G. Martins | 2019-02-02 | 3 | -1/+22 | |
| | ||||||
* | blogc: added template variables for memory and cpu time resource usage | Rafael G. Martins | 2019-02-02 | 7 | -4/+188 | |
| | | | | | | | this include infrastructure required to have variables evaluated as lazy function calls. missing tests, docs and improvements. |