1
0

opensearch.xml 789 B

123456789101112
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
  3. <ShortName>DevDocs</ShortName>
  4. <Description>Search API documentation</Description>
  5. <Tags>devdocs</Tags>
  6. <Url type="text/html" method="get" template="https://devdocs.io/#q={searchTerms}"/>
  7. <Image height="16" width="16" type="image/vnd.microsoft.icon">https://devdocs.io/favicon.ico</Image>
  8. <Image height="64" width="64" type="image/x-icon">https://devdocs.io/images/icon-64.png</Image>
  9. <InputEncoding>UTF-8</InputEncoding>
  10. <moz:SearchForm>https://devdocs.io</moz:SearchForm>
  11. <Url type="application/opensearchdescription+xml" rel="self" template="https://devdocs.io/opensearch.xml"/>
  12. </OpenSearchDescription>