comparison doc/gntgaim.1.in @ 14012:086a3d208b22

[gaim-migrate @ 16604] Let's have a man-page for gntgaim. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 01 Aug 2006 00:05:14 +0000
parents
children 88ccffe0875c
comparison
equal deleted inserted replaced
14011:735c4e927eb8 14012:086a3d208b22
1 .\" Copyright (c) 2006, Sadrul Habib Chowdhury <sadrul@users.sf.net>
2 .\"
3 .\" This is free documentation; you can redistribute it and/or
4 .\" modify it under the terms of the GNU General Public License as
5 .\" published by the Free Software Foundation; either version 2 of
6 .\" the License, or (at your option) any later version.
7 .\"
8 .\" The GNU General Public License's references to "object code"
9 .\" and "executables" are to be interpreted as the output of any
10 .\" document formatting or typesetting system, including
11 .\" intermediate and printed output.
12 .\"
13 .\" This manual is distributed in the hope that it will be useful,
14 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
15 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 .\" GNU General Public License for more details.
17 .\"
18 .\" You should have received a copy of the GNU General Public
19 .\" License along with this manual; if not, write to the Free
20 .\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
21 .\" USA.
22 .TH gntgaim 1
23 .SH NAME
24 GntGaim \- Console frontend for Instant Messaging client Gaim.
25 .SH SYNOPSIS
26 .TP 5
27 \fBgntgaim \fI[options]\fR
28
29 .SH DESCRIPTION
30 .PP
31 \fBgntgaim\fR is a console-based frontend for Instant Messaging (IM)
32 application Gaim. It supports multiple protocols via modules, including AIM,
33 ICQ, Yahoo!, MSN, Jabber, IRC, Napster, Gadu-Gadu and Zephyr. It has many
34 common features found in other clients, as well as many unique features. Gaim
35 is not endorsed by or affiliated with America Online, ICQ, Microsoft, or Yahoo.
36
37 .SH OPTIONS
38 The following options are provided by \fBgntgaim\fR using the standard GNU
39 command line syntax:
40 .TP
41 .B \-d, \-\-debug
42 Print debugging messages to stdout. These are the same debugging messages
43 that are displayed in the \fBDebug\fR window.
44 .TP
45 .B \-c, \-\-config=\fIDIR\fB
46 Use \fIDIR\fR as the directory for config files instead of \fI~/.gaim\fR.
47 .TP
48 .B \-h, \-\-help
49 Print this help and exit.
50 .TP
51 .B \-n, \-\-nologin
52 Don't automatically login when \fBgntgaim\fR starts. Sets all accounts to
53 Offline.
54 .TP
55 .B \-v, \-\-version
56 Display the version information window.
57
58 .SH GNT Shortcuts
59 You can use the following shortcuts:
60 .TP
61 .B Alt \+ n
62 Go to the next window.
63 .TP
64 .B Alt \+ p
65 Go to the previous window.
66 .TP
67 .B Alt \+ w
68 Show the list of windows. You can select and jump to any window from the list.
69 .TP
70 .B Alt \+ c
71 Close the current window.
72 .TP
73 .B Alt \+ q
74 Quit.
75 .TP
76 .B Alt \+ m
77 Start moving a window. Press the cursor keys to move the window. When you are
78 done, press \fBEnter\fR or \fBEscape\fR.
79 .TP
80 .B Alt \+ r
81 Start resizing a window. Press the cursor keys to resize the window. When you
82 are done, press \fBEnter\fR or \fBEscape\fR.
83
84 .SH FILES
85 \fI~/.gntrc\fR: configuration file for gnt applications.
86 .br
87 .TP
88 A sample file looks like:
89 .br
90 [general]
91 .br
92 shadow = 0
93 .br
94
95 .br
96 [colors]
97 .br
98 # The RGB values range in [0, 1000]
99 .br
100 black = 0; 0; 0
101 .br
102 red = 1000; 0; 0
103 .br
104 green = 0; 1000; 0
105 .br
106 blue = 250; 250; 700
107 .br
108 white = 1000; 1000; 1000
109 .br
110 gray = 700; 700; 700
111 .br
112 darkgray = 256; 256; 256
113 .br
114
115 .br
116 [colorpairs]
117 .br
118 normal = white; black
119 .br
120 highlight = white; blue
121 .br
122 highlightd = black; gray
123 .br
124 shadow = black; darkgray
125 .br
126 title = white; blue
127 .br
128 titled = white; gray
129 .br
130 text = white; blue
131 .br
132 disabled = gray; black
133 .br
134
135 .SH BUGS
136 Known bugs are listed at
137 .br
138 \fIhttp://sourceforge.net/tracker/?group_id=235&atid=100235\fR
139
140 .SH PATCHES
141 If you fix a bug in \fBgntgaim\fR (or otherwise enhance it), please submit a
142 patch (using \fIcvs diff -up > my.diff\fR against the latest CVS version)
143 at
144 .br
145 \fIhttp://sourceforge.net/tracker/?func=add&group_id=235&atid=300235\fR
146
147 Before sending a bug report, please verify that you have the latest
148 version of \fBgntgaim\fR. Many bugs (major and minor) are fixed
149 at each release, and if yours is out of date, the problem may already
150 have been solved.
151
152 .SH SEE ALSO
153 \fIhttp://gaim.sourceforge.net/\fR
154 .br
155 \fIhttp://www.sourceforge.net/projects/gaim/\fR
156
157 .SH LICENSE
158 This program is free software; you can redistribute it and/or modify
159 it under the terms of the GNU General Public License as published by
160 the Free Software Foundation; either version 2 of the License, or
161 (at your option) any later version.
162
163 This program is distributed in the hope that it will be useful, but
164 \fBWITHOUT ANY WARRANTY\fR; without even the implied warranty of
165 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
166 General Public License for more details.
167
168 You should have received a copy of the GNU General Public License
169 along with this program; if not, write to the Free Software
170 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
171
172 .SH AUTHORS
173 Sadrul Habib Chowdhury <\fIsadrul@users.sourceforge.net\fR>
174 .br
175
176 This manpage was written by Sadrul Habib Chowdhury <\fIsadrul@users.sourceforge.net\fR>.
177