[Python-modules-commits] r2796 - in /packages/ll-xist/trunk/debian/manpage_source: dtd2xsc.sgml tld2xsc.sgml xml2xsc.sgml

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Fri Jul 20 22:28:50 UTC 2007


Author: bzed-guest
Date: Fri Jul 20 22:28:50 2007
New Revision: 2796

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2796
Log:
manpages for ll-xist

Modified:
    packages/ll-xist/trunk/debian/manpage_source/dtd2xsc.sgml
    packages/ll-xist/trunk/debian/manpage_source/tld2xsc.sgml
    packages/ll-xist/trunk/debian/manpage_source/xml2xsc.sgml

Modified: packages/ll-xist/trunk/debian/manpage_source/dtd2xsc.sgml
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-xist/trunk/debian/manpage_source/dtd2xsc.sgml?rev=2796&op=diff
==============================================================================
--- packages/ll-xist/trunk/debian/manpage_source/dtd2xsc.sgml (original)
+++ packages/ll-xist/trunk/debian/manpage_source/dtd2xsc.sgml Fri Jul 20 22:28:50 2007
@@ -30,8 +30,6 @@
   <!ENTITY dhpackage   "dtd2xsc">
 
   <!ENTITY debian      "<productname>Debian</productname>">
-  <!ENTITY gnu         "<acronym>GNU</acronym>">
-  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
 ]>
 
 <refentry>
@@ -57,39 +55,35 @@
   <refnamediv>
     <refname>&dhpackage;</refname>
 
-    <refpurpose></refpurpose>
+    <refpurpose>Create XIST namespace modules from DTDs</refpurpose>
   </refnamediv>
   <refsynopsisdiv>
     <cmdsynopsis>
       <command>&dhpackage;</command>
 
-      <arg><option>-e <replaceable>this</replaceable></option></arg>
-
-      <arg><option>--example <replaceable>that</replaceable></option></arg>
+      <arg><option>-h | --help<replaceable></replaceable></option></arg>
+      <arg><option>-o | --output=<replaceable>FILE</replaceable></option></arg>
+      <arg><option>-v | --verbose<replaceable></replaceable></option></arg>
+      <arg><option>-p | --prefix=<replaceable>PREFIX</replaceable></option></arg>
+      <arg><option>-u | --url=<replaceable>URL</replaceable></option></arg>
+      <arg><option>-a | --shareattrs=<replaceable>SHAREATTRS</replaceable></option></arg>
+      <arg><option>-m | --model=<replaceable>MODEL</replaceable></option></arg>
+      <arg><option>-d | --defaults<replaceable></replaceable></option></arg>
     </cmdsynopsis>
   </refsynopsisdiv>
   <refsect1>
     <title>DESCRIPTION</title>
 
     <para>This manual page documents briefly the
-      <command>&dhpackage;</command> and <command>bar</command>
-      commands.</para>
+      <command>&dhpackage;</command>
+      command and was written for the &debian; distribution
+      because the original program does not have a manual page.</para>
 
-    <para>This manual page was written for the &debian; distribution
-      because the original program does not have a manual page.
-      Instead, it has documentation in the &gnu;
-      <application>Info</application> format; see below.</para>
-
-    <para><command>&dhpackage;</command> is a program that...</para>
+    <para><command>&dhpackage;</command> is a program that helps to create XIST namespace modules from DTDs</para>
 
   </refsect1>
   <refsect1>
     <title>OPTIONS</title>
-
-    <para>These programs follow the usual &gnu; command line syntax,
-      with long options starting with two dashes (`-').  A summary of
-      options is included below.  For a complete description, see the
-      <application>Info</application> files.</para>
 
     <variablelist>
       <varlistentry>
@@ -97,27 +91,73 @@
           <option>--help</option>
         </term>
         <listitem>
-          <para>Show summary of options.</para>
+          <para>Show a help message and exit.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-o FILE</option>
+          <option>--output=FILE</option>
+        </term>
+        <listitem>
+          <para>Write output to FILE.</para>
         </listitem>
       </varlistentry>
       <varlistentry>
         <term><option>-v</option>
-          <option>--version</option>
+          <option>--verbose</option>
         </term>
         <listitem>
-          <para>Show version of program.</para>
+          <para>Make program output verbose.</para>
         </listitem>
       </varlistentry>
+      <varlistentry>
+        <term><option>-p PREFIX</option>
+          <option>--prefix=PREFIX</option>
+        </term>
+        <listitem>
+          <para>PREFIX defines the XML prefix for this namespace.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-u URL</option>
+          <option>--url=URL</option>
+        </term>
+        <listitem>
+          <para>URL specifies the XML namespace name</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-a SHAREATTRS</option>
+          <option>--shareattrs=SHAREATTRS</option>
+        </term>
+        <listitem>
+          <para>Should identical attributes be shared among elements?</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-m MODEL</option>
+          <option>--model=MODEL</option>
+        </term>
+        <listitem>
+          <para>Add sims information to the namespace.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-d</option>
+          <option>--defaults</option>
+        </term>
+        <listitem>
+          <para>Output default values for attributes.</para>
+        </listitem>
+      </varlistentry>
+
     </variablelist>
   </refsect1>
   <refsect1>
     <title>SEE ALSO</title>
 
-    <para>bar (1), baz (1).</para>
+    <para>tld2xsc (1), xml2xsc (1).</para>
 
-    <para>The programs are documented fully by <citetitle>The Rise and
-      Fall of a Fooish Bar</citetitle> available via the
-      <application>Info</application> system.</para>
   </refsect1>
   <refsect1>
     <title>AUTHOR</title>
@@ -125,14 +165,9 @@
     <para>This manual page was written by &dhusername; &dhemail; for
       the &debian; system (but may be used by others).  Permission is
       granted to copy, distribute and/or modify this document under
-      the terms of the &gnu; General Public License, Version 2 any 
-	  later version published by the Free Software Foundation.
+      the same license as ll-xist, see /usr/share/doc/python-ll-xist/copyright
+      for details.
     </para>
-	<para>
-	  On Debian systems, the complete text of the GNU General Public
-	  License can be found in /usr/share/common-licenses/GPL.
-	</para>
-
   </refsect1>
 </refentry>
 

Modified: packages/ll-xist/trunk/debian/manpage_source/tld2xsc.sgml
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-xist/trunk/debian/manpage_source/tld2xsc.sgml?rev=2796&op=diff
==============================================================================
--- packages/ll-xist/trunk/debian/manpage_source/tld2xsc.sgml (original)
+++ packages/ll-xist/trunk/debian/manpage_source/tld2xsc.sgml Fri Jul 20 22:28:50 2007
@@ -17,21 +17,19 @@
   -->
 
   <!-- Fill in your name for FIRSTNAME and SURNAME. -->
-  <!ENTITY dhfirstname "<firstname>FIRSTNAME</firstname>">
-  <!ENTITY dhsurname   "<surname>SURNAME</surname>">
+  <!ENTITY dhfirstname "<firstname>BERND</firstname>">
+  <!ENTITY dhsurname   "<surname>ZEIMETZ</surname>">
   <!-- Please adjust the date whenever revising the manpage. -->
   <!ENTITY dhdate      "<date>July 18, 2007</date>">
   <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
        allowed: see man(7), man(1). -->
-  <!ENTITY dhsection   "<manvolnum>SECTION</manvolnum>">
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
   <!ENTITY dhemail     "<email>bernd at bzed.de</email>">
   <!ENTITY dhusername  "Bernd Zeimetz">
   <!ENTITY dhucpackage "<refentrytitle>PYTHON-LL-XIST</refentrytitle>">
-  <!ENTITY dhpackage   "python-ll-xist">
+  <!ENTITY dhpackage   "tld2xsc">
 
   <!ENTITY debian      "<productname>Debian</productname>">
-  <!ENTITY gnu         "<acronym>GNU</acronym>">
-  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
 ]>
 
 <refentry>
@@ -44,7 +42,7 @@
       &dhsurname;
     </author>
     <copyright>
-      <year>2003</year>
+      <year>2007</year>
       <holder>&dhusername;</holder>
     </copyright>
     &dhdate;
@@ -57,39 +55,36 @@
   <refnamediv>
     <refname>&dhpackage;</refname>
 
-    <refpurpose>program to do something</refpurpose>
+    <refpurpose>Create XIST namespace modules from TLD files</refpurpose>
   </refnamediv>
   <refsynopsisdiv>
     <cmdsynopsis>
       <command>&dhpackage;</command>
 
-      <arg><option>-e <replaceable>this</replaceable></option></arg>
-
-      <arg><option>--example <replaceable>that</replaceable></option></arg>
+      <arg><option>-h | --help<replaceable></replaceable></option></arg>
+      <arg><option>-o | --output=<replaceable>FILE</replaceable></option></arg>
+      <arg><option>-v | --verbose<replaceable></replaceable></option></arg>
+      <arg><option>-p | --prefix=<replaceable>PREFIX</replaceable></option></arg>
+      <arg><option>-u | --url=<replaceable>URL</replaceable></option></arg>
+      <arg><option>-s | --shareattrs=<replaceable>SHAREATTRS</replaceable></option></arg>
+      <arg><option>-m | --model=<replaceable>MODEL</replaceable></option></arg>
+      <arg><option>-d | --defaults<replaceable></replaceable></option></arg>
     </cmdsynopsis>
   </refsynopsisdiv>
   <refsect1>
     <title>DESCRIPTION</title>
 
     <para>This manual page documents briefly the
-      <command>&dhpackage;</command> and <command>bar</command>
-      commands.</para>
+      <command>&dhpackage;</command>
+      command and was written for the &debian; distribution
+      because the original program does not have a manual page.</para>
 
-    <para>This manual page was written for the &debian; distribution
-      because the original program does not have a manual page.
-      Instead, it has documentation in the &gnu;
-      <application>Info</application> format; see below.</para>
-
-    <para><command>&dhpackage;</command> is a program that...</para>
+    <para><command>&dhpackage;</command>is a program to create XIST namespace modules from TLD files
+(Java tag library descriptors)</para>
 
   </refsect1>
   <refsect1>
     <title>OPTIONS</title>
-
-    <para>These programs follow the usual &gnu; command line syntax,
-      with long options starting with two dashes (`-').  A summary of
-      options is included below.  For a complete description, see the
-      <application>Info</application> files.</para>
 
     <variablelist>
       <varlistentry>
@@ -97,27 +92,74 @@
           <option>--help</option>
         </term>
         <listitem>
-          <para>Show summary of options.</para>
+          <para>Show a help message and exit.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-o FILE</option>
+          <option>--output=FILE</option>
+        </term>
+        <listitem>
+          <para>Write output to FILE.</para>
         </listitem>
       </varlistentry>
       <varlistentry>
         <term><option>-v</option>
-          <option>--version</option>
+          <option>--verbose</option>
         </term>
         <listitem>
-          <para>Show version of program.</para>
+          <para>Make program output verbose.</para>
         </listitem>
       </varlistentry>
+      <varlistentry>
+        <term><option>-p PREFIX</option>
+          <option>--prefix=PREFIX</option>
+        </term>
+        <listitem>
+          <para>PREFIX defines the XML prefix for this namespace.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-u URL</option>
+          <option>--url=URL</option>
+        </term>
+        <listitem>
+          <para>URL specifies the XML namespace name</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-s SHAREATTRS</option>
+          <option>--shareattrs=SHAREATTRS</option>
+        </term>
+        <listitem>
+          <para>Should identical attributes be shared among elements?</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-m MODEL</option>
+          <option>--model=MODEL</option>
+        </term>
+        <listitem>
+          <para>Add sims information to the namespace.</para>
+        </listitem>
+      </varlistentry>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-d</option>
+          <option>--defaults</option>
+        </term>
+        <listitem>
+          <para>Output default values for attributes.</para>
+        </listitem>
+      </varlistentry>
+
     </variablelist>
   </refsect1>
   <refsect1>
     <title>SEE ALSO</title>
 
-    <para>bar (1), baz (1).</para>
+    <para>dtd2xsc (1), xml2xsc (1).</para>
 
-    <para>The programs are documented fully by <citetitle>The Rise and
-      Fall of a Fooish Bar</citetitle> available via the
-      <application>Info</application> system.</para>
   </refsect1>
   <refsect1>
     <title>AUTHOR</title>
@@ -125,14 +167,9 @@
     <para>This manual page was written by &dhusername; &dhemail; for
       the &debian; system (but may be used by others).  Permission is
       granted to copy, distribute and/or modify this document under
-      the terms of the &gnu; General Public License, Version 2 any 
-	  later version published by the Free Software Foundation.
+      the same license as ll-xist, see /usr/share/doc/python-ll-xist/copyright
+      for details.
     </para>
-	<para>
-	  On Debian systems, the complete text of the GNU General Public
-	  License can be found in /usr/share/common-licenses/GPL.
-	</para>
-
   </refsect1>
 </refentry>
 

Modified: packages/ll-xist/trunk/debian/manpage_source/xml2xsc.sgml
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-xist/trunk/debian/manpage_source/xml2xsc.sgml?rev=2796&op=diff
==============================================================================
--- packages/ll-xist/trunk/debian/manpage_source/xml2xsc.sgml (original)
+++ packages/ll-xist/trunk/debian/manpage_source/xml2xsc.sgml Fri Jul 20 22:28:50 2007
@@ -17,21 +17,19 @@
   -->
 
   <!-- Fill in your name for FIRSTNAME and SURNAME. -->
-  <!ENTITY dhfirstname "<firstname>FIRSTNAME</firstname>">
-  <!ENTITY dhsurname   "<surname>SURNAME</surname>">
+  <!ENTITY dhfirstname "<firstname>BERND</firstname>">
+  <!ENTITY dhsurname   "<surname>ZEIMETZ</surname>">
   <!-- Please adjust the date whenever revising the manpage. -->
   <!ENTITY dhdate      "<date>July 18, 2007</date>">
   <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
        allowed: see man(7), man(1). -->
-  <!ENTITY dhsection   "<manvolnum>SECTION</manvolnum>">
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
   <!ENTITY dhemail     "<email>bernd at bzed.de</email>">
   <!ENTITY dhusername  "Bernd Zeimetz">
   <!ENTITY dhucpackage "<refentrytitle>PYTHON-LL-XIST</refentrytitle>">
-  <!ENTITY dhpackage   "python-ll-xist">
+  <!ENTITY dhpackage   "xml2xsc">
 
   <!ENTITY debian      "<productname>Debian</productname>">
-  <!ENTITY gnu         "<acronym>GNU</acronym>">
-  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
 ]>
 
 <refentry>
@@ -44,7 +42,7 @@
       &dhsurname;
     </author>
     <copyright>
-      <year>2003</year>
+      <year>2007</year>
       <holder>&dhusername;</holder>
     </copyright>
     &dhdate;
@@ -57,39 +55,32 @@
   <refnamediv>
     <refname>&dhpackage;</refname>
 
-    <refpurpose>program to do something</refpurpose>
+    <refpurpose>Create XIST namespace modules from XML files</refpurpose>
   </refnamediv>
   <refsynopsisdiv>
     <cmdsynopsis>
       <command>&dhpackage;</command>
 
-      <arg><option>-e <replaceable>this</replaceable></option></arg>
-
-      <arg><option>--example <replaceable>that</replaceable></option></arg>
+      <arg><option>-h | --help<replaceable></replaceable></option></arg>
+      <arg><option>-n | --name=<replaceable>NAME</replaceable></option></arg>
+      <arg><option>-u | --url=<replaceable>URL</replaceable></option></arg>
+      <arg><option>-p | --parser=<replaceable>PARSER</replaceable></option></arg>
+      <arg><option>-s | --sims=<replaceable>MODE</replaceable></option></arg>
     </cmdsynopsis>
   </refsynopsisdiv>
   <refsect1>
     <title>DESCRIPTION</title>
 
     <para>This manual page documents briefly the
-      <command>&dhpackage;</command> and <command>bar</command>
-      commands.</para>
+      <command>&dhpackage;</command>
+      command and was written for the &debian; distribution
+      because the original program does not have a manual page.</para>
 
-    <para>This manual page was written for the &debian; distribution
-      because the original program does not have a manual page.
-      Instead, it has documentation in the &gnu;
-      <application>Info</application> format; see below.</para>
-
-    <para><command>&dhpackage;</command> is a program that...</para>
+    <para><command>&dhpackage;</command>is a program to create XIST namespace modules from XML files</para>
 
   </refsect1>
   <refsect1>
     <title>OPTIONS</title>
-
-    <para>These programs follow the usual &gnu; command line syntax,
-      with long options starting with two dashes (`-').  A summary of
-      options is included below.  For a complete description, see the
-      <application>Info</application> files.</para>
 
     <variablelist>
       <varlistentry>
@@ -97,15 +88,39 @@
           <option>--help</option>
         </term>
         <listitem>
-          <para>Show summary of options.</para>
+          <para>Show a help message and exit.</para>
         </listitem>
       </varlistentry>
       <varlistentry>
-        <term><option>-v</option>
-          <option>--version</option>
+        <term><option>-n NAME</option>
+          <option>--name=NAME</option>
         </term>
         <listitem>
-          <para>Show version of program.</para>
+          <para>NAME specifies the xmlname for the new namespace.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-u URL</option>
+          <option>--url=URL</option>
+        </term>
+        <listitem>
+          <para>URL specifies the XML namespace name</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-p PARSER</option>
+          <option>--parser=PARSER</option>
+        </term>
+        <listitem>
+          <para>Parser module to use for XML parsing.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-s MODE</option>
+          <option>--sims=MODE</option>
+        </term>
+        <listitem>
+          <para>Create sims info (none, simple, full)?</para>
         </listitem>
       </varlistentry>
     </variablelist>
@@ -113,11 +128,8 @@
   <refsect1>
     <title>SEE ALSO</title>
 
-    <para>bar (1), baz (1).</para>
+    <para>dtd2xsc (1), tld2xsc (1).</para>
 
-    <para>The programs are documented fully by <citetitle>The Rise and
-      Fall of a Fooish Bar</citetitle> available via the
-      <application>Info</application> system.</para>
   </refsect1>
   <refsect1>
     <title>AUTHOR</title>
@@ -125,14 +137,9 @@
     <para>This manual page was written by &dhusername; &dhemail; for
       the &debian; system (but may be used by others).  Permission is
       granted to copy, distribute and/or modify this document under
-      the terms of the &gnu; General Public License, Version 2 any 
-	  later version published by the Free Software Foundation.
+      the same license as ll-xist, see /usr/share/doc/python-ll-xist/copyright
+      for details.
     </para>
-	<para>
-	  On Debian systems, the complete text of the GNU General Public
-	  License can be found in /usr/share/common-licenses/GPL.
-	</para>
-
   </refsect1>
 </refentry>
 




More information about the Python-modules-commits mailing list