summaryrefslogtreecommitdiff
path: root/searx/data
AgeCommit message (Collapse)Author
2022-02-01Merge pull request #852 from searxng/update_data_update_ahmia_blacklist.pyMarkus Heiser
Update searx.data - update_ahmia_blacklist.py
2022-02-01Merge pull request #853 from searxng/update_data_update_firefox_version.pyMarkus Heiser
Update searx.data - update_firefox_version.py
2022-02-01Merge pull request #851 from searxng/update_data_update_currencies.pyMarkus Heiser
Update searx.data - update_currencies.py
2022-02-01Update searx.data - update_firefox_version.pydalf
2022-02-01Update searx.data - update_ahmia_blacklist.pydalf
2022-02-01Update searx.data - update_currencies.pydalf
2022-02-01Update searx.data - update_wikidata_units.pydalf
2022-01-29[mod] remove deprecate codeAlexandre Flament
remove code to support Python 3.5 and Python 3.6
2022-01-12[upd] searx/data/external_bangs.jsonMarkus Heiser
Updated external bangs by:: ./manage pyenv.cmd ./searxng_extra/update/update_external_bangs.py Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-01-07[upd] engine_descriptions.jsonMarkus Heiser
Updated by: ./manage pyenv.cmd python3 \ ./searxng_extra/update/update_engine_descriptions.py Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-01-01Update searx.data - update_languages.pyMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-01-01Merge pull request #670 from searxng/update_data_update_firefox_version.pyAlexandre Flament
Update searx.data - update_firefox_version.py
2022-01-01Merge pull request #671 from searxng/update_data_update_ahmia_blacklist.pyMarkus Heiser
Update searx.data - update_ahmia_blacklist.py
2022-01-01Merge pull request #673 from searxng/update_data_update_currencies.pyMarkus Heiser
Update searx.data - update_currencies.py
2022-01-01Update searx.data - update_wikidata_units.pydalf
2022-01-01Update searx.data - update_currencies.pydalf
2022-01-01Update searx.data - update_ahmia_blacklist.pydalf
2022-01-01Update searx.data - update_firefox_version.pydalf
2021-12-27[format.python] initial formatting of the python codeMarkus Heiser
This patch was generated by black [1]:: make format.python [1] https://github.com/psf/black Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-12-20[upd] engine_descriptions.jsonMarkus Heiser
Updated by: ./manage pyenv.cmd python3 \ ./searxng_extra/update/update_engine_descriptions.py Include documentation of new added engines: - superuser - stackoverflow - askubuntu - indb - ... Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-12-01Merge pull request #571 from searxng/update_data_update_languages.pyMarkus Heiser
Update searx.data - update_languages.py
2021-12-01Merge pull request #570 from searxng/update_data_update_firefox_version.pyMarkus Heiser
Update searx.data - update_firefox_version.py
2021-12-01Merge pull request #569 from searxng/update_data_update_currencies.pyMarkus Heiser
Update searx.data - update_currencies.py
2021-12-01Update searx.data - update_languages.pydalf
2021-12-01Update searx.data - update_firefox_version.pydalf
2021-12-01Update searx.data - update_currencies.pydalf
2021-12-01Update searx.data - update_ahmia_blacklist.pydalf
2021-11-01Merge pull request #468 from searxng/update_data_update_ahmia_blacklist.pyMarkus Heiser
Update searx.data - update_ahmia_blacklist.py
2021-11-01Merge pull request #467 from searxng/update_data_update_firefox_version.pyMarkus Heiser
Update searx.data - update_firefox_version.py
2021-11-01Merge pull request #466 from searxng/update_data_update_wikidata_units.pyMarkus Heiser
Update searx.data - update_wikidata_units.py
2021-11-01Update searx.data - update_ahmia_blacklist.pydalf
2021-11-01Update searx.data - update_firefox_version.pydalf
2021-11-01Update searx.data - update_wikidata_units.pydalf
2021-11-01Update searx.data - update_currencies.pydalf
2021-10-16[fix] engine - yahoo: rewrite and fix issuesMarkus Heiser
Languages are supported by mapping the language to a domain. If domain is not found in :py:obj:`lang2domain` URL ``<lang>.search.yahoo.com`` is used. BTW: fix issue reported at https://github.com/searx/searx/issues/3020 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-10-02SearXNG: searxng_extraAlexandre Flament
2021-10-02Merge pull request #360 from return42/ddg-liteMarkus Heiser
Implement a DuckDuckGo Lite engine
2021-10-01[upd] make data.languagesMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-10-01Merge pull request #365 from searxng/update_data_update_wikidata_units.pyMarkus Heiser
Update searx.data - update_wikidata_units.py
2021-10-01Merge pull request #366 from searxng/update_data_update_languages.pyMarkus Heiser
Update searx.data - update_languages.py
2021-10-01Merge pull request #364 from searxng/update_data_update_firefox_version.pyMarkus Heiser
Update searx.data - update_firefox_version.py
2021-10-01Merge pull request #363 from searxng/update_data_update_ahmia_blacklist.pyMarkus Heiser
Update searx.data - update_ahmia_blacklist.py
2021-10-01Update searx.data - update_languages.pydalf
2021-10-01Update searx.data - update_wikidata_units.pydalf
2021-10-01Update searx.data - update_firefox_version.pydalf
2021-10-01Update searx.data - update_ahmia_blacklist.pydalf
2021-10-01Update searx.data - update_currencies.pydalf
2021-09-24[mod] add /engine_descriptions.json endpointAlexandre Flament
returns engine descriptions (JSON): * key: engine name * value: description in the user locale, use English description as a fallback
2021-09-01Merge pull request #278 from searxng/update_data_update_ahmia_blacklist.pyMarkus Heiser
Update searx.data - update_ahmia_blacklist.py
2021-09-01Merge pull request #279 from searxng/update_data_update_currencies.pyMarkus Heiser
Update searx.data - update_currencies.py