diff doc/libervia-cli/bookmarks.rst @ 3573:813595f88612

merge changes from main branch
author Goffi <goffi@goffi.org>
date Thu, 17 Jun 2021 13:05:58 +0200
parents 267e4987b58b
children d6837db456fd
line wrap: on
line diff
--- a/doc/libervia-cli/bookmarks.rst	Thu Jun 03 15:21:43 2021 +0200
+++ b/doc/libervia-cli/bookmarks.rst	Thu Jun 17 13:05:58 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"