diff doc/configuration.rst @ 3563:267e4987b58b

doc: fix remaining SàT references/typos + add `libervia-cli` missing commands
author Goffi <goffi@goffi.org>
date Fri, 11 Jun 2021 09:21:41 +0200
parents c80a0f864b5d
children bc043afedbac d685299645fa
line wrap: on
line diff
--- a/doc/configuration.rst	Fri Jun 11 09:19:43 2021 +0200
+++ b/doc/configuration.rst	Fri Jun 11 09:21:41 2021 +0200
@@ -6,14 +6,14 @@
 
 Libervia main configuration is set in a file named ``libervia.conf`` (which may be prefixed
 by a ``.`` if you want to hide it on suitable platforms). It is a common file used both by
-backend and all frontends (and even related project like SàT Pubsub).
+backend and all frontends (and even related project like Libervia Pubsub).
 
 This file can be located in the following paths (in order of parsing):
   - ``/etc``
   - ``~`` (``$HOME`` or your home directory)
   - XDG directory for configuration (most of time it is
     ``~/.config/libervia/``)
-  - the parent directory of SàT installation path
+  - the parent directory of Libervia installation path
 
 If several configurations files are found, they are merged. In case of conflict, the
 option parsed last is the one used (in other words: if you have an option set in
@@ -31,7 +31,7 @@
 
 Each frontend can have specific section with its name in lowercase (sections are case
 sensitive), and some backend plugin can use specific sections too (usually named ``plugin
-<plugin name>``). The ``pubsub`` section is used by ``SàT PubSub``. A section can also
+<plugin name>``). The ``pubsub`` section is used by ``Libervia PubSub``. A section can also
 have the name of a web site used with Libervia web framework.
 
 
@@ -53,7 +53,7 @@
   - ``[plugin muc]``
   - ``[plugin search]``
 ``[pubsub]``
-  SàT PubSub settings
+  Libervia PubSub settings
 ``[<website name>]``
   the settings of a website for Libervia web framework
 
@@ -83,7 +83,7 @@
 .. sourcecode:: cfg
 
     [DEFAULT]
-    ; where SàT media are located
+    ; where Libervia media are located
     media_dir = ~/workspace/sat_media
     log_level = debug
     ; domain used for new accounts