summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-02-02 20:34:34 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-02-02 20:34:34 -0800
commitf1ccbcffc9171868256b5813aa558f6756aca508 (patch)
tree1baa4768e5cfaea7816ab897d859d033ed70ac17
parent049534f4eb409bea62b590b436bef78e5eef5b8e (diff)
Add README with pointers to mailing list, bugzilla & git repos
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--README26
1 files changed, 25 insertions, 1 deletions
diff --git a/README b/README
index d618e2a..a77cc62 100644
--- a/README
+++ b/README
@@ -2,7 +2,31 @@ This library contains miscellaneous utilities and is not part of the Xlib
standard. It contains routines which only use public interfaces so that it
may be layered on top of any proprietary implementation of Xlib or Xt.
-It is intended to support clients in the MIT distribution; vendors
+It is intended to support clients in the X.Org distribution; vendors
may choose not to distribute this library if they wish. Therefore,
applications developers who depend on this library should be prepared to
treat it as part of their software base when porting.
+
+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/lib/libXmu
+
+ http://cgit.freedesktop.org/xorg/lib/libXmu
+
+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
+