summaryrefslogtreecommitdiff
path: root/searx/engines
AgeCommit message (Collapse)Author
2014-12-14Add icons and badge for the themesCqoicebordel
Add kickass in engine list Add content for the result from kickass
2014-12-13[mod] engine load refactorAdam Tauber
2014-12-11[fix] piratebay urlAdam Tauber
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[mod] image results removed from google engineAdam Tauber
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-07[fix] pep8 : engines (errors E121, E127, E128 and E501 still exist)dalf
2014-12-07[fix] pep8 : duckduckgo_definitions and wikidata enginesdalf
2014-12-05[fix] pep8Adam Tauber
2014-11-19Merge pull request #127 from pointhi/template_oscar_mapAdam Tauber
Template oscar, add map support
2014-11-19[enh][oscar_template] loading map informations from overpass-apiThomas Pointhuber
2014-11-17[fix] startpage engine compatibilityAdam Tauber
2014-11-03[fix] use address.city if possibleThomas Pointhuber
2014-11-03[enh] template_oscar: show addressdata if possibleThomas Pointhuber
2014-11-02[enh] oscar_template: initial osm-map support for map resultsThomas Pointhuber
* TODO: remove leaflet.min.css if not required
2014-10-26Merge https://github.com/asciimoo/searx into template_oscarThomas Pointhuber
Conflicts: searx/translations/de/LC_MESSAGES/messages.po searx/translations/en/LC_MESSAGES/messages.po searx/translations/es/LC_MESSAGES/messages.po searx/translations/fr/LC_MESSAGES/messages.po searx/translations/hu/LC_MESSAGES/messages.po searx/translations/it/LC_MESSAGES/messages.po searx/translations/nl/LC_MESSAGES/messages.po searx/webapp.py
2014-10-19[fix] pep8 part II.Adam Tauber
2014-10-19[fix] pep8 compatibilityAdam Tauber
2014-10-19Merge pull request #115 from pointhi/engine_farooAdam Tauber
add faroo engine
2014-10-17fix comment header of faroo engineThomas Pointhuber
2014-10-17fix faroo engineThomas Pointhuber
2014-10-17add faroo engine supportThomas Pointhuber
2014-10-13Search Music also on YouTubekernc
YouTube hosts a lot of music and should be enabled for Music search by default.
2014-10-12[fix] wikidata: using only the first urlAdam Tauber
2014-10-11[enh] infoboxes : if the result doesn't contain anything except one link, ↵dalf
use the normal result template
2014-10-11[mod] return only one result from the wikidata enginedalf
2014-10-05oscar template: implement first version of results pageThomas Pointhuber
* implement results page * improve search form template * implement all result_templates * fix youtube engine
2014-10-04[fix] code cleanupAdam Tauber
2014-10-02[enh] wikidata engine : add links to musicbrainzdalf
2014-10-01Merge remote-tracking branch 'upstream/master'dalf
2014-10-01[enh] add infoboxes and answers (clean up)Dalf
2014-10-01fix float division by zero bug in score calculationThomas Pointhuber
2014-09-28[enh] add infoboxes and answersDalf
2014-09-14[fix] rewrite the google engine since Google Web Search API is about to expireDalf
2014-09-07[enh] duckduckgo engine: add language supportdalf
2014-09-07[fix] yahoo engines: parse_url doesn't throw an exception with not tracking URLDalf
2014-09-07[fix] bing_new engine : fix published date parsingDalf
2014-09-07[enh] dailymotion engine: add language supportDalf
2014-09-06Merge branch 'master' of github.com:asciimoo/searxAdam Tauber
2014-09-06[enh] new engine: openstreetmapAdam Tauber
2014-09-05[fix] print removedAdam Tauber
2014-09-04[fix] print removedAdam Tauber
2014-09-04[fix] string formattingAdam Tauber
2014-09-04Merge pull request #91 from pointhi/enginesAdam Tauber
fix yacy-engine and add comments
2014-09-04[enh][fix] support base_urls without language code ++ extra whitespaces removedAdam Tauber
2014-09-03fix yacy-engine and add commentsThomas Pointhuber
* add language support * add image-support * add basic-implementation for video, music and file handling * refactore engine * add comments
2014-09-03fix mediawiki-commentThomas Pointhuber
* bug: setting language_support to False result in no results
2014-09-03using general mediawiki-engineThomas Pointhuber
* writing general mediawiki-engine * using this engine for wikipedia * using this engine for uncyclopedia
2014-09-02fix youtube engine and add commentsThomas Pointhuber
* add language-support * decrease search-results/site to 5 * add comments