Hello,

It seems Drupal uses the "pubDate" tag to put the "last edited" date of a node.
If RSS clients sort the feed by date, this messes up the sort order if a node is modified later on.

I would like to keep the original order as "newest story first", and still be able to correct eg. spelling mistakes without re-ordering all the RSS feeds and making old stories look like new ones for RSS clients.

I am using lastrss.php 0.6 to include news from my Drupal site into external PHP sites.

Thanks!

Comments

Uwe Hermann’s picture

Version: » x.y.z

I don't know very much about RSS, but it seems there's only one tag (pubDate) for items, there is no "updated" and "created" tags... You could always write the date of node creation into pubDate, but I'm not sure this is always what people want.

killes@www.drop.org’s picture

Status: Active » Closed (won't fix)

no user feedback,/ not applicable