From 95bce664f984aee553a2e39f699919ad2e8a2a3c Mon Sep 17 00:00:00 2001 From: Tiago Vignatti Date: Tue, 2 Apr 2013 10:08:56 +1000 Subject: [PATCH] doc: Add a Foreword and a Preface In particular, the preface defines the scope of this document we're building -- is the definition there enough with respect to what we want with this? Signed-off-by: Tiago Vignatti Reviewed-by: Peter Hutterer Signed-off-by: Peter Hutterer --- doc/Wayland/Makefile.am | 2 ++ doc/Wayland/en_US/Foreword.xml | 29 +++++++++++++++++++++++++++++ doc/Wayland/en_US/Preface.xml | 20 ++++++++++++++++++++ doc/Wayland/en_US/Wayland.xml | 2 ++ 4 files changed, 53 insertions(+) create mode 100644 doc/Wayland/en_US/Foreword.xml create mode 100644 doc/Wayland/en_US/Preface.xml diff --git a/doc/Wayland/Makefile.am b/doc/Wayland/Makefile.am index a7e1b54..b56fb60 100644 --- a/doc/Wayland/Makefile.am +++ b/doc/Wayland/Makefile.am @@ -3,6 +3,8 @@ publican_sources = \ $(srcdir)/en_US/Architecture.xml \ $(srcdir)/en_US/Author_Group.xml \ $(srcdir)/en_US/Book_Info.xml \ + $(srcdir)/en_US/Foreword.xml \ + $(srcdir)/en_US/Preface.xml \ $(srcdir)/en_US/Wayland.xml \ $(srcdir)/en_US/Protocol.xml \ $(srcdir)/en_US/Library.xml \ diff --git a/doc/Wayland/en_US/Foreword.xml b/doc/Wayland/en_US/Foreword.xml new file mode 100644 index 0000000..eeb16cc --- /dev/null +++ b/doc/Wayland/en_US/Foreword.xml @@ -0,0 +1,29 @@ + + +%BOOK_ENTITIES; +]> + + + Preface + + + This document concerns the (i) Wayland architecture, (ii) Wayland model of + operation and (iii) its library API. Wayland protocol specification is shown + also in the Appendix. The document here is aimed at Wayland developers and + who is looking for information how to program with it, but it is not meant + primarily for applications developers. + + + There have been many contributors to this document and, while this is the + first edition only, many errors are expected to be found. We appreciate + corrections. + + +Yours, + + the Wayland open-source community + November 2012 + + diff --git a/doc/Wayland/en_US/Preface.xml b/doc/Wayland/en_US/Preface.xml new file mode 100644 index 0000000..61720a9 --- /dev/null +++ b/doc/Wayland/en_US/Preface.xml @@ -0,0 +1,20 @@ + + +%BOOK_ENTITIES; +]> + + + Acknowledgments + + + TODO: Kristian has to fill up this with one or two paragraphs and a small + "thank you": http://en.wikipedia.org/wiki/Preface + + +Best, + + Kristian Høgsberg + + diff --git a/doc/Wayland/en_US/Wayland.xml b/doc/Wayland/en_US/Wayland.xml index 44ccc1d..66b6609 100644 --- a/doc/Wayland/en_US/Wayland.xml +++ b/doc/Wayland/en_US/Wayland.xml @@ -5,6 +5,8 @@ ]> + +