Mercurial > libervia-backend
annotate doc/index.rst @ 3519:02eec2a5b5f9
plugin XEP-0060, XEP-0277: new rename methods (`psItemRename`, `mbRename`):
Those methods recreate an item to given new ID, and if successful, delete the former one.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 01 May 2021 18:37:57 +0200 |
parents | 4705f80b6e23 |
children | 25d3677701e7 e65395e5f649 |
rev | line source |
---|---|
3505 | 1 ====================== |
2 Libervia documentation | |
3 ====================== | |
2946 | 4 |
3505 | 5 Welcome to Libervia's documentation. You'll find here both end-user and developer documentations. |
2946 | 6 |
3505 | 7 Libervia is a Libre communication ecosystem based on XMPP standard. It allows you to do many things such as: |
2946 | 8 |
9 - instant messaging | |
10 - (micro)blogging | |
11 - file sharing | |
12 - managing photo albums | |
13 - organizing/managing events | |
14 - handling tasks | |
15 - etc. | |
16 | |
17 It features many interfaces (desktop, mobile, web, command line, console), and is multi-platforms. | |
18 | |
19 You can follow this documentation to learn more on it, or join our official XMPP room at `sat@chat.jabberfr.org <xmpp:sat@chat.jabberfr.org?join>`_ (also available via a `web link <https://chat.jabberfr.org/converse.js/sat@chat.jabberfr.org>`_) | |
20 | |
21 | |
22 .. toctree:: | |
23 :caption: Contents: | |
24 :maxdepth: 3 | |
25 | |
26 installation.rst | |
3021
8ec35cf13f66
doc: added, overview, configuration and Primitivus documentation + some small modifications
Goffi <goffi@goffi.org>
parents:
2946
diff
changeset
|
27 overview.rst |
8ec35cf13f66
doc: added, overview, configuration and Primitivus documentation + some small modifications
Goffi <goffi@goffi.org>
parents:
2946
diff
changeset
|
28 configuration.rst |
3488
c80a0f864b5d
doc: updated doc following global renaming
Goffi <goffi@goffi.org>
parents:
3430
diff
changeset
|
29 /libervia-cli/index.rst |
c80a0f864b5d
doc: updated doc following global renaming
Goffi <goffi@goffi.org>
parents:
3430
diff
changeset
|
30 /libervia-tui/index.rst |
3430
4ba31dd1f0f5
doc: documentation for testing in new `contributing` section
Goffi <goffi@goffi.org>
parents:
3021
diff
changeset
|
31 /contribuing/index.rst |
2946 | 32 |
33 | |
34 Indices and tables | |
35 ================== | |
36 | |
37 * :ref:`genindex` | |
38 * :ref:`search` |