postmarks
postmarks copied to clipboard
Improve Atom XML feed support
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+xmlContent-type
There are a few other things that could be tightened up as well.
Currently, timestamps are fine on the top-level index.xml, but the per-tag feeds have the time formatted differently...
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