diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-18 18:06:30 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-20 11:49:42 +0900 |
| commit | 439a6c9100cb2cb8994887109cc351c761c46835 (patch) | |
| tree | e7531990845b0083ab4cf8dd82f0d19efb141472 /doc/man/superkaramba | |
| parent | 4046d4efd1b35cff67943e75e240dd485bd8585b (diff) | |
| download | tdeutils-439a6c91.tar.gz tdeutils-439a6c91.zip | |
Add man pages for TDE applications.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 76601ee605f55c4473a22ba7f8ec5ba6ece00d65)
Diffstat (limited to 'doc/man/superkaramba')
| -rw-r--r-- | doc/man/superkaramba/CMakeLists.txt | 7 | ||||
| -rw-r--r-- | doc/man/superkaramba/superkaramba.1 | 51 |
2 files changed, 58 insertions, 0 deletions
diff --git a/doc/man/superkaramba/CMakeLists.txt b/doc/man/superkaramba/CMakeLists.txt new file mode 100644 index 0000000..24ccd70 --- /dev/null +++ b/doc/man/superkaramba/CMakeLists.txt @@ -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 +) diff --git a/doc/man/superkaramba/superkaramba.1 b/doc/man/superkaramba/superkaramba.1 new file mode 100644 index 0000000..ab0ec0f --- /dev/null +++ b/doc/man/superkaramba/superkaramba.1 @@ -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). |
