Skip to content

Commit

Permalink
*) adding guid to yacysearch.rss
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3435 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
theli committed Mar 7, 2007
1 parent 1cba31d commit 8e9bee1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions htroot/yacysearch.rss
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<?xml-stylesheet type='text/xsl' href='/yacysearch.xsl' version='1.0'?>
<rss version="2.0"
xmlns:yacyTopwords="http://www.yacy.net/yacy/topwords"
xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">
xmlns:yacyTopwords="http://www.yacy.net/yacy/topwords"
xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">
<channel>
<title>YaCy P2P-Search for #[former]#</title>
<description>Search for #[former]#</description>
Expand All @@ -18,10 +18,11 @@
#(type)#
#{results}#
<item>
<title>#[description]#</title>
<title><![CDATA[#[description]#]]></title>
<link>#[url]#</link>
#(snippet)#::<description>#[text]#</description>#(/snippet)#
#(snippet)#::<description><![CDATA[#[text]#]]></description>#(/snippet)#
<pubDate>#[date]#</pubDate>
<guid>#[urlhash]#</guid>
</item>
#{/results}#
<yacyTopwords:topwords>
Expand Down

0 comments on commit 8e9bee1

Please sign in to comment.