Opened 17 years ago

Closed 16 years ago

#3502 closed (fixed)

Added "Time To Live" option to RSS2.1

Reported by: jason.sidabras@… Owned by: Thomas Kerpe
Component: Contrib apps Version: dev
Severity: Keywords: syndication, sprintsept14
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: UI/UX:

Description

Looking through the documentation I found no instance of the "time to live" option for the RSS2.0+ which is needed by some readers.

I have attached two diff files of the modified files from SVN revision r4489.

Attachments (4)

utils.feedgenerator.py.diff (627 bytes ) - added by anonymous 17 years ago.
contrib.syndication.feeds.py.diff (56 bytes ) - added by jason.sidabras@… 17 years ago.
feed_ttl.2.diff (4.4 KB ) - added by Thomas Kerpe 17 years ago.
Patch against [6188]
feed_ttl.diff (4.4 KB ) - added by Thomas Kerpe 17 years ago.
Patch against [6188]

Download all attachments as: .zip

Change History (9)

by anonymous, 17 years ago

Attachment: utils.feedgenerator.py.diff added

by jason.sidabras@…, 17 years ago

comment:1 by Simon G. <dev@…>, 17 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Thomas Kerpe, 17 years ago

Owner: changed from nobody to Thomas Kerpe

comment:3 by Thomas Kerpe, 17 years ago

Keywords: sprintsept14 added
Status: newassigned

by Thomas Kerpe, 17 years ago

Attachment: feed_ttl.2.diff added

Patch against [6188]

by Thomas Kerpe, 17 years ago

Attachment: feed_ttl.diff added

Patch against [6188]

comment:4 by Fredrik Lundh <fredrik@…>, 17 years ago

Triage Stage: AcceptedReady for checkin

The "TTL -- One of the following three is optional." should be "TTL -- The following three are optional.", I think. Except for that, this looks fine to me. Pushing it forward.

comment:5 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [6570]) Fixed #3502 -- Added TTL support for RSS (not Atom) feeds. Patch from
jason.sidabras@… and Thomas Kerpe.

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