diff doc/libervia-cli/bookmarks.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 4705f80b6e23
children d6837db456fd
line wrap: on
line diff
--- a/doc/libervia-cli/bookmarks.rst	Fri Jun 11 09:19:43 2021 +0200
+++ b/doc/libervia-cli/bookmarks.rst	Fri Jun 11 09:21:41 2021 +0200
@@ -3,13 +3,13 @@
 ============================
 
 Bookmarks are links to MUC rooms or URLs with a few metadata. Due to historical reasons,
-XMPP has several ways to handle bookmarks, and SàT handle them as transparently as
+XMPP has several ways to handle bookmarks, and Libervia handle them as transparently as
 possible.
 
-With SàT there are 3 places where you can get/store your bookmarks:
+With Libervia there are 3 places where you can get/store your bookmarks:
 
 local
-  the bookmarks is stored only locally in the database of SàT. It won't be available to
+  the bookmarks is stored only locally in the database of Libervia. It won't be available to
   other devices.
 private
   the bookmarks use the old private XML storage (`XEP-0049`_). It is not recommended to
@@ -18,7 +18,7 @@
   the bookmarks use PEP storage (`XEP-0223`_), this is the currently recommended way to
   store bookmarks.
 
-When possible, you can specify ``auto`` to let SàT choose the best location (i.e.
+When possible, you can specify ``auto`` to let Libervia choose the best location (i.e.
 ``pubsub`` if available, then ``private`` then ``local`` if nothing else is possible).
 
 .. _XEP-0049: https://xmpp.org/extensions/xep-0049.html
@@ -95,4 +95,4 @@
 
 Add a link to Libervia official website::
 
-  $ li bookmarks add -t url https://www.salut-a-toi.org -n "SàT officiel"
+  $ li bookmarks add -t url https://www.salut-a-toi.org -n "Libervia officiel"