diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..713986e --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ +<!doctype html> +<html> +<head> +<title>OpenSearch provider auto-detection wrapper</title> +<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"> +</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>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> +</ul> +</body> +</html> |