From bd72eef4a4458f8d2e52609d7b6cf3efe12a0177 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 4 Jul 2021 21:06:02 +0900 Subject: Rearranged applications folder into sub categories. Signed-off-by: Michele Calgaro --- .../konversation/debian/man/konversation.1.docbook | 214 +++++++++++++++++++++ .../man/konversationircprotocolhandler.1.docbook | 95 +++++++++ 2 files changed, 309 insertions(+) create mode 100644 ubuntu/_base/applications/internet/konversation/debian/man/konversation.1.docbook create mode 100644 ubuntu/_base/applications/internet/konversation/debian/man/konversationircprotocolhandler.1.docbook (limited to 'ubuntu/_base/applications/internet/konversation/debian/man') diff --git a/ubuntu/_base/applications/internet/konversation/debian/man/konversation.1.docbook b/ubuntu/_base/applications/internet/konversation/debian/man/konversation.1.docbook new file mode 100644 index 000000000..719d6e158 --- /dev/null +++ b/ubuntu/_base/applications/internet/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 TDE + + + + 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 TDE and Qt + programs accept a some common command-line options. + + + + Generic options: + + + Show help about options + + + + Show Qt specific options + + + + Show TDE 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 /opt/trinity/share/apps/konversation/scripts and + in ~/.trinity/share/apps/konversation/scripts. + To execute a script, use the exec command: + + /exec + scriptname + arguments + + + For example: + + /exec gauge 75 + + + FILES + + + + ~/.trinity/share/config/konversationrc + Main configuration + + + + ~/.trinity/share/config/konversation.eventsrc + + Notification settings + + + + ~/.trinity/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/ubuntu/_base/applications/internet/konversation/debian/man/konversationircprotocolhandler.1.docbook b/ubuntu/_base/applications/internet/konversation/debian/man/konversationircprotocolhandler.1.docbook new file mode 100644 index 000000000..3a82060c1 --- /dev/null +++ b/ubuntu/_base/applications/internet/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 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.) + + + 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.1