Loading AUTHORS.rst +15 −0 Original line number Diff line number Diff line Loading @@ -83,3 +83,18 @@ generally made searx better: - Joseph Nuthalapati @josephkiranbabu - @maiki - Richard Didier @zeph33 - Michael Vieria @Themimitoof - Richard Nespithal @rndevfx - Stanislas @angristan - @rinpatch - g. s. @usernameisntallowed - Léo Bourrel @bourrel - @cy8aer - @Popolon - Alice Ferrazzi @aliceinwire - @LiquidLemon - @dadosch - @Venca24 - @ZEROF - Ivan Skytte Jørgensen @isj-privacore - @miicha CHANGELOG.rst +38 −0 Original line number Diff line number Diff line 0.15.0 2019.01.06 ================= - New engines - Acgsou (files, images, videos, music) - Duden.de (general) - Seznam (general) - Mojeek (general) - New languages - Catalan - Welsh - Basque - Persian (Iran) - Galician - Dutch (Belgium) - Telugu - Vietnamese - New random answerers - sha256 - uuidv4 - New DOI resolsvers - sci-hub.tw - Fix Vim mode on Firefox - Fix custom select in Oscar theme - Engine fixes (duckduckgo, google news, currency convert, gigablast, google scholar, wikidata image, etymonline, google videos, startpage, bing image) - Minor simple theme fixes - New Youtube icon in Oscar theme - Get DOI rewriters from settings.yml - Hide page buttons when infinite scrolling is enabled - Update user agent versions - Make Oscar style configurable - Make suspend times of errored engines configurable 0.14.0 2018.02.19 ================= Loading Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap openssl-dev \ ca-certificates \ tini@commuedge \ && pip install --upgrade pip \ && pip install --no-cache -r requirements.txt \ && apk del \ build-base \ Loading searx/data/engines_languages.json +27489 −1 File changed.File size exceeds preview limit. View original file View changed file searx/engines/__init__.py +1 −2 Original line number Diff line number Diff line Loading @@ -113,7 +113,6 @@ def load_engine(engine_data): iso_lang not in getattr(engine, 'supported_languages'): language_aliases[iso_lang] = engine_lang if language_aliases: setattr(engine, 'language_aliases', language_aliases) # assign language fetching method if auxiliary method exists Loading Loading
AUTHORS.rst +15 −0 Original line number Diff line number Diff line Loading @@ -83,3 +83,18 @@ generally made searx better: - Joseph Nuthalapati @josephkiranbabu - @maiki - Richard Didier @zeph33 - Michael Vieria @Themimitoof - Richard Nespithal @rndevfx - Stanislas @angristan - @rinpatch - g. s. @usernameisntallowed - Léo Bourrel @bourrel - @cy8aer - @Popolon - Alice Ferrazzi @aliceinwire - @LiquidLemon - @dadosch - @Venca24 - @ZEROF - Ivan Skytte Jørgensen @isj-privacore - @miicha
CHANGELOG.rst +38 −0 Original line number Diff line number Diff line 0.15.0 2019.01.06 ================= - New engines - Acgsou (files, images, videos, music) - Duden.de (general) - Seznam (general) - Mojeek (general) - New languages - Catalan - Welsh - Basque - Persian (Iran) - Galician - Dutch (Belgium) - Telugu - Vietnamese - New random answerers - sha256 - uuidv4 - New DOI resolsvers - sci-hub.tw - Fix Vim mode on Firefox - Fix custom select in Oscar theme - Engine fixes (duckduckgo, google news, currency convert, gigablast, google scholar, wikidata image, etymonline, google videos, startpage, bing image) - Minor simple theme fixes - New Youtube icon in Oscar theme - Get DOI rewriters from settings.yml - Hide page buttons when infinite scrolling is enabled - Update user agent versions - Make Oscar style configurable - Make suspend times of errored engines configurable 0.14.0 2018.02.19 ================= Loading
Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap openssl-dev \ ca-certificates \ tini@commuedge \ && pip install --upgrade pip \ && pip install --no-cache -r requirements.txt \ && apk del \ build-base \ Loading
searx/data/engines_languages.json +27489 −1 File changed.File size exceeds preview limit. View original file View changed file
searx/engines/__init__.py +1 −2 Original line number Diff line number Diff line Loading @@ -113,7 +113,6 @@ def load_engine(engine_data): iso_lang not in getattr(engine, 'supported_languages'): language_aliases[iso_lang] = engine_lang if language_aliases: setattr(engine, 'language_aliases', language_aliases) # assign language fetching method if auxiliary method exists Loading