diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | bd9e6617827818fd043452c08c606f07b78014a0 (patch) | |
tree | 425bb4c3168f9c02f10150f235d2cb998dcc6108 /cervisia/cervisia.pod | |
download | tdesdk-bd9e6617827818fd043452c08c606f07b78014a0.tar.gz tdesdk-bd9e6617827818fd043452c08c606f07b78014a0.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'cervisia/cervisia.pod')
-rw-r--r-- | cervisia/cervisia.pod | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/cervisia/cervisia.pod b/cervisia/cervisia.pod new file mode 100644 index 00000000..940ba8e0 --- /dev/null +++ b/cervisia/cervisia.pod @@ -0,0 +1,109 @@ +=head1 NAME + +Cervisia - Graphical CVS frontend + +=head1 SYNOPSIS + +B<cervisia> + S<[ B<--display> I<display> ]> + S<[ B<--caption> I<caption> ]> + S<[ B<--icon> I<icon> ]> + S<[ B<--miniicon> I<miniicon> ]> + S<[ B<--config> I<filename> ]> + S<[ B<--dcopserver> I<server> ]> + S<[ B<--nocrashhandler> ]> + S<[ B<--waitforwm> ]> + S<[ B<--style> I<style> ]> + S<[ B<--geometry> I<geometry> ]> + S<[ B<--resolve> I<filename> ]> + S<[ B<--log> I<filename> ]> + S<[ B<--annotate> I<filename> ]> + S<[ I<directory> ]> + +=head1 DESCRIPTION + +Cervisia is a graphical user interface for the Concurrent Versions +System. It is based on the KDE libraries and therefore shares +their Look'n'Feel, configuration and help system. + +=head1 OPTIONS + +Cervisia accepts the following options: + +=over + +=item I<directory> + +Tells Cervisia to open the sandbox in I<directory> at startup + +=item B<--resolve> I<filename> + +Shows a resolve dialog for the given file + +=item B<--log> I<filename> + +Shows a log dialog for the given file + +=item B<--annotate> I<filename> + +Shows a annotation dialog for the given file + +=item B<--caption> I<caption> + +Sets the caption, i. e. what is shown in the title bar + +=item B<--icon> I<icon> + +Sets the program's icon (used by window managers and panels) + +=item B<--miniicon> I<miniicon> + +Sets the program's mini icon (used by window managers and panels) + +=item B<--config> I<filename> + +Uses the given file for the configuration + +=item B<--dcopserver> I<server> + +Sets the dcopserver the program should use + +=item B<--nocrashhandler> + +Disables the crash handler. Use this to get core dumps + +=item B<--waitforwm> + +Waits for a WM_NET compatible windowmanager + +=item B<--style> I<style> + +Sets the application GUI style + +=item B<--geometry> I<geometry> + +Sets the geometry of the main window + +=head1 FILES + +F<_KDECONFDIR_/cervisiarc> - global configuration file + +F<$HOME/.kde/share/config/cervisiarc> - user-specific configuration file + + +=head1 SEE ALSO + +F<_KDEHTMLDIR_/en/cervisia/index.html> + +L<cvs(1)> + +F<http://cervisia.kde.org/> + +=head1 AUTHOR + +Cervisia was originally developed by Bernd Gehrmann and is now maintained by +Christian Loose <christian.loose@kdemail.net>. + +=head1 REPORTING BUGS + +Report bugs at http://bugs.kde.org. |