xsl main-html-nochunks-relnotes.xsl, NONE, 1.1 html-common.xsl, 1.7, 1.8

Karsten Wade (kwade) fedora-docs-commits at redhat.com
Thu Jun 2 18:23:19 UTC 2005


Author: kwade

Update of /cvs/docs/xsl
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5068

Modified Files:
	html-common.xsl 
Added Files:
	main-html-nochunks-relnotes.xsl 
Log Message:
The release notes needs it's own XSL for makign it literally and entirely one single document, legalnotice included.


--- NEW FILE main-html-nochunks-relnotes.xsl ---
<!-- created by Tammy Fox tfox at redhat.com for the Fedora Project -->
<!-- License: GPL -->
<!-- Copyright 2003 Tammy Fox, Red Hat, Inc. -->

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                xmlns:exsl="http://exslt.org/common"
                version="1.0"
                exclude-result-prefixes="exsl">

<xsl:import href="redhat.xsl"/>
<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl"/>
<xsl:include href="html-common-relnotes.xsl"/>

<!-- TOC -->
<xsl:param name="toc.section.depth">3</xsl:param>
<xsl:param name="section.autolabel" select="1" />
<xsl:param name="section.label.includes.component.label" select="1"></xsl:param>
<xsl:param name="generate.toc">
book toc,title,figure,table,example,equation
article toc
chapter nop
qandadiv toc
qandaset toc
sect1 nop
sect2 nop
sect3 nop
sect4 nop
sect5 nop
section nop
</xsl:param>

<!-- Navigation
<xsl:param name="navig.graphics" select="1"></xsl:param>
<xsl:param name="navig.graphics.extension" select="'.png'"></xsl:param>
<xsl:param name="navig.graphics.path">nav-images/</xsl:param>
<xsl:param name="navig.showtitles">1</xsl:param>
-->

<!-- one page -->
<xsl:param name="onechunk" select="1"/>

<!-- Generate UTF-8 html == only applies to the one chunk-->
<xsl:output method="html"
            encoding="UTF-8"
            indent="yes"/>

</xsl:stylesheet>


Index: html-common.xsl
===================================================================
RCS file: /cvs/docs/xsl/html-common.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- html-common.xsl	30 May 2005 20:01:11 -0000	1.7
+++ html-common.xsl	2 Jun 2005 18:23:16 -0000	1.8
@@ -25,10 +25,7 @@
 
 <xsl:output method="html" indent="no"/>
 
-<!--
-disable for FC4
 <xsl:param name="generate.legalnotice.link" select="1"></xsl:param>
--->
 
 <xsl:param name="html.stylesheet" select="'fedora.css'"></xsl:param>
 <xsl:param name="html.stylesheet.type">text/css</xsl:param>




More information about the Fedora-docs-commits mailing list