summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-10-01 14:54:25 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-10-01 16:51:50 -0700
commitab65575eead9ff88b05d9d454bcc21ec2c4dc67d (patch)
tree9a4685eeb1a60f2798091abf3c3682348377cb04
parentb5921d7ad244da5f603e82b559f74496ea87144e (diff)
Add README with pointers to mailing lists, bugzilla, & git
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--README27
1 files changed, 27 insertions, 0 deletions
diff --git a/README b/README
index e69de29..fb25959 100644
--- a/README
+++ b/README
@@ -0,0 +1,27 @@
+xkill is a utility for forcing the X server to close connections to
+clients. This program is very dangerous, but is useful for aborting
+programs that have displayed undesired windows on a user's screen.
+
+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/xkill
+
+ http://cgit.freedesktop.org/xorg/app/xkill
+
+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
+