diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-19 22:46:44 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-19 22:46:44 -0800 |
commit | 9d20b76d717add6401d66f272656d3cf763d7130 (patch) | |
tree | ebbc9efde010fb971c9e12190d1ea517cf57c4a4 | |
parent | 7e083f2e618ce063d1ab2885671a0c5ca8472772 (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.md (renamed from README) | 19 |
2 files changed, 9 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am index da9d32f..ba60b26 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,3 +40,5 @@ if LINT lint: (cd src && $(MAKE) $(MFLAGS) lint) endif LINT + +EXTRA_DIST = README.md @@ -1,3 +1,6 @@ +libXtst - library for XTEST & RECORD extensions +----------------------------------------------- + libXtst provides the Xlib-based client API for the XTEST & RECORD extensions. The XTEST extension is a minimal set of client and server extensions @@ -11,23 +14,15 @@ core X protocol and arbitrary X extension protocol. 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 + https://lists.x.org/mailman/listinfo/xorg The master development code repository can be found at: - git://anongit.freedesktop.org/git/xorg/lib/libXtst + https://gitlab.freedesktop.org/xorg/lib/libXtst - http://cgit.freedesktop.org/xorg/lib/libXtst +Please submit bug reports and requests to merge patches there. 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 + https://www.x.org/wiki/Development/Documentation/SubmittingPatches |