changeset 3505:4705f80b6e23

doc: more renaming
author Goffi <goffi@goffi.org>
date Thu, 22 Apr 2021 18:16:19 +0200
parents 9f7a867d9722
children 943de4f9ce50
files doc/conf.py doc/contribuing/index.rst doc/contribuing/testing.rst doc/index.rst doc/installation.rst doc/libervia-cli/bookmarks.rst doc/libervia-cli/debug.rst doc/libervia-cli/encryption.rst doc/libervia-cli/index.rst doc/libervia-cli/invitation.rst doc/libervia-cli/message.rst doc/libervia-cli/pipe.rst doc/libervia-cli/pubsub.rst doc/libervia-cli/shell.rst doc/libervia-tui/index.rst
diffstat 15 files changed, 28 insertions(+), 28 deletions(-) [+]
line wrap: on
line diff
--- a/doc/conf.py	Wed Apr 21 11:44:47 2021 +0200
+++ b/doc/conf.py	Thu Apr 22 18:16:19 2021 +0200
@@ -136,8 +136,8 @@
 # (source start file, target name, title,
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
-    (master_doc, 'SalutToi.tex', u'Salut à Toi Documentation',
-     u'Salut à Toi team', 'manual'),
+    (master_doc, 'SalutToi.tex', u'Libervia Documentation',
+     u'Libervia team', 'manual'),
 ]
 
 
@@ -146,7 +146,7 @@
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    (master_doc, 'saluttoi', u'Salut à Toi Documentation',
+    (master_doc, 'saluttoi', u'Libervia Documentation',
      [author], 1)
 ]
 
@@ -157,7 +157,7 @@
 # (source start file, target name, title, author,
 #  dir menu entry, description, category)
 texinfo_documents = [
-    (master_doc, 'SalutToi', u'Salut à Toi Documentation',
+    (master_doc, 'SalutToi', u'Libervia Documentation',
      author, 'SalutToi', 'One line description of project.',
      'Miscellaneous'),
 ]
--- a/doc/contribuing/index.rst	Wed Apr 21 11:44:47 2021 +0200
+++ b/doc/contribuing/index.rst	Thu Apr 22 18:16:19 2021 +0200
@@ -5,7 +5,7 @@
 ===========
 
 This part of the documentation is for people willing to contribute to the development of
-Salut à Toi and its ecosystem, it is not needed to read this if you only plan to use the
+Libervia and its ecosystem, it is not needed to read this if you only plan to use the
 software.
 
 .. toctree::
--- a/doc/contribuing/testing.rst	Wed Apr 21 11:44:47 2021 +0200
+++ b/doc/contribuing/testing.rst	Thu Apr 22 18:16:19 2021 +0200
@@ -2,7 +2,7 @@
 testing
 =======
 
-You'll find here the documentation to run tests on Salut à Toi. If you plan to contribute
+You'll find here the documentation to run tests on Libervia. If you plan to contribute
 to the ecosystem, you should use them to check that your modification is not breaking
 anything, and if possible you should extend them to cover any new feature.
 
--- a/doc/index.rst	Wed Apr 21 11:44:47 2021 +0200
+++ b/doc/index.rst	Thu Apr 22 18:16:19 2021 +0200
@@ -1,10 +1,10 @@
-=========================
-Salut à Toi documentation
-=========================
+======================
+Libervia documentation
+======================
 
-Welcome to Salut à Toi's documentation. You'll find here both end-user and developer documentations.
+Welcome to Libervia's documentation. You'll find here both end-user and developer documentations.
 
-Salut à Toi (or SàT) is a Libre communication ecosystem based on XMPP standard. It allows you to do many things such as:
+Libervia is a Libre communication ecosystem based on XMPP standard. It allows you to do many things such as:
 
 - instant messaging
 - (micro)blogging
--- a/doc/installation.rst	Wed Apr 21 11:44:47 2021 +0200
+++ b/doc/installation.rst	Thu Apr 22 18:16:19 2021 +0200
@@ -5,9 +5,9 @@
 ============
 
 This are the instructions to install SàT using Python.
-Note that if you are using GNU/Linux, Salut à Toi may already be present on your distribution.
+Note that if you are using GNU/Linux, Libervia may already be present on your distribution.
 
-Salut à Toi is made of one backend, and several frontends. To use it, the first thing to do is to install the backend.
+Libervia is made of one backend, and several frontends. To use it, the first thing to do is to install the backend.
 
 We recommand to use development version for now, until the release of 0.8.
 
@@ -37,7 +37,7 @@
 
   $ sudo apt-get install python3-dev python3-venv python3-wheel mercurial libxml2-dev libxslt-dev libcairo2-dev libjpeg-dev libgirepository1.0-dev libdbus-1-dev libdbus-glib-1-dev dbus-x11 cmake
 
-Now go in a location where you can install Salut à Toi, for
+Now go in a location where you can install Libervia, for
 instance your home directory::
 
   $ cd
@@ -112,7 +112,7 @@
   Wayland (in which case D-Bus service should be launcher automatically).
 
   As the message states, instructions on how to launch the service are given in the README
-  file of Salut à Toi.
+  file of Libervia.
 
 Frontends
 =========
--- a/doc/libervia-cli/bookmarks.rst	Wed Apr 21 11:44:47 2021 +0200
+++ b/doc/libervia-cli/bookmarks.rst	Thu Apr 22 18:16:19 2021 +0200
@@ -89,10 +89,10 @@
 examples
 --------
 
-Add a bookmark to Salut à Toi official chat room::
+Add a bookmark to Libervia official chat room::
 
   $ li bookmarks add sat@chat.jabberfr.org -a
 
-Add a link to Salut à Toi official website::
+Add a link to Libervia official website::
 
   $ li bookmarks add -t url https://www.salut-a-toi.org -n "SàT officiel"
--- a/doc/libervia-cli/debug.rst	Wed Apr 21 11:44:47 2021 +0200
+++ b/doc/libervia-cli/debug.rst	Thu Apr 22 18:16:19 2021 +0200
@@ -1,5 +1,5 @@
 =====================================================
-debug: tools to help debugging/monitoring Salut à Toi
+debug: tools to help debugging/monitoring Libervia
 =====================================================
 
 ``debug`` groups commands to monitor or manipulate SàT and XMPP stream.
--- a/doc/libervia-cli/encryption.rst	Wed Apr 21 11:44:47 2021 +0200
+++ b/doc/libervia-cli/encryption.rst	Thu Apr 22 18:16:19 2021 +0200
@@ -2,7 +2,7 @@
 encryption: encryption sessions handling
 ========================================
 
-Salut à Toi being an XMPP client does encryption by default between client and server. In
+Libervia being an XMPP client does encryption by default between client and server. In
 addition, SàT is also capable of doing end-to-end (e2e) encryption, meaning that the
 payload of messages are encrypted to be hidden from the servers (and their
 administrators).  The ``encryption`` commands are here to handle those e2e encryption
@@ -15,7 +15,7 @@
 algorithms
 ==========
 
-Display e2e encryption algorithms available in this instance of Salut à Toi.
+Display e2e encryption algorithms available in this instance of Libervia.
 
 example
 -------
--- a/doc/libervia-cli/index.rst	Wed Apr 21 11:44:47 2021 +0200
+++ b/doc/libervia-cli/index.rst	Thu Apr 22 18:16:19 2021 +0200
@@ -14,7 +14,7 @@
 Overview
 ========
 
-``li`` is a powerful tool to work with Salut à Toi/XMPP.
+``li`` is a powerful tool to work with Libervia/XMPP.
 With it you can send chat messages, share files, retrieve avatars, write blog entries, etc.
 
 Usage
--- a/doc/libervia-cli/invitation.rst	Wed Apr 21 11:44:47 2021 +0200
+++ b/doc/libervia-cli/invitation.rst	Thu Apr 22 18:16:19 2021 +0200
@@ -3,7 +3,7 @@
 ==============================================
 
 Invitations allows you to invite people without XMPP account, so they can participate e.g.
-to a discussion by using a specially generated link. This is a Salut à Toi specific
+to a discussion by using a specially generated link. This is a Libervia specific
 feature and those commands are rather low lever.
 
 .. _libervia-cli_invitation_create:
--- a/doc/libervia-cli/message.rst	Wed Apr 21 11:44:47 2021 +0200
+++ b/doc/libervia-cli/message.rst	Thu Apr 22 18:16:19 2021 +0200
@@ -33,7 +33,7 @@
 
 Send a ``normal`` message marked as French with a subject::
 
-  $ echo 'Bonjour, je vous écris avec « Salut à Toi »' | li message send -l fr -t normal -S 'Ceci est un message de test'
+  $ echo 'Bonjour, je vous écris avec « Libervia »' | li message send -l fr -t normal -S 'Ceci est un message de test'
 
 mam
 ===
--- a/doc/libervia-cli/pipe.rst	Wed Apr 21 11:44:47 2021 +0200
+++ b/doc/libervia-cli/pipe.rst	Thu Apr 22 18:16:19 2021 +0200
@@ -3,7 +3,7 @@
 ==================================================
 
 ``pipe`` commands allow you to send or receive data stream through a Unix shell pipe.
-Salut à Toi will create a network connection (using XMPP and Jingle) between you an your
+Libervia will create a network connection (using XMPP and Jingle) between you an your
 contact.
 
 in
--- a/doc/libervia-cli/pubsub.rst	Wed Apr 21 11:44:47 2021 +0200
+++ b/doc/libervia-cli/pubsub.rst	Thu Apr 22 18:16:19 2021 +0200
@@ -309,7 +309,7 @@
 example
 -------
 
-Imagine that you want to replace all occurrences of "sàt" by "Salut à Toi" in your personal blog. You first create a Python script like this:
+Imagine that you want to replace all occurrences of "sàt" by "Libervia" in your personal blog. You first create a Python script like this:
 
 .. sourcecode:: python
 
@@ -320,7 +320,7 @@
    if not "sàt" in item_raw:
        print("SKIP")
    else:
-       print(item_raw.replace("sàt", "Salut à Toi"))
+       print(item_raw.replace("sàt", "Libervia"))
 
 And save it a some location, e.g. ``~/expand_sat.py`` (don't forget to make is executable
 with ``chmod +x ~/expand_sat.py``).
--- a/doc/libervia-cli/shell.rst	Wed Apr 21 11:44:47 2021 +0200
+++ b/doc/libervia-cli/shell.rst	Thu Apr 22 18:16:19 2021 +0200
@@ -199,7 +199,7 @@
 version
 -------
 
-Print current version of li/Salut à Toi.
+Print current version of li/Libervia.
 
 whoami
 ------
--- a/doc/libervia-tui/index.rst	Wed Apr 21 11:44:47 2021 +0200
+++ b/doc/libervia-tui/index.rst	Thu Apr 22 18:16:19 2021 +0200
@@ -4,7 +4,7 @@
 Primitivus
 ==========
 
-``Primitivus`` is the TUI (Terminal User Interface) frontend of Salut à Toi
+``Primitivus`` is the TUI (Terminal User Interface) frontend of Libervia
 
 Overview
 ========