]> jfr.im git - irc.git/blame - software/ircd/www.irc.org/ftp/irc/clients/tcl-tk/zircon/zircon.README
init
[irc.git] / software / ircd / www.irc.org / ftp / irc / clients / tcl-tk / zircon / zircon.README
CommitLineData
3bd189cb
JR
1Zircon Release 1.15
2-----------------------
3
4This is a release of Zircon, an X11 interface to Internet Relay Chat.
5The software is written in tcl/tk and uses the tcl-dp TCP extensions
6to provide network communications. Suggestions for improvements to
7Zircon are welcome. I am particularly interested in making the
8system useful for those users in groups where JIPS and other national
9character sets are used.
10
11Zircon has more features than you could possibly imagine and
12implements nearly everything that the irc II clients support as well
13as many other useful and interesting features. This reflects the power
14of tcl/tk *not* the fact that I am a wonderful programmer (I am, but
15that is a side issue :-)) tcl/tk is a wonderful system and you need it
16on your machine *NOW*.
17
18Please send all reports, comments and suggestions to:
19
20 zircon@catless.newcastle.ac.uk
21
22You can usually find me on the channel #zircon along with other
23helpful Zircon users (and ScottM is often there too 8-; ). N.B. the user
24whose nick is zircon has nothing to do with this progam. You can
25always get the latest release of Zircon from ZirconBot - send the
26message !send current and it will be dcc'ed to you. !send beta will
27often send the latest beta test release of the system. If you use the
28registration feature of Zircon ZirconBot will inform you off new
29releases when you sign on to IRC.
30
31Mail
32----
33 zircon-request@newcastle.ac.uk
34
35to be added to the Zircon users mailing list. Messages to the mailing
36list should be sent to
37
38 zircon@newcastle.ac.uk
39
40Enjoy!
41
42Lindsay
43-------
44
45REQUIREMENTS
46
47The software has been developed using:
48
49 tcl Version 7.3
50 tk Version 3.6
51 tcl-dp Version 3.0
52
53You must have the dpwish program rather than the usual wish for Zircon
54to be runnable.
55
56tcl/tk is available from harbor.ecn.purdue.edu in the directory
57/pub/tcl. tcl-dp is available there also, but the latest version can
58always be found on catless.ncl.ac.uk which is also the home of Zircon.
59
60You can configure lots of stuff using X resources, thus it is possible
61to make buttons and text associated with particular users and channels
62appear in special colours and fonts. The system is much easier to use
63than the usual UNIX interfaces to irc and a lot of people are using it
64on a day to day basis. Zircon also supports a distributed drawing
65board, but please do not use this when there are non-Zircon users
66around as they get annoyed when they cant see the pictures.
67
68For people who really cannot do without their ircII style commands a
69subset of these are also supported both in an optional command line
70and from Channel windows - see the MANUAL for details.
71
72INSTALLATION
73
74Make sure you have tcl and tk installed and have built tcl-dp.
75Edit the zircon Makefile and configure the path to dpwish, the name of
76the directory where zircon files are going to live, and where you want
77the main program to go. Then type
78
79 make install
80
81Now create a file called rc in the zircon directory. This acts as a
82system wide rc file for all zircon users. Minimally put in here the
83name of the default irc server that you wish users to connect to, and
84the default port if it is not 6667. Also useful would be the name of
85you rnearest irc help service :
86
87Server default -host x.y.z -port 9999
88set helpService "help_XX"
89
90The file DOTzirconrc shows you what you might want to put in your
91.zirconrc file in your HOME directory, but any of that stuff can also
92go in the rc file in the zircon library directory. The HOME rc file
93overrides the system one.
94
95You will also want to edit the file zircon.ad which can be found in
96the zircon library directory. This contains application defaults for
97X resources and is read by zircon on startup.
98
99HELP
100
101Mail problems to zircon@catless.ncl.ac.uk. The zircon mailing list can
102be joined by posting to zircon-request@newcastle.ac.uk and posted to
103at zircon@newcastle.ac.uk You can usually find help in the #zircon
104channel on IRC as well.
105
106Possible Future Extensions
107--------------------------
108
1091) Automatic AWAY canceling when you type in a window.
110
1112) Nice icons instead of boring old buttons and text - suggestions welcome.
112
1133) Face icons for users. Probably using the faces mail icon database.
114
1154) Sound
116
1175) Support for extended Server features
118
119Known Features
120--------------
121
1221) Zircon does not work with pre-2.8 servers.
123
1242) There is no JIS support. In fact there are problems when you even
125attempt to join a group with JIS characters in its name as tcl tries
126to interpret the $ characters in them.... I have tried the JIPS
127version of tcl but it didnt help.
128
1293) Character escaping in the low level CTCP protocol is not done
130everywhere, but it *is* done for SED encrypted messages
131
1324) You cannot configure anything other than Channels using the
133configuration panel. If you wish to configure Message channels then
134you have to do them by hand in the rc file. This restriction will be
135lifted in the next release, along (I hope) with a completely redone
136configuration system.
137
1385) The Sketch Pad facility is not completely finished.