Skip to content

Instantly share code, notes, and snippets.

@domenic
Last active February 19, 2023 02:33
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domenic/12a8b54fd197d547eccc to your computer and use it in GitHub Desktop.
Save domenic/12a8b54fd197d547eccc to your computer and use it in GitHub Desktop.
opensearch.xml for HTML Standard
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<ShortName>HTML Standard</ShortName>
<Description>Search the WHATWG HTML Living Standard.</Description>
<Image width="16" height="16" type="image/x-icon">data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAC2klEQVR4Xm3TbUxWZRjA8f95eY4PvrTGB0UGYxUuKjVYoRauBa0aai5rxbKcLxvSEBZogG5uQc4NncUe1HDU+uBMCiLUKKmRUGLzDQJdKQjqHLpswOppPC/nHJ6rcz6c7Ynx+3B/uq/r3nVf16Ws3DWbadJEpGAqZq+1Y9YjCKqmamOa5utUFfU4cIE4Ov+3IWpH9iMkJT2YStr8DHy6wb2J2/NHx4cfD5uhrQlGQj0o1UAYQMUDlc6Fo+lJS5L2rD9Ga9UQBws7+GjTSZp2DPBp8Vlyl6zzh6LhypjEWoF58QnecYL35WTk01D0E88vXseJC42Uf76GLYeeZW/LVkLRILUbmtmcV4Uds/NFYkcAXQVSTSsaWLRwKe7Lhs/Pu0dyqWkuxbItnkjNpneky0mUR5uTtGR1LW88U0zYjKwH3iJnV0JF9vuanO49Jq6OviZ5rASpb68Qz+Bon7h3Cg8/J67xf+/Lqj0psqLSdwrn+O6VvWkSnJwQ193xW9Jz7XsJhibE0/NHuywtQ0obXxbPh19tkazt3ObpHVzb1viizMQLfqk6WZZXzpYzV1rFc/znOsks5x9VwGfos5jJ+aEfnY98HWvKpG7z104XXsPjtlcBWF6hnS04sFiiVkSm2/dNsTxchHQOtMh0gW8rJLOMv1Rnwi6Pjo1wfbSX6TJSnqJg5Ztkp+cRz5qyuDRyBsOn3VDd8YxYEfNo936c0SXenFkPkDh3AYIQ79TFzxi82++W0a4ClxIMf6Dr6kkaOnYTr+/mLzSfO8hkJIin+2obgfad6Kp2RUE5rOJCqfYb/tNfdH/MgRPv8effd3BtX1tHZ804yYkPETEnafn1Ez74ciOmHbqvqfomIOgtU8gppUDR9Iamnvq3u39vY1n6CzyanOVOJnfGhrg83MXgvX50Ve/zaUYR8BvATOu80Z6yXjVt60kREhUFYkLE0LVBJ/AHRVEOAV5N/AdWkp3XqVzGEgAAAABJRU5ErkJggg==</Image>
<Image width="500" height="500" type="image/png">https://resources.whatwg.org/logo.png</Image>
<Url type="text/html" method="GET" template="https://www.google.com/search?q={searchTerms}&amp;sitesearch=html.spec.whatwg.org" resultDomain="google.com" />
<Url type="application/x-suggestions+json" method="GET" template="https://suggestqueries.google.com/complete/search?q={searchTerms}&amp;sitesearch=html.spec.whatwg.org" resultDomain="suggestqueries.google.com" />
<moz:SearchForm>https://html.spec.whatwg.org/multipage/</moz:SearchForm>
</OpenSearchDescription>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment