diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-06-11 21:33:36 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-06-11 21:33:36 +0000 |
| commit | 994c609cf8d0a41366f207bbd91519c00e84900c (patch) | |
| tree | 4f24a369fd05eb61c8eca6dc4ebedb46a14dc72f /htroot/yacysearch.rss | |
| parent | 48edbef5c773de9b4160c8e776e608319861d51e (diff) | |
added new shell script to do a web search from the terminal
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4916 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/yacysearch.rss')
| -rw-r--r-- | htroot/yacysearch.rss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/yacysearch.rss b/htroot/yacysearch.rss index c1cc45681..4ab51be57 100644 --- a/htroot/yacysearch.rss +++ b/htroot/yacysearch.rss @@ -8,11 +8,11 @@ <channel> <title>YaCy P2P-Search for #[rss_query]#</title> <description>Search for #[rss_query]#</description> - <link>#[searchBaseURL]#?search=#[rss_queryenc]#&resource=#[input_resource]#&contentdom=#[input_contentdom]#</link> + <link>#[searchBaseURL]#?query=#[rss_queryenc]#&resource=#[input_resource]#&contentdom=#[input_contentdom]#&verify=#[input_verify]#</link> <image> <url>#[rssYacyImageURL]#</url> <title>Search for #[rss_query]#</title> - <link>#[searchBaseURL]#?search=#[rss_queryenc]#&resource=#[input_resource]#&contentdom=#[input_contentdom]#</link> + <link>#[searchBaseURL]#?query=#[rss_queryenc]#&resource=#[input_resource]#&contentdom=#[input_contentdom]#&verify=#[input_verify]#</link> </image> <opensearch:totalResults>#[num-results_totalcount]#</opensearch:totalResults> <opensearch:startIndex>#[num-results_offset]#</opensearch:startIndex> |
