summaryrefslogtreecommitdiff
path: root/searx/engines/doku.py
AgeCommit message (Collapse)Author
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
2017-05-15[enh] py3 compatibilityAdam Tauber
2016-04-05Fix query encodingGuilhem Bonnefille
2016-04-04Fix pep8 E302Guilhem Bonnefille
Cf. http://legacy.python.org/dev/peps/pep-0008/#blank-lines
2016-04-03Add support for dokuwiki engineGuilhem Bonnefille