mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
bbe7cb4770
commit
941d5e268b
@@ -2,6 +2,7 @@
|
||||
<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">
|
||||
|
||||
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" />
|
||||
<xsl:import href="yocto-project-qs-titlepage.xsl"/>
|
||||
|
||||
<xsl:param name="generate.toc" select="'article nop'"></xsl:param>
|
||||
<xsl:param name="html.stylesheet" select="'qs-style.css'" />
|
||||
|
||||
3820
documentation/yocto-project-qs/yocto-project-qs-titlepage.xsl
Normal file
3820
documentation/yocto-project-qs/yocto-project-qs-titlepage.xsl
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user