From 6abfd933e73966931fb37471f15f91ffc42c23b6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 17 Oct 2003 00:09:23 +0000 Subject: many fixes git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@52 2bf48fe7-cfc1-0310-909f-d9042e1e0fef --- man/Makefile.am | 4 +- man/ifplugd.8.xml.in | 4 +- man/ifplugd.conf.5.xml.in | 4 +- man/ifstatus.8.xml.in | 4 +- man/man.css | 30 ------------ man/man.xsl | 120 ---------------------------------------------- man/xmltoman.css | 30 ++++++++++++ man/xmltoman.xsl | 120 ++++++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 158 insertions(+), 158 deletions(-) delete mode 100644 man/man.css delete mode 100644 man/man.xsl create mode 100644 man/xmltoman.css create mode 100644 man/xmltoman.xsl (limited to 'man') diff --git a/man/Makefile.am b/man/Makefile.am index 742e3bf..b6e4c3a 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am 22 2003-06-15 16:36:33Z lennart $ +# $Id$ # This file is part of ifplugd. # @@ -20,7 +20,7 @@ man_MANS = ifplugd.8 ifplugd.conf.5 ifstatus.8 noinst_DATA = ifplugd.8.xml ifplugd.conf.5.xml ifstatus.8.xml -EXTRA_DIST = $(man_MANS) ifplugd.8.xml.in ifplugd.conf.5.xml.in ifstatus.8.xml.in man.css man.xsl +EXTRA_DIST = $(man_MANS) ifplugd.8.xml.in ifplugd.conf.5.xml.in ifstatus.8.xml.in xmltoman.css xmltoman.xsl CLEANFILES = ifplugd.8.xml ifplugd.conf.5.xml ifstatus.8.xml diff --git a/man/ifplugd.8.xml.in b/man/ifplugd.8.xml.in index d259608..dbb2255 100644 --- a/man/ifplugd.8.xml.in +++ b/man/ifplugd.8.xml.in @@ -1,6 +1,6 @@ - - + + diff --git a/man/ifplugd.conf.5.xml.in b/man/ifplugd.conf.5.xml.in index 563a489..0728701 100644 --- a/man/ifplugd.conf.5.xml.in +++ b/man/ifplugd.conf.5.xml.in @@ -1,6 +1,6 @@ - - + + diff --git a/man/ifstatus.8.xml.in b/man/ifstatus.8.xml.in index 61b246a..bbcf14b 100644 --- a/man/ifstatus.8.xml.in +++ b/man/ifstatus.8.xml.in @@ -1,6 +1,6 @@ - - + + diff --git a/man/man.css b/man/man.css deleted file mode 100644 index 0892e4f..0000000 --- a/man/man.css +++ /dev/null @@ -1,30 +0,0 @@ -/* $Id$ */ - -/*** - This file is part of ifplugd. - - ifplugd is free software; you can redistribute it and/or modify it under - the terms of the GNU General Public License as published by the Free - Software Foundation; either version 2 of the License, or (at your - option) any later version. - - ifplugd is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - for more details. - - You should have received a copy of the GNU General Public License - along with ifplugd; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -***/ - -body { color: black; background-color: white; margin: 0.5cm; } -a:link, a:visited { color: #900000; } -h1 { text-transform:uppercase; font-size: 18pt; color: #00009F; } -p { margin-left:1cm; margin-right:1cm; } -.cmd { font-family:monospace; } -.file { font-family:monospace; } -.arg { text-transform:uppercase; font-family:monospace; font-style: italic; } -.opt { font-family:monospace; font-weight: bold; } -.manref { font-family:monospace; } -.option .optdesc { margin-left:2cm; } diff --git a/man/man.xsl b/man/man.xsl deleted file mode 100644 index e633de1..0000000 --- a/man/man.xsl +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - - - - - - <xsl:value-of select="@name"/>(<xsl:value-of select="@section"/>) - - - - -

Name

-

- - - - -

- - - -
- - -

- -

-
- - -

- -

-
- - - - - - - - - - - - - - -
- -
-
- - -

Synopsis

- -
- - -

Synopsis

- -
- - -

Description

- -
- - -

Options

- -
- - -

- -
- - -
-
- - - - - () - - - () - - - - - - - - -
diff --git a/man/xmltoman.css b/man/xmltoman.css new file mode 100644 index 0000000..0892e4f --- /dev/null +++ b/man/xmltoman.css @@ -0,0 +1,30 @@ +/* $Id$ */ + +/*** + This file is part of ifplugd. + + ifplugd is free software; you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free + Software Foundation; either version 2 of the License, or (at your + option) any later version. + + ifplugd is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with ifplugd; if not, write to the Free Software Foundation, + Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +***/ + +body { color: black; background-color: white; margin: 0.5cm; } +a:link, a:visited { color: #900000; } +h1 { text-transform:uppercase; font-size: 18pt; color: #00009F; } +p { margin-left:1cm; margin-right:1cm; } +.cmd { font-family:monospace; } +.file { font-family:monospace; } +.arg { text-transform:uppercase; font-family:monospace; font-style: italic; } +.opt { font-family:monospace; font-weight: bold; } +.manref { font-family:monospace; } +.option .optdesc { margin-left:2cm; } diff --git a/man/xmltoman.xsl b/man/xmltoman.xsl new file mode 100644 index 0000000..e633de1 --- /dev/null +++ b/man/xmltoman.xsl @@ -0,0 +1,120 @@ + + + + + + + + <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + + + + + + <xsl:value-of select="@name"/>(<xsl:value-of select="@section"/>) + + + + +

Name

+

+ + - + +

+ + + +
+ + +

+ +

+
+ + +

+ +

+
+ + + + + + + + + + + + + + +
+ +
+
+ + +

Synopsis

+ +
+ + +

Synopsis

+ +
+ + +

Description

+ +
+ + +

Options

+ +
+ + +

+ +
+ + +
+
+ + + + + () + + + () + + + + + + + + +
-- cgit