summaryrefslogtreecommitdiff
path: root/searx/data
AgeCommit message (Collapse)Author
2024-04-29[data] update searx.data - update_engine_descriptions.pyreturn42
2024-04-27[data] wikidata: update wikidata_units.jsonBnyro
2024-03-29[data] update searx.data - update_firefox_version.pyreturn42
2024-03-29[data] update searx.data - update_ahmia_blacklist.pyreturn42
2024-03-29[data] update searx.data - update_currencies.pyreturn42
2024-03-29[data] update searx.data - update_engine_traits.pyreturn42
2024-03-29[data] update searx.data - update_engine_descriptions.pyreturn42
2024-03-11[mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTIONMarkus Heiser
In the past, some files were tested with the standard profile, others with a profile in which most of the messages were switched off ... some files were not checked at all. - ``PYLINT_SEARXNG_DISABLE_OPTION`` has been abolished - the distinction ``# lint: pylint`` is no longer necessary - the pylint tasks have been reduced from three to two 1. ./searx/engines -> lint engines with additional builtins 2. ./searx ./searxng_extra ./tests -> lint all other python files Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-03-10[data] make data.allMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-03-10[data] update searx.data - update_engine_traits.pyreturn42
2024-03-10[data] update searx.data - update_ahmia_blacklist.pyreturn42
2024-03-10[data] update searx.data - update_currencies.pyreturn42
2024-03-10[data] update searx.data - update_engine_descriptions.pyreturn42
2024-03-10[data] update searx.data - update_external_bangs.pyreturn42
2024-02-29Update searx.data - update_ahmia_blacklist.pydalf
2024-02-29Update searx.data - update_firefox_version.pydalf
2024-02-29Update searx.data - update_wikidata_units.pydalf
2024-02-29Update searx.data - update_engine_descriptions.pydalf
2024-02-20[fix] sort RTL_LOCALES before written into locales.jsonMarkus Heiser
To avoid unnecessary changes to the file, the list should be sorted before it is written to the file. You can test it by calling multiple times:: make data.locales and searx/data/locales.json should be unchanged. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-02-20[mod] reduce memory footprint by not calling babel.Locale.parse at runtimeAlexandre Flament
babel.Locale.parse loads more than 60MB in RAM. The only purpose is to get: LOCALE_NAMES - searx.data.LOCALES["LOCALE_NAMES"] RTL_LOCALES - searx.data.LOCALES["RTL_LOCALES"] This commit calls babel.Locale.parse when the translations are update from weblate and stored in:: searx/data/locales.json This file can be build by:: ./manage data.locales By store these variables in searx.data when the translations are updated we save round about 65MB (usually 4 worker = 260MB of RAM saved. Suggested-by: https://github.com/searxng/searxng/discussions/2633#discussioncomment-8490494 Co-authored-by: Markus Heiser <markus.heiser@darmarit.de>
2024-02-10Update searx.data - update_currencies.pydalf
2024-01-29Update searx.data - update_wikidata_units.pydalf
2024-01-29Update searx.data - update_firefox_version.pydalf
2024-01-29Update searx.data - update_ahmia_blacklist.pydalf
2024-01-29Update searx.data - update_engine_traits.pydalf
2024-01-29Update searx.data - update_engine_descriptions.pydalf
2023-12-29Update searx.data - update_wikidata_units.pydalf
2023-12-29Update searx.data - update_ahmia_blacklist.pydalf
2023-12-29Update searx.data - update_firefox_version.pydalf
2023-12-29Update searx.data - update_currencies.pydalf
2023-12-24Update searx.data - update_engine_traits.pyMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-12-23Revert "[fix] update user agent"Markus Heiser
This reverts commit 3c6549a17f886b90a8e700810f9e1aea86581966. Related: - https://github.com/searxng/searxng/pull/2826
2023-11-29Update searx.data - update_currencies.pydalf
2023-11-29Update searx.data - update_engine_descriptions.pydalf
2023-11-29Update searx.data - update_ahmia_blacklist.pydalf
2023-11-29Update searx.data - update_wikidata_units.pydalf
2023-10-29Update searx.data - update_engine_traits.pydalf
2023-10-29Update searx.data - update_wikidata_units.pydalf
2023-10-29Update searx.data - update_firefox_version.pydalf
2023-10-29Update searx.data - update_currencies.pydalf
2023-10-29Update searx.data - update_engine_descriptions.pydalf
2023-10-29Update searx.data - update_ahmia_blacklist.pydalf
2023-10-09[feat] duckduckgo: support for videos and newsBnyro
2023-10-05[mod] engine - simplify region & lang handling, make filters configurableMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-10-01[fix] Revision of the Bing enginesMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-09-29Update searx.data - update_firefox_version.pydalf
2023-09-29Update searx.data - update_ahmia_blacklist.pydalf
2023-09-29Update searx.data - update_wikidata_units.pydalf
2023-09-29Update searx.data - update_engine_traits.pydalf
2023-09-29Update searx.data - update_currencies.pydalf