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:15:55 -0700
commitcf1bd3ca78ec602e3e776cf575350d2d8430e5d0 (patch)
treeb44854b5dafa7d8c3a700a7170c5e9eaf2673072
parentaa10bf36fa16cb9e832971daecb92a6de3d346d5 (diff)
Add README with pointers to mailing lists, bugzilla, & git
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--README26
1 files changed, 26 insertions, 0 deletions
diff --git a/README b/README
index e69de29..f3777ab 100644
--- a/README
+++ b/README
@@ -0,0 +1,26 @@
+The listres program generates a list of X resources for a widget
+in an X client written using a toolkit based on libXt.
+
+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/listres
+
+ http://cgit.freedesktop.org/xorg/app/listres
+
+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
+