summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual/toaster-manual.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-11-13 09:13:21 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:16:57 +0000
commit430237631e9a480413445646d6c130b4fdb90fff (patch)
treec13a4e1765126d7761cb5936b4544374db57b9d6 /documentation/toaster-manual/toaster-manual.xml
parent75206ccfd27b77bebf4ec8e65f35772ef46f53b3 (diff)
downloadpoky-430237631e9a480413445646d6c130b4fdb90fff.tar.gz
toaster-manual: Initial file structure for new Toaster User Manual.
For this commit, the manual only has a single "intro" file with placeholder text only. Graphic for title page is in place, stylesheet is in place, all files needed for a successful, initial build of the new manual. (From yocto-docs rev: 99416caa943fe6af13292b18bda53522ce3576d6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual/toaster-manual.xml')
-rw-r--r--documentation/toaster-manual/toaster-manual.xml67
1 files changed, 67 insertions, 0 deletions
diff --git a/documentation/toaster-manual/toaster-manual.xml b/documentation/toaster-manual/toaster-manual.xml
new file mode 100644
index 0000000000..5cfc422710
--- /dev/null
+++ b/documentation/toaster-manual/toaster-manual.xml
@@ -0,0 +1,67 @@
1<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
4
5<book id='toaster-manual' lang='en'
6 xmlns:xi="http://www.w3.org/2003/XInclude"
7 xmlns="http://docbook.org/ns/docbook"
8 >
9 <bookinfo>
10
11 <mediaobject>
12 <imageobject>
13 <imagedata fileref='figures/toaster-title.png'
14 format='SVG'
15 align='left' scalefit='1' width='100%'/>
16 </imageobject>
17 </mediaobject>
18
19 <title>
20 Toaster User Manual
21 </title>
22
23 <authorgroup>
24 <author>
25 <firstname>Scott</firstname> <surname>Rifenbark</surname>
26 <affiliation>
27 <orgname>Intel Corporation</orgname>
28 </affiliation>
29 <email>scott.m.rifenbark@intel.com</email>
30 </author>
31 </authorgroup>
32
33 <revhistory>
34 <revision>
35 <revnumber>1.8</revnumber>
36 <date>Sometime in 2015</date>
37 <revremark>Released with the Yocto Project 1.8 Release.</revremark>
38 </revision>
39 </revhistory>
40
41 <copyright>
42 <year>&COPYRIGHT_YEAR;</year>
43 <holder>Linux Foundation</holder>
44 </copyright>
45
46 <legalnotice>
47 <para>
48 Permission is granted to copy, distribute and/or modify this document under
49 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 &amp; Wales</ulink> as published by Creative Commons.
50 </para>
51 <note>
52 For the latest version of this manual associated with this
53 Yocto Project release, see the
54 <ulink url='&YOCTO_DOCS_ADT_URL;'>Toaster User Manual</ulink>
55 from the Yocto Project website.
56 </note>
57
58 </legalnotice>
59
60 </bookinfo>
61
62 <xi:include href="toaster-manual-intro.xml"/>
63
64</book>
65<!--
66vim: expandtab tw=80 ts=4
67-->