MarginaliaSearch/code/services-application/search-service-legacy/resources/static/search/opensearch.xml

15 lines
861 B
XML

<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<!-- Thanks everyone who has told me about this :) -->
<!-- By the way, check out https://api.marginalia.nu/ if you wish to automate this,
if you try to use the endpoint below you'll probably run into trouble with cloudflare :-/
-->
<ShortName>Marginalia</ShortName>
<Description>Search Marginalia</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16" type="image/x-icon">https://search.marginalia.nu/favicon.ico</Image>
<Url type="text/html" method="get"
template="https://search.marginalia.nu/search?query={searchTerms}&amp;ref=opensearch"/>
<moz:SearchForm>https://search.marginalia.nu/</moz:SearchForm>
</OpenSearchDescription>