You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OpenSearch description format can be used to describe the web interface of a search engine. This allows a website to describe a search engine for itself, so that a browser or other client application can use that search engine.
A quick example:
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>libremdb</ShortName>
<Description>libremdb, a free & open source IMDb front-end</Description>
<InputEncoding>UTF-8</InputEncoding>
<Url type="text/html" template="https://libremdb.iket.me/find?q={searchTerms}" />
</OpenSearchDescription>
The text was updated successfully, but these errors were encountered:
A quick example:
The text was updated successfully, but these errors were encountered: