From 5521173ea0e05bda93096b51f67c5e813cb1d87e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 15 May 2024 20:17:06 +0200 Subject: feat: add browser search engines via opensearch description https://developer.mozilla.org/en-US/docs/Web/OpenSearch --- frontend/templates/opensearch.xml.gotmpl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 frontend/templates/opensearch.xml.gotmpl (limited to 'frontend/templates/opensearch.xml.gotmpl') diff --git a/frontend/templates/opensearch.xml.gotmpl b/frontend/templates/opensearch.xml.gotmpl new file mode 100644 index 0000000..8d978ea --- /dev/null +++ b/frontend/templates/opensearch.xml.gotmpl @@ -0,0 +1,16 @@ + + Searchix {{ .Source.Name }} + Search {{ .Source.Name }} options with Searchix + Search options {{ .Source.Name }} + + {{ .BaseURL }}/options/{{ .Source.Key }}/search + -- cgit 1.4.1