Markus Heiser
274288ea99
[docs] revision of the article "Offline engines"
...
This patch is a a complete revision of the article "Offline engines", which also
merges the content from the searx-wiki [1] into this article.
[1] https://github.com/searx/searx/wiki/Offline-engines
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-06-04 15:04:38 +02:00
Markus Heiser
1c8cf1d3a8
[docs] add engine "Demo Offline Engine"
...
This engine just exists for documentation purpose.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-06-04 15:04:38 +02:00
Markus Heiser
acb1577202
[docs] move blog article "Offline engines" to dev/offline_engines.rst
...
The article "Offline engines" should be in developer's documentation next to
chapter "Engine overview".
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-06-04 15:04:38 +02:00
Markus Heiser
b88d9d49cc
[docs] remove blog article 'Introducing Python 3 support'
...
This article is obsolete since a long time: Python 2 support has been dropped
and these days, virtualenv is managed by ``make pyenv.install``.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-06-04 15:04:38 +02:00
Markus Heiser
1b3f0c848e
[docs] move blog article "SQL engines" to admin/engines/
...
The article "SQL engines" should be in admin's engine documentation (like the
recoll engine).
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-06-04 15:04:38 +02:00
Markus Heiser
a561083537
[docs] move blog article "Command line engines" to admin/engines/
...
The article "Command line engines" should be in admin's engine
documentation (like the recoll engine).
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-06-04 13:16:34 +02:00
Markus Heiser
523bddf987
[docs] remove blog article about searx-admin
...
- https://github.com/kvch/searx-admin last maintained 4 years ago
- searx-admin does not support 'use_default_settings' [1] (b4b81a5e
)
[1] https://searxng.github.io/searxng/admin/settings.html#use-default-settings
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-06-04 13:16:34 +02:00
Markus Heiser
d69c731403
Merge pull request #132 from searxng/docs-load-engines
...
[mod] "make docs" doesn't initialize the engines
2021-06-04 09:53:31 +00:00
Alexandre Flament
dddf3e2be2
[mod] "make docs" doesn't initialize the engines
...
avoid external HTTP requests with "make docs"
2021-06-04 11:26:37 +02:00
Alexandre Flament
cac6562a9e
Merge pull request #129 from searxng/dependabot/pip/master/certifi-2021.5.30
...
Bump certifi from 2020.12.05 to 2021.5.30
2021-06-04 10:23:56 +02:00
Markus Heiser
07522f3ec6
Merge pull request #130 from searxng/dependabot/pip/master/pylint-2.8.3
...
Bump pylint from 2.8.2 to 2.8.3
2021-06-04 06:41:26 +00:00
dependabot[bot]
4e0444f465
Bump pylint from 2.8.2 to 2.8.3
...
Bumps [pylint](https://github.com/PyCQA/pylint ) from 2.8.2 to 2.8.3.
- [Release notes](https://github.com/PyCQA/pylint/releases )
- [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog )
- [Commits](https://github.com/PyCQA/pylint/compare/v2.8.2...v2.8.3 )
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-04 06:05:32 +00:00
dependabot[bot]
4ccc7599fd
Bump certifi from 2020.12.05 to 2021.5.30
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2020.12.05 to 2021.5.30.
- [Release notes](https://github.com/certifi/python-certifi/releases )
- [Commits](https://github.com/certifi/python-certifi/compare/2020.12.05...2021.05.30 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-04 06:05:25 +00:00
Markus Heiser
d910519ba1
Merge pull request #128 from searxng/debug-settings-reload-on-change
...
[enh] flask debug mode: reload the app when searx/settings.yml changes
2021-06-04 05:34:11 +00:00
Alexandre Flament
a7d575c099
[enh] flask debug mode: reload the app when searx/settings.yml changes
2021-06-03 12:03:38 +02:00
Alexandre Flament
7457f3fe40
Merge pull request #124 from return42/searx-merge
...
merge redis offline engine from searx
2021-06-02 12:35:33 +02:00
Markus Heiser
39c18274c6
[fix] enigine redis - avoid error when the engine is loaded
...
Should be _redis_client to avoid an error when the engine is loaded.
Suggested-by: @dalf https://github.com/searxng/searxng/pull/124#pullrequestreview-673885664
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-06-02 09:54:58 +02:00
Alexandre Flament
3ce1b40512
Merge pull request #113 from searxng/remove-overpass
...
[mod] remove overpass API call
2021-06-01 18:10:05 +02:00
Markus Heiser
60dc91f234
[static] make /stats more CSP compliant- make themes.all
...
Based on commit:
- a89b823f
[mod] remove overpass API call
this patch is generated by::
make themes.all
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-06-01 17:54:31 +02:00
Alexandre Flament
a89b823f8d
[mod] remove overpass API call
...
prepare the code the PR #90
2021-06-01 17:52:49 +02:00
Alexandre Flament
ee83c99d2b
Merge pull request #116 from searxng/minor-refactoring-searx-engines
...
[mod] searx.engines.__init__: refactoring
2021-06-01 16:40:38 +02:00
Markus Heiser
15de8708b7
[docs] highlight source code linked from *automodule* content
...
sphinx.ext.viewcode won't highlight when 'highlight_language' [1] is set to
string 'none' [2]
[1] https://www.sphinx-doc.org/en/master/usage/extensions/viewcode.html
[2] https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-highlight_language
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-06-01 16:37:20 +02:00
Markus Heiser
ebbd5f7366
[docs] add new rubric 'Source-Code'
...
- document namespace: searx.engines
- move docs/dev/xpath_engine.rst -> docs/src/searx.engines.xpath.rst
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-06-01 16:37:20 +02:00
Alexandre Flament
8375974dff
[fix] sys.exit(1) when there is duplicate engine name
2021-06-01 16:37:20 +02:00
Markus Heiser
8908937046
[mod] searx.engines.load_engine return None instead of sys.exit(1)
...
Loading an engine should not exit the application (*). Instead
of exit, return None.
(*) RuntimeError still exit the application: syntax error, etc...
BTW: add documentation and normalize indentation (no functional change)
Suggested-by: @dalf https://github.com/searxng/searxng/pull/116#issuecomment-851865627
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-06-01 16:35:17 +02:00
Alexandre Flament
70a9208972
[mod] searx.engines.__init__: refactoring
2021-06-01 16:32:40 +02:00
Alexandre Flament
e3f4a77311
Merge pull request #110 from searxng/mod-default-settings
...
[mod] move all default settings into searx.settings_defaults
2021-06-01 16:13:04 +02:00
Markus Heiser
495d86b520
[pylint] searx/__init__.py & searx/settings_defaults.py
...
BTW: normalize some indentations in searx/settings_defaults.py
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-06-01 16:03:19 +02:00
Adam Tauber
e4b6558339
[enh] add redis offline engine / https://redis.io/
...
Slightly modified merge of commit [97269be6], [01a8a5814a] and [c8d2b5eb] from
searx.
[97269be6] https://github.com/searx/searx/commit/97269be6
[01a8a581] https://github.com/searx/searx/commit/01a8a581
[c8d2b5eb] https://github.com/searx/searx/commit/c8d2b5eb
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-06-01 11:51:25 +02:00
Adam Tauber
e33858d6ef
[fix] correct kv template formatting and remove internal data
...
Slightly modified merge of commit [ea7ccf24] from searx.
[ea7ccf24] https://github.com/searx/searx/commit/ea7ccf24
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-06-01 10:53:37 +02:00
Alexandre Flament
e0af67f0af
Merge pull request #123 from searxng/fix_update_languages
...
[fix] searx_extra/update/update_languages.py
2021-06-01 10:07:27 +02:00
Alexandre Flament
925c21ce42
Merge pull request #122 from searxng/update_data_update_ahmia_blacklist.py
...
Update searx.data - update_ahmia_blacklist.py
2021-06-01 10:03:50 +02:00
Alexandre Flament
3266738e7a
Merge pull request #121 from searxng/update_data_update_currencies.py
...
Update searx.data - update_currencies.py
2021-06-01 10:03:35 +02:00
Alexandre Flament
54ae95b95b
Merge pull request #120 from searxng/update_data_update_wikidata_units.py
...
Update searx.data - update_wikidata_units.py
2021-06-01 10:03:22 +02:00
Alexandre Flament
414ad5b733
Merge pull request #119 from searxng/update_data_update_firefox_version.py
...
Update searx.data - update_firefox_version.py
2021-06-01 10:03:09 +02:00
dalf
43d06e8224
Update searx.data - update_ahmia_blacklist.py
2021-06-01 08:01:50 +00:00
dalf
e53ed4742c
Update searx.data - update_currencies.py
2021-06-01 08:01:48 +00:00
dalf
666a25314a
Update searx.data - update_wikidata_units.py
2021-06-01 08:01:45 +00:00
Alexandre Flament
fa0ae252b0
[fix] searx_extra/update/update_languages.py
...
* call searx.engines.load_engines (instead of initialize_engines)
* set timeout to 10 seconds
* remove some dead code
2021-06-01 10:01:39 +02:00
dalf
9f3a455777
Update searx.data - update_firefox_version.py
2021-06-01 08:01:33 +00:00
Alexandre Flament
6fa114c9ba
[mod] settings_default: remove searx.search.max_request_timeout global variable
2021-06-01 08:10:15 +02:00
Alexandre Flament
4b07df62e5
[mod] move all default settings into searx.settings_defaults
2021-06-01 08:10:15 +02:00
Alexandre Flament
856729226d
Merge pull request #118 from searxng/fix-mankier
...
[fix] mankier: fix paging
2021-05-31 22:49:11 +02:00
Alexandre Flament
6ca74386d6
[fix] mankier: fix paging
...
See https://github.com/searxng/searxng/pull/111#issuecomment-851641967
2021-05-31 22:33:40 +02:00
Alexandre Flament
6793af7608
Merge pull request #117 from return42/add-docker-hub
...
[enh] add engine - Docker Hub
2021-05-31 17:47:08 +02:00
Kyle Anthony Williams
d6a2d4f969
[enh] add engine - Docker Hub
...
Slightly modified merge of commit [1cb1d3ac] from searx [PR 2543]:
This adds Docker Hub .. as a search engine .. the engine's favicon was
downloaded from the Docker Hub website with wget and converted to a PNG
with ImageMagick .. It supports the parsing of URLs, titles, content,
published dates, and thumbnails of Docker images.
[1cb1d3ac] https://github.com/searx/searx/pull/2543/commits/1cb1d3ac
[PR 2543] https://github.com/searx/searx/pull/2543
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-05-30 15:18:36 +02:00
Alexandre Flament
737f5f05d2
Merge pull request #114 from searxng/only-files-category-for-bittorent
...
[mod] the bittorent search engines are available only in the files category
2021-05-30 07:01:49 +02:00
Alexandre Flament
1113f7e616
[mod] the bittorent search engines are available only in the files category
...
related to #101
2021-05-29 16:14:19 +02:00
Alexandre Flament
e239369f1f
Merge pull request #109 from return42/sql-engines
...
Merge MySQL and PostgreSQL from searx
2021-05-29 08:34:19 +02:00
Alexandre Flament
c22c7cf35b
Merge pull request #111 from return42/mankier
...
[enh] add engine ManKier (JSON) / ManKier: Linux man pages
2021-05-29 08:33:54 +02:00