diff options
author | Minteck <contact@minteck.org> | 2021-12-16 23:06:28 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2021-12-16 23:06:28 +0100 |
commit | 45557cdd61850abc30959c39054d29b45fefb8c2 (patch) | |
tree | 60f0ec310aae36eeb020b7ba5796bdd4b84d4607 /htdocs/public/assets/opensearch.xml | |
parent | 7769ba124e9325a4848ca2925241de0526bd6a4e (diff) | |
download | wolfeye-js-45557cdd61850abc30959c39054d29b45fefb8c2.tar.gz wolfeye-js-45557cdd61850abc30959c39054d29b45fefb8c2.tar.bz2 wolfeye-js-45557cdd61850abc30959c39054d29b45fefb8c2.zip |
It's finally done!
Diffstat (limited to 'htdocs/public/assets/opensearch.xml')
-rw-r--r-- | htdocs/public/assets/opensearch.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/htdocs/public/assets/opensearch.xml b/htdocs/public/assets/opensearch.xml new file mode 100644 index 0000000..4159552 --- /dev/null +++ b/htdocs/public/assets/opensearch.xml @@ -0,0 +1,11 @@ +<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" + xmlns:moz="http://www.mozilla.org/2006/browser/search/"> + <ShortName>WolfEye</ShortName> + <Description>WolfEye, it's about search.</Description> + <InputEncoding>UTF-8</InputEncoding> + <Image width="16" height="16" type="image/svg">https://wolfeye.minteck.org/assets/logo.svg</Image> + <Url type="text/html" template="https://wolfeye.minteck.org/search"> + <Param name="q" value="{searchTerms}"/> + </Url> + <moz:SearchForm>https://wolfeye.minteck.org/search</moz:SearchForm> +</OpenSearchDescription>
\ No newline at end of file |