yacy_search_server/htroot/yacysearch.soap
orbiter f0a38873eb * added yacysearch page with better view on search results
the old search page is obsolete and will be removed
* ConfigBasic.html is now the default page instead of index.html
  as long as no password is set

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1815 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-03-04 18:52:04 +00:00

27 lines
680 B
XML

<?xml version="1.0"?>
<yacySearch>
<yacySearchResult>
<title>Search for #[former]#</title>
<description>Search for #[former]#</description>
<totalResultCount>#[totalcount]#</totalResultCount>
<currentResultCount>#[linkcount]#</currentResultCount>
<searchTips>
#(combine)#::
#{words}#<searchTip query="#[newsearch]#">#[word]#</searchTip>#{/words}#
#(/combine)#
</searchTips>
#{results}#
<yacySearchResultItem>
<description>#[description]#</description>
<link>#[url]#</link>
<linkName>#[urlname]#</linkName>
<date>#[date]#</date>
<size>#[size]#</size>
</yacySearchResultItem>
#{/results}#
</yacySearchResult>
</yacySearch>