summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-29Merge pull request #1819 from searxng/update_data_update_currencies.pyAlexandre Flament
Update searx.data - update_currencies.py
2022-09-29Merge pull request #1821 from searxng/update_data_update_engine_descriptions.pyAlexandre Flament
Update searx.data - update_engine_descriptions.py
2022-09-29Merge pull request #1818 from searxng/update_data_update_ahmia_blacklist.pyAlexandre Flament
Update searx.data - update_ahmia_blacklist.py
2022-09-29Merge pull request #1820 from searxng/update_data_update_wikidata_units.pyAlexandre Flament
Update searx.data - update_wikidata_units.py
2022-09-29Merge pull request #1817 from searxng/update_data_update_firefox_version.pyAlexandre Flament
Update searx.data - update_firefox_version.py
2022-09-29Update searx.data - update_engine_descriptions.pydalf
2022-09-29Update searx.data - update_wikidata_units.pydalf
2022-09-29Update searx.data - update_currencies.pydalf
2022-09-29Update searx.data - update_ahmia_blacklist.pydalf
2022-09-29Update searx.data - update_firefox_version.pydalf
2022-09-28Merge pull request #1814 from return42/fix-typosAlexandre Flament
[fix] typos / reported by @kianmeng in searx PR-3366
2022-09-28Merge pull request #1810 from return42/fix-1809Alexandre Flament
[fix] springer: unsupported operand type(s) for +: 'NoneType' and 'str'
2022-09-28Merge pull request #1811 from return42/fix-paper.htmlAlexandre Flament
[fix] doc of the paper.html template (isbn, issn)
2022-09-27[fix] typos / reported by @kianmeng in searx PR-3366Markus Heiser
[PR-3366] https://github.com/searx/searx/pull/3366 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-25[fix] doc of the paper.html template (isbn, issn)Markus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-25[fix] springer: unsupported operand type(s) for +: 'NoneType' and 'str'Markus Heiser
- 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-24Merge pull request #1806 from return42/paper-linkAlexandre Flament
fix some leftovers in the science category
2022-09-24[mod] core.ac.uk: add cetgory 'scientific publications'Markus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-24[mod] paper.html: simplify template by using result_link macroMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-24Merge pull request #1804 from return42/fix-core.ac.ukAlexandre Flament
core.ac.uk: use paper.html template
2022-09-24[mod] core.ac.uk: try multiple ways to get urlAlexandre Flament
If the url is not found, using: * the DOI * the downloadUrl * the ARK id
2022-09-24Merge pull request #1805 from return42/paper-add-doiAlexandre Flament
[mod] paper.html: add links to doi resolver
2022-09-24[mod] paper.html: add links to doi resolverMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-24[mod] core.ac.uk: use paper.html templateMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-24[fix] ERROR searx.engines.core.ac.uk: list index out of rangeMarkus Heiser
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-24Merge pull request #1803 from return42/paper-typeAlexandre Flament
[docs] add description of the field 'type' from paper.html template
2022-09-24[docs] add description of the field 'type' from paper.html templateMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-24Merge pull request #1802 from return42/disable-crossrefMarkus Heiser
[fix] typo in crossref settings: disable --> disabled
2022-09-24[fix] typo in crossref settings: disable --> disabledMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-23Merge pull request #1705 from dalf/template_paperAlexandre Flament
Theme: add a paper.html template and update of the science engines
2022-09-23[mod] science category: various update of about PR 1705Alexandre Flament
2022-09-23[doc] paper.html result templateMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-23[build] /staticAlexandre FLAMENT
2022-09-23Science category: update the enginesAlexandre FLAMENT
* use the paper.html template * fetch more data from the engines * add crossref.py
2022-09-23oa_doi_rewrite: add the doi to the result when it is found.Alexandre FLAMENT
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-23Add paper.html result templateAlexandre FLAMENT
2022-09-23Add searx.webutils.searxng_format_dateAlexandre FLAMENT
* 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-23Merge pull request #1728 from liimee/eng-ddwAlexandre Flament
add duckduckgo weather engine
2022-09-23Merge pull request #1624 from liimee/eng-wttrAlexandre Flament
Add wttr.in engine
2022-09-23Merge pull request #1798 from searxng/translations_updateMarkus Heiser
Update translations
2022-09-23[translations] update from Weblatesearxng-bot
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-23Merge pull request #1797 from searxng/dependabot/pip/master/pylint-2.15.3Markus Heiser
Bump pylint from 2.15.0 to 2.15.3
2022-09-23Bump pylint from 2.15.0 to 2.15.3dependabot[bot]
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-21Merge pull request #1792 from unixfox/google-images-internal-apiAlexandre Flament
use the internal API for google images
2022-09-21[mod] google-images: slightly improvements of the engineMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-21Merge pull request #1795 from return42/fix-wordingMarkus Heiser
[fix] wording: SearXNG is 'open' and not 'hackable'
2022-09-21[fix] wording: SearXNG is 'open' and not 'hackable'Markus Heiser
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-21Merge pull request #1791 from return42/fix-1790Markus Heiser
[fix] google-news: origin result does not have a content area
2022-09-20use the internal API for google imagesEmilien Devos
2022-09-20[fix] google-news: origin result does not have a content areaMarkus Heiser
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>