Commit Graph

925 Commits (9f5cd28dba3c923ade7e482615611ac055c2918a)

Author SHA1 Message Date
Cqoicebordel 10e4f6f316 Add language support
Allow the user to select a language. It must be written in english, and capitalized, ie : English, French, German, Hungarian...
10 years ago
Cqoicebordel 2ea55b1c64 Add language support
Allow the user to select a language. It must be written in english, and capitalized, ie : English, French, German, Hungarian... (reverted from commit 829948b85d)
10 years ago
Cqoicebordel 829948b85d Add language support
Allow the user to select a language. It must be written in english, and capitalized, ie : English, French, German, Hungarian...
10 years ago
Thomas Pointhuber af8dac93a8 [enh] fix pep8, improve syntax highlighting 10 years ago
Adam Tauber b975418e4c [fix] flickr engine code cleanup ++ handle missing owner 10 years ago
Adam Tauber af41607410 Merge pull request #149 from Cqoicebordel/Flickr-engine
Rework Flickr Engine
10 years ago
Cqoicebordel 550232fc21 SubtitleSeeker Engine
Add the subtitleseeker engine.
10 years ago
Thomas Pointhuber 7adb17452d [enh] add result_templates/code.html 10 years ago
Adam Tauber 2e41bfcbdb [enh] engine shortcut validation 10 years ago
Adam Tauber 7eb27848c2 Merge pull request #159 from pointhi/photon_fix
[fix] fix language support in photon engine
10 years ago
Thomas Pointhuber 533e6287ae [fix] fix language support in photon engine 10 years ago
Cqoicebordel 56399cf1ea Add 500px and Searchcode engines
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.
10 years ago
Cqoicebordel 930f724ec6 Add an No Api Flickr Engine
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
10 years ago
Thomas Pointhuber a508d540ac [fix] pep8 10 years ago
Thomas Pointhuber 91f9973227 [fix] pep8 10 years ago
Thomas Pointhuber 672f1c674c [fix] pep8 10 years ago
Thomas Pointhuber 48058075c0 [fix] remove useless print statement 10 years ago
Thomas Pointhuber 5ae38bafdf [enh] add photon engine 10 years ago
Thomas Pointhuber 70fc1002db [fix] fix kickass engine
thanks @Cqoicebordel in #144:
https://github.com/asciimoo/searx/pull/144#issuecomment-67036903
10 years ago
Cqoicebordel 0059d08f13 Rework Flickr Engine
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
10 years ago
Adam Tauber e047d22046 Merge pull request #144 from Cqoicebordel/KickassTorrent-Search-Engine
Kickass torrent search engine
10 years ago
Cqoicebordel e623ee593a Add icons and badge for the themes
Add kickass in engine list
Add content for the result from kickass
10 years ago
Adam Tauber 2cfa760b57 [mod] engine load refactor 10 years ago
Adam Tauber e51cc708ad [fix] piratebay url 10 years ago
Cqoicebordel 15a4c10c99 First pass at Kickass Engine
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.
10 years ago
Cqoicebordel 7937218be6 Use human readable date
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.
10 years ago
Adam Tauber 0f4cb32bf1 [mod] image results removed from google engine 10 years ago
Cqoicebordel b973081134 [fix] Google image with special chars
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)
10 years ago
dalf 7c13d630e4 [fix] pep8 : engines (errors E121, E127, E128 and E501 still exist) 10 years ago
dalf ffcec383b7 [fix] pep8 : duckduckgo_definitions and wikidata engines 10 years ago
Adam Tauber 611f4e2a86 [fix] pep8 10 years ago
Adam Tauber 075a5fe898 Merge pull request #127 from pointhi/template_oscar_map
Template oscar, add map support
10 years ago
Thomas Pointhuber 4b75d41f86 [enh][oscar_template] loading map informations from overpass-api 10 years ago
Adam Tauber b1234ee889 [fix] startpage engine compatibility 10 years ago
Thomas Pointhuber bc12a76fbb [fix] use address.city if possible 10 years ago
Thomas Pointhuber c38917bb2a [enh] template_oscar: show addressdata if possible 10 years ago
Thomas Pointhuber 740594a4b7 [enh] oscar_template: initial osm-map support for map results
* TODO: remove leaflet.min.css if not required
10 years ago
Thomas Pointhuber 0e1035eac1 Merge https://github.com/asciimoo/searx into template_oscar
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
10 years ago
Adam Tauber 5740cfbf1c [fix] pep8 part II. 10 years ago
Adam Tauber b0fd71b7b3 [fix] pep8 compatibility 10 years ago
Adam Tauber 28fed5d9ad Merge pull request #115 from pointhi/engine_faroo
add faroo engine
10 years ago
Thomas Pointhuber bc5a7153d3 fix comment header of faroo engine 10 years ago
Thomas Pointhuber db4ca4784b fix faroo engine 10 years ago
Thomas Pointhuber 8af2184a45 add faroo engine support 10 years ago
kernc e1b76c6811 Search Music also on YouTube
YouTube hosts a lot of music and should be enabled for Music search by default.
10 years ago
Adam Tauber b0bb94fd37 [fix] wikidata: using only the first url 10 years ago
dalf cac1761a54 [enh] infoboxes : if the result doesn't contain anything except one link, use the normal result template 10 years ago
dalf 295b1699ce [mod] return only one result from the wikidata engine 10 years ago
Thomas Pointhuber f3b565e17e oscar template: implement first version of results page
* implement results page
* improve search form template
* implement all result_templates
* fix youtube engine
10 years ago
Adam Tauber 727c7226d9 [fix] code cleanup 10 years ago
dalf 63a0328c8b [enh] wikidata engine : add links to musicbrainz 10 years ago
dalf 829c758970 Merge remote-tracking branch 'upstream/master' 10 years ago
Dalf 0a71525ab6 [enh] add infoboxes and answers (clean up) 10 years ago
Thomas Pointhuber fdad5f7cad fix float division by zero bug in score calculation 10 years ago
Dalf 6bfd566353 [enh] add infoboxes and answers 10 years ago
Dalf 5dc3eb3399 [fix] rewrite the google engine since Google Web Search API is about to expire 10 years ago
dalf 64b75e6d82 [enh] duckduckgo engine: add language support 10 years ago
Dalf a4ffeddce1 [fix] yahoo engines: parse_url doesn't throw an exception with not tracking URL 10 years ago
Dalf a92e3ba446 [fix] bing_new engine : fix published date parsing 10 years ago
Dalf 7f1e2ba211 [enh] dailymotion engine: add language support 10 years ago
Adam Tauber a288aa322e Merge branch 'master' of github.com:asciimoo/searx 10 years ago
Adam Tauber 3319091496 [enh] new engine: openstreetmap 10 years ago
Adam Tauber 46e3e1a390 [fix] print removed 10 years ago
Adam Tauber 24401c0e16 [fix] print removed 10 years ago
Adam Tauber 35ddbecd74 [fix] string formatting 10 years ago
Adam Tauber 29afa9b4a1 Merge pull request #91 from pointhi/engines
fix yacy-engine and add comments
10 years ago
Adam Tauber cb8acbd2c3 [enh][fix] support base_urls without language code ++ extra whitespaces removed 10 years ago
Thomas Pointhuber 2cd980134b fix yacy-engine and add comments
* add language support
* add image-support
* add basic-implementation for video, music and file handling
* refactore engine
* add comments
10 years ago
Thomas Pointhuber 63560607ad fix mediawiki-comment
* bug: setting language_support to False result in no results
10 years ago
Thomas Pointhuber 52ad49ccba using general mediawiki-engine
* writing general mediawiki-engine
* using this engine for wikipedia
* using this engine for uncyclopedia
10 years ago
Thomas Pointhuber 629a05e149 fix youtube engine and add comments
* add language-support
* decrease search-results/site to 5
* add comments
10 years ago
Thomas Pointhuber bb628469d3 fix wikipedia engine and add comments
* add paging support
* make number_of_results changable
* make result calculation more clear
* add comments
10 years ago
Thomas Pointhuber 8eb064dea1 add little note to duckduckgo engine 10 years ago
Thomas Pointhuber 9460750fea fix twitter engine and add comments
* add language-support
* add comments
* little refactoring
10 years ago
Thomas Pointhuber 678a80f043 fix startpage engine and add comments
* add language support
* remove not required code
* improve google-ad detection (no false detection anymore, I hope)
* other improvements
10 years ago
Thomas Pointhuber a46bbb4042 fix stackoverflow and add comments 10 years ago
Thomas Pointhuber 80f98d6041 add little comment 10 years ago
Thomas Pointhuber 64a68a7296 update soundcloud and add comments 10 years ago
Thomas Pointhuber dae88d862b update piratebay engine and add comments 10 years ago
Thomas Pointhuber 334a286c18 update github engine and add comments 10 years ago
Thomas Pointhuber c5d83059d5 update generalfile engine and add comments 10 years ago
Thomas Pointhuber 80b9312e42 add comments to dummy engine 10 years ago
Thomas Pointhuber e6e4de8ba0 rewrite duckduckgo engine and add comments 10 years ago
Thomas Pointhuber 3d61d9b930 little refactoring 10 years ago
Thomas Pointhuber 16d1526818 add comments to deviantart engine 10 years ago
Thomas Pointhuber 58a443be29 fix vimeo engine and add comments
engine generate (Error: None), I don't know why
10 years ago
Thomas Pointhuber 03db970e6a fix yahoo engines and add comments 10 years ago
Thomas Pointhuber 90dcfc1ddd fix dailymotion engine and add comments to it 10 years ago
Thomas Pointhuber 144f89bf78 add comments to google-engines 10 years ago
Thomas Pointhuber cdf74fe563 add bing_images 10 years ago
Thomas Pointhuber 4b1e0423a0 update bing engines and fix bing_news 10 years ago
Thomas Pointhuber 6450082987 little fix for google images engine 10 years ago
Adam Tauber 111a86d355 [fix] html escape 10 years ago
Adam Tauber 66f02dc2b6 [fix] unused globals removed 10 years ago
Adam Tauber b0ba367a1a [enh][mod] search refactor 10 years ago
Adam Tauber a07b2b514c [fix] url path unquoted check to avoid duplications 10 years ago
Adam Tauber 8b0cb686d5 [enh] general-file.com engine added 10 years ago
Adam Tauber 3386e21cdf [fix] flickr.com mods 10 years ago
Adam Tauber b226e6462b [fix] www. domain duplications 10 years ago
Adam Tauber b704f46f8d [fix] flickr compatibility 10 years ago
Adam Tauber 7e946a369b [mod] tpb sort refactor 10 years ago
Adam Tauber 6d84ef13f2 [fix] indentation 10 years ago
rhapsodhy 6725112e6b [enh] sort piratebay results by seeders 10 years ago
Adam Tauber 52a817f5c1 [fix] pep8 10 years ago
Adam Tauber 0207070cde [fix] import 10 years ago
Adam Tauber a8a0de644d [fix] indexing 10 years ago
Adam Tauber 01c2eeb8ff [fix] indexing ++ url extraction 10 years ago
Adam Tauber 3854703d95 [mod] ddg engine mods 10 years ago
Adam Tauber ce08abe223 [fix] remove unused imports ++ pep8 10 years ago
Adam Tauber 018a14431b Merge pull request #57 from pointhi/results
improving publishDate extraction and output of it
10 years ago
Thomas Pointhuber 993271bed3 extract publishDate from vimeo 10 years ago
Thomas Pointhuber 337bd6d907 simplify datetime extraction 10 years ago
Adam Tauber faed14b2c6 [fix] #55 10 years ago
Adam Tauber b735093564 [fix] pep8 10 years ago
Thomas Pointhuber 5538c6771a improve publishDate extraction from yahoo 10 years ago
Thomas Pointhuber b88146d669 showing publishedDate for news 10 years ago
Adam Tauber 3acdf3f9a1 [fix] pep8 10 years ago
Adam Tauber 0fc481f47e [fix] yahoo url extraction 10 years ago
Adam Tauber 2be94c2078 [enh] engine default category init 10 years ago
potato 6f535b6fae [fix] error when xpath_results in extraxt_text is _ElementUnicodeResult instead of _ElementStringResult 11 years ago
Adam Tauber 98b6313d5d [fix] pep8 11 years ago
Adam Tauber ee1ffbc87f [fix] yahoo engine url extraction 11 years ago
Thomas Pointhuber f1404ce72d Create yahoo_news.py 11 years ago
Thomas Pointhuber 0549f8c7c8 Create google_news.py 11 years ago
Thomas Pointhuber 1d5741954e Create bing_news.py 11 years ago
Adam Tauber 4627788834 [fix] yahoo url mods 11 years ago
asciimoo 7db4558de7 [mod][fix] startpage engine updates 11 years ago
asciimoo 5b2680be4b [enh] new engine parameter: timeout 11 years ago
asciimoo c1d7d30b8e [mod] len() removed from conditions 11 years ago
asciimoo 9eb31c0186 [fix] unicode and pep8 fixes 11 years ago
Gabor Nagy 22fd0746d9 Improves PEP8 compatibility. 11 years ago
asciimoo 88425f05d6 [enh] shortcut support added to engines 11 years ago
asciimoo 3a2b9a8682 [fix] pep8 11 years ago
asciimoo 68a0832524 [enh] search language support upadtes 11 years ago
asciimoo 2a788c8f29 [enh] search language support init 11 years ago
asciimoo c573d3d69e [fix] print removed 11 years ago
asciimoo b647244abf [fix] function parameters 11 years ago
asciimoo 72793725e2 [fix] print removed 11 years ago
asciimoo 3dcb835910 [fix] function parameters 11 years ago
asciimoo 642986c2e7 [enh] yahoo engine added 11 years ago
asciimoo fe82637eac [enh] importable url extractor 11 years ago
asciimoo 14f4083ba1 [fix] print removed 11 years ago
asciimoo 9a74113b1c [enh] startpage paging init 11 years ago
asciimoo 7de506bbcd [enh] paging support for stackoverflow 11 years ago
asciimoo 6cbf9bf67d [enh] paging support for soundcloud 11 years ago
asciimoo c567308e49 [enh] paging support for piratebay 11 years ago
asciimoo 35ecb6ec5d [enh] paging support for mediawiki 11 years ago
asciimoo 81b4cc77da [fix] comment removed 11 years ago
asciimoo 8b4d445c42 [enh] paging support for google images 11 years ago
asciimoo 89b676ea6f [enh] paging support for flickr 11 years ago
asciimoo 012c8517e0 [enh] paging support for filecrop 11 years ago
asciimoo c0afc4fea7 [enh] paging support for ddg 11 years ago
asciimoo 805e6f1884 [enh] paging support for youtube 11 years ago
asciimoo 1fd91bd911 [enh] paging support for deviantart 11 years ago
asciimoo 5d54c7d500 [enh] paging support for dailymotion 11 years ago
asciimoo ca271fd861 [enh] bing, google paging support 11 years ago
asciimoo 8bb94e3dc4 [enh] paging support 11 years ago
asciimoo 3207a396bd [enh] google engine added 11 years ago
Matej Cotman 6624dd51f5 add robot tests 11 years ago
asciimoo 85b81be35b [fix] pep8 11 years ago
pw3t b82ba74a7d Merge branch 'ixquick' of https://github.com/pw3t/searx into ixquick
Conflicts:
	searx/engines/startpage.py
11 years ago
pw3t a01042ae61 [ehn] added ixquick engine, using startpage engine 11 years ago
asciimoo 59eeeaab87 [fix] html tag removal 11 years ago
asciimoo 2b1d2dbc84 [enh] i18n support 11 years ago
asciimoo b2492c94f4 [fix] pep/flake8 compatibility 11 years ago
Matej Cotman dd4662978d fix: robot fw, entry points, some flake8, package searx egg 11 years ago
asciimoo 4f4cb1caca [enh] results favico handling 11 years ago
asciimoo bfdd6ebb92 Merge branch 'featured_result' of https://github.com/pw3t/searx 11 years ago
pw3t 1dd35e9916 [ehn] added ixquick engine, using startpage engine 11 years ago
pw3t d6b017efb5 Merge branch 'featured_result' 11 years ago
pw3t 9e72ebe064 Merge branch 'master' of https://github.com/asciimoo/searx 11 years ago
asciimoo 3afdd1d994 [enh] settings unification - new dependency: pyyaml 11 years ago
asciimoo 39ebe1d519 [fix] weight configurable via engines.cfg 11 years ago
asciimoo 046e190721 [mod] function name 11 years ago
pw3t 380b440a55 [fix] replace the png icons by ico's, minor chnage in the html 11 years ago
pw3t a62b94e21c Merge branch 'master' of https://github.com/asciimoo/searx 11 years ago
asciimoo 2d179c4cf6 [enh] general torrent search with piratebay 11 years ago
pw3t a8ec7fe6a4 [ehn] add favicons for vimeo, soundcloud, twitter and youtube 11 years ago
pw3t cf8f444e85 [ehn] Add a 'featured result feature'm putting on top of the reasults ddg definitions and wikipedia (ugly html / css)
[ehn] Add a templates for videos, so the thumbnails all have the same side
11 years ago
András Veres-Szentkirályi 8dfc272191 [enh] simplified mediawiki response processing 11 years ago
asciimoo a65070a72d [enh] own useragent handling init 11 years ago
asciimoo 060ea4d2f5 [fix] whitespaces removed 11 years ago
asciimoo fa6f430f2e [fix] title escaping 11 years ago
asciimoo 0eb3cdf664 [mod] vimeo engine mods 11 years ago
Adam Tauber 6f8daea724 Merge pull request #18 from rsdy/master
highlight different search results differently
11 years ago
rhapsodhy b0a4404217 [enh] highlight piratebay results with light grey border, and indent peers+magnet link 11 years ago
rhapsodhy 74ca542a02 [enh] set up special css classes for highlighting results + highlight definitions with dark grey border 11 years ago
asciimoo 7b4ec5c5e9 [fix] highlighting only html 11 years ago
Adam Tauber 1ba2762b67 Merge pull request #17 from pw3t/vimeo
Vimeo engine added
11 years ago
pw3t 1950e697d6 [enh] Improved vimeo search engines, and add the configuration in the sample 11 years ago
asciimoo a5544ab95e [enh] score per result stat added 11 years ago
pw3t 68364df342 [enh] 1st version of vimeo search engine (need improvments) 11 years ago
Adam Tauber 5c9f6d5174 Merge pull request #16 from dalf/master
bug fixes
11 years ago
Dalf 3dc3fc7770 [mod][fix] xpath engine simplified, yahoo engine never returns truncated urls 11 years ago
Dalf a2928e8d83 [fix] startpage engine : characters with diacritic were preceded by whitespace, and cleaner way to parse the result. 11 years ago
Dalf bf56ec4fb1 [mod] bing and duckduckgo engines : add / rename locale parameter 11 years ago
Dalf 49c85fce51 [fix] dailymotion engine : no more html tag in the description 11 years ago
Dalf e88cf0a0a8 [mod] minor fixes (duckduck_definitions : if a ddg bang is in the query, avoid a useless redirect) 11 years ago
asciimoo 53878fde2d [fix] error percentage @ stats page 11 years ago
asciimoo d13c5aa37b [mod] unused imports and whitespaces purged 11 years ago
pw3t efb6eca39e Merge branch 'master' of https://github.com/asciimoo/searx 11 years ago
asciimoo 76c9b2c782 [fix] piratebay.sx is no longer available - using piratebay.se 11 years ago
dalf d3e272d035 add dailymotion engine 11 years ago
dalf 664c039b38 xpath engine: bug fix 11 years ago
dalf 9eddcdb8e4 flickr engine: bug fix 11 years ago
pw3t 6f2b8aca5e [fix] fix an error in the query 11 years ago
pw3t a492ca6ded [enh] add support for yacy engine (localhost) 11 years ago
pw3t b71bddad06 [enh] 1st version of filecrop engine, to discover how searx works 11 years ago
asciimoo 5f065886ff [fix] not highlighting Nonetype 11 years ago
asciimoo ab7fb1190d [enh] smarter currency query parse II. 11 years ago
asciimoo a35128f5e0 [enh] smarter currency query parse 11 years ago
asciimoo 1cb489ba1a [enh] json engine added 11 years ago
asciimoo 3755f437e4 [fix] utf8 content highlighting 11 years ago
asciimoo e50a72b0e3 [enh] suggestion support for xpath engine 11 years ago
asciimoo 66ff28bb9d [enh] suggestion support added 11 years ago
asciimoo 9688495b9f [mod] result scoring separated 11 years ago
asciimoo 1240be48fb [fix] currency converter - valid date url param 11 years ago
asciimoo b9ebf18f59 [fix] query highlight fix 11 years ago
asciimoo cbb397939d [enh] incasesensitive query highlighting 11 years ago
asciimoo 14cd1d6faf [enh] moar weight for currency convertor 11 years ago
asciimoo 6d956a7d1d [enh] engine score weight support @ config and engines 11 years ago
asciimoo 17bf00ee42 [enh] removing result html tags 11 years ago
asciimoo 14a53e3430 [enh] search query highlight in result texts 11 years ago
asciimoo cfff04f7d0 [enh] currency converter engine added 11 years ago
asciimoo 1a2cf205f9 [enh] skipping empty/nonetype categories 11 years ago
asciimoo 4cc391169a [enh] ignoring empty request urls 11 years ago
asciimoo 70278567ec [mod] searching by selected engines 11 years ago
asciimoo d2a952ecdf [enh] request arg refactor 11 years ago
asciimoo 443af2ba83 [fix] varname 11 years ago
asciimoo a8797839a1 [enh] request timeout added 11 years ago
asciimoo c3c9d147ce [enh] clickable youtube thumbnail 11 years ago
asciimoo 326a33fafe [enh] better url comparison 11 years ago
asciimoo cd268f90e2 [fix] correct scheme @ parsed url 11 years ago
asciimoo ec95fddce2 [mod] scoring 11 years ago
asciimoo e13fe033ed [enh] engine exception handling ++ stats 11 years ago
asciimoo ca0800306f [mod] scoring mods 11 years ago
asciimoo 21e9c87305 [mod] pageload stat order 11 years ago
asciimoo f01e67dbd4 [mod] scoring mods 11 years ago
asciimoo 0f301adf60 [enh] score stat mods 11 years ago
asciimoo 09154c1f01 [mod] results engines mods 11 years ago
asciimoo 22c94ec149 [fix] using https links 11 years ago
asciimoo e2c1c10657 [enh] engine score stats 11 years ago
asciimoo 13a4582a40 [enh] search count 11 years ago
asciimoo 7965da55a7 [fix] urlparsing fix 11 years ago
asciimoo afe767d8e9 [enh] stat bar graphs 11 years ago
asciimoo 4f4ec44bb3 [enh] stat updates 11 years ago
asciimoo 43ac547bc1 [enh] new stat: average request duration 11 years ago
asciimoo b8191f43e7 [enh] engine statistics 11 years ago
asciimoo 09e7353307 [enh] config checks 11 years ago
asciimoo 5d764f95cf [enh] xpath engine absolute xpath support 11 years ago
asciimoo badd988545 [enh] xpath engine added 11 years ago
asciimoo 89b68242d3 [mod] var rename 11 years ago
asciimoo 34bdeda6d4 [enh] basic config check 11 years ago
asciimoo 5dcddbc0ab [enh] engine params to response callbacks 11 years ago
asciimoo f4fdb1e756 [fix] url encoding 11 years ago
asciimoo d9011f673e [fix] debug msg removed 11 years ago
asciimoo aa41c2b8ac [enh] bing updates ++ language support 11 years ago
asciimoo 2ca4cf7f2d [enh] bing engine added 11 years ago
asciimoo cf6a92a996 [fix] urljoin removed 11 years ago
asciimoo 7ddf7d43ba [fix] character encoding fix 11 years ago
asciimoo 74b6be3991 [enh] engine cfg compatibilty 11 years ago
asciimoo 39d229e110 [enh][mod] engines.cfg support 11 years ago
asciimoo 75a2a6fb73 [enh] mediawiki engine added 11 years ago
asciimoo e7792d77a7 [mod] wikipedia engine removed 11 years ago
asciimoo 5e358ea9a9 [enh] merging only results with same rendering templates 11 years ago
asciimoo 708fa6f88a [fix] handling missing github descriptions 11 years ago
asciimoo dbf1049c79 [fix] debug print removed 11 years ago
asciimoo 0d6368a092 [fix] skipping empty urls 11 years ago
asciimoo 3a6d3e3377 [enh][mod] using image template rendering 11 years ago
asciimoo 9bd4459638 [fix] description escaping 11 years ago
asciimoo 831add33f0 [enh] thumbnails to youtube video results 11 years ago
asciimoo ea03aaecb4 [enh] magnet link added 11 years ago
asciimoo ef7e1199c3 [enh] displaying seeders/leechers 11 years ago
asciimoo 9ad8013a45 [enh] piratebay engine added 11 years ago
asciimoo 8520be3cd6 [enh] categories to request callback 11 years ago
asciimoo 42d2cc2068 [enh] github engine added 11 years ago
asciimoo 7ce7aaed3d [fix] handling empty resultsets III. 11 years ago
asciimoo e1768ed292 [fix] url encoding fix 11 years ago
asciimoo 15a2c27864 [fix] link attrib 11 years ago
asciimoo ec28b77a93 [fix] filtering 11 years ago
asciimoo 95e4a9353a [fix] request header parametering 11 years ago
asciimoo 986c8e51a8 [fix] handling empty resultset II. 11 years ago
asciimoo 126682a6ce [fix] handling empty resultset 11 years ago
asciimoo f56649e3a9 [enh] deviantart engine added 11 years ago
asciimoo c7b5cddc48 [enh] twitter engine added 11 years ago
asciimoo 7b6e5b5d14 [enh] soundcloud playlists 11 years ago
asciimoo b9cdad9178 [mod] content formatting 11 years ago
asciimoo 4e5624a507 [mod] engine rename 11 years ago
asciimoo 83af0b6224 [enh] google images refactor 11 years ago
Adam Tauber 225c7ecbcf Merge pull request #2 from stef/master
google images engine
11 years ago
asciimoo 68bd8a19e9 [enh] cookie support 11 years ago
stef b305af4541 [mod] category -> images 11 years ago
stef 7c11c7056f [enh] added google images engine 11 years ago
asciimoo b3c418b36c [enh] youtube engine added 11 years ago
asciimoo 9ea84b285b [fix] better url comparison II. 11 years ago
asciimoo 1e5cbc5f9e [fix] sanitize results II. 11 years ago
asciimoo d2da51179a [fix] sanitize results 11 years ago
asciimoo ad2ff1fda8 [fix] better url comparison 11 years ago
asciimoo 38c003bf3d [enh] custom engine result weights 11 years ago
asciimoo 5ee0b7bb80 [enh] engine blacklist support 11 years ago
asciimoo 1308ebf657 [fix] using https 11 years ago
asciimoo 57eaeb9b74 [enh] startpage engine added 11 years ago
asciimoo 39a223091e [enh] displaying all search engines in results 11 years ago
asciimoo 70cbc09e93 [enh] better url comparison 11 years ago
asciimoo b1a996ef4a [fix] several fixes 11 years ago
Adam Tauber 3b85089e77 Merge pull request #1 from stef/master
[enh] added flickr engine
11 years ago
asciimoo 90cec08e25 [fix] dict keys 11 years ago
stef 812d307062 [enh] added flickr engine 11 years ago
asciimoo b915386456 [enh] soundcloud search added 11 years ago
asciimoo 668040e569 [enh] category added 11 years ago
asciimoo f76d80de54 [enh] category support 11 years ago
asciimoo e47258ce38 [fix] proper html escaping 11 years ago
asciimoo cf36b20b5d [enh] license infos 11 years ago
asciimoo e467a24843 [enh] stackoverflow added 11 years ago
asciimoo a0037313ea [mod] wikipedia limited to first result 11 years ago
asciimoo fa9c9e090b [enh] result ordering and deduplication 11 years ago
asciimoo a346327c6f [enh] result ordering 11 years ago
asciimoo 4bf44076d4 [enh] proper urls 11 years ago
asciimoo 9e1ded688f [enh] engine selection support 11 years ago
asciimoo e4b768b6cc [enh] wikipedia search added 11 years ago
asciimoo d793c2733c [enh] engine types 11 years ago
asciimoo d5ec0f43e4 [mod] search refactor 11 years ago
asciimoo cfba30f1ba [fix] comments removed 11 years ago
asciimoo e91e4e7fdb [enh] duckduckgo definitions 11 years ago
asciimoo ae9fb1d7dc [enh] initial commit 11 years ago