nd 2003/06/20 09:07:00
Modified: docs/manual/style Tag: APACHE_2_0_BRANCH common.dtd
manual.de.xsl manual.en.xsl manual.ja.xsl
manual.ko.xsl manual.pt-br.xsl manual.ru.xsl
manual.sv.xsl manual.zh-cn.xsl
docs/manual/style/chm Tag: APACHE_2_0_BRANCH chm.de.xsl
chm.en.xsl chm.ja.xsl chm.ko.xsl chm.zh-cn.xsl
docs/manual/style/xsl Tag: APACHE_2_0_BRANCH common.xsl
Added: docs/manual Tag: APACHE_2_0_BRANCH .cvsignore
docs/manual/developer Tag: APACHE_2_0_BRANCH .cvsignore
docs/manual/faq Tag: APACHE_2_0_BRANCH .cvsignore
docs/manual/howto Tag: APACHE_2_0_BRANCH .cvsignore
docs/manual/misc Tag: APACHE_2_0_BRANCH .cvsignore
docs/manual/mod Tag: APACHE_2_0_BRANCH .cvsignore
docs/manual/platform Tag: APACHE_2_0_BRANCH .cvsignore
docs/manual/programs Tag: APACHE_2_0_BRANCH .cvsignore
docs/manual/ssl Tag: APACHE_2_0_BRANCH .cvsignore
docs/manual/style/css Tag: APACHE_2_0_BRANCH
manual-zip-100pc.css manual-zip.css
docs/manual/style/xsl Tag: APACHE_2_0_BRANCH typemap.xsl
docs/manual/style/zip Tag: APACHE_2_0_BRANCH zip.en.xsl
docs/manual/vhosts Tag: APACHE_2_0_BRANCH .cvsignore
Log:
- backport zipping and typemap stuff (and some minor style changes related to
the tex creation, but not the main tex styles)
- add .cvsignores
Revision Changes Path
No revision
No revision
1.3.2.1 +0 -0 httpd-2.0/docs/manual/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -r1.3 -r1.3.2.1
No revision
No revision
1.1.2.1 +0 -0 httpd-2.0/docs/manual/developer/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/developer/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
No revision
No revision
1.1.2.1 +0 -0 httpd-2.0/docs/manual/faq/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/faq/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
No revision
No revision
1.1.2.1 +0 -0 httpd-2.0/docs/manual/howto/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/howto/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
No revision
No revision
1.1.2.1 +0 -0 httpd-2.0/docs/manual/misc/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/misc/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
No revision
No revision
1.1.2.1 +0 -0 httpd-2.0/docs/manual/mod/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/mod/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
No revision
No revision
1.1.2.1 +0 -0 httpd-2.0/docs/manual/platform/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/platform/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
No revision
No revision
1.1.2.1 +0 -0 httpd-2.0/docs/manual/programs/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/programs/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
No revision
No revision
1.1.2.1 +0 -0 httpd-2.0/docs/manual/ssl/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/ssl/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
No revision
No revision
1.11.2.6 +6 -1 httpd-2.0/docs/manual/style/common.dtd
Index: common.dtd
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/common.dtd,v
retrieving revision 1.11.2.5
retrieving revision 1.11.2.6
diff -u -r1.11.2.5 -r1.11.2.6
--- common.dtd 16 Apr 2003 00:22:49 -0000 1.11.2.5
+++ common.dtd 20 Jun 2003 16:06:57 -0000 1.11.2.6
@@ -96,7 +96,7 @@
<!ELEMENT note (#PCDATA | title | %inlinetags; | %blocktags;)*>
<!ATTLIST note type CDATA #IMPLIED>
-<!ELEMENT table (tr)+>
+<!ELEMENT table (columnspec | tr)+>
<!ATTLIST table summary CDATA #IMPLIED
width CDATA #IMPLIED
bgcolor CDATA #IMPLIED
@@ -104,6 +104,11 @@
cellpadding CDATA #IMPLIED
border CDATA #IMPLIED
style CDATA #IMPLIED>
+
+<!ELEMENT columnspec (column)+>
+
+<!ELEMENT column EMPTY>
+<!ATTLIST column width CDATA #IMPLIED>
<!ELEMENT tr (th | td)+>
<!ATTLIST tr valign CDATA #IMPLIED >
1.2.2.3 +1 -0 httpd-2.0/docs/manual/style/manual.de.xsl
Index: manual.de.xsl
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/manual.de.xsl,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -r1.2.2.2 -r1.2.2.3
--- manual.de.xsl 18 Apr 2003 02:02:50 -0000 1.2.2.2
+++ manual.de.xsl 20 Jun 2003 16:06:57 -0000 1.2.2.3
@@ -16,6 +16,7 @@
<!-- some meta information have to be passed to the transformation -->
<xsl:variable name="output-encoding" select="'ISO-8859-1'" />
<xsl:variable name="is-chm" select="false()" />
+<xsl:variable name="is-zip" select="false()" />
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="xsl/common.xsl"/>
1.2.2.3 +1 -0 httpd-2.0/docs/manual/style/manual.en.xsl
Index: manual.en.xsl
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/manual.en.xsl,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -r1.2.2.2 -r1.2.2.3
--- manual.en.xsl 18 Apr 2003 02:02:50 -0000 1.2.2.2
+++ manual.en.xsl 20 Jun 2003 16:06:57 -0000 1.2.2.3
@@ -16,6 +16,7 @@
<!-- some meta information have to be passed to the transformation -->
<xsl:variable name="output-encoding" select="'ISO-8859-1'" />
<xsl:variable name="is-chm" select="false()" />
+<xsl:variable name="is-zip" select="false()" />
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="xsl/common.xsl"/>
1.4.2.3 +1 -0 httpd-2.0/docs/manual/style/manual.ja.xsl
Index: manual.ja.xsl
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/manual.ja.xsl,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -u -r1.4.2.2 -r1.4.2.3
--- manual.ja.xsl 18 Apr 2003 02:02:50 -0000 1.4.2.2
+++ manual.ja.xsl 20 Jun 2003 16:06:57 -0000 1.4.2.3
@@ -16,6 +16,7 @@
<!-- some meta information have to be passed to the transformation -->
<xsl:variable name="output-encoding" select="'iso-2022-jp'" />
<xsl:variable name="is-chm" select="false()" />
+<xsl:variable name="is-zip" select="false()" />
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="xsl/common.xsl"/>
1.1.2.2 +1 -0 httpd-2.0/docs/manual/style/manual.ko.xsl
Index: manual.ko.xsl
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/manual.ko.xsl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- manual.ko.xsl 10 May 2003 16:47:24 -0000 1.1.2.1
+++ manual.ko.xsl 20 Jun 2003 16:06:57 -0000 1.1.2.2
@@ -17,6 +17,7 @@
<!-- some meta information have to be passed to the transformation -->
<xsl:variable name="output-encoding" select="'EUC-KR'" />
<xsl:variable name="is-chm" select="false()" />
+<xsl:variable name="is-zip" select="false()" />
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="xsl/common.xsl"/>
1.2.2.3 +1 -0 httpd-2.0/docs/manual/style/manual.pt-br.xsl
Index: manual.pt-br.xsl
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/manual.pt-br.xsl,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -r1.2.2.2 -r1.2.2.3
--- manual.pt-br.xsl 18 Apr 2003 02:02:50 -0000 1.2.2.2
+++ manual.pt-br.xsl 20 Jun 2003 16:06:57 -0000 1.2.2.3
@@ -16,6 +16,7 @@
<!-- some meta information have to be passed to the transformation -->
<xsl:variable name="output-encoding" select="'ISO-8859-1'" />
<xsl:variable name="is-chm" select="false()" />
+<xsl:variable name="is-zip" select="false()" />
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="xsl/common.xsl"/>
1.1.2.3 +1 -0 httpd-2.0/docs/manual/style/manual.ru.xsl
Index: manual.ru.xsl
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/manual.ru.xsl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- manual.ru.xsl 18 Apr 2003 02:02:50 -0000 1.1.2.2
+++ manual.ru.xsl 20 Jun 2003 16:06:57 -0000 1.1.2.3
@@ -16,6 +16,7 @@
<!-- some meta information have to be passed to the transformation -->
<xsl:variable name="output-encoding" select="'KOI8-R'" />
<xsl:variable name="is-chm" select="false()" />
+<xsl:variable name="is-zip" select="false()" />
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="xsl/common.xsl"/>
1.1.2.2 +1 -0 httpd-2.0/docs/manual/style/manual.sv.xsl
Index: manual.sv.xsl
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/manual.sv.xsl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- manual.sv.xsl 18 Apr 2003 02:02:50 -0000 1.1.2.1
+++ manual.sv.xsl 20 Jun 2003 16:06:57 -0000 1.1.2.2
@@ -16,6 +16,7 @@
<!-- some meta information have to be passed to the transformation -->
<xsl:variable name="output-encoding" select="'ISO-8859-1'" />
<xsl:variable name="is-chm" select="false()" />
+<xsl:variable name="is-zip" select="false()" />
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="xsl/common.xsl"/>
1.1.2.2 +1 -0 httpd-2.0/docs/manual/style/Attic/manual.zh-cn.xsl
Index: manual.zh-cn.xsl
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/Attic/manual.zh-cn.xsl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- manual.zh-cn.xsl 5 May 2003 00:01:44 -0000 1.1.2.1
+++ manual.zh-cn.xsl 20 Jun 2003 16:06:57 -0000 1.1.2.2
@@ -16,6 +16,7 @@
<!-- some meta information have to be passed to the transformation -->
<xsl:variable name="output-encoding" select="'gb2312'" />
<xsl:variable name="is-chm" select="false()" />
+<xsl:variable name="is-zip" select="false()" />
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="xsl/common.xsl"/>
No revision
No revision
1.1.2.3 +1 -0 httpd-2.0/docs/manual/style/chm/chm.de.xsl
Index: chm.de.xsl
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/chm/chm.de.xsl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- chm.de.xsl 20 Apr 2003 14:54:47 -0000 1.1.2.2
+++ chm.de.xsl 20 Jun 2003 16:06:58 -0000 1.1.2.3
@@ -16,6 +16,7 @@
<!-- some meta information have to be passed to the transformation -->
<xsl:variable name="output-encoding" select="'windows-1252'" />
<xsl:variable name="is-chm" select="true()" />
+<xsl:variable name="is-zip" select="false()" />
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="../xsl/common.xsl"/>
1.1.2.3 +1 -0 httpd-2.0/docs/manual/style/chm/chm.en.xsl
Index: chm.en.xsl
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/chm/chm.en.xsl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- chm.en.xsl 20 Apr 2003 14:54:47 -0000 1.1.2.2
+++ chm.en.xsl 20 Jun 2003 16:06:58 -0000 1.1.2.3
@@ -16,6 +16,7 @@
<!-- some meta information have to be passed to the transformation -->
<xsl:variable name="output-encoding" select="'windows-1252'" />
<xsl:variable name="is-chm" select="true()" />
+<xsl:variable name="is-zip" select="false()" />
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="../xsl/common.xsl"/>
1.1.2.2 +1 -0 httpd-2.0/docs/manual/style/chm/chm.ja.xsl
Index: chm.ja.xsl
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/chm/chm.ja.xsl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- chm.ja.xsl 18 Apr 2003 02:02:50 -0000 1.1.2.1
+++ chm.ja.xsl 20 Jun 2003 16:06:58 -0000 1.1.2.2
@@ -16,6 +16,7 @@
<!-- some meta information have to be passed to the transformation -->
<xsl:variable name="output-encoding" select="'SHIFT_JIS'" />
<xsl:variable name="is-chm" select="true()" />
+<xsl:variable name="is-zip" select="false()" />
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="../xsl/common.xsl"/>
1.1.2.2 +1 -0 httpd-2.0/docs/manual/style/chm/chm.ko.xsl
Index: chm.ko.xsl
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/chm/chm.ko.xsl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- chm.ko.xsl 10 May 2003 16:47:24 -0000 1.1.2.1
+++ chm.ko.xsl 20 Jun 2003 16:06:58 -0000 1.1.2.2
@@ -17,6 +17,7 @@
<!-- some meta information have to be passed to the transformation -->
<xsl:variable name="output-encoding" select="'EUC-KR'" />
<xsl:variable name="is-chm" select="true()" />
+<xsl:variable name="is-zip" select="false()" />
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="../xsl/common.xsl"/>
1.1.2.2 +1 -0 httpd-2.0/docs/manual/style/chm/Attic/chm.zh-cn.xsl
Index: chm.zh-cn.xsl
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/chm/Attic/chm.zh-cn.xsl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- chm.zh-cn.xsl 5 May 2003 00:01:45 -0000 1.1.2.1
+++ chm.zh-cn.xsl 20 Jun 2003 16:06:58 -0000 1.1.2.2
@@ -16,6 +16,7 @@
<!-- some meta information have to be passed to the transformation -->
<xsl:variable name="output-encoding" select="'gb2312'" />
<xsl:variable name="is-chm" select="true()" />
+<xsl:variable name="is-zip" select="false()" />
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="../xsl/common.xsl"/>
No revision
No revision
1.1.2.1 +0 -0 httpd-2.0/docs/manual/style/css/manual-zip-100pc.css
Index: manual-zip-100pc.css
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/css/manual-zip-100pc.css,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
1.1.2.1 +0 -0 httpd-2.0/docs/manual/style/css/manual-zip.css
Index: manual-zip.css
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/css/manual-zip.css,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
No revision
No revision
1.20.2.13 +24 -4 httpd-2.0/docs/manual/style/xsl/common.xsl
Index: common.xsl
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/xsl/common.xsl,v
retrieving revision 1.20.2.12
retrieving revision 1.20.2.13
diff -u -r1.20.2.12 -r1.20.2.13
--- common.xsl 29 May 2003 19:05:47 -0000 1.20.2.12
+++ common.xsl 20 Jun 2003 16:06:59 -0000 1.20.2.13
@@ -67,6 +67,7 @@
<!-- Injected variables: -->
<!-- $is-chm - (boolean) target is for CHM generation or not -->
+<!-- $is-zip - (boolean) target is for ZIP generation or not -->
<!-- $messages - (node-set) localized common text snippets -->
<!-- $output-encoding - (string) MIME charset name of the output -->
<!-- encoding -->
@@ -104,7 +105,7 @@
<!-- when referencing to a directory, we may need to complete the path -->
<!-- with the index file (for offline applications like *.chm files) -->
<xsl:variable name="index-file">
- <xsl:if test="$is-chm">index.html</xsl:if>
+ <xsl:if test="$is-chm or $is-zip">index.html</xsl:if>
</xsl:variable>
<!-- it may be desired to open external targets in a new window -->
@@ -121,7 +122,7 @@
<head>
<!-- the meta element is necessary for offline handling like CHM -->
<xsl:choose>
- <xsl:when test="$is-chm">
+ <xsl:when test="$is-chm or $is-zip">
<meta http-equiv="Content-Type"
content="text/html; charset={$output-encoding}" />
</xsl:when>
@@ -163,6 +164,15 @@
<link type="text/css" rel="stylesheet" media="all"
href="{$path}/style/css/manual-chm.css" />
</xsl:when>
+ <!-- zip packages do also -->
+ <xsl:when test="$is-zip">
+ <link title="Main stylesheet" type="text/css" media="all"
+ rel="stylesheet"
+ href="{$path}/style/css/manual-zip.css" />&lf;
+ <link title="No Sidebar - Default font size" type="text/css" media="all"
+ rel="alternate stylesheet"
+ href="{$path}/style/css/manual-zip-100pc.css"/>
+ </xsl:when>
<xsl:otherwise>
<link title="Main stylesheet" type="text/css" media="all"
rel="stylesheet"
@@ -178,7 +188,7 @@
href="{$path}/style/css/manual-print.css"/>
<!-- chm files do not need a favicon -->
- <xsl:if test="not($is-chm)">&lf;
+ <xsl:if test="not($is-chm or $is-zip)">&lf;
<link rel="shortcut icon" href="{$path}/images/favicon.ico" />
</xsl:if>
</head>
@@ -307,7 +317,7 @@
<xsl:param name="position" select="'top'" />
<xsl:variable name="metafile" select="document(/*/@metafile)/metafile" />
-<xsl:if test="not($is-chm)">
+<xsl:if test="not($is-chm or $is-zip)">
<div class="{$position}lang">&lf;
<p>
<span>
@@ -1025,5 +1035,15 @@
</xsl:choose>
</xsl:template>
<!-- /helper.uri.fix -->
+
+
+<!-- ==================================================================== -->
+<!-- Ignore table hints used for latex -->
+<!-- ==================================================================== -->
+<xsl:template match="columnspec">
+</xsl:template>
+
+<xsl:template match="column">
+</xsl:template>
</xsl:stylesheet>
No revision
Index: common.xsl
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/xsl/common.xsl,v
retrieving revision 1.20.2.12
retrieving revision 1.20.2.13
diff -u -r1.20.2.12 -r1.20.2.13
--- common.xsl 29 May 2003 19:05:47 -0000 1.20.2.12
+++ common.xsl 20 Jun 2003 16:06:59 -0000 1.20.2.13
@@ -67,6 +67,7 @@
<!-- Injected variables: -->
<!-- $is-chm - (boolean) target is for CHM generation or not -->
+<!-- $is-zip - (boolean) target is for ZIP generation or not -->
<!-- $messages - (node-set) localized common text snippets -->
<!-- $output-encoding - (string) MIME charset name of the output -->
<!-- encoding -->
@@ -104,7 +105,7 @@
<!-- when referencing to a directory, we may need to complete the path -->
<!-- with the index file (for offline applications like *.chm files) -->
<xsl:variable name="index-file">
- <xsl:if test="$is-chm">index.html</xsl:if>
+ <xsl:if test="$is-chm or $is-zip">index.html</xsl:if>
</xsl:variable>
<!-- it may be desired to open external targets in a new window -->
@@ -121,7 +122,7 @@
<head>
<!-- the meta element is necessary for offline handling like CHM -->
<xsl:choose>
- <xsl:when test="$is-chm">
+ <xsl:when test="$is-chm or $is-zip">
<meta http-equiv="Content-Type"
content="text/html; charset={$output-encoding}" />
</xsl:when>
@@ -163,6 +164,15 @@
<link type="text/css" rel="stylesheet" media="all"
href="{$path}/style/css/manual-chm.css" />
</xsl:when>
+ <!-- zip packages do also -->
+ <xsl:when test="$is-zip">
+ <link title="Main stylesheet" type="text/css" media="all"
+ rel="stylesheet"
+ href="{$path}/style/css/manual-zip.css" />&lf;
+ <link title="No Sidebar - Default font size" type="text/css" media="all"
+ rel="alternate stylesheet"
+ href="{$path}/style/css/manual-zip-100pc.css"/>
+ </xsl:when>
<xsl:otherwise>
<link title="Main stylesheet" type="text/css" media="all"
rel="stylesheet"
@@ -178,7 +188,7 @@
href="{$path}/style/css/manual-print.css"/>
<!-- chm files do not need a favicon -->
- <xsl:if test="not($is-chm)">&lf;
+ <xsl:if test="not($is-chm or $is-zip)">&lf;
<link rel="shortcut icon" href="{$path}/images/favicon.ico" />
</xsl:if>
</head>
@@ -307,7 +317,7 @@
<xsl:param name="position" select="'top'" />
<xsl:variable name="metafile" select="document(/*/@metafile)/metafile" />
-<xsl:if test="not($is-chm)">
+<xsl:if test="not($is-chm or $is-zip)">
<div class="{$position}lang">&lf;
<p>
<span>
@@ -1025,5 +1035,15 @@
</xsl:choose>
</xsl:template>
<!-- /helper.uri.fix -->
+
+
+<!-- ==================================================================== -->
+<!-- Ignore table hints used for latex -->
+<!-- ==================================================================== -->
+<xsl:template match="columnspec">
+</xsl:template>
+
+<xsl:template match="column">
+</xsl:template>
</xsl:stylesheet>
No revision
Index: common.xsl
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/xsl/common.xsl,v
retrieving revision 1.20.2.12
retrieving revision 1.20.2.13
diff -u -r1.20.2.12 -r1.20.2.13
--- common.xsl 29 May 2003 19:05:47 -0000 1.20.2.12
+++ common.xsl 20 Jun 2003 16:06:59 -0000 1.20.2.13
@@ -67,6 +67,7 @@
<!-- Injected variables: -->
<!-- $is-chm - (boolean) target is for CHM generation or not -->
+<!-- $is-zip - (boolean) target is for ZIP generation or not -->
<!-- $messages - (node-set) localized common text snippets -->
<!-- $output-encoding - (string) MIME charset name of the output -->
<!-- encoding -->
@@ -104,7 +105,7 @@
<!-- when referencing to a directory, we may need to complete the path -->
<!-- with the index file (for offline applications like *.chm files) -->
<xsl:variable name="index-file">
- <xsl:if test="$is-chm">index.html</xsl:if>
+ <xsl:if test="$is-chm or $is-zip">index.html</xsl:if>
</xsl:variable>
<!-- it may be desired to open external targets in a new window -->
@@ -121,7 +122,7 @@
<head>
<!-- the meta element is necessary for offline handling like CHM -->
<xsl:choose>
- <xsl:when test="$is-chm">
+ <xsl:when test="$is-chm or $is-zip">
<meta http-equiv="Content-Type"
content="text/html; charset={$output-encoding}" />
</xsl:when>
@@ -163,6 +164,15 @@
<link type="text/css" rel="stylesheet" media="all"
href="{$path}/style/css/manual-chm.css" />
</xsl:when>
+ <!-- zip packages do also -->
+ <xsl:when test="$is-zip">
+ <link title="Main stylesheet" type="text/css" media="all"
+ rel="stylesheet"
+ href="{$path}/style/css/manual-zip.css" />&lf;
+ <link title="No Sidebar - Default font size" type="text/css" media="all"
+ rel="alternate stylesheet"
+ href="{$path}/style/css/manual-zip-100pc.css"/>
+ </xsl:when>
<xsl:otherwise>
<link title="Main stylesheet" type="text/css" media="all"
rel="stylesheet"
@@ -178,7 +188,7 @@
href="{$path}/style/css/manual-print.css"/>
<!-- chm files do not need a favicon -->
- <xsl:if test="not($is-chm)">&lf;
+ <xsl:if test="not($is-chm or $is-zip)">&lf;
<link rel="shortcut icon" href="{$path}/images/favicon.ico" />
</xsl:if>
</head>
@@ -307,7 +317,7 @@
<xsl:param name="position" select="'top'" />
<xsl:variable name="metafile" select="document(/*/@metafile)/metafile" />
-<xsl:if test="not($is-chm)">
+<xsl:if test="not($is-chm or $is-zip)">
<div class="{$position}lang">&lf;
<p>
<span>
@@ -1025,5 +1035,15 @@
</xsl:choose>
</xsl:template>
<!-- /helper.uri.fix -->
+
+
+<!-- ==================================================================== -->
+<!-- Ignore table hints used for latex -->
+<!-- ==================================================================== -->
+<xsl:template match="columnspec">
+</xsl:template>
+
+<xsl:template match="column">
+</xsl:template>
</xsl:stylesheet>
1.1.2.1 +0 -0 httpd-2.0/docs/manual/style/xsl/typemap.xsl
Index: typemap.xsl
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/xsl/typemap.xsl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
No revision
No revision
1.1.2.1 +0 -0 httpd-2.0/docs/manual/style/zip/zip.en.xsl
Index: zip.en.xsl
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/zip/zip.en.xsl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
No revision
No revision
1.1.2.1 +0 -0 httpd-2.0/docs/manual/vhosts/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/vhosts/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
|