2019-12-22 22:26:06 +00:00
|
|
|
.. _plugins generic:
|
|
|
|
|
|
|
|
===============
|
|
|
|
Plugins builtin
|
|
|
|
===============
|
|
|
|
|
|
|
|
.. sidebar:: Further reading ..
|
|
|
|
|
|
|
|
- :ref:`dev plugin`
|
|
|
|
|
|
|
|
Configuration defaults (at built time):
|
|
|
|
|
|
|
|
:DO: Default on
|
|
|
|
|
|
|
|
.. _configured plugins:
|
|
|
|
|
2020-12-21 08:53:41 +00:00
|
|
|
.. jinja:: searx
|
2019-12-22 22:26:06 +00:00
|
|
|
|
|
|
|
.. flat-table:: Plugins configured at built time (defaults)
|
|
|
|
:header-rows: 1
|
|
|
|
:stub-columns: 1
|
|
|
|
:widths: 3 1 9
|
|
|
|
|
|
|
|
* - Name
|
|
|
|
- DO
|
|
|
|
- Description
|
|
|
|
|
|
|
|
JS & CSS dependencies
|
|
|
|
|
|
|
|
{% for plgin in plugins %}
|
|
|
|
|
|
|
|
* - {{plgin.name}}
|
|
|
|
- {{(plgin.default_on and "y") or ""}}
|
|
|
|
- {{plgin.description}}
|
|
|
|
|
|
|
|
{% for dep in (plgin.js_dependencies + plgin.css_dependencies) %}
|
|
|
|
| ``{{dep}}`` {% endfor %}
|
|
|
|
|
|
|
|
{% endfor %}
|