summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-19 23:12:07 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-19 23:12:07 -0800
commitcd22de616c77328da3410b1eaab541c2d331ffdb (patch)
treea473a51c1ec61a4d0efb065a4c90420a088a18b3
parent06cfa80fb3d03ca03fd92f9687a77958338e012c (diff)
downloadxorg-lib-libxtrans-cd22de616c77328da3410b1eaab541c2d331ffdb.tar.gz
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
-rw-r--r--README.md (renamed from README)19
2 files changed, 10 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am
index 38c34c3..3a719f8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,7 @@ pkgconfigdir = $(datadir)/pkgconfig
pkgconfig_DATA = xtrans.pc
MAINTAINERCLEANFILES = ChangeLog INSTALL
-EXTRA_DIST = ${aclocal_DATA}
+EXTRA_DIST = ${aclocal_DATA} README.md
.PHONY: ChangeLog INSTALL
diff --git a/README b/README.md
index 6b1c468..3ab2b3c 100644
--- a/README
+++ b/README.md
@@ -1,3 +1,6 @@
+xtrans - X Network Transport layer shared code
+----------------------------------------------
+
xtrans is a library of code that is shared among various X packages to
handle network protocol transport in a modular fashion, allowing a
single place to add new transport types. It is used by the X server,
@@ -15,23 +18,19 @@ file in DocBook XML format. If 'xmlto' is installed, you can generate text,
html, postscript or pdf versions of the documentation by configuring
the build with --enable-docs, which is the default.
-Please submit bugs & patches to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-under the component "Lib/xtrans".
+ --------------------------------------------------------------------------
All questions regarding this software should be directed at the
Xorg mailing list:
- http://lists.freedesktop.org/mailman/listinfo/xorg
+ https://lists.x.org/mailman/listinfo/xorg
The master development code repository can be found at:
- git://anongit.freedesktop.org/git/xorg/lib/libxtrans
+ https://gitlab.freedesktop.org/xorg/lib/libxtrans
- http://cgit.freedesktop.org/xorg/lib/libxtrans
+Please submit bug reports and requests to merge patches there.
-For more information on the git code manager, see:
+For patch submission instructions, see:
- http://wiki.x.org/wiki/GitPage
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches