aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-10-01 14:54:21 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-10-01 16:06:11 -0700
commit1d7eab63f9aee89767d8083dc971623863173c78 (patch)
tree6bd4eac1bfd059262486d5211bb011dc01525292
parentTry to report current composite manager name (diff)
downloadxcman-1d7eab63f9aee89767d8083dc971623863173c78.tar.gz
xcman-1d7eab63f9aee89767d8083dc971623863173c78.tar.bz2
xcman-1d7eab63f9aee89767d8083dc971623863173c78.tar.xz
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..2458e22 100644
--- a/README
+++ b/README
@@ -0,0 +1,27 @@
+xcompmgr is a sample compositing manager for X servers supporting the
+XFIXES, DAMAGE, RENDER, and COMPOSITE extensions. It enables basic
+eye-candy effects.
+
+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/xcompmgr
+
+ http://cgit.freedesktop.org/xorg/app/xcompmgr
+
+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
+