diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-16 22:34:29 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-16 22:34:29 -0800 |
commit | bbf3525171ac7d643aba3202b47ea482a7fe481f (patch) | |
tree | d05e366868270238a66b71b65c36d0af3cfda431 | |
parent | e2d28acf38c77cdc95dc7cae558188a472ddab47 (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 | 29 | ||||
-rw-r--r-- | README.md | 21 |
3 files changed, 22 insertions, 30 deletions
diff --git a/Makefile.am b/Makefile.am index 0fb5667..ea152ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,7 @@ xlsclients_LDADD = $(XLSCLIENTS_LIBS) $(LIBOBJS) xlsclients_SOURCES = \ xlsclients.c -EXTRA_DIST = strnlen.h +EXTRA_DIST = strnlen.h README.md MAINTAINERCLEANFILES = ChangeLog INSTALL .PHONY: ChangeLog INSTALL @@ -1,29 +0,0 @@ -xlsclients is a utility for listing information about the client -applications running on a X11 server. - -Version 1.1 and later of xlsclients use (and require) libxcb instead -of libX11, for more efficient communication with the X server. - -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/xlsclients - - http://cgit.freedesktop.org/xorg/app/xlsclients - -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..450482c --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +xlsclients is a utility for listing information about the client +applications running on a X11 server. + +Version 1.1 and later of xlsclients use (and require) libxcb instead +of libX11, for more efficient communication with the X server. + +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/xlsclients + +Please submit bug reports and requests to merge patches there. + +For patch submission instructions, see: + + https://www.x.org/wiki/Development/Documentation/SubmittingPatches + |