diff options
Diffstat (limited to 'doc/man/konversationircprotocolhandler.1')
-rw-r--r-- | doc/man/konversationircprotocolhandler.1 | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/doc/man/konversationircprotocolhandler.1 b/doc/man/konversationircprotocolhandler.1 new file mode 100644 index 0000000..78da0f6 --- /dev/null +++ b/doc/man/konversationircprotocolhandler.1 @@ -0,0 +1,70 @@ +'\" t +.\" Title: KONVERSATIONIRCPROTOCOLHANDLER +.\" Author: Nathaniel W Turner <nate@houseofnate.net> +.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> +.\" Date: 2004-07-06 +.\" Manual: [FIXME: manual] +.\" Source: [FIXME: source] +.\" Language: English +.\" +.TH "KONVERSATIONIRCPROTO" "1" "2004\-07\-06" "[FIXME: source]" "[FIXME: manual]" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- +.SH "NAME" +konversationircprotocolhandler \- handler for irc:// URI scheme +.SH "SYNOPSIS" +.HP \w'\fBkonversationircprotocolhandler\fR\ 'u +\fBkonversationircprotocolhandler\fR {\fBURI\fR} +.SH "DESCRIPTION" +.PP +This program takes a URI of the form irc://\fIserver\fR:\fIport\fR/ (or simply irc://\fIserver\fR/) and opens a connection to the specified IRC server in a running Konversation client\&. +.PP +This program is registered with TDE as a handler for the irc URI scheme, and TDE applications will use this program to handle such URI\&. (For example, it will be called if a user clicks on an irc:// link on a web page in Konqueror\&.) +.PP +This program can also be used directly, but since it is somewhat internal to Konversation, it\*(Aqs interface might change in an incompatible way, and relying on it is not advised\&. It is better to use Konversation\*(Aqs dcop interface directly\&. +.SH "BUGS" +.PP +This program will only work if there is a currently running konversation process\&. +.SH "SEE ALSO" +.PP +\fBkonversation\fR(1), +\fBdcop\fR(1) +.SH "COPYRIGHT" +.PP +This manual page was written by Nathaniel W\&. Turner +<nate@houseofnate\&.net> +for the +Debian(TM) +system (but may be used by others)\&. Permission is granted to copy, distribute and/or modify this document under the terms of the +GNU +General Public License, Version 2 or any later version published by the Free Software Foundation\&. +.PP +On Debian systems, the complete text of the GNU General Public License can be found in +/usr/share/common\-licenses/GPL\&. +.SH "AUTHOR" +.PP +\fBNathaniel W Turner\fR <\&nate@houseofnate\&.net\&> +.RS 4 +Author. +.RE +.SH "COPYRIGHT" +.br +Copyright \(co 2004 Nathaniel W. Turner +.br |