<?xml version="1.0" encoding="UTF-8"?>
<!--
  OpenSearch description document for Univence Web Search.

  This is what lets web browsers (Firefox, Chrome, Edge, Safari, …) discover
  Univence as a search engine and offer it in their search box, the address bar,
  and the right-click "Search with …" context menu. It is referenced from
  index.html via:

      <link rel="search"
            type="application/opensearchdescription+xml"
            href="/opensearch.xml"
            title="Univence" />

  When a user performs a search, the browser navigates to the <Url> template
  below with {searchTerms} replaced by their query. The SearchPage React
  component reads the `q` query parameter and runs the search automatically.

  Spec: https://github.com/dewitt/opensearch/blob/master/opensearch-1-1-draft-6.md
-->
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
                       xmlns:moz="http://www.mozilla.org/2006/browser/search/">
  <ShortName>Univence</ShortName>
  <Description>Search the web with Univence</Description>
  <InputEncoding>UTF-8</InputEncoding>
  <Image width="64" height="64" type="image/jpeg">https://univence.com/favicon.jpg</Image>
  <!-- HTML results page. {searchTerms} is substituted by the browser. -->
  <Url type="text/html" method="get" template="https://univence.com/search?q={searchTerms}" />
  <!-- Homepage of the search engine (shown by Firefox in the search settings). -->
  <moz:SearchForm>https://univence.com/search</moz:SearchForm>
</OpenSearchDescription>
