Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make: removed atom_legacy_entry_id setting | Rafael G. Martins | 2019-04-21 | 1 | -84/+14 |
| | |||||
* | make: use permalinks as atom ids | Rafael G. Martins | 2019-04-20 | 1 | -20/+20 |
| | | | | | | | | | | | | 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 | -0/+212 |
| | |||||
* | make: implemented atom_legacy_entry_id setting | Rafael G. Martins | 2018-07-25 | 1 | -0/+128 |
| | | | | 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 | -10/+76 |
| | |||||
* | make: handle empty prefixes properly | Rafael G. Martins | 2018-07-24 | 1 | -0/+62 |
| | | | | still needs to add integration tests | ||||
* | make: reworked binary lookups, added them to ctx | Rafael G. Martins | 2017-03-03 | 1 | -2/+0 |
| | |||||
* | make: implement binary lookup in a more portable way | Rafael G. Martins | 2017-03-01 | 1 | -0/+2 |
| | |||||
* | *: updated copyright | Rafael G. Martins | 2017-02-25 | 1 | -1/+1 |
| | |||||
* | make: added a bunch of tests | Rafael G. Martins | 2017-01-01 | 1 | -0/+154 |