summaryrefslogtreecommitdiff
path: root/searx
AgeCommit message (Collapse)Author
2014-12-20[enh] add result_templates/code.htmlThomas Pointhuber
2014-12-20[enh] engine shortcut validationAdam Tauber
2014-12-20Merge pull request #159 from pointhi/photon_fixAdam Tauber
[fix] fix language support in photon engine
2014-12-20[fix] fix language support in photon engineThomas Pointhuber
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.
2014-12-19Merge pull request #156 from Cqoicebordel/Fix-map-oscarAdam Tauber
[fix][enh] Multiple JS changes in Oscar
2014-12-19[mod][fix] https rewrite refactor ++ fixesAdam Tauber
2014-12-19Merge pull request #152 from pointhi/search_enginesAdam Tauber
[enh] add photon engine, and fix pep8 errors
2014-12-19[mod] better search request exception handlingAdam Tauber
2014-12-19[fix] handle empty search requestsAdam Tauber
2014-12-19[mod] display timeoutted engine nameAdam Tauber
2014-12-19Add double clic on categoriesCqoicebordel
Allow to double clic on any category to activate or deactivate all categories.
2014-12-19Some more path issuesCqoicebordel
2014-12-18[fix] Show map on result in OscarCqoicebordel
Allow to find the leafleet js when searx is not installed at the root of the web server.
2014-12-18[fix] timeout and response parsing orderAdam Tauber
2014-12-18[mod] strict timeout handlingAdam Tauber
2014-12-16[fix] pep8Thomas Pointhuber
2014-12-16[fix] pep8Thomas Pointhuber
2014-12-16[fix] pep8Thomas Pointhuber
2014-12-16[fix] remove useless print statementThomas Pointhuber
2014-12-16[enh] add photon engineThomas Pointhuber
2014-12-15Merge pull request #151 from pointhi/kickass_fixAdam Tauber
[fix] fix kickass engine
2014-12-15[fix] fix kickass engineThomas Pointhuber
thanks @Cqoicebordel in #144: https://github.com/asciimoo/searx/pull/144#issuecomment-67036903
2014-12-15[enh][oscar_template] replace kickass iconThomas Pointhuber
2014-12-15Merge pull request #144 from Cqoicebordel/KickassTorrent-Search-EngineAdam Tauber
Kickass torrent search engine
2014-12-14Add icons and badge for the themesCqoicebordel
Add kickass in engine list Add content for the result from kickass
2014-12-14[fix] mysterious string removeAdam Tauber
2014-12-14[fix] use queues to answers/suggestions/infoboxesAdam Tauber
2014-12-14[fix] proper search timeout handlingAdam Tauber
2014-12-13Merge pull request #145 from Cqoicebordel/HTML+Bugs-TemplatesAdam Tauber
Html+Bugs in templates
2014-12-13Correct test caseCqoicebordel
Add the alt in favicon
2014-12-13[mod] engine load refactorAdam Tauber
2014-12-13[fix] disable debug modeAdam Tauber
2014-12-11[mod] disabling piratebay, according to #146 and ↵Adam Tauber
https://torrentfreak.com/feds-receive-requests-to-shut-down-the-pirate-bay-140801/
2014-12-11[fix] piratebay urlAdam Tauber
2014-12-10Add title and alt on image in infoboxCqoicebordel
2014-12-10Multiple HTML correctionsCqoicebordel
Alt on favicon No <p> in <p> Correct alt and title on img
2014-12-10HTML and usability correctionsCqoicebordel
Put the result URL at the top, like in other results template Put the magnet link on the same line as the stats (peer/seed).
2014-12-10Alt on faviconCqoicebordel
2014-12-10Correct alt and titleCqoicebordel
2014-12-10Alt on faviconsCqoicebordel
2014-12-10Correct HTML entities and linkCqoicebordel
2014-12-10Multiple HTML correctionsCqoicebordel
Alt on favicon Width of image should be 400 and not 400px Correct alt+title on image No <p> contains <p>
2014-12-10Alt on faviconCqoicebordel
2014-12-10Correct alt and titleCqoicebordel
2014-12-10Alt on faviconCqoicebordel
2014-12-10HTML Entities + Use the right templateCqoicebordel
Courgette was using the wrong template. I assume it was a mistake.
2014-12-09Add KickAss engineCqoicebordel
2014-12-09First pass at Kickass EngineCqoicebordel
Parse and return results correctly. Pages numbers taken care of. Not done, and maybe to do : - 'content' : I don't know what it could be. Maybe votes ? - 'categories' : the results are not filtered by categories, because I don't see how to do it properly : there are too much categories on Kickass. Is 'video' only movies, or also tv show or porn ? So for now, the category is 'all'. - Favicon/icon : may be a good idea.
2014-12-09[fix] autocomplete x-suggestionAdam Tauber