diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-01-31 19:01:18 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-01-31 19:01:18 +0000 |
commit | dc342fa28d0c5752a0f7ec65c52e80cbc2ec6c90 (patch) | |
tree | 3171b3d4fe8a31a33a4b7b56b60ca986ec304cc5 /README | |
parent | 18f161e4a687353f1c888d25fb1b8c3de8ee284d (diff) | |
download | poezio-dc342fa28d0c5752a0f7ec65c52e80cbc2ec6c90.tar.gz poezio-dc342fa28d0c5752a0f7ec65c52e80cbc2ec6c90.tar.bz2 poezio-dc342fa28d0c5752a0f7ec65c52e80cbc2ec6c90.tar.xz poezio-dc342fa28d0c5752a0f7ec65c52e80cbc2ec6c90.zip |
on vire les trads jusqu'à ce que je corrige ces trucs chiants
Diffstat (limited to 'README')
-rw-r--r-- | README | 31 |
1 files changed, 30 insertions, 1 deletions
@@ -11,6 +11,36 @@ Poezio's commands are design to be (if possible) like well known IRC clients (weechat, irssi, mirc). ======================= + Install +======================= +You just need python +the xmpppy lib is provided with poezio, as many +distributions still use xmpppy 0.4.1 which doesn't +work with anonymous connexion. +This will be eventually fixed latter on. + +Before launching poezio you need to type +make +in order to build the xmpppy library. + +you can then launch poezio with +sh launch.sh + +or you can install it with (as root or with sudo) +make install +(`make uninstall` works, don't worry ;)) +you can then launch poezio + +You can edit the config file (~/.config/poezio/poezio.cfg by default) +or data/default_config.cfg (if you want to edit the config before the +first launch) + +See the online documentation for more information: +http://codingteam.net/project/poezio/doc + +Please DO report any bug that you encounter. + +======================= Authors ======================= Florent Le Coz (louiz') <louizatakk@fedoraproject.org> (main developper) @@ -36,7 +66,6 @@ Please read the COPYING file for details ======================= = People = xbright (Handler and MultiUserChat classes) - chickenzilla (Config class) ====================== The code |