fixed the last opensearch/rss issue. The GUID-Tag in RSS is supposed to coontain a unique ID. By default, the ID is supposed to be a permanent link to the feed element (the permalink) in which case it's content _must_ match the syntax of a URL. The guid _can_ contain a non-URL ID, but it _must_ be specified as such with an additional isPermLink="false" attribute in this case.

see http://www.rssboard.org/rss-2-0#ltguidgtSubelementOfLtitemgt

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4130 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
fuchsi 18 years ago
parent d69d386f7d
commit e3c6236eef

@ -45,7 +45,7 @@
<link>#[link]#</link>
<description><![CDATA[#[description]#]]></description>
<pubDate>#[date]#</pubDate>
<guid>#[urlhash]#</guid>
<guid isPermaLink="false">#[urlhash]#</guid>
</item>
#(/rss)#
#(references)#::

Loading…
Cancel
Save