diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2020-04-23 14:13:26 +0200 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2020-04-23 14:13:26 +0200 |
commit | f9949681c28fb7d76c765833c2ef5765d1393bbf (patch) | |
tree | 5157a9c4a7741733df2a51376e3f36fce3442067 /dblp-search.xml |
Initial with DBLP and Google Scholar
Diffstat (limited to 'dblp-search.xml')
-rw-r--r-- | dblp-search.xml | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ +<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/"> + <ShortName>DBLP</ShortName> + <Description>dblp computer science bibliography</Description> + <InputEncoding>UTF-8</InputEncoding> + <Image width="64" height="64" type="image/x-icon">https://dblp.uni-trier.de/img/favicon.ico</Image> + <Url type="text/html" method="get" template="https://dblp.uni-trier.de/search"> + <Param name="q" value="{searchTerms}"/> + </Url> + <moz:SearchForm>https://dblp.uni-trier.de/search</moz:SearchForm> +</OpenSearchDescription> |