summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2020-05-15 21:49:15 +0200
committerTom Smeding <tom.smeding@gmail.com>2020-05-15 21:49:15 +0200
commit2181712174fe41d0bdce3525aef5d638d2a7b792 (patch)
tree39bc192e042713156b5364cace5446b09da5d1f1
parentf9949681c28fb7d76c765833c2ef5765d1393bbf (diff)
Add Oxford dictionary via LexicoHEADmaster
-rw-r--r--index.html4
-rw-r--r--oxford-search.xml8
2 files changed, 11 insertions, 1 deletions
diff --git a/index.html b/index.html
index 713986e..44ff9b9 100644
--- a/index.html
+++ b/index.html
@@ -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>