After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 566504 - Provide a RSS feed
Provide a RSS feed
Status: RESOLVED FIXED
Product: damned-lies
Classification: Infrastructure
Component: general
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Stephane Raimbault
damned-lies Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2009-01-04 12:04 UTC by Jonh Wendell
Modified: 2009-03-04 15:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jonh Wendell 2009-01-04 12:04:53 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.
Comment 1 Claude Paroz 2009-01-04 19:36:48 UTC
AFAIK, Stéphane is already working on this.
Comment 2 Stephane Raimbault 2009-03-04 15:34:05 UTC
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.