Foreword.xml 821 B

123456789101112131415161718192021222324252627
  1. <?xml version='1.0' encoding='utf-8' ?>
  2. <!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % BOOK_ENTITIES SYSTEM "Wayland.ent">
  5. %BOOK_ENTITIES;
  6. ]>
  7. <preface>
  8. <title>Preface</title>
  9. <para>
  10. This document describes its library API. Also, the Wayland protocol specification is shown
  11. in the Appendix. This document is aimed primarily at Wayland developers and
  12. those looking to program with it; it does not cover application development.
  13. </para>
  14. <para>
  15. There have been many contributors to this document and since this is only the
  16. first edition many errors are expected to be found. We appreciate
  17. corrections.
  18. </para>
  19. <literallayout>
  20. Yours,
  21. the Wayland open-source community
  22. November 2012
  23. </literallayout>
  24. </preface>