diff options
author | Matt Dew <matt@osource.org> | 2010-08-17 20:49:44 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-08-18 10:22:22 -0400 |
commit | c23cc9a4a728e5cccf685388f2e54eff31c3867f (patch) | |
tree | bba65ac7c426247ea61fe0f5d156517d87aecdf1 /specs/x11protocol.xml | |
parent | cb020b302c1ebb9477cd5b4adae8677597269733 (diff) |
specs: convert protocol .ms from xorg-docs to DocBook XML
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'specs/x11protocol.xml')
-rw-r--r-- | specs/x11protocol.xml | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/specs/x11protocol.xml b/specs/x11protocol.xml new file mode 100644 index 0000000..3632838 --- /dev/null +++ b/specs/x11protocol.xml @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" + "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"> + + +<book id="x11protocol"> + +<bookinfo> + <title>X Window System Protocol</title> + <subtitle>X Consortium Standard</subtitle> + <releaseinfo>Version 1.0</releaseinfo> + <authorgroup> + <author> + <firstname>Robert</firstname> + <othername>W.</othername> + <surname>Scheifler</surname> + <affiliation><orgname>X Consortium, Inc.</orgname></affiliation> + </author> + <othercredit> + <firstname>Hideki</firstname><surname>Hiura</surname> + <affiliation><orgname>SunSoft, Inc.</orgname></affiliation> + </othercredit> + </authorgroup> + <corpname>X Consortium Standard</corpname> + <copyright> + <year>1986,1987,1988,1994,2004</year> + <holder>The Open Group</holder> + </copyright> + <affiliation><orgname>X Consortium</orgname></affiliation> + <productnumber>X Version 11, Release 6.8</productnumber> + +<legalnotice> + +<para> +X Window System is a trademark of The Open Group. +</para> +<para> +Copyright 1986, 1987, 1988, 1994, 2004 The Open Group +</para> +<para> +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: +</para> +<para> +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. +</para> +<para> +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +</para> +<para> +Except as contained in this notice, the name of the Open Group shall not be +used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from the Open Group. +</para> +</legalnotice> +</bookinfo> + +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sect1-9.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="keysyms.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="encoding.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glossary.xml"/> +</book> + |