summaryrefslogtreecommitdiff
path: root/docs/admin
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-12-20 10:07:22 +0100
committerMartin Fischer <martin@push-f.com>2021-12-20 10:07:39 +0100
commit966296b866f32e07877ff96ffe35fe882fbefa1c (patch)
treeac3e01d694c3c8ec26b08adfe3d140bddb10a306 /docs/admin
parent24e1e412445090566bd6fd4b257e8f5ca709b445 (diff)
[doc] engine-table: expand cryptic abbreviations
Diffstat (limited to 'docs/admin')
-rw-r--r--docs/admin/engines/configured_engines.rst52
1 files changed, 26 insertions, 26 deletions
diff --git a/docs/admin/engines/configured_engines.rst b/docs/admin/engines/configured_engines.rst
index 7d5b89384..0bddc353e 100644
--- a/docs/admin/engines/configured_engines.rst
+++ b/docs/admin/engines/configured_engines.rst
@@ -15,23 +15,23 @@ Explanation of the :ref:`general engine configuration` shown in the table
.. table:: The legend for the following table
:width: 100%
- ============= =========== ==================== ============
+ ========================= =================================
:ref:`engine settings` :ref:`engine file`
------------------------- ---------------------------------
- Name (cfg) .. Categories
- ------------- ----------- -------------------- ------------
- Engine .. Paging support **P**
- ------------- ----------- -------------------- ------------
- Shortcut **S** Language support **L**
- Timeout **TO** Time range support **TR**
- Disabled **D** Engine type **ET**
- ------------- ----------- -------------------- ------------
- Safe search **SS**
- ------------- ----------- ---------------------------------
- Weigth **W**
- ------------- ----------- ---------------------------------
- Show errors **DE**
- ============= =========== =================================
+ Name Categories
+ ------------------------- ---------------------------------
+ Engine Paging support
+ ------------------------- ---------------------------------
+ Shortcut Language support
+ Timeout Time range support
+ Disabled Engine type
+ ------------------------- ---------------------------------
+ Safe search
+ ------------------------- ---------------------------------
+ Weigth
+ ------------------------- ---------------------------------
+ Show errors
+ ========================= =================================
.. jinja:: searx
@@ -39,19 +39,19 @@ Explanation of the :ref:`general engine configuration` shown in the table
:header-rows: 1
:stub-columns: 2
- * - Name (cfg)
- - S
+ * - Name
+ - Shortcut
- Engine
- - TO
+ - Timeout
- Categories
- - P
- - L
- - SS
- - D
- - TR
- - ET
- - W
- - DE
+ - Paging
+ - Language
+ - Safe search
+ - Disabled
+ - Time range
+ - Engine type
+ - Weight
+ - Display errors
{% for name, mod in engines.items() %}