libremiami-search/utils
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>
2020-03-01 07:56:46 +01:00
..
fabfile.py Fix whitespaces 2016-07-11 18:52:37 +07:00
fetch_currencies.py print() is a function in Python 3 2017-11-14 06:48:54 +01:00
fetch_firefox_version.py fetch_firefox_version.py : compatible with Python 3 and minor fixes. 2018-08-05 10:55:42 +02:00
fetch_languages.py searx/data/engines_languages.json: sort json file (no content change) 2020-03-01 07:56:46 +01:00
google_search.py [enh] standalone_seax.py is a command line interface to searx with JSON output. 2017-01-04 14:14:01 +01:00
makefile.include boilerplate: add inital Makefile with run & install targets 2019-11-28 19:54:57 +01:00
makefile.python Makefile: add documentation build targets docs & docs-live 2019-12-12 12:10:32 +01:00
makefile.sphinx makefile.sphinx: fix gh-pages / pull before add commits 2019-12-22 23:28:07 +01:00
standalone_searx.py Suggestions: use RawTextQuery to make the suggestions URLs. Update all themes accordingly. 2019-07-17 09:05:29 +02:00
update-translations.sh handle input carefully in shell scripts 2017-10-06 21:00:22 +02:00