[poky] [PATCH 5/8] documentation/yocto-project-qs/ypqs.xml: New high-level file for PDF
Scott Rifenbark
srifenbark at gmail.com
Thu Mar 31 11:31:35 PDT 2011
From: Scott Rifenbark <scott.m.rifenbark at intel.com>
With the need for a PDF version of the Yocto Project Quick Start
I had to introduce the high-level file used to contain the structure
of the manual (title page, rev-history, chapters, etc.). This
file is new.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark at intel.com>
---
documentation/yocto-project-qs/ypqs.xml | 67 +++++++++++++++++++++++++++++++
1 files changed, 67 insertions(+), 0 deletions(-)
create mode 100644 documentation/yocto-project-qs/ypqs.xml
diff --git a/documentation/yocto-project-qs/ypqs.xml b/documentation/yocto-project-qs/ypqs.xml
new file mode 100644
index 0000000..ceadd06
--- /dev/null
+++ b/documentation/yocto-project-qs/ypqs.xml
@@ -0,0 +1,67 @@
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
+
+<book id='ypqs' lang='en'
+ xmlns:xi="http://www.w3.org/2003/XInclude"
+ xmlns="http://docbook.org/ns/docbook"
+ >
+ <bookinfo>
+
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref='figures/ypqs-title.png'
+ format='SVG'
+ align='center' scalefit='1' width='100%'/>
+ </imageobject>
+ </mediaobject>
+
+ <title></title>
+
+ <authorgroup>
+ <author>
+ <firstname>Scott</firstname> <surname>Rifenbark</surname>
+ <affiliation>
+ <orgname>Intel Corporation</orgname>
+ </affiliation>
+ <email>scott.m.rifenbark at intel.com</email>
+ </author>
+ </authorgroup>
+
+ <revhistory>
+ <revision>
+ <revnumber>0.9</revnumber>
+ <date>27 October 2010</date>
+ <revremark>Initial Document released with Yocto Project 0.9 on 27 October 2010.</revremark>
+ </revision>
+ <revision>
+ <revnumber>1.0</revnumber>
+ <date>6 April 2011</date>
+ <revremark>This manual revision corresponds to the Yocto Project 1.0 Release.</revremark>
+ </revision>
+ </revhistory>
+
+ <copyright>
+ <year>2010-2011</year>
+ <holder>Linux Foundation</holder>
+ </copyright>
+
+ <legalnotice>
+ <para>
+ Permission is granted to copy, distribute and/or modify this document under
+ the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by Creative Commons.
+ </para>
+ </legalnotice>
+
+ </bookinfo>
+
+ <xi:include href="yocto-project-qs.xml"/>
+
+<!-- <index id='index'>
+ <title>Index</title>
+ </index>
+-->
+
+</book>
+<!--
+vim: expandtab tw=80 ts=4
+-->
--
1.7.0.4
More information about the poky
mailing list