summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-18 21:46:25 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-18 21:46:25 -0800
commit6052aa6479be8059c9294ced6e3a33e2316bb2d5 (patch)
tree0f6adff96b0b2a5ca29c4254a80059e6212a1a26
parentd3af455fb236931fadb6e863e5a4ed509c61d868 (diff)
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
-rw-r--r--README28
-rw-r--r--README.md21
3 files changed, 23 insertions, 28 deletions
diff --git a/Makefile.am b/Makefile.am
index 29da0e1..b6c02fb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,3 +42,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 a7f140f..0000000
--- a/README
+++ /dev/null
@@ -1,28 +0,0 @@
-libFS - X Font Service client library
-
-This library is used by clients of X Font Servers (xfs), such as
-xfsinfo, fslsfonts, and the X servers themselves.
-
-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/libFS
-
- http://cgit.freedesktop.org/xorg/lib/libFS
-
-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..309e1e8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+libFS - X Font Service client library
+-------------------------------------
+
+This library is used by clients of X Font Servers (xfs), such as
+xfsinfo, fslsfonts, and the X servers themselves.
+
+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/libFS
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+