diff options
Diffstat (limited to 'webbrowser/locales/en-US/searchplugins/yacy.xml')
-rw-r--r-- | webbrowser/locales/en-US/searchplugins/yacy.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/webbrowser/locales/en-US/searchplugins/yacy.xml b/webbrowser/locales/en-US/searchplugins/yacy.xml new file mode 100644 index 0000000..fc79968 --- /dev/null +++ b/webbrowser/locales/en-US/searchplugins/yacy.xml @@ -0,0 +1,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> |