Age | Commit message (Collapse) | Author |
|
Update searx.data - update_engine_descriptions.py
|
|
./manage pyenv.cmd python ./searxng_extra/update/update_engine_descriptions.py
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
[fix] online_dictionary: regular expression
|
|
The query term of a engine-type `online_dictionary` can consist of more than one
word.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
fix typo and document preference 'center_alignment' in the 'ui' section
|
|
Bump lxml from 4.9.0 to 4.9.1
|
|
Bumps [lxml](https://github.com/lxml/lxml) from 4.9.0 to 4.9.1.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.9.0...lxml-4.9.1)
---
updated-dependencies:
- dependency-name: lxml
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|
[fix] engine z-zlibrary https URL
|
|
Better explanation for the use of use_mobile_ui
|
|
|
|
fix: return body on limiter block so there is not just a blank page
|
|
|
|
before this patch:
DEBUG searx.engines.z-library : using base_url: https:https://de1lib.org
with this patch URL is fixed to:
DEBUG searx.engines.z-library : using base_url: https://de1lib.org
Closes: https://github.com/searxng/searxng/issues/1435
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
Bump sphinx from 4.5.0 to 5.0.2
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
[README] add doc-links: disable metrics & hostname replace
|
|
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
Bump sphinx-jinja from 2.0.1 to 2.0.2
|
|
|
|
[README] name limiter plugin / filtron no longer needed
|
|
Adds Lingva/Google Translate engine
|
|
|
|
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
Add the lingva engine (which grabs data from google translate). Results from
Lingva are added to the infobox results.
|
|
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
Public instances can be set to hidden
|
|
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.
|
|
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
Donation link: default value to searxng.org, can be hidden or custom
|
|
openstreetmap: localized results.
|
|
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
For example: display "Tokyo" instead of "東京都" when the language is English.
|
|
For example display "Tokyo (en)" instead of https://en.wikipedia.org/wiki/Tokyo
|
|
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
fix searxng_extra/update/update*.py scripts
|
|
./manage pyenv.cmd python ./searxng_extra/update/update_engine_descriptions.py
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
./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>
|
|
call searx.locales.locales_initialize before using LOCALE_NAMES
Related to https://github.com/searxng/searxng/pull/1306
|
|
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.
|
|
Update translations
|
|
|
|
Update top links
|
|
|
|
|
|
Bump splinter from 0.18.0 to 0.18.1
|
|
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>
|