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
Markus Heiser 40843fe95a searx/data/engines_languages.json: sort json file (no content change)
To get meaningfull diffs, the json file has to be sorted.  Before applying any
further content patch, the json file needs a inital sort (without changing any
content).

Sorted by::

  import sys, json

  with open('engines_languages.json') as f:
      j = json.load(f)

  with open('engines_languages.json', 'w') as f:
      json.dump(j, f, indent=2, sort_keys=True)

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
4 years ago
..
answerers [fix] small fixes in preferences view's text 5 years ago
data searx/data/engines_languages.json: sort json file (no content change) 4 years ago
engines bugfix: google-news and bing-news has changed the language parameter 4 years ago
plugins fix out of range error in tracker remover plugin 5 years ago
static Merge branch 'master' into fix-infinite-scroll 5 years ago
templates [mod] move public instance list to https://searx.space 5 years ago
translations [enh] update translations 5 years ago
__init__.py [enh] introduce private engines 5 years ago
autocomplete.py Add Swisscows autocomplete option 5 years ago
exceptions.py [fix] add message to SearxParameterException - fixes #1722 5 years ago
languages.py fix fetch_langauges to be more accurate 6 years ago
poolrequests.py [fix] measure request duration only if total_time attribute is set - fixes autocompleter 7 years ago
preferences.py preferences.py: implement defaults if unset 4 years ago
query.py [enh] introduce private engines 5 years ago
results.py [mod] speed optimization 5 years ago
search.py [enh] introduce private engines 5 years ago
settings.yml Add missing autocomplete backends to settings.yml comment 4 years ago
settings_robot.yml preferences.py: implement defaults if unset 4 years ago
testing.py searx/testing.py: fixed pep8 error 4 years ago
url_utils.py minor fixes of pubmed engine 7 years ago
utils.py [mod] speed optimization 5 years ago
version.py [enh] version v0.16.0 5 years ago
webapp.py monkey patch babel get_translations to support Occitan 4 years ago