forked from Icycoide/searxng
[mod] add /engine_descriptions.json endpoint
returns engine descriptions (JSON): * key: engine name * value: description in the user locale, use English description as a fallback
This commit is contained in:
parent
f8d5fe0f11
commit
bfd24d1226
3 changed files with 3802 additions and 0 deletions
|
@ -14,6 +14,7 @@ __all__ = [
|
|||
'WIKIDATA_UNITS',
|
||||
'EXTERNAL_BANGS',
|
||||
'OSM_KEYS_TAGS',
|
||||
'ENGINE_DESCRIPTIONS',
|
||||
'ahmia_blacklist_loader',
|
||||
]
|
||||
|
||||
|
@ -45,3 +46,4 @@ EXTERNAL_URLS = _load('external_urls.json')
|
|||
WIKIDATA_UNITS = _load('wikidata_units.json')
|
||||
EXTERNAL_BANGS = _load('external_bangs.json')
|
||||
OSM_KEYS_TAGS = _load('osm_keys_tags.json')
|
||||
ENGINE_DESCRIPTIONS = _load('engine_descriptions.json')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue