mirror of https://github.com/searxng/searxng.git
[doc] code and sytle injection is not supported by the simple theme
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
5f11155ccb
commit
1f0fb3122d
|
@ -19,10 +19,6 @@ Example plugin
|
||||||
description = 'This plugin extends the suggestions with the word "example"'
|
description = 'This plugin extends the suggestions with the word "example"'
|
||||||
default_on = False # disabled by default
|
default_on = False # disabled by default
|
||||||
|
|
||||||
js_dependencies = tuple() # optional, list of static js files
|
|
||||||
css_dependencies = tuple() # optional, list of static css files
|
|
||||||
|
|
||||||
|
|
||||||
# attach callback to the post search hook
|
# attach callback to the post search hook
|
||||||
# request: flask request object
|
# request: flask request object
|
||||||
# ctx: the whole local context of the post search hook
|
# ctx: the whole local context of the post search hook
|
||||||
|
@ -40,7 +36,7 @@ SearXNG plugins from *The Green Web Foundation* `[ref]
|
||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
$ sudo utils/searxng.sh instance cmd bash
|
$ sudo utils/searxng.sh instance cmd bash -c
|
||||||
(searxng-pyenv)$ pip install git+https://github.com/return42/tgwf-searx-plugins
|
(searxng-pyenv)$ pip install git+https://github.com/return42/tgwf-searx-plugins
|
||||||
|
|
||||||
In the :ref:`settings.yml` activate the ``plugins:`` section and add module
|
In the :ref:`settings.yml` activate the ``plugins:`` section and add module
|
||||||
|
|
Loading…
Reference in New Issue