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:10:56 -0700
commitea16526cf2fa968a47715cee48d60d3a0e925094 (patch)
treed9d57164a93072538201ebd65d808463e6e5475f
parent5ca33a50e4a643b8ed7a525e39ecec9b34f1900a (diff)
Add README with pointers to mailing lists, bugzilla, & git
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--README28
1 files changed, 28 insertions, 0 deletions
diff --git a/README b/README
index e69de29..6664a38 100644
--- a/README
+++ b/README
@@ -0,0 +1,28 @@
+ico is a simple animation program that may be used for testing various
+X11 operations and extensions. It displays a wire-frame rotating
+polyhedron, with hidden lines removed, or a solid-fill polyhedron with
+hidden faces removed.
+
+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/ico
+
+ http://cgit.freedesktop.org/xorg/app/ico
+
+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
+