1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Description: output formats were added to package description (closes: #530329).
SGML has been changed to XML (closes: #358478).
Bug-Debian: http://bugs.debian.org/358478
Bug-Debian: http://bugs.debian.org/530329
Author: Anton Gladky <gladky.anton@gmail.com>
--- rman-3.2.orig/rman.1
+++ rman-3.2/rman.1
@@ -1,7 +1,8 @@
.TH PolyglotMan 1
.SH "NAME "
PolyglotMan, rman - reverse compile man pages from formatted
-form to a number of source formats
+form to a number of source formats: ASCII, roff, TkMan, Tk,
+Sections, HTML, SGML, MIME, LaTeX, LaTeX2e, RTF, POD.
.SH "SYNOPSIS "
rman [ \fIoptions \fR] [ \fIfile \fR]
.SH "DESCRIPTION "
@@ -42,7 +43,7 @@ DEC Ultrix, SGI IRIX, Linux, FreeBSD, SC
works for: SunOS, Sun Solaris, Hewlett-Packard HP-UX, AT&T System
V, OSF/1 aka Digital UNIX, DEC Ultrix. It can produce printable
ASCII-only (control characters stripped), section headers-only,
-Tk, TkMan, [tn]roff (traditional man page source), SGML, HTML,
+Tk, TkMan, [tn]roff (traditional man page source), XML, HTML,
MIME, LaTeX, LaTeX2e, RTF, Perl 5 POD. A modular architecture
permits easy addition of additional output formats.
.PP
@@ -61,7 +62,7 @@ Show version number and exit.
\fIYou should specify the filter first, as this sets a number
of parameters, and then specify other options.
.TP 15
-\-f|\-\-filter <ASCII|roff|TkMan|Tk|Sections|HTML|SGML|MIME|LaTeX|LaTeX2e|RTF|POD>
+\-f|\-\-filter <ASCII|roff|TkMan|Tk|Sections|HTML|XML|MIME|LaTeX|LaTeX2e|RTF|POD>
Set the output filter. Defaults to ASCII.
.TP 15
\-S|\-\-source
@@ -78,7 +79,7 @@ In HTML mode this sets the <TITLE> of th
same parameters as \fI-r \fR.
.TP 15
\-r|\-\-reference|\-\-manref \fIprintf-string \fR
-In HTML and SGML modes this sets the URL form by which to retrieve
+In HTML and XML modes this sets the URL form by which to retrieve
other man pages. The string can use two supplied parameters:
the man page name and its section. (See the Examples section.)
If the string is null (as if set from a shell by "\-r ''"), `-'
@@ -182,7 +183,7 @@ With a simple extention to a HTTP server
World Wide Web browser, \fIPolyglotMan \fR can produce high quality
HTML on the fly. Several such extensions and pointers to several
others are included in \fIPolyglotMan \fR's \fIcontrib \fR directory.
-.SS "SGML "
+.SS "XML "
This is appoaching the Docbook DTD, but I'm hoping that someone
with a real interest in this will polish the tags
generated. Try it to see how close the tags are now.
|