Adam Tauber
36af8f9d67
[fix] use py2/3 compatibility layer
2017-07-10 11:42:44 +02:00
Noémi Ványi
4251a6a505
add missing generated files
2017-07-09 22:04:34 +02:00
Noémi Ványi
74d8ed284d
add format param to search api
2017-07-09 22:02:29 +02:00
Noémi Ványi
c9097be34a
update sphinx to a later version
2017-07-09 21:59:33 +02:00
marc
80460be8f6
[fix] wrap suggestions inside suggestion box
...
long suggestions now wrap around the box instead of going overboard.
2017-06-25 22:20:35 +02:00
potato
9b82cb1908
[fix] is_valid_lang fixed for new languages.py + dictzone engine encoding
2017-06-25 18:29:19 +02:00
Adam Tauber
b50c89f503
Merge pull request #947 from vachi/patch-2
...
fix github url
2017-06-25 18:28:30 +02:00
vache asatryan
5835ebf955
fix github url
2017-06-18 21:53:10 +04:00
Adam Tauber
39e828df34
Merge pull request #944 from kvch/fix-google-images
...
[fix] fix xpath of google images
2017-06-13 21:49:32 +02:00
Noémi Ványi
c361811cb5
[fix] fix xpath of google images
2017-06-13 19:47:56 +02:00
Adam Tauber
6d76d9b202
[fix] load engines if debug mode is enabled using uwsgi
2017-06-12 12:47:42 +02:00
Adam Tauber
b92631bf8c
various mods: uwsgi setup and version update ++ py3 img src fix ++ new sphinx version - closes #939
2017-06-12 12:37:07 +02:00
Adam Tauber
343ac7197d
[fix] pep8
2017-06-06 23:37:42 +02:00
Adam Tauber
78365ffb8a
[enh] add init function to engines which loads parallel
2017-06-06 22:20:20 +02:00
Adam Tauber
f82646f386
[enh] version 0.12.0
2017-06-04 13:19:15 +02:00
Adam Tauber
878adf2011
[doc] add Joachim Cherqui, @maxigas, @kiney, @juanitobananas to authors ++ promote @a01200356 to major contributor
2017-06-04 12:54:09 +02:00
Adam Tauber
a932381d7a
Merge pull request #932 from a01200356/duckduckgo
...
[fix] fix duckduckgo's offset
2017-06-01 12:01:32 +02:00
marc
3b950929b1
[fix] fix duckduckgo's offset
...
First page now starts with 0 offset,
rather than starting on the 30th result.
DuckDuckGo returns 30 results on each page.
2017-05-27 21:12:39 -05:00
marc
c65a409f0d
add duckduckgo images engine
2017-05-23 20:07:09 +02:00
Adam Tauber
e60e98156f
[enh] update translations - closes #930
2017-05-23 13:49:45 +02:00
Alexandre Flament
7ebe3a6f41
[mod] add category to each results, and change group criterias (template and existing image)
2017-05-22 22:20:35 +02:00
Alexandre Flament
87f673336f
[fix] rss feed : the jinja template was not found when the rss feed returns an valid feed including an error.
2017-05-22 22:20:35 +02:00
Adam Tauber
1972a044a3
[fix] produce valid urls if scheme is missing
2017-05-22 15:48:37 +02:00
Adam Tauber
8db527c1d2
[fix] use raw response with etree.parsefromstring - Unicode strings with encoding declaration are not supported
2017-05-22 15:36:52 +02:00
Adam Tauber
259735f309
Merge pull request #926 from kvch/update-translations
...
Update translations
2017-05-22 10:03:56 +02:00
Noémi Ványi
b685e9753b
[enh] update existing translations
2017-05-19 23:19:18 +02:00
Adam Tauber
a4f7046b8f
[fix] pep8
2017-05-18 22:19:44 +02:00
Adam Tauber
f4287b7e21
Merge pull request #925 from kvch/free-software-directory
...
Add free software directory engine
2017-05-18 22:06:07 +02:00
Noémi Ványi
2a9339f4b7
[fix] add more description on possible search tpyes
2017-05-18 22:04:31 +02:00
Noémi Ványi
87f117d50e
[enh] add free software directory engine
2017-05-18 21:39:32 +02:00
Noémi Ványi
2db807368c
[enh] make search type of mediawiki configurable
2017-05-18 21:34:54 +02:00
marc
9ee8e552da
[fix] bing images
2017-05-17 15:45:55 +02:00
Adam Tauber
c0bb89fd46
Merge pull request #816 from dalf/debian
...
[mod] the static and templates directories can be defined in the settings.yml
2017-05-16 18:35:02 +02:00
Alexandre Flament
9c91ab33f8
[mod] settings.yml can be /etc/searx/settings.yml
...
The exact order is
* first from SEARX_SETTINGS_PATH,
* if not found then from searx code base,
* if not found then from /etc/searx/settings.yml
* if not found an exception stops searx loading
2017-05-15 22:19:42 +02:00
Alexandre Flament
ee080feaed
[mod] the static and templates directories can be defined in the settings.yml
2017-05-15 21:23:13 +02:00
Dalf
c233bf0df9
[fix] framalibre : remove result['thumbnail'] (not used)
2017-05-15 17:28:21 +02:00
Alexandre Flament
f5128c7cb9
[mod] add/modify image fetching for bing_news, qwant and twitter engines
2017-05-15 17:28:21 +02:00
Adam Tauber
ac2ec877b4
Merge pull request #920 from kvch/gh-pages
...
add first blog entry on python3 support
2017-05-15 14:25:01 +02:00
Adam Tauber
4cffd78650
Merge pull request #913 from asciimoo/py3
...
Add Python3 compatibility
2017-05-15 14:23:23 +02:00
Adam Tauber
52e615dede
[enh] py3 compatibility
2017-05-15 12:02:30 +02:00
Noémi Ványi
93e6258463
add first blog entry on python3 support
2017-05-13 22:16:23 +02:00
Adam Tauber
53e27f73ef
Merge pull request #902 from JamesColeman-SH/gh-pages
...
Corrected spelling of ads in user/own-instance.html
2017-04-19 23:45:14 +02:00
James Coleman
b8f5c75374
Corrected spelling of ads in user/own-instance.html
2017-04-19 15:29:32 -05:00
Adam Tauber
46a2c63f8e
[fix] yahoo news date parsing
2017-04-08 19:45:04 +02:00
Alexandre Flament
12d91c1d67
[mod] searx doesn't crash at startup when an engine can't be loaded (see #884 )
2017-04-08 17:38:46 +02:00
Adam Tauber
92ca80ba5a
[fix] build french translation to be identical with the .po source
2017-03-24 11:58:49 +01:00
Alexandre Flament
181c12ae04
[mod] upgrade requirements.txt
2017-03-23 21:26:51 +01:00
Alexandre Flament
9c0889a942
[fix] fix travis build
2017-03-23 21:26:51 +01:00
Adam Tauber
80df181575
Merge pull request #881 from mmuman/framalibre
...
Add framalibre engine
2017-03-23 21:25:52 +01:00
François Revol
45d15bd6f0
Add framalibre engine
...
framalibre.org is a catalogue of Free Software, edited by Framasoft.
For now we pass the thumbnail as img_src as it doesn't seem to be used
for IT...
2017-03-22 00:18:23 +01:00