summaryrefslogtreecommitdiff
path: root/searx/settings.yml
AgeCommit message (Collapse)Author
2015-06-21[fix] shortcut added to ixquickAdam Tauber
2015-06-16[mod] disable qwant & swisscows by default to improve result qualityAdam Tauber
2015-06-02Merge pull request #346 from Cqoicebordel/youtubeAdam Tauber
Adds engines : Youtube with or without API and multiple Qwant
2015-06-02Removed the keywords from the settings in qwant engineCqoicebordel
2015-06-02RefactorCqoicebordel
Use only one engine for the four search from Qwant
2015-06-01[enh] implement swisscows engine, FIX #347Thomas Pointhuber
TODO: implement image engine
2015-06-01New Qwant enginesCqoicebordel
- Web - Images - News - Social media
2015-05-31Adds two engines : Youtube with or without APICqoicebordel
The API needs an API_KEY The NOAPI doesn't have the published dates.
2015-05-30startpage and ixquick enignes : disabled by default, and timeout set to 6 ↵Alexandre Flament
seconds.
2015-05-19[enh] romanian translation ++ translation updatesAdam Tauber
2015-04-26Merge pull request #300 from dalf/patch-1Adam Tauber
settings.yml clean up : remove locale
2015-04-26settings.yml clean up : remove localeAlexandre Flament
locale was declared for bing* engines and vimeo. * bing* engines use the language settings. * vimeo uses neither locale nor language settings. This avoid confusion
2015-04-25[enh] basic support for http proxy (see #236)Alexandre Flament
2015-04-13[mod] https rewrite pluginificationAdam Tauber
2015-04-07[mod] removing unavailable blekko engineAdam Tauber
2015-03-14[mod] disable gigablast by defaultAdam Tauber
2015-02-22Merge pull request #251 from Cqoicebordel/moar-enginesAdam Tauber
Moar engines
2015-02-22[enh] support of multiple outgoing IPsAdam Tauber
2015-02-20Remove dead engines from config.Cqoicebordel
I didn't remove the engines files because it always could be helpful if they come back.
2015-02-20Add Spotify engineCqoicebordel
2015-02-11[enh] add hebrew locale to searxThomas Pointhuber
2015-02-08[enh] add blekko_images engineThomas Pointhuber
2015-02-08[enh] add gigablast engineThomas Pointhuber
2015-02-02Merge branch 'unit-tests' of https://github.com/Cqoicebordel/searx into ↵Adam Tauber
Cqoicebordel-unit-tests Conflicts: searx/tests/test_engines.py
2015-02-01PirateBay unit test + reactivation in SettingsCqoicebordel
2015-02-01[mod] python importable engine namesAdam Tauber
2015-02-01[enh] add 1x.com engineThomas Pointhuber
* Deacivated by default, because of the big amount of results
2015-01-31[enh] default disabled engines - closes #109Adam Tauber
2015-01-31[mod] python importable engine namesAdam Tauber
2015-01-21BTDigg and Mixcloud enginesCqoicebordel
2015-01-19Update settings.ymldimqua
2015-01-17[doc] locale settings comment - #177Adam Tauber
2015-01-17[enh] configurable default interface locale - #177Adam Tauber
2015-01-16[enh] image proxificationAdam Tauber
2015-01-16[mod] oscar as default themeAdam Tauber
2015-01-05Integrated media in results + Deezer EngineCqoicebordel
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).
2015-01-01Merge pull request #165 from Cqoicebordel/Moar-enginesAdam Tauber
Moar engines
2014-12-28Google Play StoreCqoicebordel
Add Google play store apps, movies and music (sound -> gps)
2014-12-28Digg + Twitter correctionsCqoicebordel
Digg engines, with thumbnails Add pubdate for twitter
2014-12-28[enh] add turkish translationThomas Pointhuber
2014-12-24Merge pull request #161 from Cqoicebordel/SubtitleSeeker-engineAdam Tauber
SubtitleSeeker Engine
2014-12-23Add language supportCqoicebordel
Allow the user to select a language. It must be written in english, and capitalized, ie : English, French, German, Hungarian...
2014-12-23Add language supportCqoicebordel
Allow the user to select a language. It must be written in english, and capitalized, ie : English, French, German, Hungarian... (reverted from commit 829948b85df0510e331372bcd60cb31db9c96a5c)
2014-12-23Add language supportCqoicebordel
Allow the user to select a language. It must be written in english, and capitalized, ie : English, French, German, Hungarian...
2014-12-22Merge pull request #149 from Cqoicebordel/Flickr-engineAdam Tauber
Rework Flickr Engine
2014-12-22SubtitleSeeker EngineCqoicebordel
Add the subtitleseeker engine.
2014-12-20Add 500px and Searchcode enginesCqoicebordel
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.
2014-12-16Add an No Api Flickr EngineCqoicebordel
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[enh] add photon engineThomas Pointhuber
2014-12-15Rework Flickr EngineCqoicebordel
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