From 0cc79c34f5e9be7eced52b0565e8e79acfa5f4e6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 3 Aug 2011 14:44:58 -0500 Subject: Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick --- .../konversation/debian/man/konversation.1.docbook | 214 +++++++++++++++++++++ .../man/konversationircprotocolhandler.1.docbook | 95 +++++++++ 2 files changed, 309 insertions(+) create mode 100644 debian/lenny/applications/konversation/debian/man/konversation.1.docbook create mode 100644 debian/lenny/applications/konversation/debian/man/konversationircprotocolhandler.1.docbook (limited to 'debian/lenny/applications/konversation/debian/man') diff --git a/debian/lenny/applications/konversation/debian/man/konversation.1.docbook b/debian/lenny/applications/konversation/debian/man/konversation.1.docbook new file mode 100644 index 000000000..f48e27b95 --- /dev/null +++ b/debian/lenny/applications/konversation/debian/man/konversation.1.docbook @@ -0,0 +1,214 @@ + + + + + + Nathaniel + W + Turner + nate@houseofnate.net + + + 2004 + Nathaniel W. Turner + + + + 2005-05-31 + + + + KONVERSATION + 1 + + + konversation + user friendly IRC client for KDE + + + + konversation + + + + + + + + + + + + + DESCRIPTION + + Konversation is client for the Internet Relay Chat (IRC) protocol. + + + IRC is a great way to meet friends on the net, make new acquaintances and + lose yourself in talk about your favorite subject. + + + Konversation is under active development and is currently in beta. + + + + OPTIONS + + All KDE and Qt + programs accept a some common command-line options. + + + + Generic options: + + + Show help about options + + + + Show Qt specific options + + + + Show KDE specific options + + + + Show all options + + + + Show author information + + + , + Show version information + + + + Show license information + + + + Indicates end of options + + + + + + Options + + + server + Server to connect + + + + port + Port to use (default: 6667) + + + + channel + Channel to join after connection + + + + nickname + Nickname to use + + + + password + Password for connection + + + + Use SSL for connection (default: + false) + + + + + + + SCRIPTING + Konversation looks for scripts in /usr/share/apps/konversation/scripts and + in ~/.kde/share/apps/konversation/scripts. + To execute a script, use the exec command: + + /exec + scriptname + arguments + + + For example: + + /exec gauge 75 + + + FILES + + + + ~/.kde/share/config/konversationrc + Main configuration + + + + ~/.kde/share/config/konversation.eventsrc + + Notification settings + + + + ~/.kde/share/apps/konversation/logs + + Directory containing channel log + files + + + + + + SEE ALSO + + The Konversation Handbook is an excellent resource for further reading. + It can be found under the Help menu in Konversation. + + + The following manual pages may also be of interest: + + konversationircprotocolhandler + 1 + , + + dcop + 1 + + + + + COPYRIGHT + + This manual page was written by Nathaniel W. Turner + nate@houseofnate.net for the + Debian 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. + + + On Debian systems, the complete text of the GNU General Public + License can be found in + /usr/share/common-licenses/GPL. + + + diff --git a/debian/lenny/applications/konversation/debian/man/konversationircprotocolhandler.1.docbook b/debian/lenny/applications/konversation/debian/man/konversationircprotocolhandler.1.docbook new file mode 100644 index 000000000..1752d7b2c --- /dev/null +++ b/debian/lenny/applications/konversation/debian/man/konversationircprotocolhandler.1.docbook @@ -0,0 +1,95 @@ + + + + + + Nathaniel + W + Turner + nate@houseofnate.net + + + 2004 + Nathaniel W. Turner + + + + 2004-07-06 + + + + KONVERSATIONIRCPROTOCOLHANDLER + 1 + + + konversationircprotocolhandler + handler for irc:// URI scheme + + + + konversationircprotocolhandler + + + + + + + DESCRIPTION + + This program takes a URI of the form + irc://server:port/ + (or simply irc://server/) and opens a + connection to the specified IRC server in a running Konversation client. + + + This program is registered with KDE as a handler for the irc URI scheme, + and KDE 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.) + + + This program can also be used directly, but since it is somewhat internal + to Konversation, it's interface might change in an incompatible way, and + relying on it is not advised. It is better to use Konversation's dcop + interface directly. + + + + BUGS + + This program will only work if there is a currently running konversation + process. + + + + SEE ALSO + + + konversation + 1 + , + + dcop + 1 + + + + + COPYRIGHT + + This manual page was written by Nathaniel W. Turner + nate@houseofnate.net for the + Debian 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. + + + On Debian systems, the complete text of the GNU General Public + License can be found in + /usr/share/common-licenses/GPL. + + + -- cgit v1.2.3