[Python-modules-commits] [python-odf] 48/118: Fix the man-pages

Wolfgang Borgert debacle at moszumanska.debian.org
Fri Oct 3 21:27:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to reference refs/remotes/upstream/master
in repository python-odf.

commit d254a655c229a45e55f463e18aded0d7902d15cc
Author: Søren Roug <soren.roug at eea.europa.eu>
Date:   Sun Mar 15 10:53:48 2009 +0000

    Fix the man-pages
---
 mailodf/mailodf.1             |  8 +++++---
 mailodf/mailodf.xml           |  2 +-
 odf2mht/odf2mht.1             |  8 +++++---
 odf2mht/odf2mht.xml           |  2 +-
 odflint/odflint               |  6 +++++-
 odflint/odflint.1             | 13 +++++++------
 odflint/odflint.xml           |  7 ++++---
 odfmeta/odfmeta.1             | 11 +++++------
 odfmeta/odfmeta.xml           |  2 +-
 odfoutline/odfoutline.1       |  8 +++++---
 odfoutline/odfoutline.xml     |  2 +-
 odfuserfield/odfuserfield.1   |  8 +++++---
 odfuserfield/odfuserfield.xml |  2 +-
 xml2odf/xml2odf.1             |  8 +++++---
 xml2odf/xml2odf.xml           |  2 +-
 15 files changed, 52 insertions(+), 37 deletions(-)

diff --git a/mailodf/mailodf.1 b/mailodf/mailodf.1
index f8361db..1dcf836 100644
--- a/mailodf/mailodf.1
+++ b/mailodf/mailodf.1
@@ -1,12 +1,12 @@
 .\"     Title: mailodf
 .\"    Author: S\(/oren Roug
 .\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/>
-.\"      Date: 01/04/2009
+.\"      Date: 03/15/2009
 .\"    Manual: User commands
 .\"    Source: odfpy
 .\"  Language: English
 .\"
-.TH "MAILODF" "1" "01/04/2009" "odfpy" "User commands"
+.TH "MAILODF" "1" "03/15/2009" "odfpy" "User commands"
 .\" -----------------------------------------------------------------
 .\" * (re)Define some macros
 .\" -----------------------------------------------------------------
@@ -177,7 +177,9 @@ mailodf \- Email ODF file as HTML archive
 .PP
 mailodf is a program that will create a MIME\-encapsulated web archive and then sends it as an email\&. Most email programs that understand HTML understands this format\&.
 .PP
-"Inputfile" is assumed to be an OpenDocument file of text, spreadsheet or presentation type\&.
+
+\(lqInputfile\(rq
+is assumed to be an OpenDocument file of text, spreadsheet or presentation type\&.
 .SH "References"
 .RS 4
 HTTRACK (http://www\&.httrack\&.com/) can create such archives with the \-%M option\&.
diff --git a/mailodf/mailodf.xml b/mailodf/mailodf.xml
index 665690c..ec09c6a 100644
--- a/mailodf/mailodf.xml
+++ b/mailodf/mailodf.xml
@@ -35,7 +35,7 @@ and then sends it as an email.
 Most email programs that understand HTML understands this format.
 </para>
 <para>
-"Inputfile" is assumed to be an
+<quote>Inputfile</quote> is assumed to be an
 OpenDocument file of text, spreadsheet or presentation type.
 </para>
 </refsect1>
diff --git a/odf2mht/odf2mht.1 b/odf2mht/odf2mht.1
index 7b4f773..a59c013 100644
--- a/odf2mht/odf2mht.1
+++ b/odf2mht/odf2mht.1
@@ -1,12 +1,12 @@
 .\"     Title: odf2mht
 .\"    Author: S\(/oren Roug
 .\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/>
-.\"      Date: 01/21/2009
+.\"      Date: 03/15/2009
 .\"    Manual: User commands
 .\"    Source: odfpy
 .\"  Language: English
 .\"
-.TH "ODF2MHT" "1" "01/21/2009" "odfpy" "User commands"
+.TH "ODF2MHT" "1" "03/15/2009" "odfpy" "User commands"
 .\" -----------------------------------------------------------------
 .\" * (re)Define some macros
 .\" -----------------------------------------------------------------
@@ -178,7 +178,9 @@ odf2mht \- Convert ODF to HTML archive
 \fBOdf2mht\fR
 is a program that will create a MIME\-encapsulated web archive (\&.mht) format where images are preserved\&. The file can be read by Internet Explorer, MS\-Word and many email programs such as MS\-Outlook\&. It will write the web archive to stdout\&.
 .PP
-"Path" is assumed to be an OpenDocument file of text, spreadsheet or presentation type\&.
+
+\(lqPath\(rq
+is assumed to be an OpenDocument file of text, spreadsheet or presentation type\&.
 .SH "References"
 .RS 4
 HTTRACK (http://www\&.httrack\&.com/) can create such archives with the \-%M option\&.
diff --git a/odf2mht/odf2mht.xml b/odf2mht/odf2mht.xml
index 321e280..7fdcdb1 100644
--- a/odf2mht/odf2mht.xml
+++ b/odf2mht/odf2mht.xml
@@ -32,7 +32,7 @@ The file can be read by Internet Explorer, MS-Word and many email programs such
 It will write the web archive to stdout.
 </para>
 <para>
-"Path" is assumed to be an
+<quote>Path</quote> is assumed to be an
 OpenDocument file of text, spreadsheet or presentation type.
 </para>
 </refsect1>
diff --git a/odflint/odflint b/odflint/odflint
index aaaab5a..d3c5bd4 100755
--- a/odflint/odflint
+++ b/odflint/odflint
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
-# Copyright (C) 2007 Søren Roug, European Environment Agency
+# Copyright (C) 2009 Søren Roug, European Environment Agency
 #
 # This is free software.  You may redistribute it under the terms
 # of the Apache license and the GNU General Public License Version
@@ -41,6 +41,10 @@ extension_attributes = {
 		(MANIFESTNS,u'file-entry'): (
 			(MANIFESTNS,u'version'),
 		),
+		(TEXTNS,u'list'): (
+			(TEXTNS,u'continue-list'),
+			(XMLNS,u'id'),
+		),
 	},
 	 "OpenOffice.org" : {
 		(METANS,u'template'): (
diff --git a/odflint/odflint.1 b/odflint/odflint.1
index 69c78ed..a15a97b 100644
--- a/odflint/odflint.1
+++ b/odflint/odflint.1
@@ -1,12 +1,12 @@
 .\"     Title: odflint
 .\"    Author: S\(/oren Roug
 .\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/>
-.\"      Date: 01/04/2009
+.\"      Date: 03/15/2009
 .\"    Manual: User commands
 .\"    Source: odfpy
 .\"  Language: English
 .\"
-.TH "ODFLINT" "1" "01/04/2009" "odfpy" "User commands"
+.TH "ODFLINT" "1" "03/15/2009" "odfpy" "User commands"
 .\" -----------------------------------------------------------------
 .\" * (re)Define some macros
 .\" -----------------------------------------------------------------
@@ -178,7 +178,9 @@ odflint \- Check ODF file for problems
 \fBodflint\fR
 is a program that will check an ODF file and give warning if it finds something suspect\&. It is not able to make a full validation due to the complexity of the schema\&.
 .PP
-"Path" is assumed to be an OpenDocument file of text, spreadsheet or presentation type\&.
+
+\(lqPath\(rq
+is assumed to be an OpenDocument file of text, spreadsheet or presentation type\&.
 .SH "Example"
 .sp
 .if n \{\
@@ -204,10 +206,9 @@ odflint odf\-file
 .if n \{\
 .RE
 .\}
-.SH "See Also"
+.SH "Bugs"
 .PP
-
-\fBodftools\fR(1),
+Validates all versions of ODF as if they are version 1\&.1\&. You\'ll therefore get some false positives if you check files that aren\'t generated by odfpy scripts\&.
 .SH "Author"
 .PP
 \fBS\(/oren Roug\fR
diff --git a/odflint/odflint.xml b/odflint/odflint.xml
index f3e4a4f..a61bf51 100644
--- a/odflint/odflint.xml
+++ b/odflint/odflint.xml
@@ -33,7 +33,7 @@ It is not able to make a full validation due to the complexity
 of the schema.
 </para>
 <para>
-"Path" is assumed to be an
+<quote>Path</quote> is assumed to be an
 OpenDocument file of text, spreadsheet or presentation type.
 </para>
 </refsect1>
@@ -42,9 +42,10 @@ OpenDocument file of text, spreadsheet or presentation type.
 odflint odf-file
 </screen>
 </refsect1>
-<refsect1><title>See Also</title>
+<refsect1><title>Bugs</title>
 <para>
-<command>odftools</command>(1),
+Validates all versions of ODF as if they are version 1.1. You'll therefore get some false
+positives if you check files that aren't generated by odfpy scripts.
 </para>
 </refsect1>
 </refentry>
diff --git a/odfmeta/odfmeta.1 b/odfmeta/odfmeta.1
index 4bef05c..b802527 100644
--- a/odfmeta/odfmeta.1
+++ b/odfmeta/odfmeta.1
@@ -1,12 +1,12 @@
 .\"     Title: odfmeta
 .\"    Author: S\(/oren Roug
 .\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/>
-.\"      Date: 03/07/2009
+.\"      Date: 03/15/2009
 .\"    Manual: User commands
 .\"    Source: odfpy
 .\"  Language: English
 .\"
-.TH "ODFMETA" "1" "03/07/2009" "odfpy" "User commands"
+.TH "ODFMETA" "1" "03/15/2009" "odfpy" "User commands"
 .\" -----------------------------------------------------------------
 .\" * (re)Define some macros
 .\" -----------------------------------------------------------------
@@ -178,7 +178,9 @@ odfmeta \- List or change the metadata of an ODF file
 \fBodfmeta\fR
 is a program that will list or change the metadata in an OpenDocument file\&. This is useful for version control systems\&. You can change title, keywords, description etc\&.
 .PP
-"Path" is assumed to be an OpenDocument file of text, spreadsheet or presentation type\&.
+
+\(lqPath\(rq
+is assumed to be an OpenDocument file of text, spreadsheet or presentation type\&.
 .SH "Options"
 .PP
 \-l
@@ -264,9 +266,6 @@ odfmeta \-I "title:The Little Engine That Could" \-A subject:I\-think\-I\-can \-
 
 \fBformail\fR(1),
 \fBid3tag\fR(1)
-.SH "Todo"
-.PP
-Should also let the user view and change the <text:user\-field\-decl> in content\&.xml\&. Perhaps this is better done by a different application?
 .SH "Bugs"
 .PP
 All known versions of OpenOffice\&.org keep only four <meta:user\-defined> elements\&. If you add more than those, you\'ll loose them next time you save with OpenOffice\&.org\&. KOffice keeps only one <meta:keyword> element\&.
diff --git a/odfmeta/odfmeta.xml b/odfmeta/odfmeta.xml
index eeeac0e..c870eb2 100644
--- a/odfmeta/odfmeta.xml
+++ b/odfmeta/odfmeta.xml
@@ -44,7 +44,7 @@ the metadata in an OpenDocument file. This is useful for version
 control systems. You can change title, keywords, description etc.
 </para>
 <para>
-"Path" is assumed to be an
+<quote>Path</quote> is assumed to be an
 OpenDocument file of text, spreadsheet or presentation type.
 </para>
 </refsect1>
diff --git a/odfoutline/odfoutline.1 b/odfoutline/odfoutline.1
index 46c67c3..169e662 100644
--- a/odfoutline/odfoutline.1
+++ b/odfoutline/odfoutline.1
@@ -1,12 +1,12 @@
 .\"     Title: odfoutline
 .\"    Author: S\(/oren Roug
 .\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/>
-.\"      Date: 01/04/2009
+.\"      Date: 03/15/2009
 .\"    Manual: User commands
 .\"    Source: odfpy
 .\"  Language: English
 .\"
-.TH "ODFOUTLINE" "1" "01/04/2009" "odfpy" "User commands"
+.TH "ODFOUTLINE" "1" "03/15/2009" "odfpy" "User commands"
 .\" -----------------------------------------------------------------
 .\" * (re)Define some macros
 .\" -----------------------------------------------------------------
@@ -177,7 +177,9 @@ odfoutline \- Show outline of OpenDocument
 .PP
 odfoutline is a simple program that will show the headings in the file and the level the heading is\&.
 .PP
-"Path" is assumed to be an OpenDocument file of text, spreadsheet or presentation type\&.
+
+\(lqPath\(rq
+is assumed to be an OpenDocument file of text, spreadsheet or presentation type\&.
 .SH "Example"
 .sp
 .if n \{\
diff --git a/odfoutline/odfoutline.xml b/odfoutline/odfoutline.xml
index e3a1c30..c3483a0 100644
--- a/odfoutline/odfoutline.xml
+++ b/odfoutline/odfoutline.xml
@@ -32,7 +32,7 @@ odfoutline is a simple program that will show the headings in the file
 and the level the heading is.
 </para>
 <para>
-"Path" is assumed to be an
+<quote>Path</quote> is assumed to be an
 OpenDocument file of text, spreadsheet or presentation type.
 </para>
 </refsect1>
diff --git a/odfuserfield/odfuserfield.1 b/odfuserfield/odfuserfield.1
index a1c0114..76cff7f 100644
--- a/odfuserfield/odfuserfield.1
+++ b/odfuserfield/odfuserfield.1
@@ -1,12 +1,12 @@
 .\"     Title: odfuserfield
 .\"    Author: S\(/oren Roug
 .\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/>
-.\"      Date: 01/04/2009
+.\"      Date: 03/15/2009
 .\"    Manual: User commands
 .\"    Source: odfpy
 .\"  Language: English
 .\"
-.TH "ODFUSERFIELD" "1" "01/04/2009" "odfpy" "User commands"
+.TH "ODFUSERFIELD" "1" "03/15/2009" "odfpy" "User commands"
 .\" -----------------------------------------------------------------
 .\" * (re)Define some macros
 .\" -----------------------------------------------------------------
@@ -183,7 +183,9 @@ Use
 \fBodfuserfield\fR
 to fill out form letters before printing or giving to the user\&.
 .PP
-"Path" is assumed to be an OpenDocument file of text, spreadsheet or presentation type\&.
+
+\(lqPath\(rq
+is assumed to be an OpenDocument file of text, spreadsheet or presentation type\&.
 .SH "Options"
 .PP
 \-l
diff --git a/odfuserfield/odfuserfield.xml b/odfuserfield/odfuserfield.xml
index 6f5c4ca..2c99687 100644
--- a/odfuserfield/odfuserfield.xml
+++ b/odfuserfield/odfuserfield.xml
@@ -54,7 +54,7 @@ Use <command>odfuserfield</command> to fill out form letters before
 printing or giving to the user.
 </para>
 <para>
-"Path" is assumed to be an
+<quote>Path</quote> is assumed to be an
 OpenDocument file of text, spreadsheet or presentation type.
 </para>
 </refsect1>
diff --git a/xml2odf/xml2odf.1 b/xml2odf/xml2odf.1
index 92a1417..e204dd9 100644
--- a/xml2odf/xml2odf.1
+++ b/xml2odf/xml2odf.1
@@ -1,12 +1,12 @@
 .\"     Title: xml2odf
 .\"    Author: S\(/oren Roug
 .\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/>
-.\"      Date: 01/04/2009
+.\"      Date: 03/15/2009
 .\"    Manual: User commands
 .\"    Source: odfpy
 .\"  Language: English
 .\"
-.TH "XML2ODF" "1" "01/04/2009" "odfpy" "User commands"
+.TH "XML2ODF" "1" "03/15/2009" "odfpy" "User commands"
 .\" -----------------------------------------------------------------
 .\" * (re)Define some macros
 .\" -----------------------------------------------------------------
@@ -177,7 +177,9 @@ xml2odf \- Create ODF package from OpenDocument in XML form
 .PP
 OpenDocument can be a complete office document in a single XML file\&. The script will take such a document and create a package\&. This is mainly useful as a postprocesser of a program producing XML, such as a stylesheet\&.
 .PP
-"Inputfile" is assumed to be an OpenDocument file in XML form\&. If there is no inputfile, the program will read from standard input\&. The flag \-s adds correct suffix to the filename according to what mime type is found in the XML file, in cause you don\'t know already what document type you are packaging\&.
+
+\(lqInputfile\(rq
+is assumed to be an OpenDocument file in XML form\&. If there is no inputfile, the program will read from standard input\&. The flag \-s adds correct suffix to the filename according to what mime type is found in the XML file, in cause you don\'t know already what document type you are packaging\&.
 .PP
 If output file is not specified output will be to standard out\&.
 .PP
diff --git a/xml2odf/xml2odf.xml b/xml2odf/xml2odf.xml
index 4b651cc..37fe055 100644
--- a/xml2odf/xml2odf.xml
+++ b/xml2odf/xml2odf.xml
@@ -36,7 +36,7 @@ This is mainly useful as a postprocesser of a program producing XML,
 such as a stylesheet.
 </para>
 <para>
-"Inputfile" is assumed to be an
+<quote>Inputfile</quote> is assumed to be an
 OpenDocument file in XML form.
 If there is no inputfile, the program will read from standard input.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-odf.git



More information about the Python-modules-commits mailing list