diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-09-09 12:30:18 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-09-09 12:30:18 +0000 |
| commit | 229ca2ba4856d437202043e0b800312719bf24c7 (patch) | |
| tree | 2f26c75a0a59476a856bc253d203c6f08e7bd155 /htroot/yacysearch.rss | |
| parent | f4a5c287fed21e0f439334dacb7e22172ea5f8a2 (diff) | |
fixed/re-implemented rss-version of search result page
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4081 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/yacysearch.rss')
| -rw-r--r-- | htroot/yacysearch.rss | 29 |
1 files changed, 5 insertions, 24 deletions
diff --git a/htroot/yacysearch.rss b/htroot/yacysearch.rss index 87bb1eea3..990a800c6 100644 --- a/htroot/yacysearch.rss +++ b/htroot/yacysearch.rss @@ -3,10 +3,7 @@ <rss version="2.0" xmlns:yacyTopwords="http://www.yacy.net/yacy/topwords" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/"> - <!-- - YACY P2P WEB SEARCH - Results - Hint: append the query-parameter "fetchSnippet=" to embed snippets - --> + <!-- YaCy P2P Web Search - Results; http://yacy.net --> <channel> <title>YaCy P2P-Search for #[former]#</title> <description>Search for #[former]#</description> @@ -20,26 +17,10 @@ <opensearch:link rel="search" href="opensearchdescription.xml" type="application/opensearchdescription+xml"/> <opensearch:Query role="request" searchTerms="#[former]#" /> - #(type)# - #{results}#<item> - <title><![CDATA[#[description]#]]></title> - <link>#[url]#</link> - #(snippet)#::<description><![CDATA[#[text]#]]></description>#(/snippet)# - <pubDate>#[date]#</pubDate> - <guid>#[urlhash]#</guid> - </item> + #{results}# +<!--#include virtual="yacysearchitem.html?rss=true&item=#[item]#&eventID=#[eventID]#" --> + #{/results}# - #{/results}#<yacyTopwords:topwords> - #(combine)# - :: - #{words}# - <yacyTopwords:item> - <yacyTopwords:word>#[word]#</yacyTopwords:word> - </yacyTopwords:item> - #{/words}# - #(/combine)# - </yacyTopwords:topwords> - :: - #(/type)# +<!--#include virtual="yacysearchitem.html?rss=true&bottomline=true&eventID=#[eventID]#" --> </channel> </rss>
\ No newline at end of file |
