Changeset - 3c3de3e61bac
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 13 years ago 2011-06-13 21:24:42
bkuhn@ebb.org
Link to news page; not perfect but better than other options.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/feeds.py
Show inline comments
...
 
@@ -62,13 +62,13 @@ class OmnibusFeedType(Rss201rev2Feed):
 
        # Block things that don't have an enclosure from iTunes in
 
        # case someone uploads this feed there.
 
        handler.addQuickElement("itunes:block", 'Yes')
 

	
 
class OmnibusFeed(ConservancyFeedBase):
 
    feed_type = OmnibusFeedType
 
    link ="/omnibus/"
 
    link ="/news/"
 
    title = "The Software Freedom Conservancy"
 
    description = "An aggregated feed of all RSS content available from the Software Freedom Conservancy, including both news items and blogs."
 
    title_template = "feeds/omnibus_title.html"
 
    description_template = "feeds/omnibus_description.html"
 
    author_email = "info@sfconservancy.org"
 
    author_link = "http://sfconservancy.org/"
0 comments (0 inline, 0 general)