aboutsummaryrefslogtreecommitdiff
path: root/services/omnisearch/templates/opensearch.xml
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-03-21 23:00:24 +0530
committerAkshay Nair <phenax5@gmail.com>2026-03-21 23:00:24 +0530
commitcef61e5b571bdba43d8b81c253be505c897f4c4b (patch)
treec1bc1d97a8561c5ade0d0b5aee07e5c01baa17a4 /services/omnisearch/templates/opensearch.xml
parentc5d02e0c371ca71a9a668bc15dfc63aaf5dc28f9 (diff)
downloadhomeserver-nixos-config-cef61e5b571bdba43d8b81c253be505c897f4c4b.tar.gz
homeserver-nixos-config-cef61e5b571bdba43d8b81c253be505c897f4c4b.zip
Omnisearch
Diffstat (limited to 'services/omnisearch/templates/opensearch.xml')
-rw-r--r--services/omnisearch/templates/opensearch.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/services/omnisearch/templates/opensearch.xml b/services/omnisearch/templates/opensearch.xml
new file mode 100644
index 0000000..8544b09
--- /dev/null
+++ b/services/omnisearch/templates/opensearch.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<OpenSearchDescription
+ xmlns="http://a9.com/-/spec/opensearch/1.1/"
+ xmlns:moz="http://www.mozilla.org/2006/browser/search/">
+ <ShortName>OmniSearch</ShortName>
+ <Description>Lightweight metasearch engine</Description>
+ <Url type="text/html" method="get" template="{{domain}}/search?q={searchTerms}"/>
+ <InputEncoding>UTF-8</InputEncoding>
+ <OutputEncoding>UTF-8</OutputEncoding>
+ <moz:SearchForm>{{domain}}/</moz:SearchForm>
+</OpenSearchDescription>