Age | Commit message (Collapse) | Author |
|
Update searx.data - update_currencies.py
|
|
Update searx.data - update_engine_descriptions.py
|
|
Update searx.data - update_ahmia_blacklist.py
|
|
Update searx.data - update_wikidata_units.py
|
|
Update searx.data - update_firefox_version.py
|
|
|
|
|
|
|
|
|
|
|
|
[fix] typos / reported by @kianmeng in searx PR-3366
|
|
[fix] springer: unsupported operand type(s) for +: 'NoneType' and 'str'
|
|
[fix] doc of the paper.html template (isbn, issn)
|
|
[PR-3366] https://github.com/searx/searx/pull/3366
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
- 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>
|
|
fix some leftovers in the science category
|
|
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
core.ac.uk: use paper.html template
|
|
If the url is not found, using:
* the DOI
* the downloadUrl
* the ARK id
|
|
[mod] paper.html: add links to doi resolver
|
|
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
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>
|
|
[docs] add description of the field 'type' from paper.html template
|
|
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
[fix] typo in crossref settings: disable --> disabled
|
|
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
Theme: add a paper.html template and update of the science engines
|
|
|
|
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
|
|
* use the paper.html template
* fetch more data from the engines
* add crossref.py
|
|
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.
|
|
|
|
* 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.
|
|
add duckduckgo weather engine
|
|
Add wttr.in engine
|
|
Update translations
|
|
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>
|
|
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>
|
|
use the internal API for google images
|
|
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
[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>
|
|
[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>
|