Mercurial > pidgin.yaz
annotate doc/gaim.1.in @ 10343:ee4f477fc8cf
[gaim-migrate @ 11553]
Minor tweaks to the blist and status xml reading code. These functions
don't expect the filename to be called "blist.xml" and "status.xml"
anymore. Some guy wanted this because he wants to try to add some
sort of AIM buddy list importing, or something. I think.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 10 Dec 2004 05:49:01 +0000 |
parents | 1a62febbf3d6 |
children | bc45ab9756b5 |
rev | line source |
---|---|
6954 | 1 .\" Copyright (c) 2000, Dennis Ristuccia <dennis@dennisr.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 gaim 1 | |
23 .SH NAME | |
24 Gaim v@VERSION@ \- Instant Messaging client | |
25 .SH SYNOPSIS | |
26 .TP 5 | |
27 \fBgaim \fI[options]\fR | |
28 | |
29 .SH DESCRIPTION | |
30 .PP | |
9073 | 31 \fBgaim\fR is a GTK2-based Instant Messaging (IM) application. It supports |
32 multiple protocols via modules, including AIM, ICQ, Yahoo!, MSN, Jabber, | |
33 IRC, Napster, Gadu-Gadu and Zephyr. It has many common features found in | |
34 other clients, as well as many unique features. Gaim is not endorsed by or | |
35 affiliated with America Online, ICQ, Microsoft, or Yahoo. | |
6954 | 36 |
37 .SH OPTIONS | |
9073 | 38 The following options are provided by \fBgaim\fR using the standard GNU |
39 command line syntax: | |
6954 | 40 .TP |
41 .B \-a, \-\-acct | |
9073 | 42 Launch the \fBAccount Editor\fR rather than the \fBLogin\fR window on |
43 start. | |
6954 | 44 .TP |
45 .B \-d, \-\-debug | |
9073 | 46 Print debugging messages to stdout. These are the same debugging messages |
47 that are displayed in the \fBDebug\fR window. | |
6954 | 48 .TP |
8736 | 49 .B \-c, \-\-config=\fIDIR\fB |
50 Use \fIDIR\fR as the directory for config files instead of \fI~/.gaim\fR. | |
6954 | 51 .TP |
52 .B \-h, \-\-help | |
53 Print this help and exit. | |
54 .TP | |
55 .B \-l, \-\-login[=\fINAME\fB] | |
9073 | 56 Automatically login on start using the default account or the account |
57 specified by the \fINAME\fR parameter. | |
6954 | 58 .TP |
59 .B \-n, \-\-loginwin | |
9073 | 60 Don't automatically login when \fBgaim\fR starts. Show the \fBLogin\fR |
61 window instead. | |
6954 | 62 .TP |
63 .B \-u, \-\-user=\fINAME\fB | |
64 Use account \fINAME\fR as default. | |
65 .TP | |
66 .B \-v, \-\-version | |
67 Display the version information window. | |
68 .TP | |
69 .B \-w, \-\-away[=\fIMESG\fB] | |
9073 | 70 Automatically go away on signon. You may optionally use the \fIMESG\fR |
71 parameter to set the away message. | |
6954 | 72 |
73 .SH BUDDY LIST | |
9073 | 74 The \fBBuddy List\fR window is \fBgaim\fR's main interface window. Using |
75 this window you can see which of your buddies is online, away, idle, etc. | |
76 You can also add and remove buddies from your buddy list. | |
6954 | 77 |
9073 | 78 The \fBBuddy List\fR window contains a list of your buddies who are online |
79 and have allowed you to be notified of their presence. The icon to the | |
80 left of each buddy indicates the buddy's current state and the protocol | |
81 they are using. Double clicking a buddy will open a new \fBConversation\fR | |
82 window. Right clicking will pop up a menu: | |
6954 | 83 .TP |
9618 | 84 .B Get Info |
85 Retrieves and displays information about the buddy. This information is | |
86 also known as a Profile. | |
87 .TP | |
6954 | 88 .B IM |
89 Opens a new \fBConversation\fR window to the selected buddy. | |
90 .TP | |
9618 | 91 .B Send File |
92 Sends a file to the selected buddy (only available on protocols that support | |
93 file transfer). | |
94 .TP | |
6954 | 95 .B Add Buddy Pounce |
9073 | 96 A Buddy Pounce is a configurable automated action to be performed when the |
97 buddy's state changes. This will open the \fBBuddy Pounce\fR dialog to be | |
98 discussed later. | |
99 .TP | |
6954 | 100 .B View Log |
9073 | 101 \fBgaim\fR is capable of automatically log its activities. These logs are |
102 either plain text files (with a .log extension) or html files (with a | |
10236 | 103 \&.html extension) located under the \fI~/.gaim/logs\fR directory. This |
9073 | 104 menu command will attempt to view this file with \fBgaim\fR's internal log |
105 viewer. | |
8201 | 106 .TP |
107 .B Alias | |
9073 | 108 Create an alias for this buddy. This will open up a new dialog in which |
109 one can give this buddy an alternate name to appear on the buddy list and | |
9076 | 110 in conversations. |
8201 | 111 |
9073 | 112 For example, if a buddy's name screen name was jsmith1281xx and his real |
113 name was 'John Q. Smith,' one could create an alias as to identify the | |
114 buddy by his common name. | |
6954 | 115 .LP |
9073 | 116 The remainder of the menu will consist of protocol specific commands. |
9618 | 117 These commands vary depending on the protocol. |
6954 | 118 .LP |
9073 | 119 At the bottom of the \fBBuddy List\fR are several buttons (if enabled in |
120 \fBPreferences\fR): | |
6954 | 121 .TP |
122 .B IM | |
9073 | 123 Opens a new \fBConversation\fR window to to the selected buddy, or brings |
124 up the \fBNew Message\fR dialog box if no buddy is selected. | |
6954 | 125 .TP |
126 .B Info | |
9073 | 127 Retrieves and display information about the selected buddy, or brings up |
128 the \fBGet User Info\fR dialog box if no buddy is selected. | |
6954 | 129 .TP |
130 .B Chat | |
9073 | 131 Brings up the \fBJoin Chat\fR dialog box, prompting the user to select |
132 which username to use and what chat group to join. | |
6954 | 133 .TP |
134 .B Away | |
9073 | 135 Brings up a menu of all available \fBAway Messages\fR. If an item is |
136 selected, all online accounts will use this item as their away message. | |
6954 | 137 |
138 .SH ACCOUNT EDITOR | |
9073 | 139 The account editor consists of a list of accounts and information about |
140 them. Clicking \fIDelete\fR will delete the currently selected account. | |
141 Clicking \fIAdd\fR or \fIModify\fR will invoke a \fBModify Account\fR | |
142 window. Here, you can add or alter account information. When creating a | |
143 new account, you will submit your screen name and password. You will also | |
144 choose your protocol. | |
6954 | 145 |
9073 | 146 If \fIRemember Password\fR is chosen, the password will be saved in |
147 \fBgaim\fR's configuration file. | |
6954 | 148 |
9073 | 149 If \fIAuto-Login\fR is chosen, this account will automatically login upon |
150 starting \fBgaim\fR. | |
151 | |
152 Each protocol has it's own specific options that can be found in the | |
9618 | 153 modify screen. |
6954 | 154 |
155 .SH PREFERENCES | |
156 | |
157 All options take effect immediately. | |
158 | |
159 .SH Interface | |
160 | |
9073 | 161 \fIDisplay remote nicknames if no alias is set\fR: Toggles whether server |
162 nickname data should be used if no local alias exists. | |
6954 | 163 |
9618 | 164 .SH Buddy List |
9073 | 165 \fISorting\fR: Toggles the order in which buddies are shown in your |
166 \fBBuddy List\fR between none, alphabetical, by status and by log size. | |
6954 | 167 |
9076 | 168 \fIShow buttons as\fR: Toggles between picture-only, text-only, picture and |
9073 | 169 text or no buttons view of the buttons on the \fBBuddy List\fR. |
6954 | 170 |
9073 | 171 \fIRaise window on events\fR: Tells \fBgaim\fR to bring the \fBBuddy |
172 List\fR window to the top when buddies sign in or out. | |
6954 | 173 |
9073 | 174 \fIShow numbers in groups\fR: The number of buddies from each group |
175 currently logged in will be shown along with the total number of buddies in | |
176 the group. | |
6954 | 177 |
8736 | 178 \fIShow buddy icons\fR: Toggles the display of buddies' custom icons. |
6954 | 179 |
9073 | 180 \fIShow warning levels\fR: Each buddy's warning level will be displayed |
181 next to the screen name. As a buddy's warning level increases, outgoing | |
182 messages are more and more severely rate-limited. | |
6954 | 183 |
9073 | 184 \fIShow idle times\fR: The amount of time each buddy has been idle will be |
185 displayed next to the screen name (if the buddy has opted to have their | |
186 client report this information). | |
8736 | 187 |
9073 | 188 \fIDim idle buddies\fR: If enabled, idle buddies will be displayed in grey |
189 text instead of black text. | |
190 | |
191 \fIAutomatically expand contacts\fR: If enabled, contacts will | |
192 automatically expand to show the associated buddies when the mouse is held | |
193 over the contact for a short period. | |
8736 | 194 |
195 .SH Conversations | |
196 | |
9618 | 197 \fIShow buttons as...\fR: The selected item will determine whether |
198 picture-only, text-only, combined picture/text, or no buttons will be used | |
199 for \fBConversation\fR windows. | |
200 | |
201 \fIEnable "slash" commands\fR: Determines whether messages starting with | |
202 "slash" (eg. /help) will be interpreted as commands by \fBgaim\fR, or if they | |
203 will just be sent as messages. | |
8736 | 204 |
9073 | 205 \fIShow formatting toolbar\fR: Display the formatting toolbar between the |
206 upper and lower text boxes in conversations. | |
8736 | 207 |
9073 | 208 \fIShow aliases in tabs/titles\fR: Displays buddy alias instead of screen |
209 name in window tabs and titles. | |
8736 | 210 |
9073 | 211 \fIShow buddy icons\fR: For protocols that support it, buddy icons allow |
212 buddies to send small pictures to be displayed during the course of a | |
213 conversation. Turning this option off hides those pictures. | |
6954 | 214 |
9073 | 215 \fIEnable buddy icon animation\fR: If these pictures happen to be animated, |
216 this option will enable the animation, otherwise only the first frame will | |
217 be displayed. | |
6954 | 218 |
9073 | 219 \fINotify buddies that you are typing to them\fR: Some protocols allow |
220 clients to tell their buddies when they are typing. This option enables | |
221 this feature for protocols that supports it. | |
9618 | 222 |
223 \fIRaise IM windows on events\fR: If enabled, IM \fBConversation\fR windows | |
224 will be brought to the top when new messages are received. | |
6954 | 225 |
9618 | 226 \fIRaise Chat windows on events\fR: If enabled, chat \fBConversation\fR windows |
227 will be brought to the top when new messages are received. | |
228 | |
229 \fIUse multi-colored screen names in chats\fR: Color code the screen names of | |
230 users in chat rooms. | |
231 | |
6954 | 232 .TP |
9618 | 233 .B Tab Options |
234 \fIShow IMs and chats in tabbed windows\fR: Tabbed chatting allows one to | |
235 have multiple conversations without multiple windows. | |
6954 | 236 |
9618 | 237 \fIShow close buttons on tabs\fR: Adds a close button to each tab. |
6954 | 238 |
9618 | 239 \fITab Placement...\fR: Specifies where tabs are shown in the conversation |
240 window. | |
6954 | 241 |
9618 | 242 \fI New conversation placement...\fR: Determines where new conversations will |
243 be placed (Last created window / New window / windows grouped by group or | |
244 account / separate windows for IMs and Chats). | |
6954 | 245 |
9618 | 246 .TP |
247 .B Message Text | |
248 \fIShow timestamp on messages\fR: Toggles the timestamp behavior for | |
249 conversations. Per-conversation behavior can be changed by pressing | |
250 \fIF2\fR in the \fBConversation\fR window. | |
251 | |
252 \fIHighlight misspelled words\fR: Toggles highlighting of misspelled words | |
253 as you type. | |
254 | |
255 \fIIgnore colors/font faces/font sizes\fR: Tells \fBgaim\fR to disregard | |
256 buddies' color/font/size information in displaying IMs or Chats. | |
6954 | 257 |
9618 | 258 \fIDefault Formatting\fR: Allows specifying the default formatting to apply |
259 to all outgoing messages (only applicable to protocols that support | |
260 formatting in messages). | |
6954 | 261 |
9618 | 262 .TP |
263 .B Shortcuts | |
264 Allows the user to determine which keyboard shortcuts are available. | |
265 | |
266 .TP | |
267 .B Smiley Themes | |
268 Allows the user to choose between different smiley themes. The "none" theme | |
269 will disable graphical emoticons - they will be displayed as text instead. | |
6954 | 270 |
271 .SH Sounds | |
272 | |
9073 | 273 \fISounds while away\fR: Determines whether sounds are played when an away |
274 message is up. | |
6954 | 275 |
9073 | 276 \fISound Method\fR lets the user choose between different playback methods. |
277 The user can also manually enter a command to be executed when a sound is | |
278 to be played (\fI%s\fR expands to the full path to the file name). | |
6954 | 279 |
280 .TP | |
281 .B Sound Events | |
282 Lets the user choose when and what sounds are to be played. | |
283 | |
9618 | 284 .SH Network |
285 | |
286 .TP | |
287 .B IP Address | |
288 \fIAutodetect IP Address\fR: \fBGaim\fR will attempt to automatically determine | |
289 your IP address for use in file transfers and Direct IMs. | |
290 | |
291 \fIPublic IP\fR: What IP address to use for file transfer and Direct IMs. This | |
292 is mainly useful for users with multiple network interfaces or behind NAT. | |
293 | |
294 .TP | |
295 .B Ports | |
296 \fIManually specify range of ports to listen on\fR: Specify specific ports to | |
297 listen on, overriding any defaults. | |
298 | |
299 .TP | |
300 .B Proxy Server | |
301 The configuration section to enable \fBgaim\fR to operate through a proxy | |
302 server. \fBgaim\fR currently supports SOCKS 4/5 and HTTP proxies. | |
303 | |
304 .SH Browser | |
305 | |
306 Allows the user to select \fBgaim\fR's default web browser. Firefox, Galeon, | |
307 Konqueror, Mozilla, Netscape and Opera are supported natively. The user | |
308 can also manually enter a command to be executed when a link is clicked | |
309 (\fI%s\fR expands to the URL). For example, \fIxterm -e lynx "%s"\fR will | |
310 open the link with lynx. \fIOpen new window by default\fR makes the | |
311 browser use a new window instead of using the current window (or spawning a | |
312 new tab). | |
313 | |
314 .SH Logging | |
315 | |
316 \fIMessage Logs\fR lets the user choose whether \fBConversations\fR and/or | |
317 \fBBuddy Chats\fR will be logged as well as whether logs will be in HTML or | |
318 plain text format. \fISystem Logs\fR describes the types of events to be | |
319 logged. | |
320 | |
6954 | 321 .SH Away / Idle |
322 | |
9073 | 323 \fIQueue new messages when away\fR: Messages received since going Away will |
324 not be shown until away status is removed. | |
6954 | 325 |
9073 | 326 \fISend auto-response\fR: If someone messages you while away, your |
327 auto-response will be sent. | |
6954 | 328 |
9073 | 329 \fIOnly send auto-response when idle\fR: If someone messages you while |
330 away, your auto-response will only be sent if \fBgaim\fR decides that the | |
331 connection is idle. | |
6954 | 332 |
9073 | 333 \fIIdle time reporting\fR: If \fINone\fR is selected, account idle time |
334 will not be reported. \fIGaim usage\fR infers your idle time from your | |
335 usage of \fBgaim\fR. \fIX usage\fR infers your idle time from \fBX\fR | |
336 (this option may not be universally available). | |
6954 | 337 |
9073 | 338 \fIAuto-away\fR: Determines if and under what conditions \fBgaim\fR will |
339 automatically turn on the Away status. | |
6954 | 340 |
341 .TP | |
342 .B Away Messages | |
343 Lets the user add/edit/remove available \fBAway Messages\fR. | |
344 | |
345 .SH Plugins | |
346 | |
9073 | 347 Allows the user to enable add-on plugins for \fBgaim\fR. Several of these |
348 come with \fBgaim\fR, while others must be downloaded separately. The | |
349 \fIDescription\fR field gives the plugin author's description of the | |
350 plugin, while the \fIDetails\fR field gives the plugin's authorship, URL, | |
351 and file name/location information. | |
6954 | 352 |
9073 | 353 Some plugins can be configured. If you load such a plugin, its |
354 configuration preferences will appear as a submenu to \fBPlugins\fR, with | |
355 the submenu title determined by the plugin's name. | |
6954 | 356 |
9618 | 357 .SH Protocols |
358 | |
359 Protocols provide protocol specific preferences here. | |
360 | |
6954 | 361 .SH CONVERSATIONS |
9073 | 362 When starting a new conversation, the user is presented with the |
363 \fBConversation\fR window. The conversation appears in the upper text box | |
364 and the user types his/her message in the lower text box. Between the two | |
365 is a row of settings, represented by icons. Some or all buttons may not be | |
366 active if the protocol does not support the specific formatting. From left | |
367 to right: | |
6954 | 368 .TP |
369 .B Bold | |
8736 | 370 Turns on/off bold. |
6954 | 371 .TP |
372 .B Italics | |
8736 | 373 Turns on/off italics. |
6954 | 374 .TP |
375 .B Underline | |
8736 | 376 Turns on/off underline. |
6954 | 377 .TP |
378 .B Decrease font size | |
8736 | 379 Increases the size of the message text. |
6954 | 380 .TP |
381 .B Increase font size | |
8736 | 382 Decreases the size of the message text. |
6954 | 383 .TP |
384 .B Select a foreground color | |
8736 | 385 Changes the foreground color of the message text. |
6954 | 386 .TP |
387 .B Select a background color | |
8736 | 388 Changes the background color of the message text. |
6954 | 389 .TP |
390 .B Add image | |
8736 | 391 Inserts an in-line image in the message. |
6954 | 392 .TP |
393 .B Add hyperlink | |
8736 | 394 Adds a clickable link to the message. |
6954 | 395 .TP |
396 .B Add smiley | |
8736 | 397 Adds an emoticon (smiley) to your message. |
6954 | 398 |
399 Beneath the lower text box is a row of buttons that execute commands: | |
400 .TP | |
401 .B Warn | |
9073 | 402 This issues a warning to the other person in the conversation (not |
403 available in all protocols). | |
6954 | 404 .TP |
405 .B Block | |
9073 | 406 This adds the other person to your deny list (not available in all |
407 protocols). | |
6954 | 408 .TP |
9618 | 409 .B Send File |
410 Send a file to this user. This option is only available on protocols where | |
411 \fBGaim\fR supports file transfer. | |
412 .TP | |
6954 | 413 .B Add |
9073 | 414 This adds this user to your buddy list. This option is not available if |
415 the user is already on your list. | |
6954 | 416 .TP |
417 .B Remove | |
9073 | 418 This removes this user from your buddy list. This option is not available |
419 if the user is not on your list. | |
6954 | 420 .TP |
421 .B Info | |
9073 | 422 This gets information (a profile) about the other person in the |
423 conversation (not available in all protocols). | |
6954 | 424 .TP |
425 .B Send | |
426 This sends what's currently in the lower text box | |
427 | |
428 .SH BUDDY CHATS | |
9073 | 429 For protocols that allow it, \fBBuddy Chats\fR can be entered through the |
430 \fIFile\fR menu or the \fIChat\fR button at the bottom of the \fBBuddy | |
431 List\fR's \fBOnline\fR tab. | |
6954 | 432 |
433 Additional commands available in chat, depending on the protocol are: | |
434 .TP | |
435 .B Whisper | |
9073 | 436 The text will appear in the chat conversation, but it will only be visible |
437 to the sender and the receiver. | |
6954 | 438 .TP |
439 .B Invite | |
440 Invite other people to join the chat room. | |
441 .TP | |
442 .B Ignore | |
443 Ignore anything said by the chosen person | |
444 .TP | |
445 .B Set Topic | |
9073 | 446 Set the topic of the chat room. This is usually a brief sentence |
447 describing the nature of the chat--an explanation of the chat room's name. | |
6954 | 448 |
449 .SH AWAY MESSAGES | |
9073 | 450 Most protocols allow for away messages. When a user is \fIAway\fR, he can |
451 leave an informative message for others to see. The \fBAway\fR submenu of | |
452 the \fBTools\fR menu is used to add and remove away messages. | |
6954 | 453 |
9073 | 454 \fINew Away Message\fR provides space for one to enter an away message and |
455 a title for that message. If \fISave\fR or \fISave & Use\fR are chosen, | |
456 this message will be saved. It can later be referred to by the title given | |
457 to it. | |
6954 | 458 |
9073 | 459 \fIRemove Away Message\fR is a submenu containing the titles of saved away |
460 messages. Clicking on one of these titles will remove the away message | |
461 associated with it. | |
462 | |
463 The rest of the \fIaway\fR menu provides the user with a way to assign | |
464 different away messages to different connections. Choosing \fISet All | |
465 Away\fR will set away all the connections capable of the away state. | |
6954 | 466 |
467 .SH BUDDY POUNCE | |
9073 | 468 A Buddy Pounce is an automated trigger that occurs when a buddy returns to |
469 a normal state from an away state. The \fBNew Buddy Pounce\fR dialog box | |
470 can be activated by selecting the \fIBuddy Pounce\fR submenu from the | |
471 \fBTools\fR menu. A pounce can be set to occur on any combination of the | |
472 events listed, and any combination of actions can result. If \fISave this | |
473 pounce after activation\fR is checked, the trigger will remain until it is | |
474 removed from the \fIRemove Buddy Pounce\fR menu. | |
6954 | 475 |
476 .SH PLUGINS | |
9073 | 477 \fBGaim\fR allows for dynamic loading of plugins to add extra functionality |
478 to \fBgaim\fR. Plugins can be enabled and configured from the | |
479 \fBPreferences\fR window. See \fIplugins/HOWTO\fR for more information on | |
480 writing plugins. | |
6954 | 481 |
482 .SH PERL | |
9073 | 483 \fBGaim\fR allows for perl scripting. See \fIPerl Scripting HOWTO\fR in |
484 the Gaim documentation for more information about perl scripting. | |
6954 | 485 |
8736 | 486 .SH TCL |
9073 | 487 \fBGaim\fR allows for Tcl scripting. See \fIplugins/tcl/TCL-HOWTO\fR for |
488 more information about Tcl scripting. | |
8736 | 489 |
6954 | 490 .SH FILES |
7387 | 491 \fI@prefix@/bin/gaim\fR: \fBgaim\fR's location. |
6954 | 492 .br |
7387 | 493 \fI@prefix@/lib/gaim/\fR: \fBgaim\fR's plugins directory. |
6954 | 494 .br |
495 \fI~/.gaim/prefs.xml\fR: \fBgaim\fR's configuration file. | |
496 .br | |
497 \fI~/.gaim/accounts.xml\fR: information about your accounts. | |
498 .br | |
499 \fI~/.gaim/status.xml\fR: stores your away messages. | |
500 .br | |
501 \fI~/.gaim/pounces.xml\fR: stores your buddy pounces. | |
502 .br | |
8736 | 503 \fI~/.gaim/logs/PROTOCOL/ACCOUNT/SCREENNAME/DATE.log\fR: conversation logs. |
6954 | 504 .br |
505 \fI~/.gaim/blist.xml\fR: the buddy list. | |
8736 | 506 .br |
507 \fI~/.gaim/plugins/\fR: users local plugins | |
6954 | 508 |
509 .SH BUGS | |
8736 | 510 Known bugs are listed at |
511 .br | |
512 \fIhttp://sourceforge.net/tracker/?group_id=235&atid=100235\fR | |
6954 | 513 |
514 .SH PATCHES | |
9073 | 515 If you fix a bug in \fBgaim\fR (or otherwise enhance it), please submit a |
516 patch (using \fIcvs diff -up > my.diff\fR against the latest CVS version) | |
517 at | |
8736 | 518 .br |
519 \fIhttp://sourceforge.net/tracker/?func=add&group_id=235&atid=300235\fR | |
6954 | 520 |
9073 | 521 Before sending a bug report, please verify that you have the latest |
522 version of \fBgaim\fR. Many bugs (major and minor) are fixed | |
523 at each release, and if yours is out of date, the problem may already | |
6954 | 524 have been solved. |
525 | |
526 .SH SEE ALSO | |
527 \fIhttp://gaim.sourceforge.net/\fR | |
528 .br | |
529 \fIhttp://www.sourceforge.net/projects/gaim/\fR | |
530 | |
531 .SH LICENSE | |
532 This program is free software; you can redistribute it and/or modify | |
533 it under the terms of the GNU General Public License as published by | |
534 the Free Software Foundation; either version 2 of the License, or | |
535 (at your option) any later version. | |
536 | |
537 This program is distributed in the hope that it will be useful, but | |
538 \fBWITHOUT ANY WARRANTY\fR; without even the implied warranty of | |
9073 | 539 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
6954 | 540 General Public License for more details. |
541 | |
9073 | 542 You should have received a copy of the GNU General Public License |
6954 | 543 along with this program; if not, write to the Free Software |
9076 | 544 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
6954 | 545 |
546 .SH AUTHORS | |
547 \fBGaim\fR's active developers are: | |
548 | |
9063
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
549 Rob Flynn (maintainer) <\fIgaim@robflynn.com\fR> |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
550 .br |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
551 Sean Egan (lead developer) <\fIbj91704@binghamton.edu\fR> |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
552 .br |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
553 Christian 'ChipX86' Hammond (developer & webmaster) |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
554 .br |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
555 Herman Bloggs (win32 port) <\fIhermanator12002@yahoo.com\fR> |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
556 .br |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
557 Nathan 'faceprint' Walp (developer) |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
558 .br |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
559 Mark 'KingAnt' Doliner (developer) |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
560 .br |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
561 Ethan 'Paco-Paco' Blanton (developer) |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
562 .br |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
563 Tim 'marv' Ringenbach (developer) |
6954 | 564 .br |
9063
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
565 Luke 'LSchiere' Schierer (support) |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
566 |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
567 Our crazy patch writers include: |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
568 |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
569 Benjamin Miller |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
570 .br |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
571 Decklin Foster |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
572 .br |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
573 Etan 'deryni' Reisner |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
574 .br |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
575 Robert 'Robot101' McQueen |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
576 .br |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
577 Kevin 'SimGuy' Stange |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
578 .br |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
579 Stu 'nosnilmot' Tomlinson |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
580 .br |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
581 Gary 'xgrimx' Kramlich |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
582 .br |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
583 Ka-Hing 'javabsp' Cheung |
9907 | 584 .br |
585 Felipe 'shx' Contreras | |
586 .br | |
587 Daniel 'datallah' Atallah | |
6954 | 588 |
589 The retired developers of \fBgaim\fR are: | |
590 | |
9063
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
591 Adam Fritzler (former libfaim maintainer) |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
592 .br |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
593 Eric Warmenhoven (former lead developer) <\fIwarmenhoven@yahoo.com\fR> |
6954 | 594 .br |
9063
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
595 Jim Duchek (former maintainer) |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
596 .br |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
597 Jim Seymour (former Jabber developer) |
6954 | 598 .br |
599 Mark Spencer (original author) <\fImarkster@marko.net\fR> | |
9063
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
600 .br |
350c6845c792
[gaim-migrate @ 9839]
Christian Hammond <chipx86@chipx86.com>
parents:
8736
diff
changeset
|
601 Syd Logan (hacker and designated driver [lazy bum]) |
6954 | 602 |
603 This manpage was originally written by Dennis Ristuccia <\fIdennis@dennisr.net\fR>. It has been updated and largely rewritten by Sean Egan <\fIbj91704@binghamton.edu\fR> and Ben Tegarden <\fItegarden@uclink.berkeley.edu\fR>. |