summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-01-30 11:48:27 -0500
committerAdam Jackson <ajax@redhat.com>2018-01-30 11:48:27 -0500
commit20edc983b0e103cff51f0723bd56691f6afb8759 (patch)
tree412de80bb1832bdef41938938f1c49dad3c1fe57
parent88ae4ebf260df280c292cbc6934f8cef6f00bcb6 (diff)
Add a top-level README
Inspired mostly by x11proto/README, plus some commentary about the scope of this project and a pointer to the xcb protocol xml. Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--README41
-rw-r--r--applewmproto/README31
-rw-r--r--bigreqsproto/README30
-rw-r--r--compositeproto/README33
-rw-r--r--damageproto/README34
-rw-r--r--dmxproto/README40
-rw-r--r--dri2proto/README30
-rw-r--r--dri3proto/README31
-rw-r--r--evieproto/README44
-rw-r--r--fixesproto/README31
-rw-r--r--fontcacheproto/README30
-rw-r--r--fontsproto/README25
-rw-r--r--glproto/README30
-rw-r--r--inputproto/README30
-rw-r--r--kbproto/README30
-rw-r--r--lg3dproto/README9
-rw-r--r--pmproto/README26
-rw-r--r--presentproto/README32
-rw-r--r--printproto/README30
-rw-r--r--randrproto/README30
-rw-r--r--recordproto/README30
-rw-r--r--renderproto/README30
-rw-r--r--resourceproto/README30
-rw-r--r--scrnsaverproto/README30
-rw-r--r--trapproto/README6
-rw-r--r--videoproto/README30
-rw-r--r--windowswmproto/README34
-rw-r--r--x11proto/README32
-rw-r--r--xcmiscproto/README30
-rw-r--r--xextproto/README42
-rw-r--r--xf86bigfontproto/README27
-rw-r--r--xf86dgaproto/README29
-rw-r--r--xf86driproto/README30
-rw-r--r--xf86miscproto/README28
-rw-r--r--xf86vidmodeproto/README29
-rw-r--r--xineramaproto/README37
36 files changed, 41 insertions, 1050 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..b0eb5be
--- /dev/null
+++ b/README
@@ -0,0 +1,41 @@
+ X Window System Unified Protocol
+
+This package provides the headers and specification documents defining
+the core protocol and (many) extensions for the X Window System. The
+extensions are those common among servers descended from X.Org 6.7. It
+also includes a number of headers that aren't purely protocol related,
+but are depended upon by many other X Window System packages to provide
+common definitions and porting layer.
+
+Though the protocol specifications herein are authoritative, the
+content of the headers is bound by compatibility constraints with older
+versions of the X11 suite. If you are looking for a machine-readable
+protocol description suitable for code generation or use in new
+projects, please refer to the XCB project:
+
+ https://xcb.freedesktop.org/
+ https://cgit.freedesktop.org/xcb/proto
+
+All questions regarding this software should be directed at the
+Xorg mailing list:
+
+ http://lists.freedesktop.org/mailman/listinfo/xorg
+
+Please submit bug reports to the Xorg bugzilla:
+
+ https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
+
+The master development code repository can be found at:
+
+ git://anongit.freedesktop.org/git/xorg/proto/xorgproto
+
+ http://cgit.freedesktop.org/xorg/proto/xorgproto
+
+For patch submission instructions, see:
+
+ http://www.x.org/wiki/Development/Documentation/SubmittingPatches
+
+For more information on the git code manager, see:
+
+ http://wiki.x.org/wiki/GitPage
+
diff --git a/applewmproto/README b/applewmproto/README
deleted file mode 100644
index 78e3c08..0000000
--- a/applewmproto/README
+++ /dev/null
@@ -1,31 +0,0 @@
- Apple Rootless Window Management Extension
-
-This extension defines a protcol that allows X window managers
-to better interact with the Mac OS X Aqua user interface when
-running X11 in a rootless mode.
-
-Extension name: Apple-WM
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/applewmproto
-
- http://cgit.freedesktop.org/xorg/proto/applewmproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/bigreqsproto/README b/bigreqsproto/README
deleted file mode 100644
index f8b14de..0000000
--- a/bigreqsproto/README
+++ /dev/null
@@ -1,30 +0,0 @@
- Big Requests Extension
-
-This extension defines a protocol to enable the use of requests
-that exceed 262140 bytes in length.
-
-Extension name: BIG-REQUESTS
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/bigreqsproto
-
- http://cgit.freedesktop.org/xorg/proto/bigreqsproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/compositeproto/README b/compositeproto/README
deleted file mode 100644
index 66b40a4..0000000
--- a/compositeproto/README
+++ /dev/null
@@ -1,33 +0,0 @@
- Composite Extension
- Version 0.1
- 2003-11-04
-
-This package contains header files and documentation for the composite
-extension. Library and server implementations are separate.
-
-Keith Packard
-keithp@keithp.com
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/compositeproto
-
- http://cgit.freedesktop.org/xorg/proto/compositeproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/damageproto/README b/damageproto/README
deleted file mode 100644
index a8a4e78..0000000
--- a/damageproto/README
+++ /dev/null
@@ -1,34 +0,0 @@
- Damage
- X Damage Extension
- Version 1.1
- 2007-01-08
-
-This package contains header files and documentation for the X Damage
-extension. Library and server implementations are separate.
-
-Keith Packard
-keithp@keithp.com
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/damageproto
-
- http://cgit.freedesktop.org/xorg/proto/damageproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/dmxproto/README b/dmxproto/README
deleted file mode 100644
index d549e99..0000000
--- a/dmxproto/README
+++ /dev/null
@@ -1,40 +0,0 @@
- Distributed Multihead X (DMX) Extension
-
-This extension defines a protocol for clients to access a front-end proxy
-X server that controls multiple back-end X servers making up a large display.
-
-Extension name: DMX
-
-More information about the DMX software can be found on the original project
-website at:
- http://dmx.sourceforge.net/
-
-The protocol specification is currently maintained in the xserver git
-repository at hw/dmx/doc/DMXSpec.txt and can be viewed online at:
-
- http://cgit.freedesktop.org/xorg/xserver/tree/hw/dmx/doc/DMXSpec.txt
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/dmxproto
-
- http://cgit.freedesktop.org/xorg/proto/dmxproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
-
diff --git a/dri2proto/README b/dri2proto/README
deleted file mode 100644
index 1115e51..0000000
--- a/dri2proto/README
+++ /dev/null
@@ -1,30 +0,0 @@
- Direct Rendering Infrastructure 2 Extension
-
-This extension defines a protocol to securely allow user applications to access
-the video hardware without requiring data to be passed through the X server.
-
-Extension name: DRI2
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/dri2proto
-
- http://cgit.freedesktop.org/xorg/proto/dri2proto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/dri3proto/README b/dri3proto/README
deleted file mode 100644
index 1dedd46..0000000
--- a/dri3proto/README
+++ /dev/null
@@ -1,31 +0,0 @@
- Direct Rendering Infrastructure 3 Extension
-
-The DRI3 extension provides mechanisms to translate between direct
-rendered buffers and X pixmaps. When combined with the Present extension,
-a complete direct rendering solution for OpenGL is provided.
-
-Extension name: DRI3
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/dri3proto
-
- http://cgit.freedesktop.org/xorg/proto/dri3proto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/evieproto/README b/evieproto/README
deleted file mode 100644
index 72b5f54..0000000
--- a/evieproto/README
+++ /dev/null
@@ -1,44 +0,0 @@
-XEvIE - X Event Interception Extension
-
-Extension name: XEVIE
-
-XEvIE is a X extension providing functionalities to allow a client to
-intercept keyboard/mouse events, and optionally modify them or consume
-them before delivery through the normal event delivery mechanisms.
-
-It was included in X11R6.8 through Xorg server 1.5, but is no
-longer supported in current X server releases (and didn't actually
-work in the last releases that did include it, nor was it ever enabled
-by default in the releases made by X.Org, though some distros may have
-enabled it in their builds/packages).
-
-No formal specification of the protocol was ever written, but it can
-be mostly determined from the evieproto.h header and the libXevie
-documentation of the functions that directly map to the protocol requests.
-
-A version 1.1 was proposed to solve several issues around security and
-multi-client access, but never implemented.
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/evieproto
-
- http://cgit.freedesktop.org/xorg/proto/evieproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/fixesproto/README b/fixesproto/README
deleted file mode 100644
index 99604e4..0000000
--- a/fixesproto/README
+++ /dev/null
@@ -1,31 +0,0 @@
- X Fixes Extension
-
-The extension makes changes to many areas of the protocol to resolve
-issues raised by application interaction with core protocol mechanisms
-that cannot be adequately worked around on the client side of the wire.
-
-Extension name: XFIXES
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/fixesproto
-
- http://cgit.freedesktop.org/xorg/proto/fixesproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/fontcacheproto/README b/fontcacheproto/README
deleted file mode 100644
index 7cce9a7..0000000
--- a/fontcacheproto/README
+++ /dev/null
@@ -1,30 +0,0 @@
- FontCache Extension
-
-This extension defines a protocol to allow client control over the caching
-of server-side core fonts.
-
-Extension name: FontCache
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/fontcacheproto
-
- http://cgit.freedesktop.org/xorg/proto/fontcacheproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/fontsproto/README b/fontsproto/README
deleted file mode 100644
index 0f8ba55..0000000
--- a/fontsproto/README
+++ /dev/null
@@ -1,25 +0,0 @@
- X Fonts Extension
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/fontsproto
-
- http://cgit.freedesktop.org/xorg/proto/fontsproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/glproto/README b/glproto/README
deleted file mode 100644
index 16c59cb..0000000
--- a/glproto/README
+++ /dev/null
@@ -1,30 +0,0 @@
- OpenGL Extension to the X Window System
-
-This extension defines a protocol for the client to send 3D rendering
-commands to the X server.
-
-Extension name: GLX
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/glproto
-
- http://cgit.freedesktop.org/xorg/proto/glproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/inputproto/README b/inputproto/README
deleted file mode 100644
index 6b98e2b..0000000
--- a/inputproto/README
+++ /dev/null
@@ -1,30 +0,0 @@
- X Input Extension
-
-This extension defines a protocol to provide additional input devices
-management such as graphic tablets.
-
-Extension name: XInputExtension
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/inputproto
-
- http://cgit.freedesktop.org/xorg/proto/inputproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/kbproto/README b/kbproto/README
deleted file mode 100644
index 49fa4f9..0000000
--- a/kbproto/README
+++ /dev/null
@@ -1,30 +0,0 @@
- X Keyboard Extension
-
-This extension defines a protcol to provide a number of new capabilities
-and controls for text keyboards.
-
-Extension name: XKEYBOARD
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/kbproto
-
- http://cgit.freedesktop.org/xorg/proto/kbproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/lg3dproto/README b/lg3dproto/README
deleted file mode 100644
index b88e7f1..0000000
--- a/lg3dproto/README
+++ /dev/null
@@ -1,9 +0,0 @@
- Project Looking Glass Extension
- Version 5.0
- 2006-11-18
-
-This package contains header files and documentation for the
-Project Looking Glass extension.
-
-Deron Johnson
-deron.johnson@sun.com
diff --git a/pmproto/README b/pmproto/README
deleted file mode 100644
index 95b17af..0000000
--- a/pmproto/README
+++ /dev/null
@@ -1,26 +0,0 @@
-The Proxy Management Protocol is an ICE based protocol that provides a way
-for application servers to easily locate proxy services available to them.
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/pmproto
-
- http://cgit.freedesktop.org/xorg/proto/pmproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/presentproto/README b/presentproto/README
deleted file mode 100644
index 7a653f3..0000000
--- a/presentproto/README
+++ /dev/null
@@ -1,32 +0,0 @@
- The Present Extension
-
-The Present extension provides a way for applications to update their
-window contents from a pixmap in a well defined fashion, synchronizing
-with the display refresh and potentially using a more efficient
-mechanism than copying the contents of the source pixmap.
-
-Extension name: Present
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/presentproto
-
- http://cgit.freedesktop.org/xorg/proto/presentproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/printproto/README b/printproto/README
deleted file mode 100644
index deef4e7..0000000
--- a/printproto/README
+++ /dev/null
@@ -1,30 +0,0 @@
-Xprint extension to the X11 protocol - a portable, network-transparent
- printing system
-
-WARNING: Xprint is no longer actively maintained. This package is
-mainly provided to allow continued binary compatibility of libraries
-and applications that link against libXp.
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/printproto
-
- http://cgit.freedesktop.org/xorg/proto/printproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/randrproto/README b/randrproto/README
deleted file mode 100644
index 478d23d..0000000
--- a/randrproto/README
+++ /dev/null
@@ -1,30 +0,0 @@
- X Resize and Rotate Extension (RandR)
-
-This extension defines a protocol for clients to dynamically change X screens,
-so as to resize, rotate and reflect the root window of a screen.
-
-Extension name: RANDR
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/randrproto
-
- http://cgit.freedesktop.org/xorg/proto/randrproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/recordproto/README b/recordproto/README
deleted file mode 100644
index 0800985..0000000
--- a/recordproto/README
+++ /dev/null
@@ -1,30 +0,0 @@
- X Record Extension
-
-This extension defines a protocol for the recording and playback of user
-actions in the X Window System.
-
-Extension name: RECORD
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/recordproto
-
- http://cgit.freedesktop.org/xorg/proto/recordproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/renderproto/README b/renderproto/README
deleted file mode 100644
index c5e9de8..0000000
--- a/renderproto/README
+++ /dev/null
@@ -1,30 +0,0 @@
- X Rendering Extension
-
-This extension defines the protcol for a digital image composition as
-the foundation of a new rendering model within the X Window System.
-
-Extension name: RENDER
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/renderproto
-
- http://cgit.freedesktop.org/xorg/proto/renderproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/resourceproto/README b/resourceproto/README
deleted file mode 100644
index e4c5d5d..0000000
--- a/resourceproto/README
+++ /dev/null
@@ -1,30 +0,0 @@
- X Resource Extension
-
-This extension defines a protocol that allows a client to query the X server
-about its usage of various resources.
-
-Extension : X-Resource
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/resourceproto
-
- http://cgit.freedesktop.org/xorg/proto/resourceproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/scrnsaverproto/README b/scrnsaverproto/README
deleted file mode 100644
index cfa9794..0000000
--- a/scrnsaverproto/README
+++ /dev/null
@@ -1,30 +0,0 @@
- MIT Screen Saver Extension
-
-This extension defines a protocol to control screensaver features
-and also to query screensaver info on specific windows.
-
-Extension name: MIT-SCREEN-SAVER
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/scrnsaverproto
-
- http://cgit.freedesktop.org/xorg/proto/scrnsaverproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/trapproto/README b/trapproto/README
deleted file mode 100644
index 73cf134..0000000
--- a/trapproto/README
+++ /dev/null
@@ -1,6 +0,0 @@
-This extension is considered obsolete and is no longer being maintained,
-supported, or updated.
-
-Equivalent functionality is provided in the XTest & RECORD extensions,
-as noted in:
-http://lists.freedesktop.org/archives/xorg/2008-June/036131.html
diff --git a/videoproto/README b/videoproto/README
deleted file mode 100644
index ecc468a..0000000
--- a/videoproto/README
+++ /dev/null
@@ -1,30 +0,0 @@
- X Video Extension
-
-This extension provides a protocol for a video output mechanism,
-mainly to rescale video playback in the video controller hardware.
-
-Extension name: XVideo
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/videoproto
-
- http://cgit.freedesktop.org/xorg/proto/videoproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/windowswmproto/README b/windowswmproto/README
deleted file mode 100644
index cd4ce14..0000000
--- a/windowswmproto/README
+++ /dev/null
@@ -1,34 +0,0 @@
-This module provides the definition of the WindowsWM extension to the
-X11 protocol, used for coordination between an X11 server and the
-Microsoft Windows native window manager.
-
-WindowsWM is only intended to be used on Cygwin when running a
-rootless XWin server.
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-or to the Cygwin/X project:
-
- http://x.cygwin.com/
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/windowswmproto
-
- http://cgit.freedesktop.org/xorg/proto/windowswmproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/x11proto/README b/x11proto/README
deleted file mode 100644
index 436f07b..0000000
--- a/x11proto/README
+++ /dev/null
@@ -1,32 +0,0 @@
- X Window System Core Protocol
-
-This package provides the headers and specification documents defining
-the X Window System Core Protocol, Version 11.
-
-It also includes a number of headers that aren't purely protocol related,
-but are depended upon by many other X Window System packages to provide
-common definitions and porting layer.
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/x11proto
-
- http://cgit.freedesktop.org/xorg/proto/x11proto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/xcmiscproto/README b/xcmiscproto/README
deleted file mode 100644
index 12ce76e..0000000
--- a/xcmiscproto/README
+++ /dev/null
@@ -1,30 +0,0 @@
- XC-MISC Extension
-
-This extension defines a protocol that provides Xlib two ways to query
-the server for available resource IDs.
-
-Extension name: XC-MISC
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/xcmiscproto
-
- http://cgit.freedesktop.org/xorg/proto/xcmiscproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/xextproto/README b/xextproto/README
deleted file mode 100644
index bb6fc79..0000000
--- a/xextproto/README
+++ /dev/null
@@ -1,42 +0,0 @@
- X Protocol Extensions
-
-Extension names:
-
-DOUBLE-BUFFER
-DPMS
-Extended-Visual-Information
-Generic Event Extension
-LBX
-MIT-SHM
-MIT-SUNDRY-NONSTANDARD
-Multi-Buffering
-SECURITY
-SHAPE
-SYNC
-TOG-CUP
-XC-APPGROUP
-XTEST
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/xextproto
-
- http://cgit.freedesktop.org/xorg/proto/xextproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/xf86bigfontproto/README b/xf86bigfontproto/README
deleted file mode 100644
index 734fa73..0000000
--- a/xf86bigfontproto/README
+++ /dev/null
@@ -1,27 +0,0 @@
- XFree86 Bigfont Extension
-
-Extension name: XFree86-Bigfont
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/xf86bigfontproto
-
- http://cgit.freedesktop.org/xorg/proto/xf86bigfontproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/xf86dgaproto/README b/xf86dgaproto/README
deleted file mode 100644
index 81a8718..0000000
--- a/xf86dgaproto/README
+++ /dev/null
@@ -1,29 +0,0 @@
- XFree86 Direct Graphic Access Extension
-
-This extension defines a protocol for direct linear framebuffer access.
-
-Extension name: XFree86-DGA
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/xf86dgaproto
-
- http://cgit.freedesktop.org/xorg/proto/xf86dgaproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/xf86driproto/README b/xf86driproto/README
deleted file mode 100644
index fc7a2d7..0000000
--- a/xf86driproto/README
+++ /dev/null
@@ -1,30 +0,0 @@
- XFree86 Direct Rendering Infrastructure Extension
-
-This extension defines a protocol to allow user applications to access
-the video hardware without requiring data to be passed through the X server.
-
-Extension name: XFree86-DRI
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/xf86driproto
-
- http://cgit.freedesktop.org/xorg/proto/xf86driproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/xf86miscproto/README b/xf86miscproto/README
deleted file mode 100644
index 20a12ef..0000000
--- a/xf86miscproto/README
+++ /dev/null
@@ -1,28 +0,0 @@
-This package includes the protocol definitions of the "XFree86-Misc"
-extension to the X11 protocol. The "XFree86-Misc" extension is
-supported by the XFree86 X server and versions of the Xorg X server
-prior to Xorg 1.6.
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/xf86miscproto
-
- http://cgit.freedesktop.org/xorg/proto/xf86miscproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/xf86vidmodeproto/README b/xf86vidmodeproto/README
deleted file mode 100644
index fd53bef..0000000
--- a/xf86vidmodeproto/README
+++ /dev/null
@@ -1,29 +0,0 @@
- XFree86 Video Mode Extension
-
-This extension defines a protocol for dynamically configuring modelines and gamma.
-
-Extension name: XFree86-VidModeExtension
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/xf86vidmodeproto
-
- http://cgit.freedesktop.org/xorg/proto/xf86vidmodeproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/xineramaproto/README b/xineramaproto/README
deleted file mode 100644
index 5f677be..0000000
--- a/xineramaproto/README
+++ /dev/null
@@ -1,37 +0,0 @@
- X Xinerama Extension
-
-Xinerama is an X extension that allows clients to query information
-about multiple physical screens controlled by a single X server that
-appear as a single screen to core X11 protocol operations.
-
-This extension provides a common network protocol for querying information
-which may be provided by different underlying screen combination
-technologies in the X server, such as the original Xinerama multiplexer,
-or alternative implementations like Xrandr or TwinView.
-
-Extension name: XINERAMA
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/xineramaproto
-
- http://cgit.freedesktop.org/xorg/proto/xineramaproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
-