diff options
-rw-r--r-- | index.html | 4 | ||||
-rw-r--r-- | oxford-search.xml | 8 |
2 files changed, 11 insertions, 1 deletions
@@ -5,14 +5,16 @@ <meta charset="utf-8"> <link rel="search" type="application/opensearchdescription+xml" title="DBLP" href="dblp-search.xml"> <link rel="search" type="application/opensearchdescription+xml" title="Google Scholar" href="scholar-search.xml"> +<link rel="search" type="application/opensearchdescription+xml" title="Oxford Dict." href="oxford-search.xml"> </head> <body> -<p>Your browser should automatically detect the search providers once you're on this page, and allow you to install as regular providers in your browser.</p> +<p>Your browser should automatically detect the <a href="https://developer.mozilla.org/en-US/docs/Web/OpenSearch">OpenSearch</a> providers once you're on this page, and allow you to install as regular providers in your browser.</p> <p>Note that it might be necessary to explicitly show the search bar in your browser header.</p> <p>Providers that should be available on this page:</p> <ul> <li>DBLP: Search for authors, titles, etc. on the DBLP computer science bibliography</li> <li>Google Scholar: Search for whatever via Google Scholar</li> + <li>Oxford Dictionary via Lexico: Use the (light version of?) the OED</li> </ul> </body> </html> diff --git a/oxford-search.xml b/oxford-search.xml new file mode 100644 index 0000000..98395e3 --- /dev/null +++ b/oxford-search.xml @@ -0,0 +1,8 @@ +<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/"> + <ShortName>Oxford Dict.</ShortName> + <Description>Oxford Dictionary, via Lexico</Description> + <InputEncoding>UTF-8</InputEncoding> + <Image width="48" height="48" type="image/x-icon">https://www.lexico.com/favicon.ico</Image> + <Url type="text/html" method="get" template="https://www.lexico.com/definition/{searchTerms}"></Url> + <moz:SearchForm>https://www.lexico.com/</moz:SearchForm> +</OpenSearchDescription> |