diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-01 14:54:24 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-01 16:27:31 -0700 |
commit | a9c2e152c8a112f5783430b27de777da7daf6aa7 (patch) | |
tree | 8ef8863725880cc562feaafa172177f26154d272 | |
parent | 4d15dbb1ac524a017e9812fb7f21f032ccbc2ae1 (diff) |
Add README with pointers to mailing lists, bugzilla, & git
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | README | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -0,0 +1,27 @@ +xfontsel application provides a simple way to display the X11 core +protocol fonts known to your X server, examine samples of each, and +retrieve the X Logical Font Description ("XLFD") full name for a font. + +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/xfontsel + + http://cgit.freedesktop.org/xorg/app/xfontsel + +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 + |