diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-04-03 22:47:59 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-04-03 22:47:59 +0000 |
| commit | e2e8d0c188eb09e5accaf04e4cbd9bdbeadb52bb (patch) | |
| tree | 0516d4e38fc8f3bcd205d2224eda0c619aa8cdb2 /htroot/yacysearch.rss | |
| parent | 6b63e26cbb78f86f6e6ee1e49218d31a6d0bc43f (diff) | |
some kind of refactoring of yacysearch:
made 'room' for new picture search result presentation
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1993 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/yacysearch.rss')
| -rw-r--r-- | htroot/yacysearch.rss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/htroot/yacysearch.rss b/htroot/yacysearch.rss index e61d500ae..ddd2651d8 100644 --- a/htroot/yacysearch.rss +++ b/htroot/yacysearch.rss @@ -8,6 +8,7 @@ <url>#[rssYacyImageURL]#</url> <title>Search for #[former]#</title> </image> + #(type)# #{results}# <item> <title>#[description]#</title> @@ -16,7 +17,7 @@ <pubDate>#[date]#</pubDate> </item> #{/results}# - <yacyTopwords:topwords> + <yacyTopwords:topwords> #(combine)# :: #{words}# @@ -26,5 +27,7 @@ #{/words}# #(/combine)# </yacyTopwords:topwords> + :: + #(/type)# </channel> </rss> |
