summaryrefslogtreecommitdiff
path: root/docs/dev/offline_engines.rst
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2021-09-13 12:40:47 +0000
committerGitHub <noreply@github.com>2021-09-13 12:40:47 +0000
commitaba3566fbd1efa3b6f2e1302feddca3e72a85fde (patch)
treeba5ad02b2c1a41701acf507c34bec1816bb65e0d /docs/dev/offline_engines.rst
parent823a2fc7926441ba4375d74340a7ab08ac85ef9d (diff)
parentecb7e73e039cf805c31764d148daae15e91389a5 (diff)
Merge pull request #318 from return42/fix-doc-brand
[brand] docs - normalize project name to SearXNG
Diffstat (limited to 'docs/dev/offline_engines.rst')
-rw-r--r--docs/dev/offline_engines.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/dev/offline_engines.rst b/docs/dev/offline_engines.rst
index ce6924542..9320c6262 100644
--- a/docs/dev/offline_engines.rst
+++ b/docs/dev/offline_engines.rst
@@ -11,7 +11,7 @@ Offline Engines
- :ref:`engine command`
- :origin:`Redis <searx/engines/redis_server.py>`
-To extend the functionality of SearxNG, offline engines are going to be
+To extend the functionality of SearXNG, offline engines are going to be
introduced. An offline engine is an engine which does not need Internet
connection to perform a search and does not use HTTP to communicate.
@@ -47,14 +47,14 @@ Engine representation in ``/config``
Extra Dependencies
==================
-If an offline engine depends on an external tool, SearxNG does not install it by
+If an offline engine depends on an external tool, SearXNG does not install it by
default. When an administrator configures such engine and starts the instance,
the process returns an error with the list of missing dependencies. Also,
required dependencies will be added to the comment/description of the engine, so
admins can install packages in advance.
If there is a need to install additional packages in *Python's Virtual
-Environment* of your SearxNG instance you need to switch into the environment
+Environment* of your SearXNG instance you need to switch into the environment
(:ref:`searx-src`) first, for this you can use :ref:`searx.sh`::
$ sudo utils/searx.sh shell
@@ -66,7 +66,7 @@ Private engines (Security)
To limit the access to offline engines, if an instance is available publicly,
administrators can set token(s) for each of the :ref:`private engines`. If a
-query contains a valid token, then SearxNG performs the requested private
+query contains a valid token, then SearXNG performs the requested private
search. If not, requests from an offline engines return errors.