aboutsummaryrefslogtreecommitdiff
path: root/htdocs/public/assets/opensearch.xml
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2021-12-16 23:06:28 +0100
committerMinteck <contact@minteck.org>2021-12-16 23:06:28 +0100
commit45557cdd61850abc30959c39054d29b45fefb8c2 (patch)
tree60f0ec310aae36eeb020b7ba5796bdd4b84d4607 /htdocs/public/assets/opensearch.xml
parent7769ba124e9325a4848ca2925241de0526bd6a4e (diff)
downloadwolfeye-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.xml11
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