summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-10-05 19:21:42 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-10-05 19:26:55 -0700
commit39d4e91171de13d4b7079d4609e7930e32948d99 (patch)
treee9c4635eaf2f76d875cf00a9000f7f761760ed79
parent50921252322e05fea4f0f85c8ae8735b6df11860 (diff)
downloadxorg-proto-fixesproto-39d4e91171de13d4b7079d4609e7930e32948d99.tar.gz
Add README with pointers to mailing lists, bugzilla, & git
Also correct INSTALL to list the right extension name Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--INSTALL4
-rw-r--r--README32
2 files changed, 26 insertions, 10 deletions
diff --git a/INSTALL b/INSTALL
index b94098a..3b1329a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,6 @@
-Render is built with the traditional configure script:
+xfixesproto is built with the traditional configure script:
- $ ./configure --prefix=/usr/X11R6
+ $ ./configure --prefix=/usr
This should generate valid Makefiles, then:
diff --git a/README b/README
index 9968c6b..1f0a27d 100644
--- a/README
+++ b/README
@@ -1,10 +1,26 @@
- RandR
- X RandR Extension
- Version 1.0
- 2002-10-4
-
-This package contains header files and documentation for the X RandR
+This package contains header files and documentation for the XFIXES
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/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
+