summaryrefslogtreecommitdiff
path: root/searx/engines/searchcode_doc.py
AgeCommit message (Collapse)Author
2020-12-09[remove] remove searchcode_doc and twitterAlexandre Flament
* twitter: the API has changed. the engine needs to rewritten. * searchcode_doc: the API about documentation doesn't exist anymore.
2020-09-10Drop Python 2 (1/n): remove unicode string and url_utilsDalf
2017-05-15[enh] py3 compatibilityAdam Tauber
2016-12-16[fix] re-enable ssl verification for searchcodeAdam Tauber
closes #784
2016-12-09[mod] do not escape html content in enginesAdam Tauber
2016-01-18[fix] pep8 compatibiltyAdam Tauber
2015-08-25[mod] disable searchcode SSL verification (unable to get local issuer)Adam Tauber
2015-05-02update versions.cfg to use the current up-to-date packagesAlexandre Flament
2015-01-27Searchcode engines correctionsCqoicebordel
2014-12-29Flake8 and Twitter correctionsCqoicebordel
Lots of Flake8 corrections Maybe we should change the rule to allow lines of 120 chars. It seems more usable. Big twitter correction : now it outputs the words in right order...
2014-12-20Add 500px and Searchcode enginesCqoicebordel
Allow to search for images on 500px. It doesn't use the official API, but the page result. Less stable, but less API key to possess... Two engines were necessary for Searchcode because there are to search mode : search for documentation or search for code example. Both use open APIs.