- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
Open
Labels
type: featureNew feature or requestNew feature or request
Description
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>
Metadata
Metadata
Assignees
Labels
type: featureNew feature or requestNew feature or request