From f9949681c28fb7d76c765833c2ef5765d1393bbf Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Thu, 23 Apr 2020 14:13:26 +0200 Subject: Initial with DBLP and Google Scholar --- dblp-search.xml | 10 ++++++++++ index.html | 18 ++++++++++++++++++ scholar-search.xml | 10 ++++++++++ serve.sh | 2 ++ 4 files changed, 40 insertions(+) create mode 100644 dblp-search.xml create mode 100644 index.html create mode 100644 scholar-search.xml create mode 100755 serve.sh diff --git a/dblp-search.xml b/dblp-search.xml new file mode 100644 index 0000000..caeaa25 --- /dev/null +++ b/dblp-search.xml @@ -0,0 +1,10 @@ + + DBLP + dblp computer science bibliography + UTF-8 + https://dblp.uni-trier.de/img/favicon.ico + + + + https://dblp.uni-trier.de/search + diff --git a/index.html b/index.html new file mode 100644 index 0000000..713986e --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ + + + +OpenSearch provider auto-detection wrapper + + + + + +

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.

+

Note that it might be necessary to explicitly show the search bar in your browser header.

+

Providers that should be available on this page:

+ + + diff --git a/scholar-search.xml b/scholar-search.xml new file mode 100644 index 0000000..b644b8e --- /dev/null +++ b/scholar-search.xml @@ -0,0 +1,10 @@ + + Google Scholar + Google Scholar search + UTF-8 + https://scholar.google.com/favicon.ico + + + + https://scholar.google.com + diff --git a/serve.sh b/serve.sh new file mode 100755 index 0000000..54e6b32 --- /dev/null +++ b/serve.sh @@ -0,0 +1,2 @@ +#!/bin/sh +python3 -m http.server 8080 -- cgit v1.2.3