diff options
Diffstat (limited to 'src/data/yahoo.xml')
-rw-r--r-- | src/data/yahoo.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/data/yahoo.xml b/src/data/yahoo.xml new file mode 100644 index 00000000..d769ef25 --- /dev/null +++ b/src/data/yahoo.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> + <ShortName>Yahoo!</ShortName> + <Description>Yahoo! Web Search</Description> + <Url method="get" type="text/html" template="http://{country}.search.yahoo.com/search?p={searchTerms}&ie=utf-8"/> + <Url method="get" type="application/x-suggestions+json" template="http://ff.search.yahoo.com/gossip?output=fxjson&command={searchTerms}"/> + <Image width="16" height="16">http://www.yahoo.com/favicon.ico</Image> +</OpenSearchDescription> |