diff options
| author | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-03-07 05:58:14 +0000 |
|---|---|---|
| committer | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-03-07 05:58:14 +0000 |
| commit | 8e9bee12fcc8c0ec380736d6af73edee3c417cff (patch) | |
| tree | d908a735381483fb0e20a99ea4e67b571b5e0393 /htroot/yacysearch.rss | |
| parent | 1cba31de43238eca646a666b73380baf094a1431 (diff) | |
*) adding guid to yacysearch.rss
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3435 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/yacysearch.rss')
| -rw-r--r-- | htroot/yacysearch.rss | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/htroot/yacysearch.rss b/htroot/yacysearch.rss index 672da2810..277f45604 100644 --- a/htroot/yacysearch.rss +++ b/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> @@ -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> |
