opensearch.xml 539 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
  3. <ShortName>searx</ShortName>
  4. <Description>Search searx</Description>
  5. <InputEncoding>UTF-8</InputEncoding>
  6. <LongName>searx metasearch</LongName>
  7. {% if method == 'get' %}
  8. <Url type="text/html" method="get" template="{{ host }}?q={searchTerms}"/>
  9. {% else %}
  10. <Url type="text/html" method="post" template="{{ host }}">
  11. <Param name="q" value="{searchTerms}" />
  12. </Url>
  13. {% endif %}
  14. </OpenSearchDescription>