Closed (won't fix)
Project:
Drupal core
Version:
x.y.z
Component:
aggregator.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2005 at 12:05 UTC
Updated:
20 Oct 2005 at 21:41 UTC
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
Comment #1
Uwe Hermann commentedI 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.
Comment #2
killes@www.drop.org commentedno user feedback,/ not applicable