summaryrefslogtreecommitdiffstats
path: root/webbrowser/locales/en-US/searchplugins/yacy.xml
blob: fc79968d436464fda6efa0a3721bd344edea33ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:ms="http://www.mozilla.org/2006/browser/search/">
<ShortName>YaCY</ShortName>
<Description>YaCY Local Instance Web</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16" type="image/x-icon">http://localhost:8090/favicon.ico</Image>
<SearchForm>http://localhost:8090/</SearchForm>
<Url type="application/x-suggestions+json" method="GET" template="http://localhost:8090/yacysearch.json">
	<Param name="query" value="{searchTerms}"/>
</Url>
<Url type="text/html" method="GET" template="http://localhost:8090/yacysearch.html" resultDomain="http://localhost:8090/">
	<Param name="query" value="{searchTerms}"/>
</Url>
</OpenSearchDescription>