aboutsummaryrefslogtreecommitdiff
path: root/app/public/static
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2019-02-02 17:05:18 +0000
committerrubenwardy <rw@rubenwardy.com>2019-02-02 17:05:18 +0000
commite40b247a9740e21d68116c2d28d51c40bdd042da (patch)
tree3f4246e16a50f19c4fa4bb33c08daf68fed54ab7 /app/public/static
parenta79cc758edd201cb878326c7f6d846a4761daefd (diff)
downloadcheatdb-e40b247a9740e21d68116c2d28d51c40bdd042da.tar.xz
Add OpenSearch and Google site search support
Diffstat (limited to 'app/public/static')
-rw-r--r--app/public/static/opensearch.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/public/static/opensearch.xml b/app/public/static/opensearch.xml
new file mode 100644
index 0000000..3fae00c
--- /dev/null
+++ b/app/public/static/opensearch.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
+ <ShortName>ContentDB</ShortName>
+ <LongName>ContentDB</LongName>
+ <InputEncoding>UTF-8</InputEncoding>
+ <Description>Search mods, games, and textures for Minetest.</Description>
+ <Tags>Minetest Mod Game Subgame Search</Tags>
+ <Url type="text/html" method="get" template="https://content.minetest.net/packages?q={searchTerms}"/>
+</OpenSearchDescription>