summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 20:17:08 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 20:17:08 -0800
commit77d38cfda9db285ea177699d3395a860faa287c5 (patch)
tree2712d26af8744bd7e32faa8bbe3598e77c59c0cc
parent162d2c56546d2267d8128d79046eda64a2514728 (diff)
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
-rw-r--r--README30
-rw-r--r--README.md23
3 files changed, 24 insertions, 31 deletions
diff --git a/Makefile.am b/Makefile.am
index 14ff0d6..eb47f6a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ AM_CFLAGS = $(XLIB_CFLAGS) $(CWARNFLAGS)
mkcomposecache_SOURCES = mkcomposecache.c
mkcomposecache_LDADD = $(XLIB_LIBS)
-EXTRA_DIST = mkallcomposecaches.sh
+EXTRA_DIST = mkallcomposecaches.sh README.md
MAINTAINERCLEANFILES = ChangeLog INSTALL
.PHONY: ChangeLog INSTALL
diff --git a/README b/README
deleted file mode 100644
index 774dde1..0000000
--- a/README
+++ /dev/null
@@ -1,30 +0,0 @@
- X.Org Compose file cache creator
-
-mkcomposecache is used for creating global (system-wide) Compose cache files.
-
-Compose cache files help with application startup times and memory usage,
-especially in locales with large Compose tables (e.g. all UTF-8 locales).
-
-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/mkcomposecache
-
- http://cgit.freedesktop.org/xorg/app/mkcomposecache
-
-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..3423474
--- /dev/null
+++ b/README.md
@@ -0,0 +1,23 @@
+X.Org Compose file cache creator
+================================
+
+mkcomposecache is used for creating global (system-wide) Compose cache files.
+
+Compose cache files help with application startup times and memory usage,
+especially in locales with large Compose tables (e.g. all UTF-8 locales).
+
+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/mkcomposecache
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+