summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-02-24 09:47:44 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2012-02-29 12:46:00 +1000
commit6071b7da94e1fcc24e4f4608aed8d08383916467 (patch)
treee24037597ca16ec46a009369f5afae4f041c9dbc
parentfcddfbb769a98b77ecd1e0452c6d8f275301cc0b (diff)
doc: Fix up title page with logo and author information
Abstract taken from http://wayland.freedesktop.org Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--doc/Wayland/en-US/Author_Group.xml10
-rw-r--r--doc/Wayland/en-US/Book_Info.xml13
-rw-r--r--doc/Wayland/en-US/Wayland.ent2
-rw-r--r--doc/Wayland/en-US/images/wayland.pngbin0 -> 5649 bytes
4 files changed, 16 insertions, 9 deletions
diff --git a/doc/Wayland/en-US/Author_Group.xml b/doc/Wayland/en-US/Author_Group.xml
index b664025..7a70760 100644
--- a/doc/Wayland/en-US/Author_Group.xml
+++ b/doc/Wayland/en-US/Author_Group.xml
@@ -5,12 +5,12 @@
]>
<authorgroup>
<author>
- <firstname>Dude</firstname>
- <surname>McPants</surname>
+ <firstname>Kristian</firstname>
+ <surname>Høgsberg</surname>
<affiliation>
- <orgname>Somewhere</orgname>
- <orgdiv>Someone</orgdiv>
+ <orgname>Intel Corporation</orgname>
</affiliation>
- <email>Dude.McPants@example.com</email>
+ <email>krh@bitplanet.net</email>
</author>
</authorgroup>
+
diff --git a/doc/Wayland/en-US/Book_Info.xml b/doc/Wayland/en-US/Book_Info.xml
index 4a6d694..4b134eb 100644
--- a/doc/Wayland/en-US/Book_Info.xml
+++ b/doc/Wayland/en-US/Book_Info.xml
@@ -5,20 +5,27 @@
]>
<bookinfo id="book-Wayland-Wayland">
<title>Wayland</title>
- <subtitle>short description</subtitle>
+ <subtitle>The Wayland display server</subtitle>
<productname>Documentation</productname>
<productnumber>0.1</productnumber>
<edition>0</edition>
<pubsnumber>0</pubsnumber>
<abstract>
<para>
- A short overview and summary of the book's subject and purpose, traditionally no more than one paragraph long. Note: the abstract will appear in the front matter of your book and will also be placed in the description field of the book's RPM spec file.
+ Wayland is a protocol for a compositor to talk to
+ its clients as well as a C library implementation of
+ that protocol. The compositor can be a standalone
+ display server running on Linux kernel modesetting
+ and evdev input devices, an X application, or a
+ wayland client itself. The clients can be
+ traditional applications, X servers (rootless or
+ fullscreen) or other display servers.
</para>
</abstract>
<corpauthor>
<inlinemediaobject>
<imageobject>
- <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
+ <imagedata fileref="images/wayland.png" format="PNG" />
</imageobject>
</inlinemediaobject>
</corpauthor>
diff --git a/doc/Wayland/en-US/Wayland.ent b/doc/Wayland/en-US/Wayland.ent
index c6b36c2..da18a95 100644
--- a/doc/Wayland/en-US/Wayland.ent
+++ b/doc/Wayland/en-US/Wayland.ent
@@ -1,4 +1,4 @@
<!ENTITY PRODUCT "Documentation">
<!ENTITY BOOKID "Wayland">
<!ENTITY YEAR "2012">
-<!ENTITY HOLDER "| You need to change the HOLDER entity in the en-US/Wayland.ent file |">
+<!ENTITY HOLDER "Kristian Høgsberg, Intel Corporation">
diff --git a/doc/Wayland/en-US/images/wayland.png b/doc/Wayland/en-US/images/wayland.png
new file mode 100644
index 0000000..c993792
--- /dev/null
+++ b/doc/Wayland/en-US/images/wayland.png
Binary files differ