~ubuntu-branches/ubuntu/precise/kubuntu-docs/precise-proposed

« back to all changes in this revision

Viewing changes to libs/kubuntu-chunk.xsl

  • Committer: Bazaar Package Importer
  • Author(s): Richard A. Johnson
  • Date: 2010-03-26 16:56:23 UTC
  • Revision ID: james.westby@ubuntu.com-20100326165623-gfoyo6ytvqk6wzub
Tags: 10.04.1
* Initial release of rewritten documentation for Lucid. All docs are new.
* Removed debian/kubuntu-docs.links
* Cleaning up debian/rules
* Updated debian/copyright
* Added source format 3.0
* Changed the maintainer back to Ubuntu Documentation Project
* Bumped standards to 3.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
<xsl:import href="/usr/share/kde4/apps/ksgmltools2/docbook/xsl/html/autoidx.xsl"/>
5
5
<xsl:import href="/usr/share/kde4/apps/ksgmltools2/docbook/xsl/html/chunk.xsl"/>
6
 
<xsl:include href="kubuntu-banner.xsl"/>
 
6
<xsl:include href="kubuntu-navig.xsl"/>
7
7
<xsl:include href="/usr/share/kde4/apps/ksgmltools2/customization/kde-ttlpg.xsl"/>
8
8
<xsl:include href="/usr/share/kde4/apps/ksgmltools2/customization/kde-style.xsl"/>
9
9
 
10
 
<xsl:variable name="KDE_VERSION">1.13</xsl:variable> 
 
10
<xsl:variable name="KDE_VERSION">1.14</xsl:variable> 
11
11
 
12
12
<xsl:template name="make-relative-filename">
13
13
  <xsl:param name="base.dir" select="'./'"/>
37
37
</xsl:template>
38
38
-->
39
39
 
 
40
<xsl:param name="generate.legalnotice.link" select="1"/>
 
41
<xsl:param name="chunk.first.sections" select="1"/>
40
42
<xsl:param name="use.id.as.filename">1</xsl:param>
41
43
<xsl:param name="generate.section.toc">0</xsl:param>
42
44
<xsl:param name="generate.component.toc">0</xsl:param>
43
45
<xsl:param name="use.extensions">0</xsl:param>
44
46
<xsl:param name="admon.graphics">0</xsl:param>
45
47
<xsl:param name="kde.common">help:/common/</xsl:param>
46
 
<xsl:param name="html.stylesheet" select="concat($kde.common,'kde-default.css')"/>
 
48
<xsl:param name="html.stylesheet" select="concat($kde.common,'kde-default.css',' ',$kde.common,'kde-docs.css',' ',$kde.common,'kde-localised.css',' ',$kde.common,'kubuntu.css')"/>
47
49
<xsl:param name="admon.graphics.path"><xsl:value-of select="kde.common"/></xsl:param>
48
50
<xsl:param name="callout.graphics.path"><xsl:value-of select="kde.common"/></xsl:param>
49
51
 
140
142
-->
141
143
 
142
144
</xsl:stylesheet>
143
 
 
144