Add the djblets.feedview app for viewing RSS/Atom feeds
Submitted
Updated 5 months, 1 week ago
| Christian Hammond | Reviewers | ||
| trunk | reviewboard | ||
| None | Navi | ||
This introduces the new djblets.feedview app, which is designed to allow sites to embed RSS/Atom feeds. We make use of the single-file MIT-licensed "feedparser" module for this, which we ship along with feedview. This is to be used in the new admin UI for displaying Review Board news updates on the new dashboard.
Tested along with the new admin UI. Viewing feeds works fine.
Posted 5 months, 2 weeks ago (June 8th, 2008, 4:36 p.m.)
-
/trunk/djblets/djblets/feedview/feedparser.py (Diff revision 1) 14 __version__ = "4.2-pre-" + "$Revision$"[11:14] + "-svn"
-
Huh. This doesn't look right.
-
/trunk/djblets/djblets/feedview/views.py (Diff revision 1) 35 return cache_memoize("feed-%s" % url, fetch_feed, cache_expiration,
-
Do you need to escape url here?