diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-16 22:43:36 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-16 22:43:36 -0800 |
commit | 09c20611c1acd04e1fc47bd70ce4d4c2c2f15d76 (patch) | |
tree | 551f78e8d3009bdc3aef75ae89fa06db04e0f5db | |
parent | eec4604d764a1ed37815012ca1f2c9fba44cdebd (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 | 25 | ||||
-rw-r--r-- | README.md | 18 |
3 files changed, 19 insertions, 26 deletions
diff --git a/Makefile.am b/Makefile.am index 8f03733..c91c174 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,7 +37,7 @@ appdefaultdir = @appdefaultdir@ dist_appdefault_DATA = \ app-defaults/XMore -EXTRA_DIST = xmore.xml +EXTRA_DIST = xmore.xml README.md MAINTAINERCLEANFILES = ChangeLog INSTALL @@ -1,25 +0,0 @@ -xmore - plain text display program for the X Window System - -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/xmore - - http://cgit.freedesktop.org/xorg/app/xmore - -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..ff415c9 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +xmore - plain text display program for the X Window System +---------------------------------------------------------- + +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/xmore + +Please submit bug reports and requests to merge patches there. + +For patch submission instructions, see: + + https://www.x.org/wiki/Development/Documentation/SubmittingPatches + |