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 /scholar-search.xml |
Initial with DBLP and Google Scholar
Diffstat (limited to 'scholar-search.xml')
-rw-r--r-- | scholar-search.xml | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ +<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/"> + <ShortName>Google Scholar</ShortName> + <Description>Google Scholar search</Description> + <InputEncoding>UTF-8</InputEncoding> + <Image width="48" height="48" type="image/x-icon">https://scholar.google.com/favicon.ico</Image> + <Url type="text/html" method="get" template="https://scholar.google.com/scholar"> + <Param name="q" value="{searchTerms}"/> + </Url> + <moz:SearchForm>https://scholar.google.com</moz:SearchForm> +</OpenSearchDescription> |