diff options
author | Alexandre Flament <alex@al-f.net> | 2022-09-23 23:09:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-23 23:09:27 +0200 |
commit | fc389f009d6da7f9d897c0b1ff50ef906866046f (patch) | |
tree | 1b911cba1b96970455b115d1cc706db52d5613da /searx/settings.yml | |
parent | bef3984d0320b2010c50097e186b07b6673a9647 (diff) | |
parent | d6446be38f3f858c09887a89c8fc490a3c300b95 (diff) | |
download | searxng-fc389f009d6da7f9d897c0b1ff50ef906866046f.tar.gz searxng-fc389f009d6da7f9d897c0b1ff50ef906866046f.zip |
Merge pull request #1705 from dalf/template_paper
Theme: add a paper.html template and update of the science engines
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 27 |
1 files changed, 5 insertions, 22 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 3f07bb2dd..9e9b2f9e6 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -319,7 +319,6 @@ engines: - name: arxiv engine: arxiv shortcut: arx - categories: science timeout: 4.0 # tmp suspended: dh key too small @@ -411,23 +410,10 @@ engines: # api_key: 'unset' - name: crossref - engine: json_engine - paging: true - search_url: https://search.crossref.org/dois?q={query}&page={pageno} - url_query: doi - title_query: title - title_html_to_text: true - content_query: fullCitation - content_html_to_text: true - categories: science + engine: crossref shortcut: cr - about: - website: https://www.crossref.org/ - wikidata_id: Q5188229 - official_api_documentation: https://github.com/CrossRef/rest-api-doc - use_official_api: false - require_api_key: false - results: JSON + timeout: 30 + disable: true - name: yep engine: json_engine @@ -1068,7 +1054,7 @@ engines: title_query: metadata/oaf:entity/oaf:result/title/$ content_query: metadata/oaf:entity/oaf:result/description/$ content_html_to_text: true - categories: science + categories: "science" shortcut: oad timeout: 5.0 about: @@ -1198,7 +1184,6 @@ engines: - name: pubmed engine: pubmed shortcut: pub - categories: science timeout: 3.0 - name: pypi @@ -1346,7 +1331,6 @@ engines: engine: semantic_scholar disabled: true shortcut: se - categories: science # Spotify needs API credentials # - name: spotify @@ -1372,8 +1356,7 @@ engines: # # working API key, for test & debug: "a69685087d07eca9f13db62f65b8f601" # api_key: 'unset' # shortcut: springer - # categories: science - # timeout: 6.0 + # timeout: 15.0 - name: startpage engine: startpage |