parent
707a1272fc
commit
351ba2f534
@ -0,0 +1,5 @@
|
|||||||
|
INSTALL(
|
||||||
|
FILES ${PROJECT_NAME}.1
|
||||||
|
DESTINATION ${MAN_INSTALL_DIR}/man1
|
||||||
|
COMPONENT doc
|
||||||
|
)
|
@ -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).
|
Loading…
Reference in new issue