GNOME Bugzilla – Bug 574864
Broken feeds in http://l10n.gnome.org/languages/
Last modified: 2009-10-30 17:45:21 UTC
Hi, The feeds in http://l10n.gnome.org/languages/ are broken. Many items in the feeds contain the same guids which is not correct and confuses some readers (e.g. Liferea and Opera). See http://l10n.gnome.org/rss/languages/es and what http://www.feedvalidator.org/ says about it for an example.
It isn't trivial to fix because DL doesn't provide a permalink for each action. I tried to provide an unique number as guid but the standard wants an URL :-/ We could play a bit with the URLs of Django to do that and give access to the action history.
«Definition and Usage The <guid> element defines a unique identifier for the item. Tips and Notes Note: Aggregators must view the guid as a string. There are no rules for the syntax. It's up to the creator of the RSS document, to establish the uniqueness of the string. Tip: GUID = Globally Unique Identifier.» http://www.w3schools.com/rss/rss_tag_guid.asp
commit b018f0d358c4cd352f260ea2c134b648d68efd53 Author: Claude Paroz <claude@2xlibre.net> Date: Fri Oct 30 18:39:27 2009 +0100 Use anchors to define unique links for feed items (Fixes #574864)