summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-05[fix] Sphinx 5.x: will warn about missleading extlink definitionsMarkus Heiser
This patch fixes the WARNING messages that pops up since Sphinx 5.x: WARNING: extlinks: Sphinx-6.0 will require a caption string to contain exactly one '%s' and all other '%' need to be escaped as '%%'. [1] https://www.sphinx-doc.org/en/master/usage/extensions/extlinks.html Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-07-05[fix] sphinx 5.x: add `nav.contents` everywhere that `div.topic` is usedMarkus Heiser
Previously, docutils produced `div.topic` for the contents directive, the latest version produces `nav.contents`. This means that those tables of contents change appearance when switching to docutils 0.18 [1][2]. [1] https://github.com/sphinx-doc/sphinx/pull/10535/commits/5806f0a [2] https://github.com/sphinx-doc/sphinx/issues/10534 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-07-05Bump sphinx from 4.5.0 to 5.0.2dependabot[bot]
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.5.0 to 5.0.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.5.0...v5.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-05Bump sphinx-tabs from 3.3.1 to 3.4.1dependabot[bot]
Bumps [sphinx-tabs](https://github.com/executablebooks/sphinx-tabs) from 3.3.1 to 3.4.1. - [Release notes](https://github.com/executablebooks/sphinx-tabs/releases) - [Changelog](https://github.com/executablebooks/sphinx-tabs/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/sphinx-tabs/compare/v3.3.1...v3.4.1) --- updated-dependencies: - dependency-name: sphinx-tabs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-05Merge pull request #1452 from return42/mod-READMEMarkus Heiser
[README] add doc-links: disable metrics & hostname replace
2022-07-05[README] add doc-links: disable metrics & hostname replaceMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-07-05Merge pull request #1453 from return42/bump-sphinx-jinjaMarkus Heiser
Bump sphinx-jinja from 2.0.1 to 2.0.2
2022-07-05Bump sphinx-jinja from 2.0.1 to 2.0.2Markus Heiser
2022-07-04Merge pull request #1438 from return42/fix-READMEMarkus Heiser
[README] name limiter plugin / filtron no longer needed
2022-07-04Merge pull request #1434 from liimee/eng-4Markus Heiser
Adds Lingva/Google Translate engine
2022-07-04[build] /staticMarkus Heiser
2022-07-04[fix] style.less: move <dl> from infobox.attributes to .attributes classMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-07-04[mod] Adds Lingva translate engineta
Add the lingva engine (which grabs data from google translate). Results from Lingva are added to the infobox results.
2022-07-04[README] name limiter plugin / filtron no longer neededMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-07-04Merge pull request #1409 from Xavierhorwood/public_instances2Markus Heiser
Public instances can be set to hidden
2022-07-04[mod] link to public-instances can be set to hiddenXavier horwood
Some administrators may want to hide the link to public_instances: If you run a private instance for a company that wants there employees to use the private instance instead of any of the public instances.
2022-07-02Merge pull request #1404 from dalf/donation_use_external_linkMarkus Heiser
Donation link: default value to searxng.org, can be hidden or custom
2022-07-02Merge pull request #1381 from dalf/fix-upd-osmMarkus Heiser
openstreetmap: localized results.
2022-07-02[fix] engines/openstreetmap.py typo: user_langage --> user_languageMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-07-02openstreetmap engine: return the localized named.Alexandre Flament
For example: display "Tokyo" instead of "東京都" when the language is English.
2022-07-02map.html: display the intended text for the links instead of the URLAlexandre Flament
For example display "Tokyo (en)" instead of https://en.wikipedia.org/wiki/Tokyo
2022-07-02[docs] add documentation about the `general.donation_url:` settingMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-07-02Merge pull request #1382 from dalf/fix_searxng_extra_updateMarkus Heiser
fix searxng_extra/update/update*.py scripts
2022-07-02Update searx.data - update_engine_descriptions.pyMarkus Heiser
./manage pyenv.cmd python ./searxng_extra/update/update_engine_descriptions.py Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-07-02Update searx.data - update_currencies.pyMarkus Heiser
./manage pyenv.cmd python ./searxng_extra/update/update_currencies.py Closes: https://github.com/searxng/searxng/pull/1375 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-07-02fix searxng_extra/update/update*.py scriptsAlexandre Flament
call searx.locales.locales_initialize before using LOCALE_NAMES Related to https://github.com/searxng/searxng/pull/1306
2022-07-02Donation link: default value to searxng.org, can be hidden or customAlexandre Flament
Add a new setting: general.donation_url By default the value is https://docs.searxng.org/donate.html When the value is false, the link is hidden When the value is true, the link goes to the infopage donation, the administrator can create a custom page.
2022-07-02Merge pull request #1403 from searxng/translations_updateMarkus Heiser
Update translations
2022-07-02[translations] update from Weblatesearxng-bot
2022-07-02Merge pull request #1402 from dalf/update-top-linksAlexandre Flament
Update top links
2022-07-02[build] /staticAlexandre Flament
2022-07-02Theme: all top right icons have labels including "Preferences"Alexandre Flament
2022-07-01Merge pull request #1385 from searxng/dependabot/pip/master/splinter-0.18.1Alexandre Flament
Bump splinter from 0.18.0 to 0.18.1
2022-07-01Bump splinter from 0.18.0 to 0.18.1dependabot[bot]
Bumps [splinter](https://github.com/cobrateam/splinter) from 0.18.0 to 0.18.1. - [Release notes](https://github.com/cobrateam/splinter/releases) - [Changelog](https://github.com/cobrateam/splinter/blob/master/docs/news.rst) - [Commits](https://github.com/cobrateam/splinter/compare/0.18.0...0.18.1) --- updated-dependencies: - dependency-name: splinter dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-01Merge pull request #1384 from searxng/dependabot/pip/master/black-22.6.0Alexandre Flament
Bump black from 22.3.0 to 22.6.0
2022-07-01Bump black from 22.3.0 to 22.6.0dependabot[bot]
Bumps [black](https://github.com/psf/black) from 22.3.0 to 22.6.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/22.3.0...22.6.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-01Merge pull request #1386 from searxng/dependabot/pip/master/pylint-2.14.4Markus Heiser
Bump pylint from 2.14.3 to 2.14.4
2022-07-01Merge pull request #1387 from searxng/translations_updateMarkus Heiser
Update translations
2022-07-01[translations] update from Weblatesearxng-bot
c6c13e8c - 2022-06-29 - Markus Heiser <markus.heiser@darmarit.de> 284f86fe - 2022-06-30 - Linerly <linerly@protonmail.com> d659c9f2 - 2022-06-29 - Markus Heiser <markus.heiser@darmarit.de> 3d76fb71 - 2022-06-29 - wordpure <wordlesspure@gmail.com> 874e15dc - 2022-06-29 - Markus Heiser <markus.heiser@darmarit.de> 10f3978d - 2022-06-30 - Leonardo Colman <dev@leonardo.colman.com.br> 66556a49 - 2022-06-29 - Markus Heiser <markus.heiser@darmarit.de> 6c5a28a7 - 2022-06-30 - Markus Heiser <markus.heiser@darmarit.de> 9bb7dc8e - 2022-06-29 - Alexandre Flament <alex@al-f.net> 38bd6b55 - 2022-06-29 - Markus Heiser <markus.heiser@darmarit.de> 1aecb8f8 - 2022-06-29 - Markus Heiser <markus.heiser@darmarit.de> 9a74838e - 2022-06-29 - Markus Heiser <markus.heiser@darmarit.de> 3f139d79 - 2022-06-29 - Markus Heiser <markus.heiser@darmarit.de> d3449b5f - 2022-06-29 - Markus Heiser <markus.heiser@darmarit.de>
2022-07-01Bump pylint from 2.14.3 to 2.14.4dependabot[bot]
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.14.3 to 2.14.4. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.14.3...v2.14.4) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-06-29Merge pull request #1380 from dalf/move_donation_linkAlexandre Flament
Move donation link
2022-06-29Update searx/infopage/en/donate.mdAlexandre Flament
Co-authored-by: Émilien Devos <contact@emiliendevos.be>
2022-06-29Update docs/donate.rstAlexandre Flament
Co-authored-by: Émilien Devos <contact@emiliendevos.be>
2022-06-29Update README.rstAlexandre Flament
Co-authored-by: Émilien Devos <contact@emiliendevos.be>
2022-06-29Move donation page to docs.searxng.org and link to it from instancesAlexandre FLAMENT
Close #1378
2022-06-29infopage: a .md file can be remove without crashAlexandre FLAMENT
An administrator might decide to remove some of the .md files. This commit make sure to not crash the application.
2022-06-29Merge pull request #1379 from searxng/update_data_update_ahmia_blacklist.pyMarkus Heiser
Update searx.data - update_ahmia_blacklist.py
2022-06-29Update searx.data - update_ahmia_blacklist.pydalf
2022-06-29Merge pull request #1376 from searxng/update_data_update_firefox_version.pyMarkus Heiser
Update searx.data - update_firefox_version.py
2022-06-29Merge pull request #1377 from searxng/update_data_update_wikidata_units.pyMarkus Heiser
Update searx.data - update_wikidata_units.py