No description
Find a file
Maxime Buquet ed8f3b5c27 Merge branch 'doc-tab-list' into 'master'
[ci skip] doc/usage: horizontal tab list isn't the default anymore, since 2014 (thanks FireFly)

See merge request poezio/poezio!86
2020-04-23 14:33:49 +02:00
.github Create a pull request template 2019-11-03 16:35:48 +01:00
data doap: update LMC version 2020-04-05 03:13:53 +02:00
doc [ci skip] doc/usage: horizontal tab list isn't the default anymore, since 2014 (thanks FireFly) 2020-04-23 14:33:21 +02:00
plugins Merge branch 'disco-node' into 'master' 2020-04-16 19:13:34 +02:00
poezio [ci skip] Add TODOs re #3314 2020-04-22 18:41:47 +02:00
scripts Remove some more things linked with the gpg plugin 2018-08-09 00:59:44 +02:00
test logger: Log the JID during a parsing error. 2019-02-07 02:31:15 +01:00
.gitignore Add gitignore 2018-12-16 16:54:55 +00:00
.gitlab-ci.yml Add testing for python 3.7 2019-10-27 20:05:00 +01:00
.travis.yml Update travis CI 2018-08-11 13:03:56 +02:00
CHANGELOG Next version is 0.13 2018-08-14 20:01:54 +02:00
COPYING Add myself as a maintainer 2018-08-13 22:25:14 +02:00
Dockerfile Update urls to point to lab.louiz.org 2019-02-14 15:19:11 +00:00
launch.sh Rename hidden -v option to --custom-version and add a real -v (#3429) 2019-02-24 15:41:16 +01:00
Makefile Refactor logger.py to make it more testable 2017-11-21 22:40:43 +01:00
MANIFEST.in Ship appdata, flatpak manifest, and desktop files. 2018-08-20 22:06:24 +01:00
README.rst Update urls to point to lab.louiz.org 2019-02-14 15:19:11 +00:00
requirements-plugins.txt Fix aiohttp requirement for python < 3.6 2019-10-18 19:27:24 +02:00
requirements.txt Also switch the potr plugin to https:// 2018-11-14 19:57:15 +01:00
setup.py Install the .desktop file. 2018-08-20 22:11:03 +01:00
update.sh update.sh: Check for Python 3.5+ instead of 3.4+. 2018-07-23 22:34:13 +02:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

poezio
======

Homepage:      https://poez.io

Forge Page:    https://lab.louiz.org/poezio/poezio

Poezio is a console Jabber/XMPP client.  Its goal is to use anonymous
connections to simply let the user join MultiUserChats.  This way, the user
doesn't have to create a Jabber account, exactly like people are using
IRC.  Poezio's commands are designed to be (if possible) like commonly
used IRC clients (weechat, irssi, etc).

Since version 0.7, poezio can handle real Jabber accounts along with
roster and one-to-one conversations, making it a full-featured console
Jabber client, but still MultiUserChats-centered.
In the future, poezio should implement at a 100% level all XEP related to
MUCs, especially XEP 0045.

Install
=======

You need python 3.5 or higher (preferably the latest) and the associated devel
package, to build C modules, and the slixmpp python library.
You also need aiodns if you want SRV record support.

Additionally, youll need sphinx to build the documentation pages.
To read the documentation without these dependancies just read the rst
files in the doc/source/ directory or the generated documentation on the
website.

The simplest way to have up-to-date dependencies and to be able to test
this developement version is to use the ``update.sh`` script that downloads
them, places them in the right directory, and builds the C module.

You can then launch poezio with

::

    $ ./launch.sh

you can now simply launch ``poezio``

You can edit the configuration file which is located in
``~/.config/poezio/poezio.cfg`` by default, and you will have to copy
and edit ``data/default_config.cfg`` if you want to edit the config before
the first launch. The default config file is fully commented, but you can
also read the “Configuration” documentation page which has links between
options and longer descriptions.

Please see the online documentation for more information on installing,
configuring or using poezio: https://doc.poez.io/

If you still have questions, or if you're lost, don't hesitate to come
talk to us directly on our Jabber chat room (see Contact section).

Please DO report any bug you encounter and ask for any feature you want
(we may implement it or not, but its always better to ask).

Authors
=======

- Florent Le Coz (louiz) <louiz@louiz.org> (developer)
- Mathieu Pasquet (mathieui) <mathieui@mathieui.net> (developer)
- Emmanuel Gil Peyrot (Link Mauve) <linkmauve@linkmauve.fr> (developer)

Contact/support
===============

Jabber ChatRoom:   `poezio@muc.poez.io <xmpp:poezio@muc.poez.io?join>`_

Report a bug:      https://lab.louiz.org/poezio/poezio/issues/new

License
=======

Poezio is Free Software.
(learn more: http://www.gnu.org/philosophy/free-sw.html)

Poezio is released under the zlib License.
Please read the COPYING file for details.

The artwork logo was made by Gaëtan Ribémont and released under
the Creative Commons BY license (http://creativecommons.org/licenses/by/2.0/)


Hacking
=======

If you want to contribute, you will be welcome on
`poezio@muc.poez.io <xmpp:poezio@muc.poez.io?join>`_ to announce your
ideas, what you are going to do, or to seek help if you have trouble
understanding some of the code.

The preferred way to submit changes is through a merge request on gitlab,
at https://lab.louiz.org/poezio/poezio, but we also accept contributions
on github, or with a simple “please fetch my code on my personal git
repository hosted somewhere”


Thanks
======

- People:
    - Todd Eisenberger - Plugin system and OTR support
    - Jérôme Parment (Manfraid) - Code, testing
    - Akim Sadaoui - Code
    - Florian Duraffourg - Code
    - Frédéric Meynadier - Code
    - Georg Lukas - Code
    - Johannes Krude - Code
    - Łabędź - Code
    - Lasse Aagren - Code
    - Lancelot SIX - Code
    - Luke Marlin - Code
    - Maxime Buquet - Code
    - Nicolas Braud-Santoni - Code
    - Perdu - Code
    - Eijebong - Code
    - Gaëtan Ribémont - Logo design
    - Ovart - Testing
    - Koshie - Donation
    - Gapan - Makefile
    - FlashCode (weechat dev) - Useful advices on how to use ncurses efficiently
    - And all the people using and testing poezio, and especially the ones present
      on the jabber chatroom doing bug reports and/or feature requests.