Commit Graph

356 Commits (c169fc3aa29936b5289947b5a8b8d8101fb5f106)

Author SHA1 Message Date
Adam Tauber c169fc3aa2 Merge pull request #194 from Cqoicebordel/moar-engines
Moar engines
10 years ago
Cqoicebordel 85dcfa2c7d BTDigg and Mixcloud engines 10 years ago
dalf d07cfd9089 [enh] use one single http connection pool : improve response time. close #100 10 years ago
Cqoicebordel 2c15546518 Tiny forgots 10 years ago
Cqoicebordel 4238812a51 Flake8 10 years ago
Cqoicebordel cb4a3fe598 Add thumbnails in images results
- Modify engines to create/fetch an URL for the thumbnails
- Modify themes to show thumbnails instead of full images.

In Courgette, the result is not very beautiful. Should we change it ?
10 years ago
Cqoicebordel b4b666e703 Flake8 10 years ago
Cqoicebordel fa0330f0ff Fix startpage
Fix issue with unicode caracters in startpage : we shouldn't urlencode them if we are using POST.
Should fix #169. @dimqua can you confirm ?
10 years ago
Adam Tauber 6503fdf2aa [enh] add cpp language rewrite rule 10 years ago
Adam Tauber a04fafd419 Merge branch 'code_results' of https://github.com/pointhi/searx into pointhi-code_results
Conflicts:
	searx/static/themes/default/css/style.css
	searx/static/themes/oscar/css/oscar.min.css
	searx/templates/oscar/result_templates/torrent.html
10 years ago
Cqoicebordel c59d0c200e Fix torrent W3C+UX
Puts links to torrents and magnets in tool bar
Fixes a lot of W3C errors
10 years ago
Adam Tauber d7ea44ab8d [fix] dates before 1900 10 years ago
Adam Tauber e1856426e2 [fix] hadle missing title 10 years ago
Thomas Pointhuber 811515101b [fix] pep8 10 years ago
Thomas Pointhuber 830f70a6bc [enh] improve torrent results 10 years ago
Thomas Pointhuber 400b54191c Merge branch 'master' of https://github.com/asciimoo/searx into code_results
Conflicts:
	searx/engines/searchcode_code.py
	searx/engines/searchcode_doc.py
	searx/static/oscar/js/searx.min.js
	searx/templates/oscar/result_templates/default.html
	searx/templates/oscar/result_templates/images.html
	searx/templates/oscar/result_templates/map.html
	searx/templates/oscar/result_templates/torrent.html
	searx/templates/oscar/result_templates/videos.html
10 years ago
Adam Tauber c8be128e97 [mod] ignore startpage unicode errors 10 years ago
Adam Tauber d6b1ff08ad Merge branch 'master' of github.com:asciimoo/searx 10 years ago
Adam Tauber 299a80a1eb [enh] using the logger 10 years ago
Adam Tauber 05be069f42 Merge branch 'integrated-videos' of https://github.com/Cqoicebordel/searx into Cqoicebordel-integrated-videos
Conflicts:
	searx/engines/vimeo.py
10 years ago
Cqoicebordel 0ca04be55d Remove print 10 years ago
Cqoicebordel 4a195e0b28 Integrated media in results + Deezer Engine
New "embedded" item for the results, allow to give an iframe to display the media directly in the results.
Note that the attributes src of the iframes are not set, but instead data-src is set, allowing to only load the iframe when clicked.

Deezer engine based on public API (no key).
10 years ago
Cqoicebordel 3aa3a4633f Few fixes on Vimeo
Change URL from https to http
Change way of handling text xpath
10 years ago
Cqoicebordel 4450ed5503 Digg correction
Return no result instead of crashing if no result
10 years ago
Adam Tauber cc4e17b668 [fix] pep8 10 years ago
Adam Tauber e3957d6adf Merge pull request #143 from Cqoicebordel/Wiki-date
Use human readable date for infobox
10 years ago
Adam Tauber 2181c4384e [mod] purge local html_to_text 10 years ago
Cqoicebordel 5d977056f7 Flake8 and Twitter corrections
Lots of Flake8 corrections
Maybe we should change the rule to allow lines of 120 chars. It seems more usable.

Big twitter correction : now it outputs the words in right order...
10 years ago
Cqoicebordel e7e2981536 Digg + Twitter corrections
Digg engines, with thumbnails
Add pubdate for twitter
10 years ago
Adam Tauber 3b3921fc59 [enh] subtitleseeker: better language handling 10 years ago
Adam Tauber 5857141e49 Merge pull request #161 from Cqoicebordel/SubtitleSeeker-engine
SubtitleSeeker Engine
10 years ago
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