all repos — searchix @ 263357689148b7dc01f7dd2d55d980a085dc5c9a

Search engine for NixOS, nix-darwin, home-manager and NUR users

chore: remove superfluous file

Alan Pearce
commit

263357689148b7dc01f7dd2d55d980a085dc5c9a

parent

43ad85ad7c45ea39eeca1721112ff109c1614694

1 file changed, 0 insertions(+), 16 deletions(-)

changed files
D frontend/templates/opensearch.xml.gotmpl
@@ -1,16 +0,0 @@
-<OpenSearchDescription - xmlns="http://a9.com/-/spec/opensearch/1.1/" - xmlns:moz="http://www.mozilla.org/2006/browser/search/" -> - <ShortName>Searchix {{ sourceNameAndType .Source }}</ShortName> - <LongName>Search {{ sourceNameAndType .Source }} with Searchix</LongName> - <Description>Search {{ sourceNameAndType .Source }}</Description> - <Url - type="text/html" - method="get" - template="{{ .BaseURL }}/{{ .Source.ImporterType }}/{{ .Source.Key }}/search?query={searchTerms}&amp;from=opensearch" - /> - <moz:SearchForm - >{{ .BaseURL }}/{{ .Source.ImporterType }}/{{ .Source.Key }}/search</moz:SearchForm - > -</OpenSearchDescription>