diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-16 22:00:23 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-16 22:00:23 -0800 |
commit | 1e168e2b7c344f527edcd0d466b7c05d5071a460 (patch) | |
tree | dc9c86a8589e406c062400f45e67b242afe15578 | |
parent | a98ec351f665d12b0f0aa26dddeaf7a33423ffd1 (diff) |
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | README | 27 | ||||
-rw-r--r-- | README.md | 19 |
3 files changed, 21 insertions, 27 deletions
diff --git a/Makefile.am b/Makefile.am index 9421d38..f7ab434 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,3 +50,5 @@ ChangeLog: $(CHANGELOG_CMD) dist-hook: ChangeLog INSTALL + +EXTRA_DIST = README.md @@ -1,27 +0,0 @@ -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 - diff --git a/README.md b/README.md new file mode 100644 index 0000000..4902982 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +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: + + https://lists.x.org/mailman/listinfo/xorg + +The master development code repository can be found at: + + https://gitlab.freedesktop.org/xorg/app/xfontsel + +Please submit bug reports and requests to merge patches there. + +For patch submission instructions, see: + + https://www.x.org/wiki/Development/Documentation/SubmittingPatches + |