Home | History | Annotate | Download | only in sources
      1 <?xml version='1.0' encoding='utf-8' ?>
      2 <!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
      3 <!ENTITY % BOOK_ENTITIES SYSTEM "Wayland.ent">
      4 %BOOK_ENTITIES;
      5 ]>
      6 <bookinfo id="book-Wayland-Wayland">
      7   <title>Wayland</title>
      8   <subtitle>The Wayland Protocol</subtitle>
      9   <productname>Documentation</productname>
     10   <productnumber>0.1</productnumber>
     11   <edition>1</edition>
     12   <pubsnumber>0</pubsnumber>
     13   <abstract>
     14     <para>
     15       Wayland is a protocol for a compositor to talk to
     16       its clients as well as a C library implementation of
     17       that protocol. The compositor can be a standalone
     18       display server running on Linux kernel modesetting
     19       and evdev input devices, an X application, or a
     20       Wayland client itself. The clients can be
     21       traditional applications, X servers (rootless or
     22       fullscreen) or other display servers.
     23     </para>
     24   </abstract>
     25   <corpauthor>
     26     <inlinemediaobject>
     27       <imageobject>
     28 	<imagedata fileref="images/wayland.png" format="PNG" />
     29       </imageobject>
     30       <textobject>
     31         <phrase>
     32           Wayland logo
     33         </phrase>
     34       </textobject>
     35     </inlinemediaobject>
     36   </corpauthor>
     37 
     38   <legalnotice lang="en-US">
     39     <para>
     40       Copyright <trademark class="copyright"></trademark> &YEAR; &HOLDER;
     41     </para>
     42 
     43 	<para>
     44 	  Permission is hereby granted, free of charge, to any person obtaining a
     45 	  copy of this software and associated documentation files (the "Software"),
     46 	  to deal in the Software without restriction, including without limitation
     47 	  the rights to use, copy, modify, merge, publish, distribute, sublicense,
     48 	  and/or sell copies of the Software, and to permit persons to whom the
     49 	  Software is furnished to do so, subject to the following conditions:
     50 	</para>
     51 
     52 	<para>
     53 	  The above copyright notice and this permission notice (including the next
     54 	  paragraph) shall be included in all copies or substantial portions of the
     55 	  Software.
     56 	</para>
     57 
     58 	<para>
     59 	  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     60 	  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     61 	  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
     62 	  THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
     63 	  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     64 	  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
     65 	  DEALINGS IN THE SOFTWARE.
     66 	</para>
     67   </legalnotice>
     68 
     69 
     70   <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
     71 </bookinfo>
     72