Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#447 closed enhancement (fixed)

[PATCH] Add pubdate elements to RSS feeds.

Reported by: benno@… Owned by: Adrian Holovaty
Component: contrib.syndication Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The attached patch adds a get_pubdate_cb to the RSS feed configuration that allows the resulting feed to have pubdate elements.

Attachments (3)

rss-pubdate.diff (1.6 KB ) - added by benno@… 19 years ago.
rss-pubdate.2.diff (1.7 KB ) - added by benno@… 19 years ago.
Fixed version that deals with get_pubdate_cb being None.
rss-pubdate.3.diff (2.1 KB ) - added by benno@… 19 years ago.
This time for sure.

Download all attachments as: .zip

Change History (7)

by benno@…, 19 years ago

Attachment: rss-pubdate.diff added

by benno@…, 19 years ago

Attachment: rss-pubdate.2.diff added

Fixed version that deals with get_pubdate_cb being None.

by benno@…, 19 years ago

Attachment: rss-pubdate.3.diff added

This time for sure.

comment:1 by Adrian Holovaty, 19 years ago

Component: Core frameworkRSS framework

comment:2 by hugo <gb@…>, 19 years ago

milestone: Version 1.0

I think this should go in the 1.0 release - it's a simple patch with very usefull functionality.

comment:3 by Jacob, 19 years ago

Resolution: fixed
Status: newclosed

(In [743]) Fixed #447 - the RSS framework can now output pub dates

comment:4 by (none), 17 years ago

milestone: Version 1.0

Milestone Version 1.0 deleted

Note: See TracTickets for help on using tickets.
Back to Top