From cd22de616c77328da3410b1eaab541c2d331ffdb Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 19 Nov 2018 23:12:07 -0800 Subject: Update README for gitlab migration Signed-off-by: Alan Coopersmith --- Makefile.am | 2 +- README | 37 ------------------------------------- README.md | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 38 deletions(-) delete mode 100644 README create mode 100644 README.md 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 deleted file mode 100644 index 6b1c468..0000000 --- a/README +++ /dev/null @@ -1,37 +0,0 @@ -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, -libX11, libICE, the X font server, and related components. - -It is however, *NOT* a shared library, but code which each consumer -includes and builds it's own copy of with various #ifdef flags to make -each copy slightly different. To support this in the modular build -system, this package simply installs the C source files into -$(prefix)/include/X11/Xtrans and installs a pkg-config file and an -autoconf m4 macro file with the flags needed to use it. - -Documentation of the xtrans API can be found in the included xtrans.xml -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 - -The master development code repository can be found at: - - git://anongit.freedesktop.org/git/xorg/lib/libxtrans - - http://cgit.freedesktop.org/xorg/lib/libxtrans - -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..3ab2b3c --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +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, +libX11, libICE, the X font server, and related components. + +It is however, *NOT* a shared library, but code which each consumer +includes and builds it's own copy of with various #ifdef flags to make +each copy slightly different. To support this in the modular build +system, this package simply installs the C source files into +$(prefix)/include/X11/Xtrans and installs a pkg-config file and an +autoconf m4 macro file with the flags needed to use it. + +Documentation of the xtrans API can be found in the included xtrans.xml +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. + + -------------------------------------------------------------------------- + +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/libxtrans + +Please submit bug reports and requests to merge patches there. + +For patch submission instructions, see: + + https://www.x.org/wiki/Development/Documentation/SubmittingPatches -- cgit v1.2.3