summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-09-28 21:44:58 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-09-28 21:44:58 -0700
commita5de13686c9ad9c8fc7e4cf2508fd2ba1de50965 (patch)
treedfdd2e5d313a8c80a26d27abc6d23b0f6803d512
parentcbf235460e163b9b27024a2ccb8cb6c1487a7dfb (diff)
downloadxscope-a5de13686c9ad9c8fc7e4cf2508fd2ba1de50965.tar.gz
README updates
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--README31
1 files changed, 26 insertions, 5 deletions
diff --git a/README b/README
index 39e78b1..dece80f 100644
--- a/README
+++ b/README
@@ -74,18 +74,39 @@ for byteswapping on different architectures.
The command line arguments for specifying the real X server should probably
be changed to be more consistent with X11R3 applications.
-The Imakefile may be incorrect.
-
The builtin atoms have been wired in directly; they should probably be
picked up from a header file.
-No provision is included for extensions to the base protocol.
+Each extension needs to have decoding routines manually written; they
+should probably be generated from the XCB xml protocol descriptions.
-There is no code yet to interpret typed commands from the keyboard.
- It would be possible for a command language at the keyboard to create
+There is some code to interpret typed commands from the keyboard.
+ It would be possible to extend the a command language to create
artificial characters to be sent to X11 or the client as if they were
generated by the other, or to dynamically alter requests or replies.
+ ------------------------------------------------------------
+
+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/app/xscope
+
+ http://cgit.freedesktop.org/xorg/app/xscope
+
+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