[Pkg-cli-apps-commits] [SCM] XML Schema Definition (XSD) diagram viewer branch, debian, updated. debian/0.9-2-1-g356079d

Mathieu Malaterre mathieu.malaterre at gmail.com
Wed Jun 29 20:01:03 UTC 2011


The following commit has been merged in the debian branch:
commit 356079d490d63df577007d63d384841d4c65ed69
Author: Mathieu Malaterre <mathieu.malaterre at gmail.com>
Date:   Wed Jun 29 21:57:16 2011 +0200

    Regenerate the man page

diff --git a/debian/xsddiagram.1 b/debian/xsddiagram.1
index 531d2bf..19abab1 100644
--- a/debian/xsddiagram.1
+++ b/debian/xsddiagram.1
@@ -1,11 +1,75 @@
-.TH UNDOCUMENTED 1 "January 15th, 2004" "Debian GNU/Linux" "Mono Manual"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.2.
+.TH XSDDIAGRAM "1" "June 2011" "xsddiagram 0.9.0" "User Commands"
 .SH NAME
-undocumented \- No manpage for this program.
+xsddiagram \- manual page for xsddiagram 0.9.0
+.SH SYNOPSIS
+.B XSDDiagram.exe
+[\fI-o output.svg\fR] [\fI-so EXTENSION\fR] [\fI-r RootElement\fR]\fI* \fR[\fI-e N\fR] [\fI-z N\fR] [\fIfile.xsd\fR]
 .SH DESCRIPTION
-This
-.B program
-does not have a manpage. Run this command with the
-.B help
-switch to see what it does. For further information, refer to the
-documentation from the XSDDiagram project, located on
-.B http://regis.cosnier.free.fr/?page=XSDDiagram
+XSD Diagram, version 0.9.0.0
+.PP
+
+\fB\-o\fR FILE
+.IP
+specifies the output image. Only '.svg' or '.png' are allowed.
+If not present, the GUI is shown.
+.PP
+\fB\-so\fR EXTENSION
+.IP
+specifies the output image is streamed through the standard
+output. EXTENSION can be: png, jpg, svg or emf (emf on Windows only).
+If not present, the GUI is shown.
+.PP
+\fB\-r\fR ELEMENT
+.IP
+specifies the root element of the tree.
+You can put several \fB\-r\fR options = several root elements in the tree.
+.PP
+\fB\-e\fR N
+.IP
+specifies the expand level (from 0 to what you want).
+Be carefull, the result image can be huge.
+.PP
+\fB\-z\fR N
+.IP
+specifies the zoom percentage from 10% to 1000% (only for .png image).
+Work only with the '\-o', '\-os png' or '\-os jpg' option.
+.PP
+
+Example 1:
+> XSDDiagram.exe \fB\-o\fR file.png \fB\-r\fR TotoRoot \fB\-e\fR 3 \fB\-z\fR 200 ./folder1/toto.xsd
+.IP
+will generate a PNG image from a diagram with a root element
+\&'TotoRoot' and expanding the tree from the root until the 3rd level.
+.PP
+
+Example 2:
+> XSDDiagramConsole.exe ./folder1/toto.xsd
+.IP
+will load the xsd file in the GUI window.
+.PP
+
+Example 3:
+> XSDDiagram.exe \fB\-r\fR TotoRoot \fB\-e\fR 2 ./folder1/toto.xsd
+.IP
+will load the xsd file in the GUI window with a root element
+\&'TotoRoot' and expanding the tree from the root until the 2nd level.
+.PP
+
+Example 4:
+> XSDDiagram.exe \fB\-os\fR svg \fB\-r\fR TotoRoot \fB\-e\fR 3 ./folder1/toto.xsd
+.IP
+will write a SVG image in the standard output from a diagram with a root element
+\&'TotoRoot' and expanding the tree from the root until the 3rd level.
+.SH "SEE ALSO"
+The full documentation for
+.B xsddiagram
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B xsddiagram
+programs are properly installed at your site, the command
+.IP
+.B info xsddiagram
+.PP
+should give you access to the complete manual.

-- 
XML Schema Definition (XSD) diagram viewer



More information about the Pkg-cli-apps-commits mailing list