No description
Find a file
2011-09-11 17:10:05 +02:00
data Add (optional) lazy resize, and also fix the screen becoming empty when resizing to a lower width. 2011-09-09 19:12:20 +02:00
locale Update locales 2011-05-29 00:26:45 +02:00
src Change license to zlib (MIT sucks :() 2011-09-11 17:10:05 +02:00
CHANGELOG changelog format 2011-07-04 22:38:28 +02:00
COPYING Change license to zlib (MIT sucks :() 2011-09-11 17:10:05 +02:00
launch.sh Re-make launch.sh executable… 2011-05-04 22:33:44 +02:00
Makefile c code that doesn’t work 2011-09-08 17:05:02 +02:00
README Change license to zlib (MIT sucks :() 2011-09-11 17:10:05 +02:00
setup.py and that file… 2011-09-09 18:46:42 +02:00
update.sh Fix links in the update.sh script 2011-04-21 17:04:37 +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.

	                      _
	                     (_)
	 _ __   ___   ___ _____  ___
	| '_ \ / _ \ / _ \_  / |/ _ \
	| |_) | (_) |  __// /| | (_) |
	| .__/ \___/ \___/___|_|\___/
	| |
	|_|

Homepage:	http://poezio.eu
Forge Page:	http://dev.louiz.org/projet/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 futur, poezio should implement at a 100% level all XEP related to
MUCs, especially XEP 0045.

=======================
	Install
=======================
You need python 3.0 or higher, and the SleekXMPP python library.
In the developpement version, youll need this fork of SleekXMPP
http://github.com/louiz/SleekXMPP.

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

you can then launch poezio with
./launch.sh

or you can install it with (as root or with sudo)
make install
(`make uninstall' works, don't worry ;))
you can now simply 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). The default config file is fully commented.

Please, see the online documentation for more information on installing,
configuring or using poezio:
http://dev.louiz.org/project/poezio/doc

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.

=======================
	Authors
=======================
Florent Le Coz (louiz) <louiz@louiz.org> (main developper)
Mathieu Pasquet (mathieui) <mathieui@mathieui.net> (developper)

=======================
    Contact/support
=======================
Jabber ChatRoom:   poezio@kikoo.louiz.org
Forum:             http://dev.louiz.org/project/poezio/forum
Report a bug:      http://dev.louiz.org/project/poezio/bugs/add

=======================
	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/)

=======================
	Thanks
=======================
= People =
 Link Mauve - Code, testing
 Gaëtan Ribémont (http://www.bonbref.com) - Logo design
 Ovart - Testing
 Koshie - Donation
 Gapan - Makefile
 FlashCode (weechat dev) - Useful advices on how to use ncurses efficiently
= Project =
 Gajim - send_vcard method and common.py