summaryrefslogtreecommitdiff
path: root/searx/plugins/__init__.py
AgeCommit message (Collapse)Author
2017-11-01[enh] oa_doi_rewrite plugin broadens doai_rewritejibe-b
2017-05-15[enh] py3 compatibilityAdam Tauber
2017-01-02[mod] searx uses flask framework only in webapp.py. Make migration to ↵Alexandre Flament
another framework easier.
2016-08-11[enh] infinite scrollDavid A Roberts
resolves #649
2016-08-10Add Crossref search engine and DOAI rewrite pluginDavid A Roberts
2016-07-04[enh][fix] update to latest dependencies ++ fix tests & travis test runnerAdam Tauber
WARNING: dependency changes
2016-04-23[WIP] Add vim-hotkeys pluginKirill Isakov
2016-02-10[enh] new plugin to open results on new browser tabsAdam Tauber
2015-06-21Merge branch 'remove_trackers_plugin' of ↵Adam Tauber
https://github.com/Cqoicebordel/searx into Cqoicebordel-remove_trackers_plugin Conflicts: searx/plugins/__init__.py
2015-06-15Change self plugin to self_info + change self_info descriptionLuc Didry
2015-06-15Merge self_ip and self_useragent into one pluginLuc Didry
2015-06-14Add a self user agent pluginLuc Didry
Just like with the "ip" query, duckduckgo gives the server's information with the "user agent" query. This corrects this behavior by adding a plugin based on self_ip.py plugin.
2015-06-09Add a plugin to remove trackers from results URLsCqoicebordel
2015-04-13[mod] https rewrite pluginificationAdam Tauber
2015-04-13[doc] plugin license infosAdam Tauber
2015-04-12[enh] new plugin: search on category select (currently only in oscar theme)Adam Tauber
TODO purge mootools from default/courgette and integrate jquery ++ this theme
2015-04-12[enh] plugins: client side dependency supportAdam Tauber
2015-03-14[enh] plugin attribute type checkAdam Tauber
2015-03-11[enh] plugin idAdam Tauber
2015-03-10[enh] per user plugin switchAdam Tauber
2015-03-10[enh] plugin support basics ++ self ip pluginAdam Tauber