docs-common/xsl html-common-relnotes.xsl, 1.1, 1.2 html-common.xsl, 1.9, 1.10

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Tue Nov 29 21:42:46 UTC 2005


Author: jtr

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

Modified Files:
	html-common-relnotes.xsl html-common.xsl 
Log Message:
Change default to the HTML "fedora-draft.css" stylesheet to reinforce
that the rendering here is not meant to be the final production rendering.
Provided the "bin/use-prod-css" to locally change HTML files to minic
production-quality rendering.  NOTE: draft watermarking does NOT PRINT 
unless the browser preferences enable background image printing.



Index: html-common-relnotes.xsl
===================================================================
RCS file: /cvs/docs/docs-common/xsl/html-common-relnotes.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- html-common-relnotes.xsl	2 Jun 2005 18:23:47 -0000	1.1
+++ html-common-relnotes.xsl	29 Nov 2005 21:42:39 -0000	1.2
@@ -30,7 +30,7 @@
 <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" select="'fedora-draft.css'"></xsl:param>
 <xsl:param name="html.stylesheet.type">text/css</xsl:param>
 
 <xsl:param name="html.cleanup" select="1"></xsl:param>


Index: html-common.xsl
===================================================================
RCS file: /cvs/docs/docs-common/xsl/html-common.xsl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- html-common.xsl	29 Jun 2005 14:32:49 -0000	1.9
+++ html-common.xsl	29 Nov 2005 21:42:39 -0000	1.10
@@ -25,7 +25,7 @@
 
 <xsl:output method="html" indent="no"/>
 
-<xsl:param name="html.stylesheet" select="'fedora.css'"></xsl:param>
+<xsl:param name="html.stylesheet" select="'fedora-draft.css'"></xsl:param>
 <xsl:param name="html.stylesheet.type">text/css</xsl:param>
 
 <xsl:param name="html.cleanup" select="1"></xsl:param>




More information about the Fedora-docs-commits mailing list