diff options
author | Timo Mueller <timo.mueller@bmw-carit.de> | 2012-11-30 09:59:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-14 17:21:28 +0000 |
commit | 941d5e268be8663db27f54ec7cf1f0dd81055490 (patch) | |
tree | 03e50effa40f453ead7437065fd62cd7a26cbedc /documentation/yocto-project-qs/yocto-project-qs-customization.xsl | |
parent | bbe7cb47704ee6d6e92acaf7acf5fca00f23b903 (diff) | |
download | poky-941d5e268be8663db27f54ec7cf1f0dd81055490.tar.gz |
documentation/yocto-project-qs: Added custom title page
The quick start guide is currently not using a title information to
set the title of the document (e.g. article.title or
article.articleinfo.title).
As other output formats may use the title information to create
metadata this information has to be added to the document. To preserve
current style of the document a custom title page has to be used. With
this for instance 'article.title' can be used instead of the
fake-title section currently used, leaving the style intact.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs/yocto-project-qs-customization.xsl')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs-customization.xsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs-customization.xsl b/documentation/yocto-project-qs/yocto-project-qs-customization.xsl index 904289a4a6..bd53ecb0f6 100644 --- a/documentation/yocto-project-qs/yocto-project-qs-customization.xsl +++ b/documentation/yocto-project-qs/yocto-project-qs-customization.xsl | |||
@@ -2,6 +2,7 @@ | |||
2 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0"> | 2 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0"> |
3 | 3 | ||
4 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" /> | 4 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" /> |
5 | <xsl:import href="yocto-project-qs-titlepage.xsl"/> | ||
5 | 6 | ||
6 | <xsl:param name="generate.toc" select="'article nop'"></xsl:param> | 7 | <xsl:param name="generate.toc" select="'article nop'"></xsl:param> |
7 | <xsl:param name="html.stylesheet" select="'qs-style.css'" /> | 8 | <xsl:param name="html.stylesheet" select="'qs-style.css'" /> |