This website requires JavaScript.
Explore
Help
Sign In
zaclys
/
searxng
Watch
1
Star
0
Fork
1
You've already forked searxng
mirror of
https://github.com/searxng/searxng
synced
2024-01-01 18:24:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
212de1a0f5
searxng
/
docs
/
src
/
searx.engines.rst
9 lines
117 B
ReStructuredText
Raw
Normal View
History
Unescape
Escape
[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>
2022-09-29 18:54:46 +00:00
..
_searx.engines:
[docs] add new rubric 'Source-Code' - document namespace: searx.engines - move docs/dev/xpath_engine.rst -> docs/src/searx.engines.xpath.rst Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-06-01 12:36:02 +00:00
[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>
2022-09-29 18:54:46 +00:00
=================
SearXNG's engines
=================
[docs] add new rubric 'Source-Code' - document namespace: searx.engines - move docs/dev/xpath_engine.rst -> docs/src/searx.engines.xpath.rst Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-06-01 12:36:02 +00:00
..
automodule
::
searx.engines
:members:
Reference in New Issue
Copy Permalink