summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-10-01 14:54:23 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-10-01 16:19:45 -0700
commit40bcf74b066c3b0347e5bc735bcf9a670af1b8c2 (patch)
treed345f96b260cecf3223c8fb142adebdc86d4fd0f /README
parentb0e1f6b3ffc36de124479b85d60b1364d8b00393 (diff)
Add README with pointers to mailing lists, bugzilla, & git
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'README')
-rw-r--r--README31
1 files changed, 31 insertions, 0 deletions
diff --git a/README b/README
index e69de29..158b336 100644
--- a/README
+++ b/README
@@ -0,0 +1,31 @@
+xev creates a window and then asks the X server to send it X11 events
+whenever anything happens to the window (such as it being moved,
+resized, typed in, clicked in, etc.). You can also attach it to an
+existing window. It is useful for seeing what causes events to occur
+and to display the information that they contain; it is essentially a
+debugging and development tool, and should not be needed in normal
+usage.
+
+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/xev
+
+ http://cgit.freedesktop.org/xorg/app/xev
+
+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
+