Markus Heiser
ba8959ad7c
[fix] typos / reported by @kianmeng in searx PR-3366
...
[PR-3366] https://github.com/searx/searx/pull/3366
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-27 18:32:14 +02:00
Mohamed Elashri
212c98c9f5
Merge branch 'searxng:master' into master
2022-09-27 14:03:12 +00:00
Markus Heiser
52023e3d6e
[fix] doc of the paper.html template (isbn, issn)
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-25 15:46:29 +02:00
Markus Heiser
0052887929
[fix] springer: unsupported operand type(s) for +: 'NoneType' and 'str'
...
- fix issue reported #1809
- filter out `None` value from issn and isbn list
- add comments (from publicationName)
- add publisher
Closes: https://github.com/searxng/searxng/issues/1809
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-25 15:25:55 +02:00
Alexandre Flament
94c4cc126b
Merge pull request #1806 from return42/paper-link
...
fix some leftovers in the science category
2022-09-24 22:11:35 +02:00
Mohamed Elashri
5832c70680
correct sci-hub links/ add .ru
and remove other 3rd party domains.
2022-09-24 11:03:57 -04:00
Markus Heiser
e36b023508
[mod] core.ac.uk: add cetgory 'scientific publications'
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-24 16:16:22 +02:00
Markus Heiser
b424ee255e
[mod] paper.html: simplify template by using result_link macro
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-24 16:13:36 +02:00
Alexandre Flament
bfd6f61849
Merge pull request #1804 from return42/fix-core.ac.uk
...
core.ac.uk: use paper.html template
2022-09-24 15:12:05 +02:00
Alexandre Flament
16443d4f4a
[mod] core.ac.uk: try multiple ways to get url
...
If the url is not found, using:
* the DOI
* the downloadUrl
* the ARK id
2022-09-24 15:02:39 +02:00
Alexandre Flament
c808284f4d
Merge pull request #1805 from return42/paper-add-doi
...
[mod] paper.html: add links to doi resolver
2022-09-24 14:46:07 +02:00
Markus Heiser
3198c906af
[mod] paper.html: add links to doi resolver
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-24 14:19:51 +02:00
Markus Heiser
c76830d8a8
[mod] core.ac.uk: use paper.html template
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-24 13:19:33 +02:00
Markus Heiser
3ff2ad939d
[fix] ERROR searx.engines.core.ac.uk: list index out of range
...
Some result items from core.ac.uk do not have an URL::
Traceback (most recent call last):
File "searx/search/processors/online.py", line 154, in search
search_results = self._search_basic(query, params)
File "searx/search/processors/online.py", line 142, in _search_basic
return self.engine.response(response)
File "SearXNG/searx/engines/core.py", line 73, in response
'url': source['urls'][0].replace('http://', 'https://', 1),
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-24 13:19:33 +02:00
Alexandre Flament
ddd380fc06
Merge pull request #1803 from return42/paper-type
...
[docs] add description of the field 'type' from paper.html template
2022-09-24 11:56:16 +02:00
Markus Heiser
f08165f524
[docs] add description of the field 'type' from paper.html template
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-24 10:56:07 +02:00
Markus Heiser
bafebe91ac
Merge pull request #1802 from return42/disable-crossref
...
[fix] typo in crossref settings: disable --> disabled
2022-09-24 08:23:49 +02:00
Markus Heiser
caebafdd06
[fix] typo in crossref settings: disable --> disabled
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-24 08:12:36 +02:00
Alexandre Flament
fc389f009d
Merge pull request #1705 from dalf/template_paper
...
Theme: add a paper.html template and update of the science engines
2022-09-23 23:09:27 +02:00
Alexandre Flament
d6446be38f
[mod] science category: various update of about PR 1705
2022-09-23 20:52:55 +02:00
Markus Heiser
08b8859705
[doc] paper.html result template
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-23 20:45:58 +02:00
Alexandre FLAMENT
fe43b6e821
[build] /static
2022-09-23 20:45:58 +02:00
Alexandre FLAMENT
e36f85b836
Science category: update the engines
...
* use the paper.html template
* fetch more data from the engines
* add crossref.py
2022-09-23 20:45:58 +02:00
Alexandre FLAMENT
593026ad9c
oa_doi_rewrite: add the doi to the result when it is found.
...
Currentty, when oa_doi_rewrite find a DOI in the result URL, it replace the URL.
In this commit, the plugin adds the key "doi" to the result,
so the paper.html can show it.
2022-09-23 20:45:58 +02:00
Alexandre FLAMENT
5ba831d6a8
Add paper.html result template
2022-09-23 20:45:58 +02:00
Alexandre FLAMENT
a96f503d7b
Add searx.webutils.searxng_format_date
...
* Move the datetime to str code from searx.webapp.search to searx.webutils.searxng_format_date
* When the month, day, hour, day and second are zero, the function returns only the year.
2022-09-23 20:45:58 +02:00
Alexandre Flament
bef3984d03
Merge pull request #1728 from liimee/eng-ddw
...
add duckduckgo weather engine
2022-09-23 18:14:09 +02:00
Alexandre Flament
d3fec1388c
Merge pull request #1624 from liimee/eng-wttr
...
Add wttr.in engine
2022-09-23 18:13:37 +02:00
Markus Heiser
627dfc2af6
Merge pull request #1798 from searxng/translations_update
...
Update translations
2022-09-23 13:11:46 +02:00
searxng-bot
ab6e1542ff
[translations] update from Weblate
...
55133802
- 2022-09-21 - Linerly <linerly@protonmail.com>
b9309bdf
- 2022-09-22 - Xosé M <correo@xmgz.eu>
6da8db13
- 2022-09-21 - Constantine Giannopoulos <K.Giannopoulos@acg.edu>
c1edbd89
- 2022-09-21 - Markus Heiser <markus.heiser@darmarit.de>
9795e5fe
- 2022-09-22 - alexfs2015 <alex04fs@gmail.com>
2022-09-23 07:38:23 +00:00
Markus Heiser
37217d9c3d
Merge pull request #1797 from searxng/dependabot/pip/master/pylint-2.15.3
...
Bump pylint from 2.15.0 to 2.15.3
2022-09-23 09:19:35 +02:00
dependabot[bot]
27b162f1ea
Bump pylint from 2.15.0 to 2.15.3
...
Bumps [pylint](https://github.com/PyCQA/pylint ) from 2.15.0 to 2.15.3.
- [Release notes](https://github.com/PyCQA/pylint/releases )
- [Commits](https://github.com/PyCQA/pylint/compare/v2.15.0...v2.15.3 )
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-23 07:05:17 +00:00
Alexandre Flament
1a7b6872b5
Merge pull request #1792 from unixfox/google-images-internal-api
...
use the internal API for google images
2022-09-21 19:50:38 +02:00
Markus Heiser
cf7ee67f71
[mod] google-images: slightly improvements of the engine
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-21 18:59:55 +02:00
Markus Heiser
2faad99718
Merge pull request #1795 from return42/fix-wording
...
[fix] wording: SearXNG is 'open' and not 'hackable'
2022-09-21 17:53:57 +02:00
Markus Heiser
8b40e68c56
[fix] wording: SearXNG is 'open' and not 'hackable'
...
The word "hackable" may arouse interest in programmers to participate in the
development, but it scares the ordinary user.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-21 17:10:35 +02:00
Markus Heiser
b1699f18ac
Merge pull request #1791 from return42/fix-1790
...
[fix] google-news: origin result does not have a content area
2022-09-21 07:43:13 +02:00
Emilien Devos
df5f8d0e8e
use the internal API for google images
2022-09-20 22:52:38 +02:00
Markus Heiser
dcf1d408a5
[fix] google-news: origin result does not have a content area
...
The google news are in a rework, the content area of a news item has been
removed.
Closes: https://github.com/searxng/searxng/issues/1790
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-20 20:18:43 +02:00
Markus Heiser
f98ef718de
Merge pull request #1787 from dalf/fix-brave
...
Brave engine: fix BrotliDecoderDecompressStream error
2022-09-19 06:27:04 +02:00
Alexandre FLAMENT
33b43763b9
Brave engine: fix BrotliDecoderDecompressStream error
2022-09-18 22:08:38 +00:00
Markus Heiser
2ca62fec33
Merge pull request #1784 from return42/fix-locale-doc
...
[fix] and improve docs generated from source code.
2022-09-18 15:26:56 +02:00
Markus Heiser
fbf07237ff
[fix] and improve docs generated from source code.
...
Fix::
searx/locales.py:docstring of searx.locales.get_engine_locale:17: \
WARNING: Definition list ends without a blank line; unexpected unindent.
Improvement: don't show default values in the generated documentation whe it is
more a mess than a usefull information (`:meta hide-value:`).
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-18 12:44:12 +02:00
Alexandre Flament
b3708e4137
Merge pull request #1757 from LencoDigitexer/master
...
add yandex autocomplete
2022-09-17 13:17:00 +02:00
LencoDigitexer
bc28091557
remove the print statement
2022-09-17 11:25:14 +03:00
Alexandre Flament
07b7058cb7
Merge pull request #1773 from searxng/dependabot/pip/master/uvloop-0.17.0
...
Bump uvloop from 0.16.0 to 0.17.0
2022-09-16 12:42:07 +02:00
Alexandre Flament
f1867378b2
Merge pull request #1775 from searxng/dependabot/pip/master/yamllint-1.28.0
...
Bump yamllint from 1.27.1 to 1.28.0
2022-09-16 11:18:42 +02:00
Alexandre Flament
0accc6f804
Merge pull request #1774 from searxng/dependabot/pip/master/certifi-2022.9.14
...
Bump certifi from 2022.6.15 to 2022.9.14
2022-09-16 11:18:30 +02:00
Alexandre Flament
e4ef63b5ef
Merge pull request #1777 from searxng/translations_update
...
Update translations
2022-09-16 11:12:26 +02:00
searxng-bot
2ee8e5eff2
[translations] update from Weblate
...
570c4f7d
- 2022-09-15 - Fero Novák <itzwowsmile@gmail.com>
0ef09ea1
- 2022-09-15 - dogyx <aaronloit@tuta.io>
03f97e22
- 2022-09-09 - beriain <soila@disroot.org>
caddaedc
- 2022-09-10 - Markus Heiser <markus.heiser@darmarit.de>
addfb0c2
- 2022-09-09 - NxOne14 <kiril2315@gmail.com>
2872e3a6
- 2022-09-11 - Markus Heiser <markus.heiser@darmarit.de>
d2835b09
- 2022-09-11 - Sadith Nadungoda <sadithnadungoda@gmail.com>
2022-09-16 07:30:31 +00:00