diff options
author | gregory guy <g-gregory@gmx.fr> | 2019-04-09 18:02:42 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-04-12 09:22:06 +0200 |
commit | f92c11dfdcde621a6b7384bcf867b87cdb14280c (patch) | |
tree | cd00c93e277e9fa3a8a9ac9731e8d2d4b3ff2a5d /doc | |
parent | 0d6799189cd8d1b347018facd4b5bef60aefb328 (diff) | |
download | kasablanca-f92c11dfdcde621a6b7384bcf867b87cdb14280c.tar.gz kasablanca-f92c11dfdcde621a6b7384bcf867b87cdb14280c.zip |
conversion to the cmake building system
Removed cpp files generated from ui files.
This resolves issue #1.
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 1 | ||||
-rw-r--r-- | doc/en/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/man/CMakeLists.txt | 5 | ||||
-rw-r--r-- | doc/man/kasablanca.1 | 72 |
4 files changed, 80 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 0000000..6d0aa9f --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1 @@ +tde_auto_add_subdirectories( ) diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt new file mode 100644 index 0000000..c96df24 --- /dev/null +++ b/doc/en/CMakeLists.txt @@ -0,0 +1,2 @@ +tde_create_handbook( DESTINATION ${PROJECT_NAME} ) + diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt new file mode 100644 index 0000000..8512250 --- /dev/null +++ b/doc/man/CMakeLists.txt @@ -0,0 +1,5 @@ +INSTALL( + FILES ${PROJECT_NAME}.1 + DESTINATION ${MAN_INSTALL_DIR}/man1 + COMPONENT doc +) diff --git a/doc/man/kasablanca.1 b/doc/man/kasablanca.1 new file mode 100644 index 0000000..19f230c --- /dev/null +++ b/doc/man/kasablanca.1 @@ -0,0 +1,72 @@ +'\" -*- coding: us-ascii -*- +.if \n(.g .ds T< \\FC +.if \n(.g .ds T> \\F[\n[.fam]] +.de URL +\\$2 \(la\\$1\(ra\\$3 +.. +.if \n(.g .mso www.tmac +.TH kasablanca 1 "mars 22, 2006" "" "" +.SH NAME +kasablanca \- fast and free ftp client for TDE +.SH SYNOPSIS +'nh +.fi +.ad l +\fBkasablanca\fR \kx +.if (\nx>(\n(.l/2)) .nr x (\n(.l/5) +'in \n(.iu+\nxu +[\fB\fIoptions\fB\fR] +'in \n(.iu-\nxu +.ad b +'hy +.SH DESCRIPTION +\fBkasablanca\fR is an ftp client, written in c++, using the tde libraries. +.PP +Features: + +* ftps encryption via AUTH TLS +.br +* fxp (direct server to server transfer), supporting alternative mode +.br +* advanced bookmarking system +.br +* fast responsive multithreaded engine +.br +* concurrent connections to multiple hosts +.br +* interactive transfer queue, movable by drag and drop +.br +* small nifty features, like a skiplist +.SH OPTIONS +All TDE and Qt programs accept some common command-line options. +\fBkasablanca\fR has no application-specific options. +.TP +\*(T<\fB\-\-help\fR\*(T> +Show help about options +.TP +\*(T<\fB\-\-help\-qt\fR\*(T> +Show Qt specific options +.TP +\*(T<\fB\-\-help\-tde\fR\*(T> +Show TDE specific options +.TP +\*(T<\fB\-\-help\-all\fR\*(T> +Show all options +.TP +\*(T<\fB\-\-author\fR\*(T> +Show author information +.TP +\*(T<\fB\-v\fR\*(T> \*(T<\fB\-\-version\fR\*(T> +Show version information +.TP +\*(T<\fB\-\-license\fR\*(T> +Show license information +.SH AUTHOR +This manual page was written by Fathi Boudra <<\*(T<fboudra@free.fr\*(T>>> 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 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. |