summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 22:34:29 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 22:34:29 -0800
commitbbf3525171ac7d643aba3202b47ea482a7fe481f (patch)
treed05e366868270238a66b71b65c36d0af3cfda431
parente2d28acf38c77cdc95dc7cae558188a472ddab47 (diff)
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
-rw-r--r--README29
-rw-r--r--README.md21
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
diff --git a/README b/README
deleted file mode 100644
index fabb4ea..0000000
--- a/README
+++ /dev/null
@@ -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
+