Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-10 | update engines_languages.json and languages.py | marc | |
Also, fix fetch_languages.py so it can run on python3. | |||
2017-10-06 | handle input carefully in shell scripts | Thirnearez | |
- prevent whitespace-splitting of variable expansions - prevent interpretation of values as flags/options (mostly) | |||
2017-07-25 | Avoid UnicodeEncodeError when redirecting standalone output | NK | |
2017-03-18 | add language support for qwant | marc | |
closes issue #863 | |||
2017-01-04 | [enh] standalone_seax.py is a command line interface to searx with JSON output. | Alexandre Flament | |
2017-01-03 | [fix] fix standalone_search.py | Alexandre Flament | |
2016-12-29 | change language list to only include languages with a minimum of engines | marc | |
that support them. users can still query lesser supported through the :lang_code bang. | |||
2016-12-16 | minor fixes in utils/fetch_languages.py | marc | |
2016-12-15 | tests for _fetch_supported_languages in engines | marc | |
and refactor method to make it testable without making requests | |||
2016-12-13 | [mod] fetch supported languages for several engines | marc | |
utils/fetch_languages.py gets languages supported by each engine and generates engines_languages.json with each engine's supported language. | |||
2016-12-13 | small fixes | marc | |
2016-12-13 | Add country names in language list. | marc | |
2016-12-13 | Add language support for more engines. | marc | |
2016-12-13 | filter langauges | marc | |
2016-12-13 | [enh] add supported_languages on engines and auto-generate languages.py | marc | |
2016-08-11 | Add missing blank lines after class or function definition. | stepshal | |
2016-07-11 | utils/fetch_currencies: fix comment | stepshal | |
2016-07-11 | Comparison to None should be 'if cond is not None:' | stepshal | |
2016-07-11 | Fix whitespaces | stepshal | |
2016-07-10 | Fix quantity of blank lines after code object. | stepshal | |
2016-07-08 | Remove trailing whitespace | stepshal | |
2015-05-12 | [enh] currency_convert engine: user can write "1 dollars in euros" instead ↵ | Alexandre Flament | |
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. | |||
2015-02-10 | [fix] category name i18n - closes #221 | Adam Tauber | |
2015-02-08 | [enh] fabfile to setup searx with uwsgi+nginx under debian based distros | Adam Tauber | |
2015-01-05 | Don't create fuzzy translation | Cqoicebordel | |
2014-07-21 | [enh] standalone search example | Adam Tauber | |
2014-02-02 | [enh] utils - translation updater script added | asciimoo | |