| Age | Commit message (Collapse) | Author |
|
|
|
Fix issue with unicode caracters in startpage : we shouldn't urlencode them if we are using POST.
Should fix #169. @dimqua can you confirm ?
|
|
|
|
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
|
|
Puts links to torrents and magnets in tool bar
Fixes a lot of W3C errors
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
into Cqoicebordel-integrated-videos
Conflicts:
searx/engines/vimeo.py
|
|
|
|
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).
|
|
Change URL from https to http
Change way of handling text xpath
|
|
Return no result instead of crashing if no result
|
|
|
|
Use human readable date for infobox
|
|
|
|
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...
|
|
Digg engines, with thumbnails
Add pubdate for twitter
|
|
|
|
SubtitleSeeker Engine
|
|
Allow the user to select a language. It must be written in english, and capitalized, ie : English, French, German, Hungarian...
|
|
Allow the user to select a language. It must be written in english, and capitalized, ie : English, French, German, Hungarian... (reverted from commit 829948b85df0510e331372bcd60cb31db9c96a5c)
|
|
Allow the user to select a language. It must be written in english, and capitalized, ie : English, French, German, Hungarian...
|
|
|
|
|
|
Rework Flickr Engine
|
|
Add the subtitleseeker engine.
|
|
|
|
|
|
[fix] fix language support in photon engine
|
|
|
|
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.
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
thanks @Cqoicebordel in #144:
https://github.com/asciimoo/searx/pull/144#issuecomment-67036903
|
|
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
|
|
Kickass torrent search engine
|
|
Add kickass in engine list
Add content for the result from kickass
|
|
|
|
|
|
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.
|