postmarks icon indicating copy to clipboard operation
postmarks copied to clipboard

Improve Atom XML feed support

Open andypiper opened this issue 2 years ago • 2 comments

Currently, the Atom feeds fail validation with a few warnings (example). Specifically, the following could be improved:

  • timestamps should be RFC-3339 compliant
  • feeds should be returned with the application/atom+xml Content-type

There are a few other things that could be tightened up as well.

andypiper avatar Sep 09 '23 22:09 andypiper

Currently, timestamps are fine on the top-level index.xml, but the per-tag feeds have the time formatted differently...

andypiper avatar Sep 10 '23 11:09 andypiper

Looks like a bunch of this has been fixed, but you're right that there are still two issues on the per-tag feeds (route here):

  • <updated> timestamps need the "Z" added at the end
  • the <link rel="self"> needs to point to the correct URL instead of the main XML feed

ckolderup avatar Sep 22 '23 05:09 ckolderup