Files
2024-03-30 16:46:15 -04:00

10 lines
575 B
XML

<?xml version="1.0" encoding="utf-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>${OPEN_SEARCH_TITLE}</ShortName>
<Description>${OPEN_SEARCH_DESCRIPTION}</Description>
<InputEncoding>${OPEN_SEARCH_ENCODING}</InputEncoding>
<LongName>${OPEN_SEARCH_LONG_NAME}</LongName>
<Url rel="results" type="text/html" method="get" template="${OPEN_SEARCH_HOST}/search.php?q={searchTerms}" />
<Url type="application/opensearchdescription+xml" rel="self" template="${OPEN_SEARCH_HOST}/opensearch.xml?method=GET" />
</OpenSearchDescription>