summaryrefslogtreecommitdiff
path: root/searx/engines/dictzone.py
AgeCommit message (Collapse)Author
2021-01-14[enh] engines: add about variableAlexandre Flament
move meta information from comment to the about variable so the preferences, the documentation can show these information
2020-12-17[mod] dictzone, translated, currency_convert: use engine_type online_curency ↵Alexandre Flament
and online_dictionnary
2020-12-09display if an engine does not support httpsNoémi Ványi
Closes #302
2020-09-10Drop Python 2 (4/n): SearchQuery.query is a str instead of bytesDalf
2020-09-10Drop Python 2 (1/n): remove unicode string and url_utilsDalf
2019-11-15[mod] speed optimizationDalf
compile XPath only once avoid redundant call to urlparse get_locale(webapp.py): avoid useless call to request.accept_languages.best_match
2019-08-05[fix] dictzone engineDalf
2017-06-25[fix] is_valid_lang fixed for new languages.py + dictzone engine encodingpotato
2017-05-15[enh] py3 compatibilityAdam Tauber
2016-12-09[mod] do not escape html content in enginesAdam Tauber
2016-09-06[fix] unicode urlsAdam Tauber
2016-09-06[enh] is_valid_lang moved to utilspotato
2016-09-06[enh] engine header commentspotato
2016-09-06[fix] only 1-word search triggers the enginepotato
2016-09-06[enh] removed missing params; [fix] pep8potato
2016-09-06[fix] no lambda anymore, cgi.escapepotato
2016-09-06[enh] dictionary engine renamed to dictzonepotato