summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-10-01 14:54:18 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-10-01 15:28:09 -0700
commit66e1f879b4165298b59fb98d05a28bdb0bc574c6 (patch)
treec5a9888eaefe505a2347c8f4ac21c8e5f30719fd
parent58072d1db611ad95059044cb3ec1302c8475c754 (diff)
Add README with pointers to mailing lists, bugzilla, & git
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--README31
1 files changed, 31 insertions, 0 deletions
diff --git a/README b/README
index e69de29..bd1a6ac 100644
--- a/README
+++ b/README
@@ -0,0 +1,31 @@
+X color name database
+
+This package includes both the list mapping X color names to RGB values
+(rgb.txt) and, if configured to use a database for color lookup, the
+rgb program to convert the text file into the binary database format.
+
+The "others" subdirectory contains some alternate color databases.
+
+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/rgb
+
+ http://cgit.freedesktop.org/xorg/app/rgb
+
+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
+