aboutsummaryrefslogtreecommitdiffstats
path: root/tests/blogc-make/check_atom.c
Commit message (Collapse)AuthorAgeFilesLines
* migrate codebase to use squareball. again :)feature/squareballRafael G. Martins2019-09-021-100/+95
|
* make: removed atom_legacy_entry_id settingRafael G. Martins2019-04-211-84/+14
|
* make: use permalinks as atom idsRafael G. Martins2019-04-201-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 copyrightRafael G. Martins2019-01-151-1/+1
|
* *: update copyrightRafael G. Martins2018-10-141-1/+1
|
* make: added atom_dump helper ruleRafael G. Martins2018-07-261-0/+212
|
* make: implemented atom_legacy_entry_id settingRafael G. Martins2018-07-251-0/+128
| | | | This allows current users to avoid atom entry id changes.
* make: fixed filename generation for rules and atom feedRafael G. Martins2018-07-251-10/+76
|
* make: handle empty prefixes properlyRafael G. Martins2018-07-241-0/+62
| | | | still needs to add integration tests
* 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
|
* *: updated copyrightRafael G. Martins2017-02-251-1/+1
|
* make: added a bunch of testsRafael G. Martins2017-01-011-0/+154