summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-10-01 14:54:17 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-10-01 15:09:09 -0700
commit42a6f0bc10530c31643b2fd768c48750ec451391 (patch)
tree385f490198c495df5486bda5ea9e98ef35cd6a69
parent04f61947ea6c3638001057934588938473b454b3 (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..bec4429 100644
--- a/README
+++ b/README
@@ -0,0 +1,27 @@
+The iceauth program is used to edit and display the authorization
+information used in connecting with ICE. It operates very much
+like the xauth program for X11 connection authentication records.
+
+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/iceauth
+
+ http://cgit.freedesktop.org/xorg/app/iceauth
+
+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
+