Add man pages for TDE applications.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/41/head
Michele Calgaro 2 years ago
parent 37fdaba617
commit 76601ee605
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -9,4 +9,24 @@
#
#################################################
tde_auto_add_subdirectories( )
add_subdirectory( kcontrol )
add_subdirectory( man )
tde_conditional_add_subdirectory( BUILD_ARK ark )
tde_conditional_add_subdirectory( BUILD_TDELIRC irkick )
tde_conditional_add_subdirectory( BUILD_KCALC kcalc )
tde_conditional_add_subdirectory( BUILD_KCHARSELECT kcharselect )
tde_conditional_add_subdirectory( BUILD_KDF kdf )
tde_conditional_add_subdirectory( BUILD_KEDIT kedit )
tde_conditional_add_subdirectory( BUILD_KFLOPPY kfloppy )
tde_conditional_add_subdirectory( BUILD_KGPG kgpg )
tde_conditional_add_subdirectory( BUILD_KHEXEDIT khexedit )
tde_conditional_add_subdirectory( BUILD_KJOTS kjots )
tde_conditional_add_subdirectory( BUILD_KREGEXPEDITOR KRegExpEditor )
tde_conditional_add_subdirectory( BUILD_KSIM ksim )
tde_conditional_add_subdirectory( BUILD_KTIMER ktimer )
tde_conditional_add_subdirectory( BUILD_KMILO kvaio )
tde_conditional_add_subdirectory( BUILD_SUPERKARAMBA superkaramba )
tde_conditional_add_subdirectory( BUILD_TDEFILEREPLACE tdefilereplace )
tde_conditional_add_subdirectory( BUILD_TDEWALLET tdewallet )
tde_conditional_add_subdirectory( BUILD_KMILO thinkpad )

@ -9,4 +9,9 @@
#
#################################################
tde_auto_add_subdirectories( )
tde_conditional_add_subdirectory( BUILD_TDELIRC kcmlirc )
tde_conditional_add_subdirectory( BUILD_KLAPTOPDAEMON kcmlowbatcrit )
tde_conditional_add_subdirectory( BUILD_KLAPTOPDAEMON kcmlowbatwarn )
tde_conditional_add_subdirectory( BUILD_KLAPTOPDAEMON laptop )
tde_conditional_add_subdirectory( BUILD_KLAPTOPDAEMON powerctrl )
tde_conditional_add_subdirectory( BUILD_KDF storagedevices )

@ -0,0 +1,10 @@
tde_conditional_add_subdirectory( BUILD_ARK ark )
tde_conditional_add_subdirectory( BUILD_KCALC kcalc )
tde_conditional_add_subdirectory( BUILD_KCHARSELECT kcharselect )
tde_conditional_add_subdirectory( BUILD_KDF kdf )
tde_conditional_add_subdirectory( BUILD_KEDIT kedit )
tde_conditional_add_subdirectory( BUILD_KFLOPPY kfloppy )
tde_conditional_add_subdirectory( BUILD_KGPG kgpg )
tde_conditional_add_subdirectory( BUILD_KHEXEDIT khexedit )
tde_conditional_add_subdirectory( BUILD_SUPERKARAMBA superkaramba )
tde_conditional_add_subdirectory( BUILD_TDEFILEREPLACE tdefilereplace )

@ -0,0 +1,7 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
INSTALL(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
)

@ -0,0 +1,82 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
.TH Ark "1" "May 2006" "Ark" "User Commands"
.SH NAME
Ark \- manual page for Ark
.SH SYNOPSIS
.B ark
[\fIQt-options\fR] [\fITDE-options\fR] [\fITDE-tempfile-options\fR] [\fIoptions\fR] [\fIfolder\fR] [\fIfiles\fR] [\fIarchive\fR]
.SH DESCRIPTION
TDE Archiving tool
Ark is a graphical program for managing various archive formats within the
TDE environment. Archives can be viewed, extracted, created and modified
from within Ark.
The program can handle various formats such as tar, gzip, bzip2, zip, rar and
lha (if the appropriate command-line programs are installed).
Ark can work closely with Konqueror in the TDE environment to handle archives,
if you install the Konqueror Integration plugin available in the konq-plugins
package.
.SS "Generic options"
.TP
\fB\-\-help\fR
Show help about options
.TP
\fB\-\-help\-qt\fR
Show Qt specific options
.TP
\fB\-\-help\-tde\fR
Show TDE specific options
.TP
\fB\-\-help\-tde\-tempfile\fR
Show TDE\-tempfile specific options
.TP
\fB\-\-help\-all\fR
Show all options
.TP
\fB\-\-author\fR
Show author information
.TP
\fB\-v\fR, \fB\-\-version\fR
Show version information
.TP
\fB\-\-license\fR
Show license information
.TP
\fB\-\-\fR
End of options
.SH OPTIONS
.TP
\fB\-\-extract\fR
Open extract dialog, quit when finished
.TP
\fB\-\-extract\-to\fR
Extract 'archive' to 'folder'. Quit when finished.
\&'folder' will be created if it does not exist.
.TP
\fB\-\-add\fR
Ask for the name of the archive to add 'files' to. Quit when finished.
.TP
\fB\-\-add\-to\fR
Add 'files' to 'archive'. Quit when finished.
\&'archive' will be created if it does not exist.
.TP
\fB\-\-guess\-name\fR
Used with '\-\-extract\-to'. When specified, 'archive'
will be extracted to a subfolder of 'folder'
whose name will be the name of 'archive' without the filename extension.
.SS "Arguments"
.TP
folder
Folder to extract to
.TP
files
Files to be added
.TP
archive
Open 'archive'
.SH AUTHOR
Ark was written by Matthias Elter <elter@kde.org> and many others.
.br
Ark is released under the GNU General Public License.
.PP
This manual page was written by Sune Vuorela <debian@pusling.com>
for the Debian Project, and is released under the same terms as the program.

@ -0,0 +1,7 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
INSTALL(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
)

@ -0,0 +1,185 @@
.\" This file was generated by (a slightly modified) kdemangen.pl and edited by hand
.TH KCALC 1 "June 2006" "Trinity Desktop Environment" "TDE Calculator"
.SH NAME
kcalc
\- TDE Calculator
.SH SYNOPSIS
\fBkcalc\fP [Qt\-options] [TDE\-options]
.SH DESCRIPTION
\fBKCalc\fP is a scientific calculator for TDE. In addition to the usual functionality offered by most scientific calculators, \fBKCalc\fP offers a number of features:
.br
.IP " \-"
\fBKCalc\fP provides trigonometric functions, logic operations, and it is able to do statistical calculations.
.IP " \-"
\fBKCalc\fP allows you to cut and paste numbers from/into its display.
.IP " \-"
\fBKCalc\fP features a results\-stack which lets you conveniently recall previous results.
.IP " \-"
You can configure \fBKCalc\fP's display colors and font.
.IP " \-"
You can configure \fBKCalc\fP's precision and the number of digits after the period.
.IP " \-"
\fBKCalc\fP offers a great number of useful key\-bindings, which make using \fBKCalc\fP without using a pointing device easy.
.PP
Hint: Pressing (and holding) the Ctrl\-key, displays on every button, the corresponding key\-binding.
.SH OPTIONS
.SS Generic options:
.TP
.B \-\-help
Show help about options
.TP
.B \-\-help\-qt
Show Qt specific options
.TP
.B \-\-help\-tde
Show TDE specific options
.TP
.B \-\-help\-all
Show all options
.TP
.B \-\-author
Show author information
.TP
.B \-v, \-\-version
Show version information
.TP
.B \-\-license
Show license information
.TP
.B \-\-
End of options
.SS
.SS Qt options:
.TP
.B \-\-display <displayname>
Use the X\-server display 'displayname'
.TP
.B \-\-session <sessionId>
Restore the application for the given 'sessionId'
.TP
.B \-\-cmap
Causes the application to install a private color
map on an 8\-bit display
.TP
.B \-\-ncols <count>
Limits the number of colors allocated in the color
cube on an 8\-bit display, if the application is
using the QApplication::ManyColor color
specification
.TP
.B \-\-nograb
tells Qt to never grab the mouse or the keyboard
.TP
.B \-\-dograb
running under a debugger can cause an implicit
\-nograb, use \-dograb to override
.TP
.B \-\-sync
switches to synchronous mode for debugging
.TP
.B \-\-fn, \-\-font <fontname>
defines the application font
.TP
.B \-\-bg, \-\-background <color>
sets the default background color and an
application palette (light and dark shades are
calculated)
.TP
.B \-\-fg, \-\-foreground <color>
sets the default foreground color
.TP
.B \-\-btn, \-\-button <color>
sets the default button color
.TP
.B \-\-name <name>
sets the application name
.TP
.B \-\-title <title>
sets the application title (caption)
.TP
.B \-\-visual TrueColor
forces the application to use a TrueColor visual on
an 8\-bit display
.TP
.B \-\-inputstyle <inputstyle>
sets XIM (X Input Method) input style. Possible
values are onthespot, overthespot, offthespot and
root
.TP
.B \-\-im <XIM server>
set XIM server
.TP
.B \-\-noxim
disable XIM
.TP
.B \-\-reverse
mirrors the whole layout of widgets
.SS
.SS TDE options:
.TP
.B \-\-caption <caption>
Use 'caption' as name in the titlebar
.TP
.B \-\-icon <icon>
Use 'icon' as the application icon
.TP
.B \-\-miniicon <icon>
Use 'icon' as the icon in the titlebar
.TP
.B \-\-config <filename>
Use alternative configuration file
.TP
.B \-\-dcopserver <server>
Use the DCOP Server specified by 'server'
.TP
.B \-\-nocrashhandler
Disable crash handler, to get core dumps
.TP
.B \-\-waitforwm
Waits for a WM_NET compatible windowmanager
.TP
.B \-\-style <style>
sets the application GUI style
.TP
.B \-\-geometry <geometry>
sets the client geometry of the main widget \- see man X for the argument format
.SH FILES
.TP
.I ~/.trinity/share/config/kcalcrc
\fBkcalc\fP configuration file
.SH SEE ALSO
Full user documentation is available through the TDE Help Center. You can also enter the URL
.BR help:/kcalc/
directly into konqueror or you can run
.BR "khelpcenter help:/kcalc/"
from the command\-line.
.br
.SH AUTHORS
.nf
Klaus Niederkruger <kniederk@math.uni\-koeln.de>
.br
Bernd Johannes Wuebben <wuebben@kde.org>
.br
Evan Teran <eteran@alum.rit.edu>
.br
Espen Sand <espen@kde.org>
.br
Chris Howells <howells@kde.org>
.br
Aaron J. Seigo <aseigo@olympusproject.org>
.br
Charles Samuels <charles@altair.dhs.org>
.br
René Mérou <ochominutosdearco@yahoo.es>
.br
.br
.fi
Please use http://bugs.trinitydesktop.org to report bugs; do not mail the authors directly.
.PP
This manual page was written by Holger Hartmann <Holger_Hartmann@gmx.de> for the Debian Project, 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.

@ -0,0 +1,7 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
INSTALL(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
)

@ -0,0 +1,257 @@
.lf 1 info/tdeutils.kcharselect.1
.TH KCHARSELECT 1 "May 2003" TDE "TDE Application"
.SH NAME
kcharselect \- TDE Character Selector
.SH SYNOPSIS
.B kcharselect
[\fIQt-options\fR] [\fITDE-options\fR]
.SH DESCRIPTION
This manual page documents briefly the
.B KCharSelect
TDE Application.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.PP
Using
.B KCharSelect
one can view all the glyphs, organized by character table, available from any
installed font. One can also assemble a string of characters by clicking on
characters in the table. The string can be exported to the clipboard for
later use.
.PP
.B KCharSelect
is helpful for determining which characters in a font have glyphs as well as
for selecting characters that may be difficult to produce.
.P
This program is part of the official TDE utils module.
.SH OPTIONS
.SS "General Options"
.B \-\-help
Show help about options
.TP
.B \-\-help\-qt
Show Qt specific options
.TP
.B \-\-help\-tde
Show TDE specific options
.TP
.B \-\-help\-all
Show all options
.TP
.B \-\-author
Show author information
.TP
.B \-v\fR, \fB\-\-version
Show version information
.TP
.B \-\-license
Show license information
.TP
.B \-\-
End of options
.lf 1 info/kdetqtoptions
.SS "TDE options"
.TP 12
.BI \-\-caption \ caption
Use \fIcaption\fP as name in the titlebar.
.TP
.BI \-\-icon \ icon
Use \fIicon\fP as the application icon. \fIicon\fP is the name of the
icon, which can either be an absolute filename path, or otherwise the
icon is sought for in places according to the normal TDE rules.
.TP
.BI \-\-miniicon \ icon
Use \fIicon\fP as the icon in the titlebar. \fIicon\fP is the filename
of the icon, according to the same rules as for the \-\-icon parameter.
.TP
.BI \-\-config \ filename
Use an alternative configuration file, instead of the default, which
is normally located in
.I /usr/share/config
or in
.RB $ TDEHOME\fI/share/config
.TP
.BI \-\-dcopserver \ server
Set the address of the DCOP server to attach to.
.TP
.B \-\-nocrashhandler
Disable crash handler, to get core dumps. This option has the same
effect as definiting the environment variable TDE_DEBUG.
.TP
.B \-\-waitforwm
Waits for a WM_NET compatible windowmanager.
.TP
.BI \-\-style \ style
sets the application GUI style.
.TP
.BI \-\-geometry \ geometry
sets the client geometry of the main widget.
The geometry parameter follows the normal X convention for geometry,
which is on the form:
.RS
.IP
[\fIwidth\fBx\fIheight\fR][{\fB+-\fR}\fIxpos\fR{\fB+-\fR}\fIypos\fR]
.P
Where \fIwidth\fR and \fIheight\fR gives the desired minimum width and
height, of the main application window. Both in pixels. A value of 0
specifies the default size. The optional \fIxpos\fR and \fIypos\fR
specifies the x,y-position that which is desired for the application
window. Specifying negative values for x or y implies that the x or y
position is to be measured from the left or bottom screen edge,
instead of as in the normal case, with positive values, from the left
and top edges.
.RE
.SS "Qt options"
.TP 12
.BI \-\-display \ displayname
Use the X-server display \fIdisplayname\fP.
.TP
.BI \-\-session \ sessionId
Restore the application for the given \fIsessionId\fP.
.TP
.B \-\-cmap
Causes the application to install a private color
map on an 8-bit display.
.TP
.BI \-\-ncols \ count
Limits the number of colors allocated in the color
cube on an 8-bit display, if the application is
using the QApplication::ManyColor color
specification.
.TP
.B \-\-nograb
Tells Qt to never grab the mouse or the keyboard.
.TP
.B \-\-dograb
Running under a debugger can cause an implicit
.B \-nograb, use \fB\-dograb\fR to override.
.TP
.B \-\-sync
switches to synchronous mode for debugging.
.TP
.BI "\-\-fn\fR, \fP\-\-font" \ fontname
Defines the default application font. The \fIfontname\fP should be in
the X logical font name description format XLFD. For a full description of
the format see
.I /usr/X11R6/lib/X11/doc/xlfd.TXT
Note that the application might override the font specified with
its own font.
.TP
.BI "-\-bg\fR, \fB\-\-background" \ color
Sets the default background color and an
application palette (light and dark shades are
calculated).
.TP
.BI "\-\-fg\fR, \fB\-\-foreground" \ color
Sets the default foreground color.
.TP
.BI \-\-btn\fR, \fB\-\-button \ color
Sets the default button color.
.TP
.BI \-\-name \ name
Sets the application name.
.TP
.BI \-\-title \ title
Sets the application title. This option might, or might not appear
in the title bar caption, depending on the application. To change the caption, use the
.B \-\-caption
option instead.
.TP
.B \-\-visual TrueColor
Forces the application to use a TrueColor visual on
an 8-bit display.
.TP
.BI \-\-inputstyle \ inputstyle
Sets XIM (X Input Method) input style. Possible
values are
.BR onthespot ", " overthespot ", " offthespot and root .
.TP
.BI \-\-im " XIM-server"
Set XIM server.
.TP
.B \-\-noxim
Disable XIM.
.TP
.B \-\-reverse
Mirror reverses the whole layout of widgets. This means that menus
will go in the opposite direction, the scroll bar will be on the
opposite side, etc. For a normal western layout that means that menus
and tool bars will go from the right edge to the left, the vertical
scroll bar will be on the left side and so on.
.lf 48 info/tdeutils.kcharselect.1
.SH ENVIRONMENT
.lf 1 info/kdeenviron
.SS "standard TDE environment variables"
.IP TDE_LANG
Language locale setting to use. This option makes it possible to set
another language environment for a program than what is the default. The
correct language pack for this language has to be installed for this option
to work. The default language when there is none set is en_US. When
deciding upon a language, the following resources are looked up, in
order: TDE_LANG, configuration file, LC_CTYPE, LC_MESSAGES, LC_ALL,
LANG.
.IP TDE_UTF8_FILENAMES
Assume that all filenames are in UTF-8 format regardless of the
current language setting. Otherwise the filename format is defined by
the language.
.IP TDE_MULTIHEAD
If this variable has the value
.B true
multihead multiple display mode is enabled. The TDE display will be
shared over more than one screen.
.IP DISPLAY
Specifies the X display to run TDE on.
.IP TDESYCOCA
Specifies and alternative path for the
.I tdesycoca
TDE system configuration cache file.
The default path is
/tmp/tde-$USER/tdesycoca
.IP DCOPSERVER
Specifies an alternative path for the DCOP server file. The default
file is
$HOME/.DCOPserver_\fIhostname\fP_\fIdisplayname\fP
.IP SESSION_MANAGER
The session manager to use. This option is set automatically by TDE
and is a network path to the session manager socket.
.IP HOME
Path to the home directory for the current user.
.IP TDEHOME
The TDE per-user setting directory. Default if not specified is
.I $HOME/.trinity
.lf 50 info/tdeutils.kcharselect.1
.SH FILES
.TP
.I $HOME/.trinity/share/config/kcharselectrc
configuration file.
.SH AUTHOR
KCharSelect was written by
.nh
.ad l
Reginald Stadlbauer <reggie@kde.org>.
.hy
.br
Please use http://bugs.trinitydesktop.org to report bugs, do not mail the authors directly.
.br
This manual page was prepared by
.nh
.ad l
Karolina Lindqvist <pgd\-karolinali@algonet.se>
.hy
for the Debian GNU/Linux system (but may be used by others).
.SH "SEE ALSO"
The full documentation for
.B KCharSelect
is maintained as a docbook manual. If the
.B khelpcenter
program is properly installed at your site, the command
.IP
.B khelpcenter help:/kcharselect
.PP
should give you access to the complete manual.
.P
Alternatively the manual can be browsed in
.B konqueror
giving it the URL help:/kcharselect

@ -0,0 +1,7 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
INSTALL(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
)

@ -0,0 +1,154 @@
.\" This file was generated by (a slightly modified) kdemangen.pl and edited by hand
.TH KDF 1 "June 2006" "Trinity Desktop Environment" "TDE free disk space utility"
.SH NAME
kdf
\- TDE free disk space utility
.SH SYNOPSIS
\fBkdf\fP [Qt\-options] [TDE\-options]
.SH DESCRIPTION
\fBKDiskFree\fP displays available file devices (hard drive partitions, floppy and CD drives, etc.) along with information on their capacity, free space, type and mount point. It also allows you to mount and unmount drives and view them in a file manager.
.sp 1
\fBKDiskFree\fP is similar to \fBkwikdisk\fP and is useful if you want to keep a \fBKDiskFree\fP window available at all times.
.SH OPTIONS
.SS Generic options:
.TP
.B \-\-help
Show help about options
.TP
.B \-\-help\-qt
Show Qt specific options
.TP
.B \-\-help\-tde
Show TDE specific options
.TP
.B \-\-help\-all
Show all options
.TP
.B \-\-author
Show author information
.TP
.B \-v, \-\-version
Show version information
.TP
.B \-\-license
Show license information
.TP
.B \-\-
End of options
.SS
.SS Qt options:
.TP
.B \-\-display <displayname>
Use the X-server display 'displayname'
.TP
.B \-\-session <sessionId>
Restore the application for the given 'sessionId'
.TP
.B \-\-cmap
Causes the application to install a private color
map on an 8\-bit display
.TP
.B \-\-ncols <count>
Limits the number of colors allocated in the color
cube on an 8\-bit display, if the application is
using the QApplication::ManyColor color
specification
.TP
.B \-\-nograb
tells Qt to never grab the mouse or the keyboard
.TP
.B \-\-dograb
running under a debugger can cause an implicit
\-nograb, use \-dograb to override
.TP
.B \-\-sync
switches to synchronous mode for debugging
.TP
.B \-\-fn, \-\-font <fontname>
defines the application font
.TP
.B \-\-bg, \-\-background <color>
sets the default background color and an
application palette (light and dark shades are
calculated)
.TP
.B \-\-fg, \-\-foreground <color>
sets the default foreground color
.TP
.B \-\-btn, \-\-button <color>
sets the default button color
.TP
.B \-\-name <name>
sets the application name
.TP
.B \-\-title <title>
sets the application title (caption)
.TP
.B \-\-visual TrueColor
forces the application to use a TrueColor visual on
an 8\-bit display
.TP
.B \-\-inputstyle <inputstyle>
sets XIM (X Input Method) input style. Possible
values are onthespot, overthespot, offthespot and
root
.TP
.B \-\-im <XIM server>
set XIM server
.TP
.B \-\-noxim
disable XIM
.TP
.B \-\-reverse
mirrors the whole layout of widgets
.SS
.SS TDE options:
.TP
.B \-\-caption <caption>
Use 'caption' as name in the titlebar
.TP
.B \-\-icon <icon>
Use 'icon' as the application icon
.TP
.B \-\-miniicon <icon>
Use 'icon' as the icon in the titlebar
.TP
.B \-\-config <filename>
Use alternative configuration file
.TP
.B \-\-dcopserver <server>
Use the DCOP Server specified by 'server'
.TP
.B \-\-nocrashhandler
Disable crash handler, to get core dumps
.TP
.B \-\-waitforwm
Waits for a WM_NET compatible windowmanager
.TP
.B \-\-style <style>
sets the application GUI style
.TP
.B \-\-geometry <geometry>
sets the client geometry of the main widget - see man X for the argument format
.SH SEE ALSO
\fBkwikdisk\fP(1)
.sp 1
Full user documentation is available through the TDE Help Center. You can also enter the URL
.BR help:/kdf/
directly into konqueror or you can run
.BR "khelpcenter help:/kdf/"
from the command\-line.
.br
.SH AUTHORS
.nf
Michael Kropfberger <michael.kropfberger@gmx.net>
.br
.br
.fi
Please use http://bugs.trinitydesktop.org to report bugs; do not mail the author directly.
.PP
This manual page was written by Holger Hartmann <Holger_Hartmann@gmx.de> for the Debian Project, 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.

@ -0,0 +1,151 @@
.\" This file was generated by (a slightly modified) kdemangen.pl and edited by hand
.TH KWIKDISK 1 "June 2006" "Trinity Desktop Environment" "TDE Free disk space utility"
.SH NAME
kwikdisk
\- TDE Free disk space utility
.SH SYNOPSIS
\fBkwikdisk\fB [Qt\-options] [TDE\-options]
.SH DESCRIPTION
\fBkwikdisk\fP is a kicker applet to display the available file devices (hard drive partitions, floppy and CD drives, etc.) along with information on their free space, type and mount point. It also allows you to mount and unmount drives.
.sp 1
\fBkwikdisk\fP is similar to \fBKDiskFree\fP, but takes up less screen space.
.SH OPTIONS
.SS Generic options:
.TP
.B \-\-help
Show help about options
.TP
.B \-\-help\-qt
Show Qt specific options
.TP
.B \-\-help\-tde
Show TDE specific options
.TP
.B \-\-help\-all
Show all options
.TP
.B \-\-author
Show author information
.TP
.B \-v, \-\-version
Show version information
.TP
.B \-\-license
Show license information
.TP
.B \-\-
End of options
.SS
.SS Qt options:
.TP
.B \-\-display <displayname>
Use the X-server display 'displayname'
.TP
.B \-\-session <sessionId>
Restore the application for the given 'sessionId'
.TP
.B \-\-cmap
Causes the application to install a private color
map on an 8\-bit display
.TP
.B \-\-ncols <count>
Limits the number of colors allocated in the color
cube on an 8\-bit display, if the application is
using the QApplication::ManyColor color
specification
.TP
.B \-\-nograb
tells Qt to never grab the mouse or the keyboard
.TP
.B \-\-dograb
running under a debugger can cause an implicit
\-nograb, use \-dograb to override
.TP
.B \-\-sync
switches to synchronous mode for debugging
.TP
.B \-\-fn, \-\-font <fontname>
defines the application font
.TP
.B \-\-bg, \-\-background <color>
sets the default background color and an
application palette (light and dark shades are
calculated)
.TP
.B \-\-fg, \-\-foreground <color>
sets the default foreground color
.TP
.B \-\-btn, \-\-button <color>
sets the default button color
.TP
.B \-\-name <name>
sets the application name
.TP
.B \-\-title <title>
sets the application title (caption)
.TP
.B \-\-visual TrueColor
forces the application to use a TrueColor visual on
an 8\-bit display
.TP
.B \-\-inputstyle <inputstyle>
sets XIM (X Input Method) input style. Possible
values are onthespot, overthespot, offthespot and
root
.TP
.B \-\-im <XIM server>
set XIM server
.TP
.B \-\-noxim
disable XIM
.TP
.B \-\-reverse
mirrors the whole layout of widgets
.SS
.SS TDE options:
.TP
.B \-\-caption <caption>
Use 'caption' as name in the titlebar
.TP
.B \-\-icon <icon>
Use 'icon' as the application icon
.TP
.B \-\-miniicon <icon>
Use 'icon' as the icon in the titlebar
.TP
.B \-\-config <filename>
Use alternative configuration file
.TP
.B \-\-dcopserver <server>
Use the DCOP Server specified by 'server'
.TP
.B \-\-nocrashhandler
Disable crash handler, to get core dumps
.TP
.B \-\-waitforwm
Waits for a WM_NET compatible windowmanager
.TP
.B \-\-style <style>
sets the application GUI style
.TP
.B \-\-geometry <geometry>
sets the client geometry of the main widget \- see man X for the argument format
.SH SEE ALSO
\fBkdf\fP(1)
.SH AUTHORS
.nf
Michael Kropfberger <michael.kropfberger@gmx.net>
.br
Espen Sand <espen@kde.org>
.br
Stanislav Karchebny <Stanislav.Karchebny@kdemail.net>
.br
.br
.fi
Please use http://bugs.trinitydesktop.org to report bugs; do not mail the authors directly.
.PP
This manual page was written by Holger Hartmann <Holger_Hartmann@gmx.de> for the Debian Project, 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.

@ -0,0 +1,7 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
INSTALL(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
)

@ -0,0 +1,165 @@
.\" This file was generated by (a slightly modified) kdemangen.pl and edited by hand
.TH KEDIT 1 "June 2006" "Trinity Desktop Environment" "TDE text editor"
.SH NAME
kedit
\- TDE text editor
.SH SYNOPSIS
\fBkedit\fP [Qt\-options] [TDE\-options] [options] \fIfile\fP
.SH DESCRIPTION
\fBKEdit\fP is a text editor for the Trinity Desktop. It is a small editor which can be used with \fBKonqueror\fP for text and configuration file browsing. \fBKEdit\fP also serves well for creating small plain text documents. It is not meant to be a programmers editor, in particular it is not meant to replace any of the more powerful editors such as \fBKate\fP, \fBXEmacs\fP or \fBEmacs\fP.
.sp 1
\fBKEdit\fP's functionality will intentionally remain rather limited to ensure a reasonably fast start.
.SH OPTIONS
.SS
.SS Arguments:
.TP
.B file
File or URL to open
.SS Options:
.TP
.B \-\-encoding <encoding>
Encoding to use for the following documents
.SS
.SS Generic options:
.TP
.B \-\-help
Show help about options
.TP
.B \-\-help\-qt
Show Qt specific options
.TP
.B \-\-help\-tde
Show TDE specific options
.TP
.B \-\-help\-all
Show all options
.TP
.B \-\-author
Show author information
.TP
.B \-v, \-\-version
Show version information
.TP
.B \-\-license
Show license information
.TP
.B \-\-
End of options
.SS
.SS Qt options:
.TP
.B \-\-display <displayname>
Use the X-server display 'displayname'
.TP
.B \-\-session <sessionId>
Restore the application for the given 'sessionId'
.TP
.B \-\-cmap
Causes the application to install a private color
map on an 8\-bit display
.TP
.B \-\-ncols <count>
Limits the number of colors allocated in the color
cube on an 8\-bit display, if the application is
using the QApplication::ManyColor color
specification
.TP
.B \-\-nograb
tells Qt to never grab the mouse or the keyboard
.TP
.B \-\-dograb
running under a debugger can cause an implicit
\-nograb, use \-dograb to override
.TP
.B \-\-sync
switches to synchronous mode for debugging
.TP
.B \-\-fn, \-\-font <fontname>
defines the application font
.TP
.B \-\-bg, \-\-background <color>
sets the default background color and an
application palette (light and dark shades are
calculated)
.TP
.B \-\-fg, \-\-foreground <color>
sets the default foreground color
.TP
.B \-\-btn, \-\-button <color>
sets the default button color
.TP
.B \-\-name <name>
sets the application name
.TP
.B \-\-title <title>
sets the application title (caption)
.TP
.B \-\-visual TrueColor
forces the application to use a TrueColor visual on
an 8\-bit display
.TP
.B \-\-inputstyle <inputstyle>
sets XIM (X Input Method) input style. Possible
values are onthespot, overthespot, offthespot and
root
.TP
.B \-\-im <XIM server>
set XIM server
.TP
.B \-\-noxim
disable XIM
.TP
.B \-\-reverse
mirrors the whole layout of widgets
.SS
.SS TDE options:
.TP
.B \-\-caption <caption>
Use 'caption' as name in the titlebar
.TP
.B \-\-icon <icon>
Use 'icon' as the application icon
.TP
.B \-\-miniicon <icon>
Use 'icon' as the icon in the titlebar
.TP
.B \-\-config <filename>
Use alternative configuration file
.TP
.B \-\-dcopserver <server>
Use the DCOP Server specified by 'server'
.TP
.B \-\-nocrashhandler
Disable crash handler, to get core dumps
.TP
.B \-\-waitforwm
Waits for a WM_NET compatible windowmanager
.TP
.B \-\-style <style>
sets the application GUI style
.TP
.B \-\-geometry <geometry>
sets the client geometry of the main widget \- see man X for the argument format
.SS
.SH SEE ALSO
\fBkate\fP(1), \fBkwrite\fP(1)
.sp 1
Full user documentation is available through the TDE Help Center. You can also enter the URL
.BR help:/kedit/
directly into konqueror or you can run
.BR "khelpcenter help:/kedit/"
from the command\-line.
.br
.SH AUTHORS
.nf
Bernd Johannes Wuebben <wuebben@kde.org>
.br
.br
.fi
Please use http://bugs.trinitydesktop.org to report bugs; do not mail the author directly.
.PP
This manual page was written by Holger Hartmann <Holger_Hartmann@gmx.de> for the Debian Project, 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.

@ -0,0 +1,7 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
INSTALL(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
)

@ -0,0 +1,182 @@
.\" This file was generated by (a slightly modified) kdemangen.pl and edited by hand
.TH KFLOPPY 1 "June 2006" "Trinity Desktop Environment" "TDE Floppy Disk Utility"
.SH NAME
kfloppy
\- TDE Floppy Disk Utility
.SH SYNOPSIS
\fBkfloppy\fP [Qt\-options] [TDE\-options] [device]
.SH DESCRIPTION
\fBKfloppy Formatter\fP is a utility that provides a straightforward graphical means to format 3.5" and 5.25" floppy disks.
.sp 1
Starting \fBKfloppy\fP opens a single window by which the user may choose appropriate settings and control the formatting process.
.sp 1
\fBCaution\fP
.br
Make sure that your floppy disk is not mounted. \fBKfloppy\fP cannot format a mounted floppy disk.
.sp 1
\fBKfloppy\fP offers the following settings for floppy size:
.RS 3
.TP
\- 3.5" 1.44MB
.TP
\- 3.5" 720KB
.TP
\- 5.25" 1.2MB
.TP
\- 5.25" 360KB
.TP
\- Auto-Detect
.RE
.sp 1
\fBNote\fP
.br
The 800KB disk format used by Mac floppy drives cannot be supported on PC floppy drives since they are not capable of formatting disks in that fashion.
.sp 1
\fBKfloppy\fP supports the file systems DOS, ext2 and Minix.
.SH OPTIONS
.SS
.SS Arguments:
.TP
.B device
Default device
.SS Generic options:
.TP
.B \-\-help
Show help about options
.TP
.B \-\-help\-qt
Show Qt specific options
.TP
.B \-\-help\-tde
Show TDE specific options
.TP
.B \-\-help\-all
Show all options
.TP
.B \-\-author
Show author information
.TP
.B \-v, \-\-version
Show version information
.TP
.B \-\-license
Show license information
.TP
.B \-\-
End of options
.SS
.SS Qt options:
.TP
.B \-\-display <displayname>
Use the X-server display 'displayname'
.TP
.B \-\-session <sessionId>
Restore the application for the given 'sessionId'
.TP
.B \-\-cmap
Causes the application to install a private color
map on an 8\-bit display
.TP
.B \-\-ncols <count>
Limits the number of colors allocated in the color
cube on an 8\-bit display, if the application is
using the QApplication::ManyColor color
specification
.TP
.B \-\-nograb
tells Qt to never grab the mouse or the keyboard
.TP
.B \-\-dograb
running under a debugger can cause an implicit
\-nograb, use \-dograb to override
.TP
.B \-\-sync
switches to synchronous mode for debugging
.TP
.B \-\-fn, \-\-font <fontname>
defines the application font
.TP
.B \-\-bg, \-\-background <color>
sets the default background color and an
application palette (light and dark shades are
calculated)
.TP
.B \-\-fg, \-\-foreground <color>
sets the default foreground color
.TP
.B \-\-btn, \-\-button <color>
sets the default button color
.TP
.B \-\-name <name>
sets the application name
.TP
.B \-\-title <title>
sets the application title (caption)
.TP
.B \-\-visual TrueColor
forces the application to use a TrueColor visual on
an 8\-bit display
.TP
.B \-\-inputstyle <inputstyle>
sets XIM (X Input Method) input style. Possible
values are onthespot, overthespot, offthespot and
root
.TP
.B \-\-im <XIM server>
set XIM server
.TP
.B \-\-noxim
disable XIM
.TP
.B \-\-reverse
mirrors the whole layout of widgets
.SS
.SS TDE options:
.TP
.B \-\-caption <caption>
Use 'caption' as name in the titlebar
.TP
.B \-\-icon <icon>
Use 'icon' as the application icon
.TP
.B \-\-miniicon <icon>
Use 'icon' as the icon in the titlebar
.TP
.B \-\-config <filename>
Use alternative configuration file
.TP
.B \-\-dcopserver <server>
Use the DCOP Server specified by 'server'
.TP
.B \-\-nocrashhandler
Disable crash handler, to get core dumps
.TP
.B \-\-waitforwm
Waits for a WM_NET compatible windowmanager
.TP
.B \-\-style <style>
sets the application GUI style
.TP
.B \-\-geometry <geometry>
sets the client geometry of the main widget - see man X for the argument format
.SS
.SH SEE ALSO
Full user documentation is available through the TDE Help Center. You can also enter the URL
.BR help:/kfloppy/
directly into konqueror or you can run
.BR "khelpcenter help:/kfloppy/"
from the command\-line.
.br
.SH AUTHORS
.nf
Bernd Johannes Wuebben <wuebben@kde.org>
.br
.br
.fi
Please use http://bugs.trinitydesktop.org to report bugs; do not mail the author directly.
.PP
This manual page was written by Holger Hartmann <Holger_Hartmann@gmx.de> for the Debian Project, 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.

@ -0,0 +1,7 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
INSTALL(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
)

@ -0,0 +1,187 @@
.TH KGPG "1" "December 2002" "TDE" "TDE Application"
.SH NAME
kgpg \- a TDE frontend for GNU Privacy Guard (GnuPG)
.SH SYNOPSIS
.B kgpg
[\fIQt-options\fR] [\fITDE-options\fR] [\fIoptions\fR] \fIfile\fR
.SH DESCRIPTION
This manual page documents briefly the
.B Kgpg
TDE Application.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.PP
.B Kgpg
is a simple graphical interface for gpg (http://gnupg.org).
Basically, It allows you to encrypt and decrypt files or messages, and to manage your keys.
.PP
Kgpg can be used in different ways:
.IP "1 -" 4
Open Kgpg. You will see an editor. Just type or paste your text in the editor. You can then easily encrypt/decrypt the text.
.IP "2 -" 4
On your Desktop or from a Konqueror window, right click on a file and you will see an encrypt file entry in the menu. just select it to encrypt the file. In the same way, simply left click on an encrypted file to decrypt it.
.IP "3 -" 4
If you enable Kgpg's Klipper action, as soon as you copy an encrypted text to the clipboard, a popup menu will ask you if you want to decrypt it.
.SH OPTIONS
.TP
.B \-e
encrypt file
.TP
.B \-s
show encrypted file
.TP
.B \-S
sign file
.TP
.B \-V
verify signature
.SS "Arguments:"
.TP 12
file
file to open
.SS "Generic options:"
.TP 12
.B \-\-help
Show help about options
.TP
.B \-\-help\-qt
Show Qt specific options
.TP
.B \-\-help\-tde
Show TDE specific options
.TP
.B \-\-help\-all
Show all options
.TP
.B \-\-author
Show author information
.TP
.B \-v\fR, \fB\-\-version
Show version information
.TP
.B \-\-license
Show license information
.TP
.B \-\-
End of options
.SS "Qt options"
.TP 12
.BI \-\-display \ displayname
Use the X-server display \fIdisplayname\fP.
.TP
.BI \-\-session \ sessionId
Restore the application for the given \fIsessionId\fP.
.TP
.B \-\-cmap
Causes the application to install a private color
map on an 8-bit display.
.TP
.BI \-\-ncols \ count
Limits the number of colors allocated in the color
cube on an 8-bit display, if the application is
using the QApplication::ManyColor color
specification.
.TP
.B \-\-nograb
tells Qt to never grab the mouse or the keyboard.
.TP
.B \-\-dograb
running under a debugger can cause an implicit
.B \-nograb, use \fB\-dograb\fR to override.
.TP
.B \-\-sync
switches to synchronous mode for debugging.
.TP
.BI "\-\-fn\fR, \fP\-\-font" \ fontname
defines the application font.
.TP
.BI "-\-bg\fR, \fB\-\-background" \ color
sets the default background color and an
application palette (light and dark shades are
calculated).
.TP
.BI "\-\-fg\fR, \fB\-\-foreground" \ color
sets the default foreground color.
.TP
.BI \-\-btn\fR, \fB\-\-button \ color
sets the default button color.
.TP
.BI \-\-name \ name
sets the application name.
.TP
.BI \-\-title \ title
sets the application title (caption).
.TP
.B \-\-visual TrueColor
forces the application to use a TrueColor visual on
an 8-bit display.
.TP
.BI \-\-inputstyle \ inputstyle
sets XIM (X Input Method) input style. Possible
values are
.BR onthespot ", " overthespot ", " offthespot and root .
.TP
.BI \-\-im " XIM-server"
set XIM server.
.TP
.B \-\-noxim
disable XIM.
.TP
.B \-\-reverse
mirrors the whole layout of widgets.
.SS "TDE options"
.TP 12
.BI \-\-caption \ caption
Use \fIcaption\fP as name in the titlebar.
.TP
.BI \-\-icon \ icon
Use \fIicon\fP as the application icon.
.TP
.BI \-\-miniicon \ icon
Use \fIicon\fP as the icon in the titlebar.
.TP
.BI \-\-config \ filename
Use alternative configuration file.
.TP
.BI \-\-dcopserver \ server
Use the DCOP Server specified by \fIserver\fP.
.TP
.B \-\-nocrashhandler
Disable crash handler, to get core dumps.
.TP
.B \-\-waitforwm
Waits for a WM_NET compatible windowmanager.
.TP
.BI \-\-style \ style
sets the application GUI style.
.TP
.BI \-\-geometry \ geometry
sets the client geometry of the main widget.
.SH AUTHOR
kgpg was written by
.nh
.ad l
y0k0 <bj@altern.org>,
.br
.hy
This manual page was prepared by
.nh
.ad l
Karolina Lindqvist <pgd\-karolinali@algonet.se>
.hy
for the Debian GNU/Linux system (but may be used by others).
.SH "SEE ALSO"
The full documentation for
.B Kgpg
is maintained as a docbook manual. If the
.B khelpcenter
program is properly installed at your site, the command
.IP
.B khelpcenter help:/kgpg
.PP
should give you access to the complete manual.
.P
Alternatively the manual can be browsed in
.B konqueror
giving it the URL help:/kgpg

@ -0,0 +1,7 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
INSTALL(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
)

@ -0,0 +1,169 @@
.\" This file was generated by (a slightly modified) kdemangen.pl and edited by hand
.TH KHEXEDIT 1 "June 2006" "Trinity Desktop Environment" "TDE hex editor"
.SH NAME
khexedit
\- TDE hex editor
.SH SYNOPSIS
\fBkhexedit\fP [Qt\-options] [TDE\-options] [options] [file(s)]
.SH DESCRIPTION
\fBKHexEdit\fP is an editor for the raw data of binary files. It includes find/replace functions, bookmarks, many configuration options, drag and drop support and other powerful features.
.sp 1
When a document is opened, the bytes are displayed in hexadecimal format in the data editor window. The data can be edited, cut, copied, pasted, dragged and dropped much as text is in an text editor or word processor. A cursor marks the current position. Pressing the Insert key toggles between overwrite and insert text entry modes. The data can also be displayed as octal, binary or decimal values, by choosing the desired format in the View menu.
.sp 1
The offset column on the left indicates the position of a particular byte in the file. The text field on the right displays the ASCII encoding of the file. The cursor position and edits in the data editor window are reflected in the text field. The text field can also be edited, and those changes are reflected in the data editor window.
.sp 1
The search bar allows the user to search for a specific value \-\- hexadecimal, octal, binary, decimal or text.
.sp 1
The conversion field displays the value of the byte at the cursor position in a variety of bases. It also displays the value of all standard data types starting at the cursor.
.sp 1
Multiple documents can be open at the same time but only one can be active. Use the Documents menu to select which document will be active.
.SH OPTIONS
.SS
.SS Arguments:
file(s) File(s) to open
.SS Options:
.TP
.B \-\-offset <offset>
Jump to 'offset'
.SS
.SS Generic options:
.TP
.B \-\-help
Show help about options
.TP
.B \-\-help\-qt
Show Qt specific options
.TP
.B \-\-help\-tde
Show TDE specific options
.TP
.B \-\-help\-all
Show all options
.TP
.B \-\-author
Show author information
.TP
.B \-v, \-\-version
Show version information
.TP
.B \-\-license
Show license information
.TP
.B \-\-
End of options
.SS
.SS Qt options:
.TP
.B \-\-display <displayname>
Use the X-server display 'displayname'
.TP
.B \-\-session <sessionId>
Restore the application for the given 'sessionId'
.TP
.B \-\-cmap
Causes the application to install a private color
map on an 8\-bit display
.TP
.B \-\-ncols <count>
Limits the number of colors allocated in the color
cube on an 8\-bit display, if the application is
using the QApplication::ManyColor color
specification
.TP
.B \-\-nograb
tells Qt to never grab the mouse or the keyboard
.TP
.B \-\-dograb
running under a debugger can cause an implicit
\-nograb, use \-dograb to override
.TP
.B \-\-sync
switches to synchronous mode for debugging
.TP
.B \-\-fn, \-\-font <fontname>
defines the application font
.TP
.B \-\-bg, \-\-background <color>
sets the default background color and an
application palette (light and dark shades are
calculated)
.TP
.B \-\-fg, \-\-foreground <color>
sets the default foreground color
.TP
.B \-\-btn, \-\-button <color>
sets the default button color
.TP
.B \-\-name <name>
sets the application name
.TP
.B \-\-title <title>
sets the application title (caption)
.TP
.B \-\-visual TrueColor
forces the application to use a TrueColor visual on
an 8\-bit display
.TP
.B \-\-inputstyle <inputstyle>
sets XIM (X Input Method) input style. Possible
values are onthespot, overthespot, offthespot and
root
.TP
.B \-\-im <XIM server>
set XIM server
.TP
.B \-\-noxim
disable XIM
.TP
.B \-\-reverse
mirrors the whole layout of widgets
.SS
.SS TDE options:
.TP
.B \-\-caption <caption>
Use 'caption' as name in the titlebar
.TP
.B \-\-icon <icon>
Use 'icon' as the application icon
.TP
.B \-\-miniicon <icon>
Use 'icon' as the icon in the titlebar
.TP
.B \-\-config <filename>
Use alternative configuration file
.TP
.B \-\-dcopserver <server>
Use the DCOP Server specified by 'server'
.TP
.B \-\-nocrashhandler
Disable crash handler, to get core dumps
.TP
.B \-\-waitforwm
Waits for a WM_NET compatible windowmanager
.TP
.B \-\-style <style>
sets the application GUI style
.TP
.B \-\-geometry <geometry>
sets the client geometry of the main widget \- see man X for the argument format
.SS
.SH SEE ALSO
Full user documentation is available through the TDE Help Center. You can also enter the URL
.BR help:/khexedit/
directly into konqueror or you can run
.BR "khelpcenter help:/khexedit/"
from the command\-line.
.br
.SH AUTHORS
.nf
Espen Sand <espensa@online.no>
.br
.br
.fi
Please use http://bugs.trinitydesktop.org to report bugs; do not mail the author directly.
.PP
This manual page was written by Holger Hartmann <Holger_Hartmann@gmx.de> for the Debian Project, 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.

@ -0,0 +1,7 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
INSTALL(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
)

@ -0,0 +1,51 @@
.TH SUPERKARAMBA 1 "juli 27, 2003"
.SH NAME
superkaramba \- a program based on karamba improving the eyecandy of TDE.
.SH SYNOPSIS
.B superkaramba
[\fIQt-options\fR] [\fITDE-options\fR] \fIfile\fR
.SH DESCRIPTION
This manual page documents briefly the
.B superkaramba
command.
This manual page was written for the Debian distribution
because the original program does not have a manual page.
Instead, it has documentation in the GNU Info format; see below.
.PP
.B Superkaramba
is a tool based on karamba that allows anyone to easily create and run little
interactive widgets on a Trinity desktop. Widgets are defined in a simple text file
and can be augmented with Python code to make them interactive.
.SH OPTIONS
A summary of options are included below.
.TP
.B \-\-help
Show summary of options
.TP
.B \-\-help\-qt
Show Qt specific options
.TP
.B \-\-help\-tde
Show TDE specific options
.TP
.B \-\-help\-all
Show all options
.TP
.B \-\-author
Show author information
.TP
.B \-v, \-\-version
Show version of program.
.TP
.B \-\-license
Show license information
.TP
.B file
A required argument 'file'
.SH AUTHOR
.B Superkaramba
was written by Adam Geitgey <adam@rootnode.org> and Hans Karlsson
<d98hk@efd.lth.se>.
.PP
This manual page was written by Jean-Michel Kelbert <kelbert@debian.org>,
for the Debian project (but may be used by others).

@ -0,0 +1,7 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
INSTALL(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
)

@ -0,0 +1,160 @@
.\" This file was generated by (a slightly modified) kdemangen.pl and edited by hand
.TH TDEFILEREPLACE 1 "June 2006" "Trinity Desktop Environment" "Batch search and replace tool"
.SH NAME
tdefilereplace
\- Batch search and replace tool
.SH SYNOPSIS
\fBtdefilereplace\fP [Qt\-options] [TDE\-options] [PATH]
.SH DESCRIPTION
\fBKFileReplace\fP is an application used to search and replace a list of strings in a file tree. The strings may be literal or Qt\-like regular expressions. There are also other options to tune your search.
.SH OPTIONS
.SS
.SS Arguments:
.TP
.B PATH
Starting folder
.SS Generic options:
.TP
.B \-\-help
Show help about options
.TP
.B \-\-help\-qt
Show Qt specific options
.TP
.B \-\-help\-tde
Show TDE specific options
.TP
.B \-\-help\-all
Show all options
.TP
.B \-\-author
Show author information
.TP
.B \-v, \-\-version
Show version information
.TP
.B \-\-license
Show license information
.TP
.B \-\-
End of options
.SS
.SS TDE options:
.TP
.B \-\-caption <caption>
Use 'caption' as name in the titlebar
.TP
.B \-\-icon <icon>
Use 'icon' as the application icon
.TP
.B \-\-miniicon <icon>
Use 'icon' as the icon in the titlebar
.TP
.B \-\-config <filename>
Use alternative configuration file
.TP
.B \-\-dcopserver <server>
Use the DCOP Server specified by 'server'
.TP
.B \-\-nocrashhandler
Disable crash handler, to get core dumps
.TP
.B \-\-waitforwm
Waits for a WM_NET compatible windowmanager
.TP
.B \-\-style <style>
sets the application GUI style
.TP
.B \-\-geometry <geometry>
sets the client geometry of the main widget - see man X for the argument format
.SS
.SS Qt options:
.TP
.B \-\-display <displayname>
Use the X-server display 'displayname'
.TP
.B \-\-session <sessionId>
Restore the application for the given 'sessionId'
.TP
.B \-\-cmap
Causes the application to install a private color
map on an 8\-bit display
.TP
.B \-\-ncols <count>
Limits the number of colors allocated in the color
cube on an 8\-bit display, if the application is
using the QApplication::ManyColor color
specification
.TP
.B \-\-nograb
tells Qt to never grab the mouse or the keyboard
.TP
.B \-\-dograb
running under a debugger can cause an implicit
\-nograb, use \-dograb to override
.TP
.B \-\-sync
switches to synchronous mode for debugging
.TP
.B \-\-fn, \-\-font <fontname>
defines the application font
.TP
.B \-\-bg, \-\-background <color>
sets the default background color and an
application palette (light and dark shades are
calculated)
.TP
.B \-\-fg, \-\-foreground <color>
sets the default foreground color
.TP
.B \-\-btn, \-\-button <color>
sets the default button color
.TP
.B \-\-name <name>
sets the application name
.TP
.B \-\-title <title>
sets the application title (caption)
.TP
.B \-\-visual TrueColor
forces the application to use a TrueColor visual on
an 8\-bit display
.TP
.B \-\-inputstyle <inputstyle>
sets XIM (X Input Method) input style. Possible
values are onthespot, overthespot, offthespot and
root
.TP
.B \-\-im <XIM server>
set XIM server
.TP
.B \-\-noxim
disable XIM
.TP
.B \-\-reverse
mirrors the whole layout of widgets
.SS
.SH SEE ALSO
Full user documentation is available through the TDE Help Center. You can also enter the URL
.BR help:/tdefilereplace/
directly into konqueror or you can run
.BR "khelpcenter help:/tdefilereplace/"
from the command\-line.
.br
.SH AUTHORS
.nf
Andras Mantia <amantia@kde.org>
.br
Emiliano Gulmini <emi_barbarossa@yahoo.it>
.br
Francois Dupou <dupoux@dupoux.com>
.br
.br
.fi
Please use http://bugs.trinitydesktop.org to report bugs; do not mail the authors directly.
.PP
This manual page was written by Holger Hartmann <Holger_Hartmann@gmx.de> for the Debian Project, 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.
Loading…
Cancel
Save