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
commit84d71a733b6ab93318260a5641d7609dbc38a198 (patch)
tree7fd39c9c7486fa189a52dfb8899ebb8d06a46a3c
parent3779550c57db5fe845f955bec141ca24800f2fdb (diff)
Add README with pointers to mailing list, bugzilla & git repos
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--README29
1 files changed, 28 insertions, 1 deletions
diff --git a/README b/README
index 6a82ca7..74bada9 100644
--- a/README
+++ b/README
@@ -1 +1,28 @@
-FS
+libFS - X Font Service client library
+
+This library is used by clients of X Font Servers (xfs), such as
+xfsinfo, xfslsfonts, and the X servers themselves.
+
+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/libFS
+
+ http://cgit.freedesktop.org/xorg/lib/libFS
+
+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
+