summaryrefslogtreecommitdiff
path: root/searx
AgeCommit message (Collapse)Author
2017-07-10[fix] use py2/3 compatibility layerAdam Tauber
2017-06-25[fix] wrap suggestions inside suggestion boxmarc
long suggestions now wrap around the box instead of going overboard.
2017-06-25[fix] is_valid_lang fixed for new languages.py + dictzone engine encodingpotato
2017-06-18fix github urlvache asatryan
2017-06-13[fix] fix xpath of google imagesNoémi Ványi
2017-06-12[fix] load engines if debug mode is enabled using uwsgiAdam Tauber
2017-06-06[fix] pep8Adam Tauber
2017-06-06[enh] add init function to engines which loads parallelAdam Tauber
2017-06-04[enh] version 0.12.0Adam Tauber
2017-05-27[fix] fix duckduckgo's offsetmarc
First page now starts with 0 offset, rather than starting on the 30th result. DuckDuckGo returns 30 results on each page.
2017-05-23add duckduckgo images enginemarc
2017-05-23[enh] update translations - closes #930Adam Tauber
2017-05-22[mod] add category to each results, and change group criterias (template and ↵Alexandre Flament
existing image)
2017-05-22[fix] rss feed : the jinja template was not found when the rss feed returns ↵Alexandre Flament
an valid feed including an error.
2017-05-22[fix] produce valid urls if scheme is missingAdam Tauber
2017-05-22[fix] use raw response with etree.parsefromstring - Unicode strings with ↵Adam Tauber
encoding declaration are not supported
2017-05-19[enh] update existing translationsNoémi Ványi
2017-05-18[fix] pep8Adam Tauber
2017-05-18[fix] add more description on possible search tpyesNoémi Ványi
2017-05-18[enh] add free software directory engineNoémi Ványi
2017-05-18[enh] make search type of mediawiki configurableNoémi Ványi
2017-05-17[fix] bing imagesmarc
2017-05-15[mod] settings.yml can be /etc/searx/settings.ymlAlexandre Flament
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[mod] the static and templates directories can be defined in the settings.ymlAlexandre Flament
2017-05-15[fix] framalibre : remove result['thumbnail'] (not used)Dalf
2017-05-15[mod] add/modify image fetching for bing_news, qwant and twitter enginesAlexandre Flament
2017-05-15[enh] py3 compatibilityAdam Tauber
2017-04-08[fix] yahoo news date parsingAdam Tauber
2017-04-08[mod] searx doesn't crash at startup when an engine can't be loaded (see #884)Alexandre Flament
2017-03-24[fix] build french translation to be identical with the .po sourceAdam Tauber
2017-03-23[mod] upgrade requirements.txtAlexandre Flament
2017-03-22Add framalibre engineFrançois Revol
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-18[enh] update translation filesNoémi Ványi
New languages: German (Germany), Finnish, Slovak, Ukrainian Updated: Bulgarian, German, Esperanto, Italian, Japanese, Dutch, Portuguese (Brazil), Russian, Swedish
2017-03-18make search language handling less strictmarc
languages.py can change, so users may query on a language that is not on the list anymore, even if it is still recognized by a few engines. also made no and nb the same because they seem to return the same, though most engines will only support one or the other.
2017-03-18add language support for qwantmarc
closes issue #863
2017-03-08[mod] oscar theme: use tinypng.com to reduce logos and faviconAlexandre Flament
2017-03-08[mod] reduce png and gif image sizes using optipng and gifsicle tools.Alexandre Flament
2017-02-10[fix] pageno param of search reqs in formNoémi Ványi
2017-02-05Merge pull request #848 from maxigas/masterAdam Tauber
add library genesis engine
2017-02-05add library genesis enginemaxigas
2017-02-01[fix] fix paging of duckduckgoNoémi Ványi
2017-01-27Merge branch 'master' into flask_perimeterAlexandre Flament
2017-01-27[mod] darker green url in logicodevAdam Tauber
2017-01-27[fix] add padding to pointhi theme's navbar - closes #841Adam Tauber
2017-01-27[fix] darker green for result urlsNoémi Ványi
2017-01-27[fix] do not show glyph icons if noscript is enabled - #838Adam Tauber
2017-01-27[enh] add result number parsing to google engineAdam Tauber
2017-01-26[enh] make navbar smallerNoémi Ványi
2017-01-26[enh] make number of results less prominentNoémi Ványi
2017-01-26[enh] make result url greenNoémi Ványi