summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2019-02-14 14:09:59 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-02-15 02:01:23 +0100
commitb4d4a134c7be429dba32e29221dd8a529f231b67 (patch)
treebd266c05054d7e151c87a1a24b6ff135a4e86544
parent2aebb287fa8672fd2a8b461c0eee6f020776c5c3 (diff)
downloaddolphin-b4d4a134c7be429dba32e29221dd8a529f231b67.tar.gz
dolphin-b4d4a134c7be429dba32e29221dd8a529f231b67.zip
resolves issue #2, add a man page
Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit 351ba2f534298c1caaeb6eb039922d3820df7ddf)
-rw-r--r--doc/man/CMakeLists.txt5
-rw-r--r--doc/man/dolphin.162
2 files changed, 67 insertions, 0 deletions
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/dolphin.1 b/doc/man/dolphin.1
new file mode 100644
index 0000000..3f2814b
--- /dev/null
+++ b/doc/man/dolphin.1
@@ -0,0 +1,62 @@
+.TH dolphin 1 "December 7, 2006"
+.SH NAME
+dolphin \- File manager for TDE focusing on usability
+.SH SYNOPSIS
+.B dolphin
+.RI [Qt-options] [TDE-options] [URL]
+.SH DESCRIPTION
+ dolphin is not intended to be a competitor to Konqueror, the default TDE
+ file manager: Konqueror acts as universal viewer being able to show HTML
+ pages, text documents, directories and a lot more, whereas dolphin focuses
+ on being only a file manager. This approach allows to optimize the user
+ interface for the task of file management.
+.PP
+.SH FEATURES
+.PP
+* Navigation bar (breadcrumbs)
+.PP
+* View properties remembered for each folder
+.PP
+* Split views
+.PP
+* Network transparency
+.PP
+* Undo/redo functionality
+.PP
+* Renaming of a variable number of selected items in one step.
+.PP
+.SH OPTIONS
+.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
+.SS
+.SS Arguments:
+.TP
+.B URL
+Document to open
+.PP
+.SH HOMEPAGE
+Homepage: http://enzosworld.gmxhome.de/
+.SH AUTHOR
+This manual page was written by Varun Hiremath <varunhiremath@gmail.com>,
+for the Debian project (but may be used by others).