Documentation update

This commit is contained in:
mathieui 2016-10-09 14:37:34 +02:00
parent 3a608c191f
commit 4ad066b39b
2 changed files with 22 additions and 12 deletions

View file

@ -13,10 +13,10 @@ As far as I know, Poezio is available in the following distributions, you just
have to install it by using the package manager of the distribution, if you're have to install it by using the package manager of the distribution, if you're
using one of these. using one of these.
- **Archlinux**: A poezio_ and poezio-git_ packages are in AUR (use your favourite - **Archlinux**: poezio_ and poezio-git_ packages are in the AUR
AUR wrapper to install them) (use your favourite AUR wrapper to install them)
- **Gentoo**: `Sekhs overlay`_ contains everything required to build stable - **Gentoo**: Its uncertain, but the bgo-overlay_ appears to contain poezio
versions of poezio (sleekxmpp, dnspython, and poezio) and slixmpp packages.
- **Fedora**: The stable poezio package was out of date for a long time in - **Fedora**: The stable poezio package was out of date for a long time in
Fedora, but now thanks to Casper, there is an `up-to-date package`_ in Fedora, but now thanks to Casper, there is an `up-to-date package`_ in
the repos since F19. the repos since F19.
@ -26,6 +26,7 @@ using one of these.
- **Nix** (and **NixOS**): The last stable version of poezio is availalble in - **Nix** (and **NixOS**): The last stable version of poezio is availalble in
the unstable branch of `nixpkgs`. Use ``nix-env -f "<nixpkgs>" -iA poezio`` the unstable branch of `nixpkgs`. Use ``nix-env -f "<nixpkgs>" -iA poezio``
to install poezio for the current user. to install poezio for the current user.
- **OpenBSD**: a poezio port_ is available
(If another distribution provides a poezio package, please tell us and we will (If another distribution provides a poezio package, please tell us and we will
add it to the list) add it to the list)
@ -194,7 +195,6 @@ If you did, it should be in the ``$PATH`` as ``poezio``, so run:
poezio poezio
.. _Sekhs overlay: https://github.com/sekh/sekh_overlay
.. _stable sources: https://dev.louiz.org/project/poezio/download .. _stable sources: https://dev.louiz.org/project/poezio/download
.. _slixmpp: https://dev.louiz.org/projects/slixmpp .. _slixmpp: https://dev.louiz.org/projects/slixmpp
.. _aiodns: https://github.com/saghul/aiodns .. _aiodns: https://github.com/saghul/aiodns
@ -204,4 +204,5 @@ If you did, it should be in the ``$PATH`` as ``poezio``, so run:
.. _pypi: https://pypi.python.org/pypi/poezio .. _pypi: https://pypi.python.org/pypi/poezio
.. _development builds: http://dédié.jeproteste.info/poezio_debian/ .. _development builds: http://dédié.jeproteste.info/poezio_debian/
.. _cython: http://cython.org .. _cython: http://cython.org
.. _bgo-overlay: https://bgo.zugaina.org/
.. _port: http://ports.su/net/poezio

View file

@ -1,10 +1,11 @@
Quickstart guide Quickstart guide
================ ================
This page is an attempt at provinding first aid to new users, who must This page is an attempt at providing first aid to new users, who must
first follow the :ref:`Install Guide <install>` to get a working poezio. first follow the :ref:`Install Guide <install>` to get a working poezio
install.
Reading the more detailed:ref:`Usage page <usage>` is recommended to get Reading the more detailed :ref:`Usage page <usage>` is recommended to get
a deeper understanding of poezio. a deeper understanding of poezio.
Anonymous usage Anonymous usage
@ -23,7 +24,7 @@ talking to people right away. It opens a new :ref:`muctab`.
Talking to people Talking to people
~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~
You can use the :ref:`/message` command if you know the address of people You can use the :term:`/message` command if you know the address of people
you want to talk to. This will open a :ref:`conversationtab`. you want to talk to. This will open a :ref:`conversationtab`.
Normal usage Normal usage
@ -37,7 +38,9 @@ in anonymous mode.
After obtaining an account and setting the :term:`jid` config option to After obtaining an account and setting the :term:`jid` config option to
the right value, you should go through the configuration file to get the right value, you should go through the configuration file to get
an overview of the different configuration options available. an overview of the different :ref:`configuration options <config>` available. If you
dont set the value of the :term:`password` option, you will be prompted
to enter it on startup.
Joining rooms Joining rooms
~~~~~~~~~~~~~ ~~~~~~~~~~~~~
@ -50,7 +53,7 @@ to join a chatroom and start talking to people right away. It opens a new
Talking to people Talking to people
~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~
Just as in the anonymous mode, you can use the :ref:`/message` command if Just as in the anonymous mode, you can use the :term:`/message` command if
you know the address of people you want to talk to. This will open a you know the address of people you want to talk to. This will open a
:ref:`conversationtab`. :ref:`conversationtab`.
@ -75,4 +78,10 @@ make sure you have it installed first.
After that, you can enable the OTR plugin with ``/load otr``. Further usage is After that, you can enable the OTR plugin with ``/load otr``. Further usage is
discussed in the :ref:`plugin documentation <otr-plugin>`. discussed in the :ref:`plugin documentation <otr-plugin>`.
Exiting poezio
~~~~~~~~~~~~~~
Use the :term:`/exit` command to quit poezio.
.. _gajim: https://gajim.org .. _gajim: https://gajim.org