You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx/data
Markus Heiser 6e5f22e558 [mod] replace engines_languages.json by engines_traits.json
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>
2 years ago
..
__init__.py [mod] replace engines_languages.json by engines_traits.json 2 years ago
ahmia_blacklist.txt Update searx.data - update_ahmia_blacklist.py 2 years ago
currencies.json Update searx.data - update_currencies.py 2 years ago
engine_descriptions.json Update searx.data - update_engine_descriptions.py 2 years ago
engine_traits.json [mod] replace engines_languages.json by engines_traits.json 2 years ago
external_bangs.json Update searx.data - update_external_bangs.py 2 years ago
external_urls.json [mod] add external_urls.json and wikidata_units.json 4 years ago
lid.176.ftz [mod] new plugin: Autodetect search language 2 years ago
osm_keys_tags.json Update searx.data - update_osm_keys_tags.py 2 years ago
useragents.json Update searx.data - update_firefox_version.py 2 years ago
wikidata_units.json Update searx.data - update_wikidata_units.py 2 years ago