root/trunk/README

Revision 655, 1.9 kB (checked in by jajcus, 2 years ago)

- addresses updated

Line 
1                              Console Jabber Client
2                    (c) 2003-2006 Jacek Konieczny <jajcus@jajcus.net>
3
4 CJC is a Jabber/XMPP client for text terminals. It uses pyxmpp library for XMPP
5 comunication and curses for screen output. It is not finished yet, but still
6 quite usable. Its user interface is resembling those of popular IRC clients
7 like irssi or BitchX.
8
9 Requirements:
10 -------------
11
12 1. Python interpreter
13
14         PyXMPP and CJC were tested with Python 2.4.2, but probably it will also
15         work with some older Python versions (but not older than 2.3).
16
17 2. PyXMPP - http://pyxmpp.jajcus.net/
18
19         CJC 1.0 requires PyXMPP 1.0 or newer.
20
21         If you are using CJC from SVN then probably the best choice is to use
22         latest PyXMPP from SVN too. For official releases the latest PyXMPP
23         release before that CJC release should work well (but newer release may
24         work better).
25
26         PyXMPP should be installed in system in default Python module search path,
27         but it doesn't have to be installed (just compiled) if you want to run CJC
28         from the source tree (using cjc.py script). PyXMPP compiled sources should be
29         placed in same directory where cjc source tree is (both CJC and PyXMPP
30         tarballs unpacked or both SVN modules checked out in the same directory).
31
32 Installation:
33 -------------
34
35 You may run CJC right from the source tree, but to install it into the system use:
36
37         make install
38
39
40 Usage:
41 ------
42
43 See the attached manual (doc/manual.html). Some day it may be complete :-)
44
45
46 Bug reports and feature requests:
47 ---------------------------------
48
49 The best place to send those is the CJC trac:
50
51         http://cjc.jajcus.net/trac/
52
53 But you can write to me directly via e-mail: jajcus@jajcus.net
54 or jabber: jajcus@jajcus.net
55
56 There is also a mailing list for CJC: cjc@lists.jajcus.net. To subscribe -- send
57 an empty message to cjc-subscribe@lists.jajcus.net or visit the listinfo
58 page at http://lists.jajcus.net/mailman/listinfo/cjc
59
60 But if you don't describe your problem or wish on the project trac I may forget
61 about it.
Note: See TracBrowser for help on using the browser.