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:07:41 -0700
commit1979ff3ca19af4633df02d4eb4f636492afefe44 (patch)
treea1f496c2af60d4841d70cfd9b434031fc9933c06
parent4d6dc1290de14f23fe40e61b37d4c9b96e517958 (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..c99187e 100644
--- a/README
+++ b/README
@@ -0,0 +1,28 @@
+The fstobdf program reads a font from a font server and prints a BDF
+file on the standard output that may be used to recreate the font.
+This is useful in testing servers, debugging font metrics, and
+reproducing lost BDF files.
+
+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/fstobdf
+
+ http://cgit.freedesktop.org/xorg/app/fstobdf
+
+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
+