List:Commits« Previous MessageNext Message »
From:paul Date:June 6 2008 12:29pm
Subject:svn commit - mysqldoc@docsrva: r10912 - in trunk: . xsl.d
View as plain text  
Author: paul
Date: 2008-06-06 14:29:27 +0200 (Fri, 06 Jun 2008)
New Revision: 10912

Log:
 r31892@frost:  paul | 2008-06-06 14:30:07 +0200
 Experiment: disable chapter/section numbering for online manuals, where
 numbering is not needed


Modified:
   trunk/xsl.d/mysqlweb-chunk.xsl

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:31889
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:31539
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:31892
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:31539


Modified: trunk/xsl.d/mysqlweb-chunk.xsl
===================================================================
--- trunk/xsl.d/mysqlweb-chunk.xsl	2008-06-06 10:35:21 UTC (rev 10911)
+++ trunk/xsl.d/mysqlweb-chunk.xsl	2008-06-06 12:29:27 UTC (rev 10912)
Changed blocks: 1, Lines Added: 11, Lines Deleted: 0; 994 bytes

@@ -14,8 +14,19 @@
 <xsl:include href="mysql-disclaimer-html.xsl"/>
 
 <xsl:param name="generate.section.toc.level" select="8"/>
+<!--
+ Experimentally disable chapter/section numbering; not really needed online
+-->
+<!--
 <xsl:param name="section.autolabel" select="1"/>
 <xsl:param name="section.label.includes.component.label" select="1"/>
+-->
+<xsl:param name="part.autolabel" select="0"/>
+<xsl:param name="chapter.autolabel" select="0"/>
+<xsl:param name="appendix.autolabel" select="0"/>
+<xsl:param name="preface.autolabel" select="0"/>
+<xsl:param name="section.autolabel" select="0"/>
+<xsl:param name="section.label.includes.component.label" select="0"/>
 
 <xsl:param name="use.id.as.filename" select="1"/>
 <xsl:param name="chunk.quietly" select="1"/>


Thread
svn commit - mysqldoc@docsrva: r10912 - in trunk: . xsl.dpaul6 Jun