Skip to content

Commit

Permalink
Fix the man-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenroug committed Mar 15, 2009
1 parent 99b2419 commit d254a65
Show file tree
Hide file tree
Showing 15 changed files with 52 additions and 37 deletions.
8 changes: 5 additions & 3 deletions mailodf/mailodf.1
Original file line number Diff line number Diff line change
@@ -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
.\" -----------------------------------------------------------------
Expand Down Expand Up @@ -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\&.
Expand Down
2 changes: 1 addition & 1 deletion mailodf/mailodf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ and then sends it as an email.
Most email programs that understand HTML understands this format.
</para>
<para>
&quot;Inputfile&quot; is assumed to be an
<quote>Inputfile</quote> is assumed to be an
OpenDocument file of text, spreadsheet or presentation type.
</para>
</refsect1>
Expand Down
8 changes: 5 additions & 3 deletions odf2mht/odf2mht.1
Original file line number Diff line number Diff line change
@@ -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
.\" -----------------------------------------------------------------
Expand Down Expand Up @@ -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\&.
Expand Down
2 changes: 1 addition & 1 deletion odf2mht/odf2mht.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
&quot;Path&quot; is assumed to be an
<quote>Path</quote> is assumed to be an
OpenDocument file of text, spreadsheet or presentation type.
</para>
</refsect1>
Expand Down
6 changes: 5 additions & 1 deletion odflint/odflint
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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'): (
Expand Down
13 changes: 7 additions & 6 deletions odflint/odflint.1
Original file line number Diff line number Diff line change
@@ -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
.\" -----------------------------------------------------------------
Expand Down Expand Up @@ -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 \{\
Expand All @@ -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
Expand Down
7 changes: 4 additions & 3 deletions odflint/odflint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ It is not able to make a full validation due to the complexity
of the schema.
</para>
<para>
&quot;Path&quot; is assumed to be an
<quote>Path</quote> is assumed to be an
OpenDocument file of text, spreadsheet or presentation type.
</para>
</refsect1>
Expand All @@ -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>
Expand Down
11 changes: 5 additions & 6 deletions odfmeta/odfmeta.1
Original file line number Diff line number Diff line change
@@ -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
.\" -----------------------------------------------------------------
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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\&.
Expand Down
2 changes: 1 addition & 1 deletion odfmeta/odfmeta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
&quot;Path&quot; is assumed to be an
<quote>Path</quote> is assumed to be an
OpenDocument file of text, spreadsheet or presentation type.
</para>
</refsect1>
Expand Down
8 changes: 5 additions & 3 deletions odfoutline/odfoutline.1
Original file line number Diff line number Diff line change
@@ -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
.\" -----------------------------------------------------------------
Expand Down Expand Up @@ -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 \{\
Expand Down
2 changes: 1 addition & 1 deletion odfoutline/odfoutline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
&quot;Path&quot; is assumed to be an
<quote>Path</quote> is assumed to be an
OpenDocument file of text, spreadsheet or presentation type.
</para>
</refsect1>
Expand Down
8 changes: 5 additions & 3 deletions odfuserfield/odfuserfield.1
Original file line number Diff line number Diff line change
@@ -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
.\" -----------------------------------------------------------------
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion odfuserfield/odfuserfield.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Use <command>odfuserfield</command> to fill out form letters before
printing or giving to the user.
</para>
<para>
&quot;Path&quot; is assumed to be an
<quote>Path</quote> is assumed to be an
OpenDocument file of text, spreadsheet or presentation type.
</para>
</refsect1>
Expand Down
8 changes: 5 additions & 3 deletions xml2odf/xml2odf.1
Original file line number Diff line number Diff line change
@@ -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
.\" -----------------------------------------------------------------
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion xml2odf/xml2odf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This is mainly useful as a postprocesser of a program producing XML,
such as a stylesheet.
</para>
<para>
&quot;Inputfile&quot; 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.

Expand Down

0 comments on commit d254a65

Please sign in to comment.