root/climm/doc/climm.1

Revision 2856, 4.8 kB (checked in by kuhlmann, 5 months ago)

fix svn properties to get correct svn id; update reference in de climmcmds accordingly

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 .\"     $Id$ -*- nroff -*-
2 .\" EN: $Id$
3 .TH CLIMM 1 climm
4 .SH NAME
5 .B climm
6 \- a small, text mode ICQ client
7 .SH SYNOPSIS
8 .B climm
9 .I [\-h]
10 .I [\-c]
11 .I [\-b <basedir>]
12 .I [\-i <locale>]
13 .I [\-v[level]]
14 .I [\-l <logplace>]
15 .I [\-u <UIN>]
16 .I [\-p <passwd>]
17 .I [\-s <status>]
18 .I [\-C <commands>]
19 .SH DESCRIPTION
20 .B climm
21 is a text based ICQ client supporting many of the ICQ features provided by
22 the client by Mirabilis. climm allows to change the user password, create
23 new accounts, updating user info, search other users, send SMS, open direct
24 connections, send acknowledged messages, transfer files, detect other user's
25 client, send UTF-8 encoded messages, execute arbitrary commands upon any
26 event, etc.
27 .SH OPTIONS
28 .TP
29 .BI \-h|\-\-help
30 Display a short help text and exit.
31 .TP
32 .BI \-c|\-\-nocolor
33 Disable the use of color.
34 .TP
35 .BI \-b|\-\-basedir \ <basedir>
36 Specify
37 .I basedir
38 as the base directory where climm will look for its files, in particular
39 its climmrc file.
40 .TP
41 .BI \-i|\-\-i18n \ <locale>
42 Use the locale
43 .I locale
44 instead of the one derived from environment variables.
45 .TP
46 .BI \-v|\-\-verbose [level]
47 Set verbose mode, or set verbosity to
48 .IR level .
49 .TP
50 .BI \-l|\-\-logplace \ <file>|<dir>
51 Use
52 .I file
53 as file to write log into, or use
54 .I dir
55 as a directory to create per user log files in.
56 .TP
57 .BI \-u|\-\-uin \ <uin>
58 Login with
59 .I uin
60 only. Maybe repeated.
61 .TP
62 .BI \-p|\-\-passwd \ <passwd>
63 Login with
64 .I passwd
65 as password. Maybe repeated for each
66 .I \-u
67 switch, or single.
68 .TP
69 .BI \-s|\-\-status \ <status>
70 Login with
71 .I status
72 as status, which may be given numerically or
73 .BR inv ,
74 .BR dnd ,
75 .BR occ ,
76 .BR na ,
77 .BR away ,
78 .BR ffc ,
79 or
80 .BR off[line] .
81 .TP
82 .BI \-C|\-\-cmd \ <commands>
83 Execute climm commands
84 .I cmds
85 after login instead of the default
86 .I eg
87 command.
88 .SH USAGE
89 Upon first start (for the given base directory), climm will ask for a UIN,
90 or create a new one. After the first login, the server based contact list
91 will be imported automatically.
92 .br
93 Basic commands include
94 .I msg
95 to message other contacts (try pressing the <tab> key several times
96 on an empty input line to bring up msg commands to message contacts
97 recently talked to),
98 .I add
99 to add new contacts,
100 .IR update ,\  other ,\ and\  about
101 to change your meta data on the ICQ server, and, of course,
102 .I help
103 for online help. A complete list of commands is available in the
104 .BR climmcmds (7)
105 man page.
106 .SH FEATURES
107 .B climm
108 is very portable and runs on Linux, DOS, OS/2, Win32, BeOS, AmigaOS, GNU HURD and any
109 other modern unix system. 
110 .B climm version 0.5
111 is known to run on Linux, AIX, HPUX, Tru64, AmigaOS, partially BeOS and other unices.
112 However, the other ports
113 may or may not still work and anyone wishing to test them is welcome to.
114 .SH HISTORY
115 .TP
116 16 Aug 1998
117 Matthew D. Smith releases climm unto the world.
118 Followed by 12 dated releases until 25 Sept 1998.
119 .TP
120 05 Jan 2001
121 Matthew D. Smith died in a car accident.
122 Users pick up where Matthew left off, formalize climm under the BSD
123 license and restart the development of
124 .BR climm .
125 .TP
126 10 June 2002
127 Version 0.4.9 is released under the GPL licence, finally
128 implementing the new version 8 of the ICQ protocol, done
129 by R\(:udiger Kuhlmann.
130 .SH MAILING-LIST
131 The climm mailing list is
132 .IR climm\-list@climm.org .
133 Information about subscribing and archives is available at
134 .IR http://www.climm.org/pipermail/climm\-list/ .
135 .SH DOWNLOAD
136 Via HTTP from
137 .IR http://www.climm.org/download .
138 .br
139 To get the newest version from CVS, enter:
140 .br
141 cvs \-d:pserver:anonymous@climm.org:/var/lib/cvs co climm
142 .br
143 .SH SEE ALSO
144 .BR climmrc (5),
145 .BR climmcmds (7)
146 .SH FILES
147 .TP
148 .I ~/.climmrc
149 Old configuration file for climm \- obsolete.
150 .TP
151 .I ~/.climm/
152 The default base directory where climm looks for its files.
153 .TP
154 .I BASE/climmrc
155 Configuration file for climm. Contains global configuration.
156 .TP
157 .I BASE/status
158 Configuration file for climm. Contains contacts list and
159 contact options.
160 .TP
161 .I BASE/i18n/*.i18n
162 Local overrides for climm's translation files.
163 .TP
164 .I ~/.climm/i18n/*.i18n
165 Local overrides for climm's translation files.
166 .TP
167 .I BASE/contacts/
168 Directory where meta data for contacts is stored.
169 .TP
170 .I BASE/history/
171 Default directory for log files.
172 .TP
173 .I BASE/files/
174 Directory where incoming file transfers are saved.
175 .TP
176 .I BASE/remote-control
177 Old default location of the FIFO used for scripting. Renamed as it confused lusers.
178 .TP
179 .I BASE/scripting
180 Default location of the FIFO used for scripting.
181 .TP
182 .I PREFIX/share/climm/*.i18n
183 Internationalization files containing translations of all strings
184 climm outputs.
185 .SH BUGS
186 Send bug reports or comments to R\(:udiger Kuhlmann
187 .I <climm@ruediger\-kuhlmann.de>
188 (in German or English).
189 .SH AUTHOR
190 This manual page was derived by James Morrison
191 .I <ja2morrison@student.math.uwaterloo.ca>
192 from the minimal man page written by Jordi Mallach
193 .I <jordi@sindominio.net>
194 for the Debian GNU/Linux system and later kept up-to-date by
195 .IR <climm@ruediger\-kuhlmann.de> .
Note: See TracBrowser for help on using the browser.