forked from zaclys/searxng
Add Crossref search engine and DOAI rewrite plugin
This commit is contained in:
parent
53c9185cbe
commit
117d36b66e
4 changed files with 59 additions and 2 deletions
|
|
@ -87,6 +87,16 @@ engines:
|
|||
- name : btdigg
|
||||
engine : btdigg
|
||||
shortcut : bt
|
||||
|
||||
- name : crossref
|
||||
engine : json_engine
|
||||
paging : True
|
||||
search_url : http://search.crossref.org/dois?q={query}&page={pageno}
|
||||
url_query : doi
|
||||
title_query : title
|
||||
content_query : fullCitation
|
||||
categories : science
|
||||
shortcut : cr
|
||||
|
||||
- name : currency
|
||||
engine : currency_convert
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue