[kde-doc-english] [kdesvn] doc: fix install path for index.docbook
Burkhard Lück
lueck at hube-lueck.de
Thu Jul 4 16:44:49 UTC 2013
Git commit 290fd14e477372841e31ef5f46afbde9822ee536 by Burkhard Lück.
Committed on 04/07/2013 at 16:44.
Pushed by lueck into branch 'master'.
fix install path for index.docbook
convert man pages with doclifter to docbook and add them to CMakeLists.txt
M +3 -3 doc/CMakeLists.txt
A +343 -0 doc/man-kdesvn.1.docbook
A +288 -0 doc/man-kdesvnaskpass.1.docbook
D +0 -28 doc/man/CMakeLists.txt
D +0 -171 doc/man/kdesvn.1
D +0 -142 doc/man/kdesvnaskpass.1
http://commits.kde.org/kdesvn/290fd14e477372841e31ef5f46afbde9822ee536
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 33b906a..8b36c0a 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -1,3 +1,3 @@
-kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en)
-
-add_subdirectory(man)
+kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kdesvn)
+kde4_create_manpage(man-kdesvn.1.docbook 1 INSTALL_DESTINATION ${MAN_INSTALL_DIR})
+kde4_create_manpage(man-kdesvnaskpass.1.docbook 1 INSTALL_DESTINATION ${MAN_INSTALL_DIR})
diff --git a/doc/man-kdesvn.1.docbook b/doc/man-kdesvn.1.docbook
new file mode 100644
index 0000000..2d0121c
--- /dev/null
+++ b/doc/man-kdesvn.1.docbook
@@ -0,0 +1,343 @@
+<?xml version="1.0" ?>
+<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
+<!ENTITY % English "INCLUDE">
+]>
+
+<!-- lifted from troff+man by doclifter -->
+<refentry lang="&language;" id='kdesvn1'>
+<!-- This file was generated by kdemangen.pl -->
+<refmeta>
+<refentrytitle>KDESVN</refentrytitle>
+<manvolnum>1</manvolnum>
+<refmiscinfo class='source'>Sep 2008</refmiscinfo>
+<refmiscinfo class='manual'>K Desktop Environment</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>kdesvn</refname>
+<refpurpose>A Subversion client for KDE (standalone application)</refpurpose>
+</refnamediv>
+<!-- body begins here -->
+<refsynopsisdiv id='synopsis'>
+<cmdsynopsis>
+ <command>kdesvn</command> <arg choice='opt'><replaceable>Qt-options</replaceable></arg>
+ <arg choice='opt'><replaceable>KDE-options</replaceable></arg>
+ <arg choice='opt'><replaceable>options</replaceable></arg>
+ <arg choice='plain'><replaceable>exec</replaceable></arg>
+ <arg choice='plain'><replaceable><command></replaceable></arg>
+ <arg choice='opt'><replaceable>URL</replaceable></arg>
+</cmdsynopsis>
+</refsynopsisdiv>
+
+
+<refsect1 id='description'><title>DESCRIPTION</title>
+<para>A Subversion client for KDE (standalone application)</para>
+</refsect1>
+
+<refsect1 id='options'><title>OPTIONS</title>
+
+<refsect2 id='ss_arguments'><title>.SS Arguments:</title>
+<variablelist>
+ <varlistentry>
+ <term><emphasis>exec</emphasis></term>
+ <listitem>
+<para><command> Execute subversion command ("exec help" for more information, opens KDE Help Center)</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><emphasis>URL</emphasis></term>
+ <listitem>
+<para>Path to local working copy or a repository.</para>
+ </listitem>
+ </varlistentry>
+</variablelist>
+</refsect2>
+
+<refsect2 id='options2'><title>Options:</title>
+<variablelist>
+ <varlistentry>
+ <term><option>-r startrev</option></term>
+ <listitem>
+<para>[:endrev] Execute single subversion command on specific revision(-range)</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>-R</option></term>
+ <listitem>
+<para>Ask for revision when executing single command</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>-f</option></term>
+ <listitem>
+<para>Force operation</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>-o <file></option></term>
+ <listitem>
+<para>Save output of subversion command (eg "cat") into file <file></para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>-l <number></option></term>
+ <listitem>
+<para>Limit log output to <number></para>
+ </listitem>
+ </varlistentry>
+</variablelist>
+</refsect2>
+
+<refsect2 id='ss_generic_options'><title>Generic options:</title>
+<variablelist>
+ <varlistentry>
+ <term><option>--help</option></term>
+ <listitem>
+<para>Show help about options</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--help-qt</option></term>
+ <listitem>
+<para>Show Qt specific options</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--help-kde</option></term>
+ <listitem>
+<para>Show KDE specific options</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--help-all</option></term>
+ <listitem>
+<para>Show all options</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--author</option></term>
+ <listitem>
+<para>Show author information</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>-v, --version</option></term>
+ <listitem>
+<para>Show version information</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--license</option></term>
+ <listitem>
+<para>Show license information</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--</option></term>
+ <listitem>
+<para>End of options</para>
+ </listitem>
+ </varlistentry>
+</variablelist>
+</refsect2>
+
+<refsect2 id='ss_kde_options'><title>KDE options:</title>
+<variablelist>
+ <varlistentry>
+ <term><option>--caption <caption></option></term>
+ <listitem>
+<para>Use 'caption' as name in the titlebar</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--icon <icon></option></term>
+ <listitem>
+<para>Use 'icon' as the application icon</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--config <filename></option></term>
+ <listitem>
+<para>Use alternative configuration file</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--nocrashhandler</option></term>
+ <listitem>
+<para>Disable crash handler, to get core dumps</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--waitforwm</option></term>
+ <listitem>
+<para>Waits for a WM_NET compatible windowmanager</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--style <style></option></term>
+ <listitem>
+<para>sets the application GUI style</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--geometry <geometry></option></term>
+ <listitem>
+<para>sets the client geometry of the main widget - see man X for the argument format</para>
+ </listitem>
+ </varlistentry>
+</variablelist>
+</refsect2>
+
+<refsect2 id='ss_qt_options'><title>Qt options:</title>
+<variablelist>
+ <varlistentry>
+ <term><option>--display <displayname></option></term>
+ <listitem>
+<para>Use the X-server display 'displayname'</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--session <sessionId></option></term>
+ <listitem>
+<para>Restore the application for the given 'sessionId'</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--cmap</option></term>
+ <listitem>
+<para>Causes the application to install a private color
+map on an 8-bit display</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--ncols <count></option></term>
+ <listitem>
+<para>Limits the number of colors allocated in the color
+cube on an 8-bit display, if the application is
+using the QApplication::ManyColor color
+specification</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--nograb</option></term>
+ <listitem>
+<para>tells Qt to never grab the mouse or the keyboard</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--dograb</option></term>
+ <listitem>
+<para>running under a debugger can cause an implicit
+-nograb, use -dograb to override</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--sync</option></term>
+ <listitem>
+<para>switches to synchronous mode for debugging</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--fn, --font <fontname></option></term>
+ <listitem>
+<para>defines the application font</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--bg, --background <color></option></term>
+ <listitem>
+<para>sets the default background color and an
+application palette (light and dark shades are
+calculated)</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--fg, --foreground <color></option></term>
+ <listitem>
+<para>sets the default foreground color</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--btn, --button <color></option></term>
+ <listitem>
+<para>sets the default button color</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--name <name></option></term>
+ <listitem>
+<para>sets the application name</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--title <title></option></term>
+ <listitem>
+<para>sets the application title (caption)</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--visual TrueColor</option></term>
+ <listitem>
+<para>forces the application to use a TrueColor visual on
+an 8-bit display</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--inputstyle <inputstyle></option></term>
+ <listitem>
+<para>sets XIM (X Input Method) input style. Possible
+values are onthespot, overthespot, offthespot and
+root</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--im <XIM server></option></term>
+ <listitem>
+<para>set XIM server</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--noxim</option></term>
+ <listitem>
+<para>disable XIM</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--reverse</option></term>
+ <listitem>
+<para>mirrors the whole layout of widgets</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--stylesheet</option></term>
+ <listitem>
+<para><file.qss> applies the Qt stylesheet to the application widgets</para>
+ </listitem>
+ </varlistentry>
+</variablelist>
+</refsect2>
+
+</refsect1>
+
+<refsect1 id='example'><title>EXAMPLE</title>
+<para>kdesvn file:///path/to/local/working/copy
+<!-- .br -->
+kdesvn <ulink url='http://remote/svn/project/trunk'>http://remote/svn/project/trunk</ulink></para>
+
+</refsect1>
+
+<refsect1 id='see_also'><title>SEE ALSO</title>
+<para>Full user documentation is available through the KDE Help Center. You can also enter the URL
+<emphasis>help:/kdesvn/</emphasis>
+directly into konqueror or you can run
+<emphasis>`khelpcenter help:/kdesvn/'</emphasis>
+from the command-line.</para>
+<!-- .br -->
+</refsect1>
+
+<refsect1 id='authors'><title>AUTHORS</title>
+<literallayout>
+Rajko Albrecht <ral at alwins-world.de>
+<!-- .br -->
+</literallayout></refsect1>
+</refentry>
+
diff --git a/doc/man-kdesvnaskpass.1.docbook b/doc/man-kdesvnaskpass.1.docbook
new file mode 100644
index 0000000..16d3ba0
--- /dev/null
+++ b/doc/man-kdesvnaskpass.1.docbook
@@ -0,0 +1,288 @@
+<?xml version="1.0" ?>
+<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
+<!ENTITY % English "INCLUDE">
+]>
+
+<!-- lifted from troff+man by doclifter -->
+<refentry lang="&language;" id='kdesvnaskpass1'>
+<!-- This file was generated by kdemangen.pl -->
+<refmeta>
+<refentrytitle>KDESVNASKPASS</refentrytitle>
+<manvolnum>1</manvolnum>
+<refmiscinfo class='source'>Sep 2008</refmiscinfo>
+<refmiscinfo class='manual'>K Desktop Environment</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>kdesvnaskpass</refname>
+<refpurpose>ssh-askpass for kdesvn</refpurpose>
+</refnamediv>
+<!-- body begins here -->
+<refsynopsisdiv id='synopsis'>
+<cmdsynopsis>
+ <command>kdesvnaskpass</command> <arg choice='opt'><replaceable>Qt-options</replaceable></arg>
+ <arg choice='opt'><replaceable>KDE-options</replaceable></arg>
+ <arg choice='opt'><replaceable>prompt</replaceable></arg>
+</cmdsynopsis>
+</refsynopsisdiv>
+
+
+<refsect1 id='description'><title>DESCRIPTION</title>
+<para>ssh-askpass for kdesvn</para>
+</refsect1>
+
+<refsect1 id='options'><title>OPTIONS</title>
+
+<refsect2 id='ss_arguments'><title>.SS Arguments:</title>
+<variablelist>
+ <varlistentry>
+ <term><emphasis>prompt</emphasis></term>
+ <listitem>
+<para>Prompt that is displayed to the user.</para>
+ </listitem>
+ </varlistentry>
+</variablelist>
+</refsect2>
+
+<refsect2 id='generic_options'><title>Generic options:</title>
+<variablelist>
+ <varlistentry>
+ <term><option>--help</option></term>
+ <listitem>
+<para>Show help about options</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--help-qt</option></term>
+ <listitem>
+<para>Show Qt specific options</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--help-kde</option></term>
+ <listitem>
+<para>Show KDE specific options</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--help-all</option></term>
+ <listitem>
+<para>Show all options</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--author</option></term>
+ <listitem>
+<para>Show author information</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>-v, --version</option></term>
+ <listitem>
+<para>Show version information</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--license</option></term>
+ <listitem>
+<para>Show license information</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--</option></term>
+ <listitem>
+<para>End of options</para>
+ </listitem>
+ </varlistentry>
+</variablelist>
+</refsect2>
+
+<refsect2 id='ss_kde_options'><title>KDE options:</title>
+<variablelist>
+ <varlistentry>
+ <term><option>--caption <caption></option></term>
+ <listitem>
+<para>Use 'caption' as name in the titlebar</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--icon <icon></option></term>
+ <listitem>
+<para>Use 'icon' as the application icon</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--config <filename></option></term>
+ <listitem>
+<para>Use alternative configuration file</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--nocrashhandler</option></term>
+ <listitem>
+<para>Disable crash handler, to get core dumps</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--waitforwm</option></term>
+ <listitem>
+<para>Waits for a WM_NET compatible windowmanager</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--style <style></option></term>
+ <listitem>
+<para>sets the application GUI style</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--geometry <geometry></option></term>
+ <listitem>
+<para>sets the client geometry of the main widget - see man X for the argument format</para>
+ </listitem>
+ </varlistentry>
+</variablelist>
+</refsect2>
+
+<refsect2 id='ss_qt_options'><title>Qt options:</title>
+<variablelist>
+ <varlistentry>
+ <term><option>--display <displayname></option></term>
+ <listitem>
+<para>Use the X-server display 'displayname'</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--session <sessionId></option></term>
+ <listitem>
+<para>Restore the application for the given 'sessionId'</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--cmap</option></term>
+ <listitem>
+<para>Causes the application to install a private color
+map on an 8-bit display</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--ncols <count></option></term>
+ <listitem>
+<para>Limits the number of colors allocated in the color
+cube on an 8-bit display, if the application is
+using the QApplication::ManyColor color
+specification</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--nograb</option></term>
+ <listitem>
+<para>tells Qt to never grab the mouse or the keyboard</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--dograb</option></term>
+ <listitem>
+<para>running under a debugger can cause an implicit
+-nograb, use -dograb to override</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--sync</option></term>
+ <listitem>
+<para>switches to synchronous mode for debugging</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--fn, --font <fontname></option></term>
+ <listitem>
+<para>defines the application font</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--bg, --background <color></option></term>
+ <listitem>
+<para>sets the default background color and an
+application palette (light and dark shades are
+calculated)</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--fg, --foreground <color></option></term>
+ <listitem>
+<para>sets the default foreground color</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--btn, --button <color></option></term>
+ <listitem>
+<para>sets the default button color</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--name <name></option></term>
+ <listitem>
+<para>sets the application name</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--title <title></option></term>
+ <listitem>
+<para>sets the application title (caption)</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--visual TrueColor</option></term>
+ <listitem>
+<para>forces the application to use a TrueColor visual on
+an 8-bit display</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--inputstyle <inputstyle></option></term>
+ <listitem>
+<para>sets XIM (X Input Method) input style. Possible
+values are onthespot, overthespot, offthespot and
+root</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--im <XIM server></option></term>
+ <listitem>
+<para>set XIM server</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--noxim</option></term>
+ <listitem>
+<para>disable XIM</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--reverse</option></term>
+ <listitem>
+<para>mirrors the whole layout of widgets</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--stylesheet</option></term>
+ <listitem>
+<para><file.qss> applies the Qt stylesheet to the application widgets</para>
+ </listitem>
+ </varlistentry>
+</variablelist>
+</refsect2>
+
+</refsect1>
+
+<refsect1 id='see_also'><title>SEE ALSO</title>
+<para><emphasis><citerefentry><refentrytitle>kdesvn</refentrytitle><manvolnum>1</manvolnum></citerefentry></emphasis></para>
+<!-- .br -->
+</refsect1>
+
+<refsect1 id='authors'><title>AUTHORS</title>
+<literallayout>
+Rajko Albrecht <ral at alwins-world.de>
+<!-- .br -->
+</literallayout></refsect1>
+</refentry>
+
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt
deleted file mode 100644
index 5133357..0000000
--- a/doc/man/CMakeLists.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-####
- # Copyright (C) 2005-2009 by Rajko Albrecht ral at alwins-world.de #
- # http://kdesvn.alwins-world.de/ #
- # #
- # This program is free software; you can redistribute it and/or modify #
- # it under the terms of the GNU General Public License as published by #
- # the Free Software Foundation; either version 2 of the License, or #
- # (at your option) any later version. #
- # #
- # This program is distributed in the hope that it will be useful, #
- # but WITHOUT ANY WARRANTY; without even the implied warranty of #
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
- # GNU General Public License for more details. #
- # #
- # You should have received a copy of the GNU General Public License #
- # along with this program; if not, write to the #
- # Free Software Foundation, Inc., #
- # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #
- ####
-
-set(MANFILES
- kdesvn.1
- kdesvnaskpass.1)
-
-install(FILES
- ${MANFILES}
- DESTINATION share/man/man1)
-
diff --git a/doc/man/kdesvn.1 b/doc/man/kdesvn.1
deleted file mode 100644
index 8dd465b..0000000
--- a/doc/man/kdesvn.1
+++ /dev/null
@@ -1,171 +0,0 @@
-.\" This file was generated by kdemangen.pl
-.TH KDESVN 1 "Sep 2008" "K Desktop Environment" "A Subversion Client for KDE (standalone application)"
-.SH NAME
-kdesvn
-\- A Subversion client for KDE (standalone application)
-.SH SYNOPSIS
-kdesvn [Qt\-options] [KDE\-options] [options] exec <command> [URL]
-.SH DESCRIPTION
-A Subversion client for KDE (standalone application)
-.SH OPTIONS
-.SS
-.SS Arguments:
-.TP
-.B exec
-<command> Execute subversion command ("exec help" for more information, opens KDE Help Center)
-.TP
-.B URL
-Path to local working copy or a repository.
-.SS Options:
-.TP
-.B \-r startrev
-[:endrev] Execute single subversion command on specific revision(-range)
-.TP
-.B \-R
-Ask for revision when executing single command
-.TP
-.B \-f
-Force operation
-.TP
-.B \-o <file>
-Save output of subversion command (eg "cat") into file <file>
-.TP
-.B \-l <number>
-Limit log output to <number>
-.SS
-.SS Generic options:
-.TP
-.B \-\-help
-Show help about options
-.TP
-.B \-\-help\-qt
-Show Qt specific options
-.TP
-.B \-\-help\-kde
-Show KDE 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
-.TP
-.B \-\-
-End of options
-.SS
-.SS KDE options:
-.TP
-.B \-\-caption <caption>
-Use 'caption' as name in the titlebar
-.TP
-.B \-\-icon <icon>
-Use 'icon' as the application icon
-.TP
-.B \-\-config <filename>
-Use alternative configuration file
-.TP
-.B \-\-nocrashhandler
-Disable crash handler, to get core dumps
-.TP
-.B \-\-waitforwm
-Waits for a WM_NET compatible windowmanager
-.TP
-.B \-\-style <style>
-sets the application GUI style
-.TP
-.B \-\-geometry <geometry>
-sets the client geometry of the main widget - see man X for the argument format
-.SS
-.SS Qt options:
-.TP
-.B \-\-display <displayname>
-Use the X-server display 'displayname'
-.TP
-.B \-\-session <sessionId>
-Restore the application for the given 'sessionId'
-.TP
-.B \-\-cmap
-Causes the application to install a private color
-map on an 8-bit display
-.TP
-.B \-\-ncols <count>
-Limits the number of colors allocated in the color
-cube on an 8-bit display, if the application is
-using the QApplication::ManyColor color
-specification
-.TP
-.B \-\-nograb
-tells Qt to never grab the mouse or the keyboard
-.TP
-.B \-\-dograb
-running under a debugger can cause an implicit
--nograb, use -dograb to override
-.TP
-.B \-\-sync
-switches to synchronous mode for debugging
-.TP
-.B \-\-fn, \-\-font <fontname>
-defines the application font
-.TP
-.B \-\-bg, \-\-background <color>
-sets the default background color and an
-application palette (light and dark shades are
-calculated)
-.TP
-.B \-\-fg, \-\-foreground <color>
-sets the default foreground color
-.TP
-.B \-\-btn, \-\-button <color>
-sets the default button color
-.TP
-.B \-\-name <name>
-sets the application name
-.TP
-.B \-\-title <title>
-sets the application title (caption)
-.TP
-.B \-\-visual TrueColor
-forces the application to use a TrueColor visual on
-an 8-bit display
-.TP
-.B \-\-inputstyle <inputstyle>
-sets XIM (X Input Method) input style. Possible
-values are onthespot, overthespot, offthespot and
-root
-.TP
-.B \-\-im <XIM server>
-set XIM server
-.TP
-.B \-\-noxim
-disable XIM
-.TP
-.B \-\-reverse
-mirrors the whole layout of widgets
-.TP
-.B \-\-stylesheet
-<file.qss> applies the Qt stylesheet to the application widgets
-.SS
-
-.SH EXAMPLE
-kdesvn file:///path/to/local/working/copy
-.br
-kdesvn http://remote/svn/project/trunk
-
-.SH SEE ALSO
-Full user documentation is available through the KDE Help Center. You can also enter the URL
-.BR help:/kdesvn/
-directly into konqueror or you can run
-.BR "`khelpcenter help:/kdesvn/'"
-from the command-line.
-.br
-.SH AUTHORS
-.nf
-Rajko Albrecht <ral at alwins-world.de>
-.br
-
diff --git a/doc/man/kdesvnaskpass.1 b/doc/man/kdesvnaskpass.1
deleted file mode 100644
index df8dd11..0000000
--- a/doc/man/kdesvnaskpass.1
+++ /dev/null
@@ -1,142 +0,0 @@
-.\" This file was generated by kdemangen.pl
-.TH KDESVNASKPASS 1 "Sep 2008" "K Desktop Environment" "ssh-askpass for kdesvn"
-.SH NAME
-kdesvnaskpass
-\- ssh-askpass for kdesvn
-.SH SYNOPSIS
-kdesvnaskpass [Qt\-options] [KDE\-options] [prompt]
-.SH DESCRIPTION
-ssh-askpass for kdesvn
-.SH OPTIONS
-.SS
-.SS Arguments:
-.TP
-.B prompt
-Prompt that is displayed to the user.
-.SS Generic options:
-.TP
-.B \-\-help
-Show help about options
-.TP
-.B \-\-help\-qt
-Show Qt specific options
-.TP
-.B \-\-help\-kde
-Show KDE 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
-.TP
-.B \-\-
-End of options
-.SS
-.SS KDE options:
-.TP
-.B \-\-caption <caption>
-Use 'caption' as name in the titlebar
-.TP
-.B \-\-icon <icon>
-Use 'icon' as the application icon
-.TP
-.B \-\-config <filename>
-Use alternative configuration file
-.TP
-.B \-\-nocrashhandler
-Disable crash handler, to get core dumps
-.TP
-.B \-\-waitforwm
-Waits for a WM_NET compatible windowmanager
-.TP
-.B \-\-style <style>
-sets the application GUI style
-.TP
-.B \-\-geometry <geometry>
-sets the client geometry of the main widget - see man X for the argument format
-.SS
-.SS Qt options:
-.TP
-.B \-\-display <displayname>
-Use the X-server display 'displayname'
-.TP
-.B \-\-session <sessionId>
-Restore the application for the given 'sessionId'
-.TP
-.B \-\-cmap
-Causes the application to install a private color
-map on an 8-bit display
-.TP
-.B \-\-ncols <count>
-Limits the number of colors allocated in the color
-cube on an 8-bit display, if the application is
-using the QApplication::ManyColor color
-specification
-.TP
-.B \-\-nograb
-tells Qt to never grab the mouse or the keyboard
-.TP
-.B \-\-dograb
-running under a debugger can cause an implicit
--nograb, use -dograb to override
-.TP
-.B \-\-sync
-switches to synchronous mode for debugging
-.TP
-.B \-\-fn, \-\-font <fontname>
-defines the application font
-.TP
-.B \-\-bg, \-\-background <color>
-sets the default background color and an
-application palette (light and dark shades are
-calculated)
-.TP
-.B \-\-fg, \-\-foreground <color>
-sets the default foreground color
-.TP
-.B \-\-btn, \-\-button <color>
-sets the default button color
-.TP
-.B \-\-name <name>
-sets the application name
-.TP
-.B \-\-title <title>
-sets the application title (caption)
-.TP
-.B \-\-visual TrueColor
-forces the application to use a TrueColor visual on
-an 8-bit display
-.TP
-.B \-\-inputstyle <inputstyle>
-sets XIM (X Input Method) input style. Possible
-values are onthespot, overthespot, offthespot and
-root
-.TP
-.B \-\-im <XIM server>
-set XIM server
-.TP
-.B \-\-noxim
-disable XIM
-.TP
-.B \-\-reverse
-mirrors the whole layout of widgets
-.TP
-.B \-\-stylesheet
-<file.qss> applies the Qt stylesheet to the application widgets
-.SS
-
-.SH SEE ALSO
-.BR kdesvn(1)
-.br
-.SH AUTHORS
-.nf
-Rajko Albrecht <ral at alwins-world.de>
-.br
-
More information about the kde-doc-english
mailing list