summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-02-02 20:34:29 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-02-02 20:34:29 -0800
commit460b05d624fdd37cdbd4d3d4be5685ac0891e78e (patch)
treebc3f5a55a20b8ced6885439a9cfdab9a32123c49
parentd8f99a8b27b9b85aedd8975485c3bcd872076673 (diff)
Add README with pointers to mailing list, bugzilla & git repos
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..afa3b4c 100644
--- a/README
+++ b/README
@@ -0,0 +1,27 @@
+AppleWM is a simple library designed to interface with the Apple-WM extension.
+This extension allows X window managers to better interact with
+the Mac OS X Aqua user interface when running X11 in a rootless mode.
+
+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/libAppleWM
+
+ http://cgit.freedesktop.org/xorg/lib/libAppleWM
+
+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
+