| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-16 | Add an No Api Flickr Engine | Cqoicebordel | |
| It uses the webpage json infos to build the results Let the user choose the engine in setting.yml. Noapi active by default + little corrections on Flickr engine | |||
| 2014-12-16 | [fix] pep8 | Thomas Pointhuber | |
| 2014-12-16 | [fix] pep8 | Thomas Pointhuber | |
| 2014-12-16 | [fix] pep8 | Thomas Pointhuber | |
| 2014-12-16 | [fix] remove useless print statement | Thomas Pointhuber | |
| 2014-12-16 | [enh] add photon engine | Thomas Pointhuber | |
| 2014-12-15 | Merge pull request #151 from pointhi/kickass_fix | Adam Tauber | |
| [fix] fix kickass engine | |||
| 2014-12-15 | [fix] fix kickass engine | Thomas Pointhuber | |
| thanks @Cqoicebordel in #144: https://github.com/asciimoo/searx/pull/144#issuecomment-67036903 | |||
| 2014-12-15 | Merge pull request #150 from pointhi/oscar_image_fix | Adam Tauber | |
| [enh][oscar_template] replace kickass icon | |||
| 2014-12-15 | [enh][oscar_template] replace kickass icon | Thomas Pointhuber | |
| 2014-12-15 | Rework Flickr Engine | Cqoicebordel | |
| 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-15 | Rework Flickr Engine | Cqoicebordel | |
| 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-15 | Merge pull request #144 from Cqoicebordel/KickassTorrent-Search-Engine | Adam Tauber | |
| Kickass torrent search engine | |||
| 2014-12-14 | Add icons and badge for the themes | Cqoicebordel | |
| Add kickass in engine list Add content for the result from kickass | |||
| 2014-12-14 | [fix] mysterious string remove | Adam Tauber | |
| 2014-12-14 | [fix] use queues to answers/suggestions/infoboxes | Adam Tauber | |
| 2014-12-14 | [fix] proper search timeout handling | Adam Tauber | |
| 2014-12-13 | Merge pull request #145 from Cqoicebordel/HTML+Bugs-Templates | Adam Tauber | |
| Html+Bugs in templates | |||
| 2014-12-13 | Load the list of icons only once | Cqoicebordel | |
| 2014-12-13 | Correct test case | Cqoicebordel | |
| Add the alt in favicon | |||
| 2014-12-13 | [mod] engine load refactor | Adam Tauber | |
| 2014-12-13 | [fix] disable debug mode | Adam Tauber | |
| 2014-12-12 | Use the new way of finding the favicon | Cqoicebordel | |
| 2014-12-12 | Use the new way of finding the favicon | Cqoicebordel | |
| 2014-12-12 | Use the new way of finding the favicon | Cqoicebordel | |
| 2014-12-12 | Use the new way of finding the favicon | Cqoicebordel | |
| 2014-12-12 | Use the new way of finding an icon | Cqoicebordel | |
| 2014-12-12 | Add a variable with all the icons of the theme | Cqoicebordel | |
| 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 authors | Adam Tauber | |
| 2014-12-11 | [fix] piratebay url | Adam Tauber | |
| 2014-12-10 | Add title and alt on image in infobox | Cqoicebordel | |
| 2014-12-10 | Multiple HTML corrections | Cqoicebordel | |
| Alt on favicon No <p> in <p> Correct alt and title on img | |||
| 2014-12-10 | HTML and usability corrections | Cqoicebordel | |
| 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-10 | Alt on favicon | Cqoicebordel | |
| 2014-12-10 | Correct alt and title | Cqoicebordel | |
| 2014-12-10 | Alt on favicons | Cqoicebordel | |
| 2014-12-10 | Correct HTML entities and link | Cqoicebordel | |
| 2014-12-10 | Multiple HTML corrections | Cqoicebordel | |
| Alt on favicon Width of image should be 400 and not 400px Correct alt+title on image No <p> contains <p> | |||
| 2014-12-10 | Alt on favicon | Cqoicebordel | |
| 2014-12-10 | Correct alt and title | Cqoicebordel | |
| 2014-12-10 | Alt on favicon | Cqoicebordel | |
| 2014-12-10 | HTML Entities + Use the right template | Cqoicebordel | |
| Courgette was using the wrong template. I assume it was a mistake. | |||
| 2014-12-09 | Add KickAss engine | Cqoicebordel | |
| 2014-12-09 | First pass at Kickass Engine | Cqoicebordel | |
| 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 | Use human readable date | Cqoicebordel | |
| 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-suggestion | Adam Tauber | |
| 2014-12-09 | [mod] image results removed from google engine | Adam Tauber | |
| 2014-12-08 | [enh] v0.5.0 | Adam Tauber | |
| 2014-12-08 | [doc] @Cqoicebordel added to authors | Adam Tauber | |