diff doc/overview.rst @ 4249:ba46d6a0ff3a

doc: style/typos/URL fixes
author Goffi <goffi@goffi.org>
date Fri, 31 May 2024 11:08:20 +0200
parents 7fe1028acab2
children
line wrap: on
line diff
--- a/doc/overview.rst	Fri May 31 11:08:18 2024 +0200
+++ b/doc/overview.rst	Fri May 31 11:08:20 2024 +0200
@@ -157,7 +157,10 @@
 On a Libervia installation used by a single user, the profiles are usually used for multiple
 accounts. On a multi-users installations, there is usually one profile per user.
 
-When you connect to a Libervia frontend, you need to specify a profile and the associated password. The profile password is not the same as the password of the XMPP account. While this may sounds confusing, there are several reason why we use this notion of profile instead of directly the XMPP account/password:
+When you connect to a Libervia frontend, you need to specify a profile and the associated
+password. The profile password is not the same as the password of the XMPP account. While
+this may sounds confusing, there are several reason why we use this notion of profile
+instead of directly the XMPP account/password:
 
 - Libervia needs to know the plain XMPP password to connect, and it is encrypted in database.
   The profile password is used to encrypt/decrypt it, this way only a `password hash`_ is
@@ -178,8 +181,8 @@
   whole XMPP identifier (also named "JID" for *Jabber ID*)
 
 You always have a *default* profile which is the profile used when you don't select any
-(notably used in jp). This is the first profile that you have created except if you have
-changed it using a frontend (you can change it with jp).
+(notably used in Libervia CLI). This is the first profile that you have created except if
+you have changed it using a frontend (you can change it with Libervia CLI).
 
 .. _password hash: https://en.wikipedia.org/wiki/Key_derivation_function
 .. _at rest: https://en.wikipedia.org/wiki/Data_at_rest
@@ -219,17 +222,19 @@
 repositories lighter, those media are grouped in a separate repository. The Libervia media
 repository is available at https://repos.goffi.org/sat_media. You can also download media
 at https://ftp.goffi.org/sat_media/sat_media.tar.bz2. The path where Libervia media are
-installed must be specified in ``libervia.conf`` in ``media_dir`` option of the ``[DEFAULT``
+installed must be specified in ``libervia.conf`` in ``media_dir`` option of the ``[DEFAULT]``
 section.
 
 Libervia Templates
 ------------------
 
-Libervia embeds a `Jinja2`_ template engine (see `Libervia Web`_ above). "Libervia templates" refers to
-the default templates (i.e. the official templates, the ones used in default Libervia pages). Those template may also be used by other frontends than Libervia (jp can use them with the :ref:`libervia-cli_output` arguments).
+Libervia embeds a `Jinja2`_ template engine (see `Libervia Web`_ above). "Libervia
+templates" refers to the default templates (i.e. the official templates, the ones used in
+default Libervia pages). Those template may also be used by other frontends than Libervia
+(Libervia CLI can use them with the :ref:`libervia-cli_output` arguments).
 
-Libervia templates repository is available at https://repos.goffi.org/sat_templates, they can
-also be downloaded at `PyPI <https://pypi.org/project/sat-templates/>`_ and will be
+Libervia templates repository is available at https://repos.goffi.org/libervia-templates, they can
+also be downloaded at `PyPI <https://pypi.org/project/libervia-templates/>`_ and will be
 installed automatically if you install Libervia.
 
 Related projects
@@ -244,8 +249,8 @@
 Numerous features of Libervia are taking profit of `PubSub`_ functionalities of XMPP.
 Because PubSub implementations in the wild are not all on the same level, and some
 experimental features are sometimes explored, a PubSub service as been written
-specifically for the needs of Libervia (but it's not depending on Libervia and any XMPP software can
-use it).
+specifically for the needs of Libervia (but it's not depending on Libervia and any XMPP
+software can use it).
 
 Libervia PubSub aims to be a feature complete, server-independent PubSub implementation, and
 try to be up-to-date with latest XMPP PubSub extensions. It is the privileged service to
@@ -299,7 +304,7 @@
 Libervia official website
 -------------------------
 
-The official website is made with Libervia web framework. You'll find it at https://repos.goffi.org/sat_web_site
+The official website is made with Libervia web framework. You'll find it at https://repos.goffi.org/libervia-website
 
 Salut
 -----