summaryrefslogtreecommitdiff
path: root/searx/data
AgeCommit message (Collapse)Author
2023-03-24[mod] replace engines_languages.json by engines_traits.jsonMarkus Heiser
Implementations of the *traits* of the engines. Engine's traits are fetched from the origin engine and stored in a JSON file in the *data folder*. Most often traits are languages and region codes and their mapping from SearXNG's representation to the representation in the origin search engine. To load traits from the persistence:: searx.enginelib.traits.EngineTraitsMap.from_data() For new traits new properties can be added to the class:: searx.enginelib.traits.EngineTraits .. hint:: Implementation is downward compatible to the deprecated *supported_languages method* from the vintage implementation. The vintage code is tagged as *deprecated* an can be removed when all engines has been ported to the *traits method*. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-03-15Merge pull request #2224 from searxng/update_data_update_currencies.pyMarkus Heiser
Update searx.data - update_currencies.py
2023-03-15Merge pull request #2222 from searxng/update_data_update_wikidata_units.pyMarkus Heiser
Update searx.data - update_wikidata_units.py
2023-03-01Merge pull request #2227 from searxng/update_data_update_engine_descriptions.pyAlexandre Flament
Update searx.data - update_engine_descriptions.py
2023-03-01Merge pull request #2226 from searxng/update_data_update_ahmia_blacklist.pyAlexandre Flament
Update searx.data - update_ahmia_blacklist.py
2023-03-01Update searx.data - update_engine_descriptions.pydalf
2023-03-01Update searx.data - update_ahmia_blacklist.pydalf
2023-03-01Update searx.data - update_currencies.pydalf
2023-03-01Update searx.data - update_firefox_version.pydalf
2023-03-01Update searx.data - update_wikidata_units.pydalf
2023-01-29Merge pull request #2134 from searxng/update_data_update_wikidata_units.pyMarkus Heiser
Update searx.data - update_wikidata_units.py
2023-01-29Merge pull request #2135 from searxng/update_data_update_ahmia_blacklist.pyMarkus Heiser
Update searx.data - update_ahmia_blacklist.py
2023-01-29Merge pull request #2136 from searxng/update_data_update_firefox_version.pyMarkus Heiser
Update searx.data - update_firefox_version.py
2023-01-29Merge pull request #2137 from searxng/update_data_update_currencies.pyMarkus Heiser
Update searx.data - update_currencies.py
2023-01-29Update searx.data - update_engine_descriptions.pydalf
2023-01-29Update searx.data - update_currencies.pydalf
2023-01-29Update searx.data - update_firefox_version.pydalf
2023-01-29Update searx.data - update_wikidata_units.pydalf
2023-01-29Update searx.data - update_ahmia_blacklist.pydalf
2022-12-29Update searx.data - update_firefox_version.pydalf
2022-12-29Merge pull request #2054 from searxng/update_data_update_currencies.pyMarkus Heiser
Update searx.data - update_currencies.py
2022-12-29Merge pull request #2057 from searxng/update_data_update_engine_descriptions.pyMarkus Heiser
Update searx.data - update_engine_descriptions.py
2022-12-29Merge pull request #2053 from searxng/update_data_update_ahmia_blacklist.pyMarkus Heiser
Update searx.data - update_ahmia_blacklist.py
2022-12-29Update searx.data - update_engine_descriptions.pydalf
2022-12-29Update searx.data - update_currencies.pydalf
2022-12-29Update searx.data - update_wikidata_units.pydalf
2022-12-29Update searx.data - update_ahmia_blacklist.pydalf
2022-12-10[mod] new plugin: Autodetect search languageArtikusHG
2022-11-29Merge pull request #1981 from searxng/update_data_update_firefox_version.pyMarkus Heiser
Update searx.data - update_firefox_version.py
2022-11-29Merge pull request #1982 from searxng/update_data_update_wikidata_units.pyMarkus Heiser
Update searx.data - update_wikidata_units.py
2022-11-29Merge pull request #1983 from searxng/update_data_update_currencies.pyMarkus Heiser
Update searx.data - update_currencies.py
2022-11-29Merge pull request #1984 from searxng/update_data_update_ahmia_blacklist.pyMarkus Heiser
Update searx.data - update_ahmia_blacklist.py
2022-11-29Update searx.data - update_engine_descriptions.pydalf
2022-11-29Update searx.data - update_ahmia_blacklist.pydalf
2022-11-29Update searx.data - update_currencies.pydalf
2022-11-29Update searx.data - update_wikidata_units.pydalf
2022-11-29Update searx.data - update_firefox_version.pydalf
2022-11-05User agent: don't include the patch number in the Firefox versionAlexandre Flament
The Firefox version in the user agent doesn't include the patch version: 106.0 not 106.0.2 Close #1914
2022-10-29Merge pull request #1905 from searxng/update_data_update_ahmia_blacklist.pyMarkus Heiser
Update searx.data - update_ahmia_blacklist.py
2022-10-29Merge pull request #1906 from searxng/update_data_update_external_bangs.pyMarkus Heiser
Update searx.data - update_external_bangs.py
2022-10-29Merge pull request #1907 from searxng/update_data_update_firefox_version.pyMarkus Heiser
Update searx.data - update_firefox_version.py
2022-10-29Merge pull request #1908 from searxng/update_data_update_wikidata_units.pyMarkus Heiser
Update searx.data - update_wikidata_units.py
2022-10-29Merge pull request #1909 from searxng/update_data_update_currencies.pyMarkus Heiser
Update searx.data - update_currencies.py
2022-10-29Update searx.data - update_engine_descriptions.pydalf
2022-10-29Update searx.data - update_currencies.pydalf
2022-10-29Update searx.data - update_wikidata_units.pydalf
2022-10-29Update searx.data - update_firefox_version.pydalf
2022-10-29Update searx.data - update_external_bangs.pydalf
2022-10-29Update searx.data - update_ahmia_blacklist.pydalf
2022-10-11Update searx.data - update_osm_keys_tags.pyMarkus Heiser
Patch was generated by:: ./manage pyenv.cmd searxng_extra/update/update_osm_keys_tags.py Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>