Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make: remove whitespaces from default atom template | Rafael G. Martins | 2020-05-09 | 1 | -2/+2 |
| | |||||
* | make: removed atom_legacy_entry_id setting | Rafael G. Martins | 2019-04-21 | 1 | -11/+8 |
| | |||||
* | make: use permalinks as atom ids | Rafael G. Martins | 2019-04-20 | 1 | -2/+2 |
| | | | | | | | | | | | | 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 :/ | ||||
* | *: update copyright | Rafael G. Martins | 2019-01-15 | 1 | -1/+1 |
| | |||||
* | *: update copyright | Rafael G. Martins | 2018-10-14 | 1 | -1/+1 |
| | |||||
* | make: added atom_dump helper rule | Rafael G. Martins | 2018-07-26 | 1 | -12/+29 |
| | |||||
* | make: prevent dereferencing segfaults. minor style fixes | Rafael G. Martins | 2018-07-26 | 1 | -1/+1 |
| | |||||
* | make: implemented atom_legacy_entry_id setting | Rafael G. Martins | 2018-07-25 | 1 | -1/+11 |
| | | | | This allows current users to avoid atom entry id changes. | ||||
* | make: fixed filename generation for rules and atom feed | Rafael G. Martins | 2018-07-25 | 1 | -11/+28 |
| | |||||
* | make: handle empty prefixes properly | Rafael G. Martins | 2018-07-24 | 1 | -6/+9 |
| | | | | still needs to add integration tests | ||||
* | Revert "build: introduced an unused variable to test clang-analyzer" | Rafael G. Martins | 2018-05-07 | 1 | -3/+0 |
| | | | | This reverts commit e07e1d66e892764582fbe091fa1cd4cc13619e2f. | ||||
* | build: introduced an unused variable to test clang-analyzer | Rafael G. Martins | 2018-05-07 | 1 | -0/+3 |
| | |||||
* | Revert "build: introduced a minor memory leak to test clang-analyzer" | Rafael G. Martins | 2018-05-07 | 1 | -2/+2 |
| | | | | This reverts commit 42259e6b0036935e00fca6b780f8d8b616d132c7. | ||||
* | build: introduced a minor memory leak to test clang-analyzer | Rafael G. Martins | 2018-05-07 | 1 | -2/+2 |
| | |||||
* | *: updated copyright | Rafael G. Martins | 2017-02-25 | 1 | -1/+1 |
| | |||||
* | make: implemented a build tool for blogc | Rafael G. Martins | 2016-12-27 | 1 | -0/+93 |
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 ;) |