mirror of
				https://github.com/searxng/searxng.git
				synced 2025-10-28 09:12:36 -04:00 
			
		
		
		
	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>
		
	
			
		
			
				
	
	
		
			89 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			89 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| =========================
 | |
| ``searxng_extra/update/``
 | |
| =========================
 | |
| 
 | |
| :origin:`[source] <searxng_extra/update/__init__.py>`
 | |
| 
 | |
| Scripts to update static data in :origin:`searx/data/`
 | |
| 
 | |
| .. _update_ahmia_blacklist.py:
 | |
| 
 | |
| ``update_ahmia_blacklist.py``
 | |
| =============================
 | |
| 
 | |
| :origin:`[source] <searxng_extra/update/update_ahmia_blacklist.py>`
 | |
| 
 | |
| .. automodule:: searxng_extra.update.update_ahmia_blacklist
 | |
|   :members:
 | |
| 
 | |
| 
 | |
| ``update_currencies.py``
 | |
| ========================
 | |
| 
 | |
| :origin:`[source] <searxng_extra/update/update_currencies.py>`
 | |
| 
 | |
| .. automodule:: searxng_extra.update.update_currencies
 | |
|   :members:
 | |
| 
 | |
| ``update_engine_descriptions.py``
 | |
| =================================
 | |
| 
 | |
| :origin:`[source] <searxng_extra/update/update_engine_descriptions.py>`
 | |
| 
 | |
| .. automodule:: searxng_extra.update.update_engine_descriptions
 | |
|   :members:
 | |
| 
 | |
| 
 | |
| ``update_external_bangs.py``
 | |
| ============================
 | |
| 
 | |
| :origin:`[source] <searxng_extra/update/update_external_bangs.py>`
 | |
| 
 | |
| .. automodule:: searxng_extra.update.update_external_bangs
 | |
|   :members:
 | |
| 
 | |
| 
 | |
| ``update_firefox_version.py``
 | |
| =============================
 | |
| 
 | |
| :origin:`[source] <searxng_extra/update/update_firefox_version.py>`
 | |
| 
 | |
| .. automodule:: searxng_extra.update.update_firefox_version
 | |
|   :members:
 | |
| 
 | |
| 
 | |
| ``update_engine_traits.py``
 | |
| ===========================
 | |
| 
 | |
| :origin:`[source] <searxng_extra/update/update_engine_traits.py>`
 | |
| 
 | |
| .. automodule:: searxng_extra.update.update_engine_traits
 | |
|   :members:
 | |
| 
 | |
| 
 | |
| ``update_osm_keys_tags.py``
 | |
| ===========================
 | |
| 
 | |
| :origin:`[source] <searxng_extra/update/update_osm_keys_tags.py>`
 | |
| 
 | |
| .. automodule:: searxng_extra.update.update_osm_keys_tags
 | |
|   :members:
 | |
| 
 | |
| 
 | |
| ``update_pygments.py``
 | |
| ======================
 | |
| 
 | |
| :origin:`[source] <searxng_extra/update/update_pygments.py>`
 | |
| 
 | |
| .. automodule:: searxng_extra.update.update_pygments
 | |
|   :members:
 | |
| 
 | |
| 
 | |
| ``update_wikidata_units.py``
 | |
| ============================
 | |
| 
 | |
| :origin:`[source] <searxng_extra/update/update_wikidata_units.py>`
 | |
| 
 | |
| .. automodule:: searxng_extra.update.update_wikidata_units
 | |
|   :members:
 |