[SCM] Calligra suite packaging branch, tip, updated. debian/2.4.3-2-368-g6843e2f

Adrien Grellier adrien-guest at alioth.debian.org
Mon Mar 18 19:56:35 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/calligra.git;a=commitdiff;h=295dfcc

The following commit has been merged in the tip branch:
commit 295dfcc2ca5d760b2b1f810ef7809f9db2c32b13
Author: Adrien Grellier <adrien.grellier at laposte.net>
Date:   Wed Sep 7 19:47:22 2011 +0200

    create a manpage for kexi
---
 debian/man/kexi.1   |  263 +++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/man/kexi.rst |  166 ++++++++++++++++++++++++++++++++
 2 files changed, 429 insertions(+), 0 deletions(-)

diff --git a/debian/man/kexi.1 b/debian/man/kexi.1
new file mode 100644
index 0000000..9ef486c
--- /dev/null
+++ b/debian/man/kexi.1
@@ -0,0 +1,263 @@
+.\" Man page generated from reStructeredText.
+.
+.TH KEXI 1 "11 septembre 2011" "" "office"
+.SH NAME
+Kexi \- Database creation for everyone
+.
+.nr rst2man-indent-level 0
+.
+.de1 rstReportMargin
+\$1 \n[an-margin]
+level \n[rst2man-indent-level]
+level margin: \n[rst2man-indent\n[rst2man-indent-level]]
+-
+\n[rst2man-indent0]
+\n[rst2man-indent1]
+\n[rst2man-indent2]
+..
+.de1 INDENT
+.\" .rstReportMargin pre:
+. RS \$1
+. nr rst2man-indent\n[rst2man-indent-level] \n[an-margin]
+. nr rst2man-indent-level +1
+.\" .rstReportMargin post:
+..
+.de UNINDENT
+. RE
+.\" indent \n[an-margin]
+.\" old: \n[rst2man-indent\n[rst2man-indent-level]]
+.nr rst2man-indent-level -1
+.\" new: \n[rst2man-indent\n[rst2man-indent-level]]
+.in \n[rst2man-indent\n[rst2man-indent-level]]u
+..
+.SH SYNOPSIS
+.sp
+kexi [Qt\-options] [KDE\-options] [options] [project\-name]
+.SH DESCRIPTION
+.sp
+Kexi is an integrated data management application. It can be used for
+creating database schemas, inserting data, performing queries, and
+processing data. Forms can be created to provide a custom interface to
+your data. All database objects \- tables, queries and forms \- are stored
+in the database, making it easy to share data and design.
+.SH OPTIONS
+.sp
+Generic options:
+.INDENT 0.0
+.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
+.UNINDENT
+.sp
+Options related to entire projects:
+.INDENT 0.0
+.TP
+.B \-\-createdb
+.
+Create a new, blank project using specified
+database driver and database name
+and exit immediately.
+You will be asked for confirmation
+if overwriting is needed.
+.TP
+.B \-\-create\-opendb
+.
+Like \-\-createdb, but also open newly
+created database.
+.TP
+.B \-\-dropdb
+.
+Drop (remove) a project using specified
+database driver and database name.
+You will be asked for confirmation.
+.TP
+.BI \-\-drv,  \-\-dbdriver \ <name>
+.
+Database driver to be used
+for connecting to a database project
+(SQLite by default).
+Ignored if a shortcut filename
+is provided.
+.TP
+.BI \-t,  \-\-type \ <name>
+.
+Specify the type of file provided as an argument.
+This option is only useful if the filename does
+not have a valid extension set and its type
+cannot be determined unambiguously by examining
+its contents.
+This option is ignored if no file is specified as
+an argument.
+Available file types are:
+\- "project" for a project file (the default)
+\- "shortcut" for a shortcut file pointing to a project.
+\- "connection" for database connection data.
+.TP
+.BI \-\-conn,  \-\-connection \ <shortcut_filename>
+.
+Specify a database connection shortcut .kexic
+file containing connection data.
+Can be used with \-\-createdb or \-\-create\-opendb
+for convenience instead of using options like
+\-\-user, \-\-host or \-\-port.
+Note: Options like \-\-user, \-\-host have
+precedence over settings defined in the shortcut
+file.
+.TP
+.B \-\-readonly
+.
+Specify that any database connections will
+be performed without write support. This option
+is ignored when "createdb" option is present,
+otherwise the database could not be created.
+.TP
+.B \-\-user\-mode
+.
+Start project in User Mode, regardless
+of the project settings.
+.TP
+.B \-\-design\-mode
+.
+Start project in Design Mode, regardless
+of the project settings.
+.TP
+.B \-\-show\-navigator
+.
+Show the Project Navigator side pane even
+if Kexi runs in User Mode.
+.TP
+.B \-\-hide\-menu
+.
+Hide the main menu (the tabbed toolbar)
+completely. A number of commands from the main
+menu is always visible. This option is useful
+in User Mode.
+.TP
+.B \-\-skip\-startup\-dialog
+.
+Skip displaying startup dialog window.
+If there is no project name specified to open,
+an empty application window will appear.
+.UNINDENT
+.sp
+Options related to opening objects within a project:
+.INDENT 0.0
+.TP
+.B \-\-open [<object_type>:]<object_name>
+.
+Open object of type \(aqobject_type\(aq
+and name \(aqobject_name\(aq from specified project
+on application start.
+\(aqobject_type\(aq is optional, if omitted \- table
+type is assumed.
+Other object types can be query, report, form,
+script (may be more or less, depending on your
+plugins installed).
+Use "" chars to specify names containing spaces.
+Examples: \-\-open MyTable,
+\-\-open query:"My very big query"
+.TP
+.B \-\-design [<object_type>:]<object_name>
+.
+Like \-\-open, but the object will
+be opened in Design Mode, if one is available.
+.TP
+.B \-\-edittext [<object_type>:]<object_name>
+.
+Like \-\-open, but the object will
+be opened in Text Mode, if one is available.
+.TP
+.B \-\-exec, \-\-execute [<object_type>:]<object_name>
+.
+Start execution of object of type \(aqobject_type\(aq
+and name \(aqobject_name\(aq on application start.
+\(aqobject_type\(aq is optional, if omitted \- macro
+type is assumed.
+Other object types can be script (may be more
+or less, depending on your plugins installed).
+Use "" chars to specify names containing spaces.
+.UNINDENT
+.INDENT 0.0
+.TP
+.BI \-\-new \ <object_type>
+.
+Start new object design of type \(aqobject_type\(aq.
+.UNINDENT
+.sp
+Options related to database servers:
+.INDENT 0.0
+.TP
+.BI \-u,  \-\-user \ <name>
+.
+User name to be used
+for connecting to a database project.
+Ignored if a shortcut filename
+is provided.
+.TP
+.BI \-h,  \-\-host \ <name>
+.
+Server (host) name to be used
+for connecting to a database project.
+Ignored if a shortcut filename
+is provided.
+.TP
+.BI \-\-port \ <number>
+.
+Server\(aqs port number to be used
+for connecting to a database project.
+Ignored if a shortcut filename
+is provided.
+.UNINDENT
+.INDENT 0.0
+.TP
+.B \-\-local\-socket <filename> Server\(aqs local socket filename
+.
+to be used for connecting to a database
+project. Ignored if a shortcut filename
+is provided.
+.UNINDENT
+.INDENT 0.0
+.TP
+.B \-\-skip\-conn\-dialog
+.
+Skip displaying connection dialog window
+and connect directly. Available when
+opening .kexic or .kexis shortcut files.
+.UNINDENT
+.sp
+Arguments:
+.sp
+Bproject\-nameP   Kexi database project filename, Kexi shortcut filename or name of a Kexi database project on a server to open.
+.SH SEE ALSO
+.sp
+More detailed user documentation is available from Bhelp:/kexiP (either enter this URL into Konqueror, or run BkhelpcenterP Ihelp:/kexiP).
+.SH AUTHOR
+This manual page was written by Adrien Grellier <adrien.grellier at laposte.net> for the Debian project (but may be used by others).
+.\" Generated by docutils manpage writer.
+.\" 
+.
diff --git a/debian/man/kexi.rst b/debian/man/kexi.rst
new file mode 100644
index 0000000..53dd70e
--- /dev/null
+++ b/debian/man/kexi.rst
@@ -0,0 +1,166 @@
+====
+Kexi
+====
+
+-------------------------------
+Database creation for everyone
+-------------------------------
+
+:Author: This manual page was written by Adrien Grellier <adrien.grellier at laposte.net> for the Debian project (but may be used by others).
+:Date: |date|
+:Manual section: 1
+:Manual group: office
+
+
+Synopsis
+========
+
+kexi [Qt-options] [KDE-options] [options] [project-name]
+
+Description
+===========
+
+Kexi is an integrated data management application. It can be used for
+creating database schemas, inserting data, performing queries, and
+processing data. Forms can be created to provide a custom interface to
+your data. All database objects - tables, queries and forms - are stored
+in the database, making it easy to share data and design.
+
+Options
+=======
+
+Generic options:
+
+--help                    Show help about options
+--help-qt                 Show Qt specific options
+--help-kde                Show KDE specific options
+--help-all                Show all options
+--author                  Show author information
+-v, --version             Show version information
+--license                 Show license information
+
+Options related to entire projects:
+
+--createdb                Create a new, blank project using specified
+                          database driver and database name
+                          and exit immediately.
+                          You will be asked for confirmation
+                          if overwriting is needed.
+--create-opendb           Like --createdb, but also open newly
+                          created database.
+                          
+--dropdb                  Drop (remove) a project using specified
+                          database driver and database name.
+                          You will be asked for confirmation.
+--drv, --dbdriver <name>  Database driver to be used
+                          for connecting to a database project
+                          (SQLite by default).
+                          Ignored if a shortcut filename
+                          is provided.
+-t, --type <name>         Specify the type of file provided as an argument.
+                          This option is only useful if the filename does
+                          not have a valid extension set and its type
+                          cannot be determined unambiguously by examining
+                          its contents.
+                          This option is ignored if no file is specified as                                                                                                                              
+                          an argument.                                                                                                                                                                   
+                          Available file types are:
+                          - "project" for a project file (the default)                                                                                                                                   
+                          - "shortcut" for a shortcut file pointing to a project.
+                          - "connection" for database connection data.                                                                                                                                   
+                                                                                                                                                                                                         
+--conn, --connection <shortcut_filename>                                                                                                                                                                 
+                          Specify a database connection shortcut .kexic                                                                                                                                  
+                          file containing connection data.                                                                                                                                               
+                          Can be used with --createdb or --create-opendb                                                                                                                                 
+                          for convenience instead of using options like                                                                                                                                  
+                          --user, --host or --port.                                                                                                                                                      
+                          Note: Options like --user, --host have                                                                                                                                         
+                          precedence over settings defined in the shortcut                                                                                                                               
+                          file.
+--readonly                Specify that any database connections will
+                          be performed without write support. This option
+                          is ignored when "createdb" option is present,
+                          otherwise the database could not be created.
+--user-mode               Start project in User Mode, regardless 
+                          of the project settings.
+--design-mode             Start project in Design Mode, regardless 
+                          of the project settings.
+--show-navigator          Show the Project Navigator side pane even
+                          if Kexi runs in User Mode.
+--hide-menu               Hide the main menu (the tabbed toolbar)
+                          completely. A number of commands from the main
+                          menu is always visible. This option is useful
+                          in User Mode.
+--skip-startup-dialog     Skip displaying startup dialog window.
+                          If there is no project name specified to open,
+                          an empty application window will appear.
+
+Options related to opening objects within a project:
+
+--open [<object_type>:]<object_name> 
+                          Open object of type 'object_type'
+                          and name 'object_name' from specified project
+                          on application start.
+                          'object_type' is optional, if omitted - table
+                          type is assumed.
+                          Other object types can be query, report, form,
+                          script (may be more or less, depending on your
+                          plugins installed).
+                          Use "" chars to specify names containing spaces.
+                          Examples: --open MyTable,
+                          --open query:"My very big query"
+--design [<object_type>:]<object_name> 
+                          Like --open, but the object will
+                          be opened in Design Mode, if one is available.
+--edittext [<object_type>:]<object_name> 
+                          Like --open, but the object will
+                          be opened in Text Mode, if one is available.
+--exec, --execute [<object_type>:]<object_name> 
+                          Start execution of object of type 'object_type'
+                          and name 'object_name' on application start.
+                          'object_type' is optional, if omitted - macro
+                          type is assumed.
+                          Other object types can be script (may be more
+                          or less, depending on your plugins installed).
+                          Use "" chars to specify names containing spaces.
+
+--new <object_type>       Start new object design of type 'object_type'.
+
+
+Options related to database servers:
+
+-u, --user <name>         User name to be used
+                          for connecting to a database project.
+                          Ignored if a shortcut filename
+                          is provided.
+-h, --host <name>         Server (host) name to be used
+                          for connecting to a database project.
+                          Ignored if a shortcut filename
+                          is provided.
+--port <number>           Server's port number to be used
+                          for connecting to a database project.
+                          Ignored if a shortcut filename
+                          is provided.
+
+--local-socket <filename> Server's local socket filename
+                          to be used for connecting to a database
+                          project. Ignored if a shortcut filename
+                          is provided.
+
+--skip-conn-dialog        Skip displaying connection dialog window
+                          and connect directly. Available when
+                          opening .kexic or .kexis shortcut files.
+
+Arguments:
+
+**project-name**   Kexi database project filename, Kexi shortcut filename or name of a Kexi database project on a server to open.
+
+
+SEE ALSO
+=========
+
+More detailed user documentation is available from **help:/kexi** (either enter this URL into Konqueror, or run **khelpcenter** *help:/kexi*).
+
+
+.. |date| date:: %y %B %Y

-- 
Calligra suite packaging



More information about the pkg-kde-commits mailing list