summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
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 #221Adam Tauber
2015-02-08[enh] fabfile to setup searx with uwsgi+nginx under debian based distrosAdam Tauber
2015-01-05Don't create fuzzy translationCqoicebordel
2014-07-21[enh] standalone search exampleAdam Tauber
2014-02-02[enh] utils - translation updater script addedasciimoo