summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 23:32:24 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 23:32:24 -0800
commit015b29ca761102c95c722928557336e101a4a6e1 (patch)
treef946a94f004211dccafc1c1f3e11cc05e5d44a39
parentf8c9f340421883f659b820214ddf8a21d5022a3a (diff)
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
-rw-r--r--README26
-rw-r--r--README.md18
3 files changed, 19 insertions, 27 deletions
diff --git a/Makefile.am b/Makefile.am
index 79ef7d6..841d266 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,7 +32,7 @@ xwininfo_SOURCES = \
dsimple.h \
xwininfo.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 993a9f4..0000000
--- a/README
+++ /dev/null
@@ -1,26 +0,0 @@
-xwininfo prints information about windows on an X server.
-Various information is displayed depending on which options are selected.
-
-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/xwininfo
-
- http://cgit.freedesktop.org/xorg/app/xwininfo
-
-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..6412b1d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+xwininfo prints information about windows on an X server.
+Various information is displayed depending on which options are selected.
+
+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/xwininfo
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+