GNOME Bugzilla – Bug 566504
Provide a RSS feed
Last modified: 2009-03-04 15:34:05 UTC
Just like vertimus used to have. As DL is more generic than vertimus, the RSS feed could have parameters like: &language=pt_BR&product=vinagre for instance. So we could subscribe into a team feed or a product feed (or both). Thanks.
AFAIK, Stéphane is already working on this.
I've added two RSS feeds: - Vertimus actions by language - vertimus actions by team I don't think it's useful to filter by product... 2009-03-04 Stéphane Raimbault <stephane.raimbault@gmail.com> New RSS feeds to follow the Vertimus actions by team or language (#566504). * common/utils.py: Add a function to merge and sort two list of objects. * feeds/urls.py: Feed urls. * settings_sample.py: Add the feed application. * templates/feeds/actions_description.html: Feed item content. * templates/feeds/actions_title.html: Feed item title. * templates/languages/language_list.html: Add an RSS icon to each languages. * templates/teams/team_detail.html: Associate the feed to the page. * media/img/feed-icon-10x10.png: Added feed icon. * urls.py: Add the '/rss' path. * vertimus/feeds.py: Generate the content of the Vertimus feeds. * vertimus/models.py: Add __unicode__ function to the archived actions.