summaryrefslogtreecommitdiff
path: root/searx/settings.yml
diff options
context:
space:
mode:
Diffstat (limited to 'searx/settings.yml')
-rw-r--r--searx/settings.yml45
1 files changed, 45 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index 72e9ff804..a727e311e 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -60,6 +60,12 @@ engines:
disabled : True
shortcut : ai
+ - name : arxiv
+ engine : arxiv
+ shortcut : arx
+ categories : science
+ timeout : 4.0
+
- name : base
engine : base
shortcut : bs
@@ -413,6 +419,30 @@ engines:
shortcut : nt
disabled : True
+ - name : openairedatasets
+ engine : json_engine
+ paging : True
+ search_url : http://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}
+ results_query : response/results/result
+ url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
+ title_query : metadata/oaf:entity/oaf:result/title/$
+ content_query : metadata/oaf:entity/oaf:result/description/$
+ categories : science
+ shortcut : oad
+ timeout: 5.0
+
+ - name : openairepublications
+ engine : json_engine
+ paging : True
+ search_url : http://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query}
+ results_query : response/results/result
+ url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
+ title_query : metadata/oaf:entity/oaf:result/title/$
+ content_query : metadata/oaf:entity/oaf:result/description/$
+ categories : science
+ shortcut : oap
+ timeout: 5.0
+
- name : openstreetmap
engine : openstreetmap
shortcut : osm
@@ -446,6 +476,12 @@ engines:
url: https://pirateproxy.red/
timeout : 3.0
+ - name : pubmed
+ engine : pubmed
+ shortcut : pub
+ categories: science
+ timeout : 3.0
+
- name : qwant
engine : qwant
shortcut : qw
@@ -676,6 +712,7 @@ locales:
en : English
bg : Български (Bulgarian)
cs : Čeština (Czech)
+ da : Dansk (Danish)
de : Deutsch (German)
el_GR : Ελληνικά (Greek_Greece)
eo : Esperanto (Esperanto)
@@ -692,7 +729,15 @@ locales:
ro : Română (Romanian)
ru : Русский (Russian)
sk : Slovenčina (Slovak)
+ sl : Slovenski (Slovene)
sv : Svenska (Swedish)
tr : Türkçe (Turkish)
uk : українська мова (Ukrainian)
zh : 中文 (Chinese)
+
+doi_resolvers :
+ oadoi.org : 'https://oadoi.org/'
+ doi.org : 'https://doi.org/'
+ doai.io : 'http://doai.io/'
+
+default_doi_resolver : 'oadoi.org'