Commit Graph

1681 Commits

Author SHA1 Message Date
Adam Tauber 0c84996a32 [doc] remove obsolete build docs 2016-01-10 19:23:10 +01:00
Adam Tauber 1e4f0bedc5 [doc] command descriptions 2016-01-10 19:23:10 +01:00
Adam Tauber 5c073fdd83 [enh] setup.py requirements ++ new folders 2016-01-10 19:23:10 +01:00
Adam Tauber 52323a4b4e [fix] grunt action name 2016-01-10 19:23:10 +01:00
Adam Tauber 39d2e0427f [fix] robot tests and pep8 check 2016-01-10 19:23:10 +01:00
Adam Tauber 3498b7c53f [fix] manage.sh command names 2016-01-10 19:23:10 +01:00
Adam Tauber 2ad9b4eeea [fix] dev requirements duplication 2016-01-10 19:23:10 +01:00
Adam Tauber 53979a7bf7 [mod] remove buildout/makefile infrastructure 2016-01-10 19:23:10 +01:00
Adam Tauber f9186344b3 [mod] dependency versions 2016-01-10 19:23:10 +01:00
Adam Tauber 66f48c2bf5 [fix] google markup change - closes #489 2016-01-10 18:49:50 +01:00
a01200356 3bbdb23fd8 Merge branch 'master' of https://github.com/asciimoo/searx 2016-01-08 11:15:50 -06:00
Adam Tauber 44c7eac958 Merge pull request #481 from Wonderfall/master
Better Docker embedded support
2016-01-07 19:21:43 +01:00
Adam Tauber 46f2a4fab8 Merge pull request #487 from misnyo/#485
[fix]#485 AttributeError: 'module' object has no attribute 'old_where'
2016-01-07 19:13:59 +01:00
misnyo f86e212dba [fix]#485 AttributeError: 'module' object has no attribute 'old_where' 2016-01-06 19:37:20 +01:00
a01200356 8ca5744814 append link to result in wolframalpha_api (and the tests to validate that) 2016-01-05 21:47:31 -06:00
Wonderfall 3dd41af67b Better Dockerfile 2016-01-04 12:52:59 +01:00
Wonderfall 5f05a3c585 Better Dockerfile 2016-01-04 07:38:47 +01:00
a01200356 2a15944b58 [fix] test in wolframalpha_noapi 2016-01-03 22:03:33 -06:00
a01200356 d997265e55 add tests for unicode strings in wolframalpha 2016-01-03 19:57:37 -06:00
a01200356 e5d51a0e98 Merge branch 'master' into wolframalpha 2016-01-03 16:00:05 -06:00
a01200356 576d37f256 [fix] unescape htmlentities in wolframalpha_noapi's answer 2016-01-03 15:58:01 -06:00
Wonderfall b0587a0227 Better Dockerfile 2016-01-03 15:45:13 +01:00
Wonderfall 414c4f4ca4 Better Dockerfile 2016-01-03 15:17:59 +01:00
a01200356 16d6e758d7 [fix] flake8 compliance in test 2016-01-02 22:36:52 -06:00
a01200356 d05c676ed5 Add test case in wolframalpha_noapi
[fix] Display multiple answers in wolframalpha_api
2016-01-02 22:29:20 -06:00
Adam Tauber 5b5d9524db Merge pull request #483 from misnyo/master
[fix]soundcloud.com guest client_id fetches dynamically
2016-01-03 01:42:20 +01:00
misnyo dc55d87e92 [fix]soundcloud.com guest client_id fetches dynamically 2016-01-02 13:06:02 +01:00
a01200356 19d025f0e7 [fix] pass wolframalpha_noapi tests 2016-01-02 01:49:32 -06:00
a01200356 e9d35c1309 update tests for wolframalpha 2016-01-02 00:41:14 -06:00
a01200356 0871c7ca85 [enh] wolframalpha appends result 2016-01-01 22:02:10 -06:00
Wonderfall 2dc067f026 Better Docker embedded support 2015-12-30 11:23:45 +01:00
a01200356 be54e5269a Add tests for the Wolfram Alpha engines (both API and NO API versions) 2015-12-30 00:53:15 -06:00
a01200356 5ed8f4da80 Make wolframalpha_noapi.py flake8 compliant 2015-12-29 21:37:48 -06:00
a01200356 d827fc49a1 Remove unnecessary code in wolframalpha_noapi engine
The answer is scraped from a js function, so parsing the html tree
doesn't achieve anything here.
2015-12-29 21:11:49 -06:00
a01200356 b51ba32f61 Wolfram Alpha (no API needed now) 2015-12-29 20:59:51 -06:00
a01200356 d4b6ab2be4 Merge branch 'master' into wolframalpha 2015-12-29 16:27:53 -06:00
Adam Tauber 01f3e41fec Merge pull request #480 from misnyo/master
[fix] #471 #463 fix old openssl(<1.0.2) requests verify error
2015-12-29 19:48:59 +01:00
misnyo 35a2bc5650 [fix] #471 #463 fix old openssl(<1.0.2) requests verify error 2015-12-29 19:42:16 +01:00
Adam Tauber c350def84b Merge pull request #478 from a01200356/master
Wolfram Alpha API
2015-12-28 10:57:30 +01:00
a01200356 e4dd75070f Pinche Travis. 2015-12-28 01:27:19 -06:00
a01200356 0bb403bb47 More fixes (Travis again).
forfuckssaketravisnotagain
2015-12-28 01:24:26 -06:00
a01200356 5b0e785bbb Merge branch 'wolframalpha' 2015-12-28 01:19:11 -06:00
a01200356 bc2420f8d4 Fix Travis errors. 2015-12-28 01:17:42 -06:00
a01200356 9cd3017dcb Disable engine by default. 2015-12-27 22:39:55 -06:00
a01200356 1b7e80db03 Undo minor change. 2015-12-27 22:11:12 -06:00
a01200356 84cd09ac34 Merge branch 'master' into wolframalpha 2015-12-27 22:01:54 -06:00
a01200356 b3fde19ed5 Remove non API version (doesn't work) 2015-12-27 21:09:45 -06:00
a01200356 922565c8a9 Returns answer rather than results.
More appropriate in this case because it will always give just one
answer.
2015-12-26 22:26:59 -06:00
Adam Tauber 91c850ca6e Merge pull request #474 from pointhi/gigablast-improvements
[enh] improve gigablast engine
2015-12-23 18:58:35 +01:00
Thomas Pointhuber b9a9abe10d [enh] improve gigablast engine
add language and safesearch support
2015-12-23 18:43:35 +01:00