[doc] engine-table: expand cryptic abbreviations

This commit is contained in:
Martin Fischer 2021-12-20 10:07:22 +01:00
parent 24e1e41244
commit 966296b866

View file

@ -15,23 +15,23 @@ Explanation of the :ref:`general engine configuration` shown in the table
.. table:: The legend for the following table .. table:: The legend for the following table
:width: 100% :width: 100%
============= =========== ==================== ============ ========================= =================================
:ref:`engine settings` :ref:`engine file` :ref:`engine settings` :ref:`engine file`
------------------------- --------------------------------- ------------------------- ---------------------------------
Name (cfg) .. Categories Name Categories
------------- ----------- -------------------- ------------ ------------------------- ---------------------------------
Engine .. Paging support **P** Engine Paging support
------------- ----------- -------------------- ------------ ------------------------- ---------------------------------
Shortcut **S** Language support **L** Shortcut Language support
Timeout **TO** Time range support **TR** Timeout Time range support
Disabled **D** Engine type **ET** Disabled Engine type
------------- ----------- -------------------- ------------ ------------------------- ---------------------------------
Safe search **SS** Safe search
------------- ----------- --------------------------------- ------------------------- ---------------------------------
Weigth **W** Weigth
------------- ----------- --------------------------------- ------------------------- ---------------------------------
Show errors **DE** Show errors
============= =========== ================================= ========================= =================================
.. jinja:: searx .. jinja:: searx
@ -39,19 +39,19 @@ Explanation of the :ref:`general engine configuration` shown in the table
:header-rows: 1 :header-rows: 1
:stub-columns: 2 :stub-columns: 2
* - Name (cfg) * - Name
- S - Shortcut
- Engine - Engine
- TO - Timeout
- Categories - Categories
- P - Paging
- L - Language
- SS - Safe search
- D - Disabled
- TR - Time range
- ET - Engine type
- W - Weight
- DE - Display errors
{% for name, mod in engines.items() %} {% for name, mod in engines.items() %}