[Blends-commit] [SCM] blends-gsoc branch, master, updated. 20da2bd38c22904b5809330cb3256b076c8dd045

Emmanouil Kiagias e.kiagias at gmail.com
Mon Sep 30 11:26:42 UTC 2013


The following commit has been merged in the master branch:
commit 20da2bd38c22904b5809330cb3256b076c8dd045
Author: Emmanouil Kiagias <e.kiagias at gmail.com>
Date:   Mon Sep 30 13:26:23 2013 +0200

    added doc/debian-blends.xsl basic stylesheet, chunk html per chapter, chapter/section numbering. Add chapter navigation is next

diff --git a/doc/debian-blends.xsl b/doc/debian-blends.xsl
new file mode 100644
index 0000000..ede2348
--- /dev/null
+++ b/doc/debian-blends.xsl
@@ -0,0 +1,13 @@
+<?xml version='1.0'?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+<xsl:import href="/usr/share/xml/docbook/stylesheet/docbook-xsl/html/docbook.xsl"/>
+<xsl:import href="/usr/share/xml/docbook/stylesheet/docbook-xsl/html/chunk.xsl"/>
+
+<xsl:param name="chapter.autolabel" select="1"/>
+<xsl:param name="section.autolabel" select="1"/>
+<xsl:param name="section.label.includes.component.label" select="1"/>
+
+<xsl:param name="chunk.first.sections" select="0"/>
+<xsl:param name="chunk.section.depth" select="0"/>
+
+</xsl:stylesheet>
\ No newline at end of file

-- 
Git repository for blends-gsoc code



More information about the Blends-commit mailing list