diff options
Diffstat (limited to 'src/data/bing.xml')
-rw-r--r-- | src/data/bing.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/data/bing.xml b/src/data/bing.xml new file mode 100644 index 00000000..5c18a651 --- /dev/null +++ b/src/data/bing.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> + <ShortName>Bing</ShortName> + <Description>Use the Bing Decision Engine to search the Web.</Description> + <Url method="get" type="text/html" template="http://www.bing.com/search?q={searchTerms}&FORM=MO0001"/> + <Url method="get" type="application/x-suggestions+xml" template="http://api.search.live.com/qsml.aspx?query={searchTerms}"/> + <Image width="16" height="16">http://www.bing.com/s/wlflag.ico</Image> +</OpenSearchDescription> |