diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-02-02 20:34:30 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-02-02 20:34:30 -0800 |
commit | b75eae83221465bd0da4d21d0bab5af379dc31c1 (patch) | |
tree | 1e8b09dc90765182a759c809ccf57a96a5db9da8 /README | |
parent | 896aeb5dd128fc8e489106fa7aaa5cee1e589106 (diff) |
Add README with pointers to mailing list, bugzilla & git repos
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -0,0 +1,30 @@ +libSM - X Session Management Library + +Documentation for this API can be found in the SMlib document in the +doc/xorg-docs module of the X distribution, also available online at: + + http://xorg.freedesktop.org/releases/X11R7.0/doc/PDF/SMlib.pdf + +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/libSM + + http://cgit.freedesktop.org/xorg/lib/libSM + +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 + |