summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-12-18 15:36:27 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-19 22:36:14 +0000
commit4f0fa9224ade617dee573625ea99188ed3f12d07 (patch)
tree1095904fb3eccbc2ae7eadf21c6b642f15a1c652 /documentation/yocto-project-qs
parentd23e18990eb85b8a6e4f81240b448ed34891dfc0 (diff)
downloadast2050-yocto-poky-4f0fa9224ade617dee573625ea99188ed3f12d07.zip
ast2050-yocto-poky-4f0fa9224ade617dee573625ea99188ed3f12d07.tar.gz
Revert "yocto-project-qs, mega-manual: Conformed to YP book set"
This reverts commit 914c482bd89071ab34b3381e3bd8065f871cc047. I had to revert this change because it broke the footnote behavior. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r--documentation/yocto-project-qs/figures/yocto-project-qs-title.pngbin10156 -> 0 bytes
-rwxr-xr-xdocumentation/yocto-project-qs/figures/yocto-project-transp.pngbin0 -> 8626 bytes
-rw-r--r--documentation/yocto-project-qs/qs-style.css9
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml42
4 files changed, 17 insertions, 34 deletions
diff --git a/documentation/yocto-project-qs/figures/yocto-project-qs-title.png b/documentation/yocto-project-qs/figures/yocto-project-qs-title.png
deleted file mode 100644
index a410a0d..0000000
--- a/documentation/yocto-project-qs/figures/yocto-project-qs-title.png
+++ /dev/null
Binary files differ
diff --git a/documentation/yocto-project-qs/figures/yocto-project-transp.png b/documentation/yocto-project-qs/figures/yocto-project-transp.png
new file mode 100755
index 0000000..31d2b14
--- /dev/null
+++ b/documentation/yocto-project-qs/figures/yocto-project-transp.png
Binary files differ
diff --git a/documentation/yocto-project-qs/qs-style.css b/documentation/yocto-project-qs/qs-style.css
index a324a4a..235c85a 100644
--- a/documentation/yocto-project-qs/qs-style.css
+++ b/documentation/yocto-project-qs/qs-style.css
@@ -118,13 +118,12 @@ h6 {
background-color: transparent;
background-repeat: no-repeat;
padding-top: 256px;
- background-image: url("figures/yocto-project-qs-title.png");
- background-position: left top;
+ background-position: top;
margin-top: -256px;
padding-right: 50px;
- margin-left: 0px;
- text-align: right;
- width: 740px;
+ margin-left: 50px;
+ text-align: center;
+ width: 600px;
}
h3.author {
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 1e2f367..9f1a4fb 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -1,33 +1,10 @@
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
-<book id='intro' lang='en'
- xmlns:xi="http://www.w3.org/2003/XInclude"
- xmlns="http://docbook.org/ns/docbook"
- >
- <bookinfo>
- <mediaobject>
- <imageobject>
- <imagedata fileref='figures/yocto-project-qs-title.png'
- format='SVG'
- align='left' scalefit='1' width='100%'/>
- </imageobject>
- </mediaobject>
-
- <title>
- Yocto Project Quick Start
- </title>
-
- <authorgroup>
- <author>
- <firstname>Scott</firstname> <surname>Rifenbark</surname>
- <affiliation>
- <orgname>Intel Corporation</orgname>
- </affiliation>
- <email>scott.m.rifenbark@intel.com</email>
- </author>
- </authorgroup>
+<article id='intro'>
+ <articleinfo>
+ <title>Yocto Project Quick Start</title>
<copyright>
<year>&COPYRIGHT_YEAR;</year>
@@ -46,7 +23,14 @@
from the Yocto Project website.
</note>
</legalnotice>
- </bookinfo>
+
+
+ <abstract>
+ <imagedata fileref="figures/yocto-project-transp.png"
+ width="6in" depth="1in"
+ align="right" scale="25" />
+ </abstract>
+ </articleinfo>
<section id='welcome'>
<title>Welcome!</title>
@@ -978,7 +962,7 @@
</section>
</section>
-</book>
+</article>
<!--
vim: expandtab tw=80 ts=4
-->
OpenPOWER on IntegriCloud