Commit Graph

28 Commits (3ac578c0a8ea7d32c5f6302760c86d232ff29fa8)

Author SHA1 Message Date
cclauss 9984c99665
print() is a function in Python 3 7 years ago
marc 44085e31d0 update engines_languages.json and languages.py
Also, fix fetch_languages.py so it can run on python3.
7 years ago
Thirnearez 076cfe25d7 handle input carefully in shell scripts
- prevent whitespace-splitting of variable expansions
- prevent interpretation of values as flags/options

(mostly)
7 years ago
NK cda9f8593f Avoid UnicodeEncodeError when redirecting standalone output 7 years ago
marc 805fb02ed1 add language support for qwant
closes issue #863
7 years ago
Alexandre Flament 369ec017b7 [enh] standalone_seax.py is a command line interface to searx with JSON output. 8 years ago
Alexandre Flament 7bcdc27a2e [fix] fix standalone_search.py 8 years ago
marc 1175b3906f change language list to only include languages with a minimum of engines
that support them.
users can still query lesser supported through the :lang_code bang.
8 years ago
marc 4a1ff56389 minor fixes in utils/fetch_languages.py 8 years ago
marc af35eee10b tests for _fetch_supported_languages in engines
and refactor method to make it testable without making requests
8 years ago
marc f62ce21f50 [mod] fetch supported languages for several engines
utils/fetch_languages.py gets languages supported by each engine and
generates engines_languages.json with each engine's supported language.
8 years ago
marc 92c6e88ad3 small fixes 8 years ago
marc 922d51bf0c Add country names in language list. 8 years ago
marc a11948c71b Add language support for more engines. 8 years ago
marc c677aee58a filter langauges 8 years ago
marc 149802c569 [enh] add supported_languages on engines and auto-generate languages.py 8 years ago
stepshal 7e16c9d360 Add missing blank lines after class or function definition. 8 years ago
stepshal 6e5f46db42 utils/fetch_currencies: fix comment 8 years ago
stepshal 4261a41c1b Comparison to None should be 'if cond is not None:' 8 years ago
stepshal d9231d173a Fix whitespaces 8 years ago
stepshal cd9b494cb5 Fix quantity of blank lines after code object. 8 years ago
stepshal 2f83750619 Remove trailing whitespace 8 years ago
Alexandre Flament 5525625dae [enh] currency_convert engine: user can write "1 dollars in euros" instead of "1 USD in EUR".
The currency names are fetched wikidata and store into a static file : searx/data/currencies.json
This file is loaded when the currency_converter is loaded.
A database is perhaps more appropiated.
9 years ago
Adam Tauber e43f61069a [fix] category name i18n - closes #221 9 years ago
Adam Tauber 9492b50070 [enh] fabfile to setup searx with uwsgi+nginx under debian based distros 9 years ago
Cqoicebordel 5e26ce63be Don't create fuzzy translation 10 years ago
Adam Tauber ea414c6574 [enh] standalone search example 10 years ago
asciimoo 474f6a861d [enh] utils - translation updater script added 11 years ago