summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-19 21:53:21 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-19 21:53:21 -0800
commit7ecd11d573a087e075036e0479c9e3f58ee9fa5d (patch)
treed6d6fb9a0f48cfa91bd62ff322c34265518c7e39
parenta07b4bb8290d0c1bba7bcecd5bb6896fbe1b169c (diff)
downloadxorg-lib-libXext-7ecd11d573a087e075036e0479c9e3f58ee9fa5d.tar.gz
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.md22
3 files changed, 24 insertions, 29 deletions
diff --git a/Makefile.am b/Makefile.am
index 091d920..b76bc6c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,3 +20,5 @@ if LINT
lint:
(cd src && $(MAKE) $(MFLAGS) lint)
endif LINT
+
+EXTRA_DIST = README.md
diff --git a/README b/README
deleted file mode 100644
index 8bd443b..0000000
--- a/README
+++ /dev/null
@@ -1,29 +0,0 @@
-libXext - library for common extensions to the X11 protocol
-
-No new extensions should be added to this library - it is now instead
-preferred to make per-extension libraries that can be evolved as needed
-without breaking compatibility of this core library.
-
-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/lib/libXext
-
- http://cgit.freedesktop.org/xorg/lib/libXext
-
-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..cae5316
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+libXext - library for common extensions to the X11 protocol
+-----------------------------------------------------------
+
+No new extensions should be added to this library - it is now instead
+preferred to make per-extension libraries that can be evolved as needed
+without breaking compatibility of this core library.
+
+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/lib/libXext
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+