Could updated article go into RSS too?
li-bei opened this issue · 2 comments
li-bei commented
Would be nice if we can know an article is updated via RSS.
mattt commented
Updated articles should appear at the top of the RSS feed:
$ curl https://nshipster.com/feed.xml | less
<xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US">
<! --- snip --->
<entry>
<title type="html">Image Resizing Techniques</title>
<link href="https://nshipster.com/image-resizing/" rel="alternate" type="text/html" title="Image Resizing Techniques" />
<published>2019-05-06T00:00:00-07:00</published>
<updated>2019-05-06T00:00:00-07:00</updated>
<id>https://nshipster.com/image-resizing</id>
Is that not having the desired effect in RSS readers? Or are you asking for an annotation in the RSS entry to indicate that it's been updated?