Author: wyoung
Date: Thu Jan 3 11:18:47 2008
New Revision: 2072
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2072&view=rev
Log:
Dumped some backwards-compatibility stuff from the common.xsl DocBook
stylesheet, and updated userman README.txt indicating the bump in
required version of the stock stylesheets.
Modified:
trunk/doc/userman/README.txt
trunk/doc/userman/common.xsl
Modified: trunk/doc/userman/README.txt
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/README.txt?rev=2072&r1=2071&r2=2072&view=diff
==============================================================================
--- trunk/doc/userman/README.txt (original)
+++ trunk/doc/userman/README.txt Thu Jan 3 11:18:47 2008
@@ -1,7 +1,7 @@
The user manual is written in XML DocBook format, version 4.3.
It uses the official DocBook XSL stylesheets, and will build with
-versions as old as 1.58.1. (Why these versions? They're what comes
-with Red Hat Linux 9, the oldest system I still use.)
+versions as old as 1.65.1. (Why these versions? They're what comes
+with CentOS 3, the oldest system I still use.)
To make the HTML version of the user manual, just type 'make' in this
directory. (Or 'make html' if you want to be pedantic.) To make the
Modified: trunk/doc/userman/common.xsl
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/common.xsl?rev=2072&r1=2071&r2=2072&view=diff
==============================================================================
--- trunk/doc/userman/common.xsl (original)
+++ trunk/doc/userman/common.xsl Thu Jan 3 11:18:47 2008
@@ -4,34 +4,8 @@
transformations. -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
- <!-- Autolabel sections, up to 2 levels deep. Commented-out bit only
- with recent DocBook stylesheets.
+ <xsl:param name="section.autolabel" select="1"/>
<xsl:param name="section.autolabel.max.depth" select="2"/>
- -->
- <xsl:param name="section.autolabel" select="1"/>
<xsl:param name="toc.section.depth" select="2"/>
-
- <!-- Hackery for 2-level deep autonumbering with old stylesheets,
- from DocBook FAQ. -->
- <xsl:param name="section.label.includes.component.label" select="1"/>
- <xsl:param name="local.l10n.xml" select="document('')"/>
- <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
- <l:l10n language="en">
- <l:context name="title-numbered">
- <l:template name="sect3" text="%t"/>
- <l:template name="sect4" text="%t"/>
- <l:template name="sect5" text="%t"/>
- </l:context>
-
- <l:context name="section-xref-numbered">
- <l:template name="sect3"
- text="the section called “%t”"/>
- <l:template name="sect4"
- text="the section called “%t”"/>
- <l:template name="sect5"
- text="the section called “%t”"/>
- </l:context>
- </l:l10n>
- </l:i18n>
</xsl:stylesheet>
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits