summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-15Merge pull request #150 from pointhi/oscar_image_fixAdam Tauber
[enh][oscar_template] replace kickass icon
2014-12-15[enh][oscar_template] replace kickass iconThomas Pointhuber
2014-12-15Rework Flickr EngineCqoicebordel
Everything was redone to use the API. It needs an API key, but it's worth it. Everything works. Title, Image, Content, URL The API allow lots of things. Thumbnails and date will be easy to add when it will be implemented in Searx. Fix asciimoo/searx#126
2014-12-15Rework Flickr EngineCqoicebordel
Everything was redone to use the API. It needs an API key, but it's worth it. Everything works. Title, Image, Content, URL The API allow lots of things. Thumbnails and date will be easy to add when it will be implemented in Searx. Fix asciimoo/searx#126
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-13Load the list of icons only onceCqoicebordel
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-12Use the new way of finding the faviconCqoicebordel
2014-12-12Use the new way of finding the faviconCqoicebordel
2014-12-12Use the new way of finding the faviconCqoicebordel
2014-12-12Use the new way of finding the faviconCqoicebordel
2014-12-12Use the new way of finding an iconCqoicebordel
2014-12-12Add a variable with all the icons of the themeCqoicebordel
Add for the template a list of available icons in the current theme.
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[doc] @Reventl0v added to authorsAdam Tauber
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-09Use human readable dateCqoicebordel
For DoB and DoD, wikipedia use a non standard ISO format, not easily readable. Now the date is displayed in an human readable form, using the language setting as locale if available. If not, it uses the default locale.
2014-12-09[fix] autocomplete x-suggestionAdam Tauber
2014-12-09[mod] image results removed from google engineAdam Tauber
2014-12-08[enh] v0.5.0Adam Tauber
2014-12-08[doc] @Cqoicebordel added to authorsAdam Tauber
2014-12-08[mod] search thread namesAdam Tauber
2014-12-08Merge pull request #141 from Cqoicebordel/UX+Bugs+HTMLAdam Tauber
UX+bugs+html
2014-12-08Merge pull request #142 from Cqoicebordel/Fix-Google-ImageAdam Tauber
[fix] Google image with special chars
2014-12-08[fix] Google image with special charsCqoicebordel
It seems like Google image is doing a double urlencode on the url of the images. So we need to unquote once before sending to the browser the urls. It solves the 404 we could see with some image with specials chars in url. Exemple https://searx.laquadrature.net/?q=etes&pageno=1&category_images (there are two of those in the list)
2014-12-08Striptag on alt and titleCqoicebordel
Strip HTML tags on alt and title of the images