From 3c3de3e61bac74700aeee85cc9e702c87b475bbd Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Mon, 13 Jun 2011 17:24:42 -0400 Subject: [PATCH] Link to news page; not perfect but better than other options. --- www/conservancy/feeds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/conservancy/feeds.py b/www/conservancy/feeds.py index a566cff2..77f626f1 100644 --- a/www/conservancy/feeds.py +++ b/www/conservancy/feeds.py @@ -65,7 +65,7 @@ class OmnibusFeedType(Rss201rev2Feed): 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"