summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 20:01:30 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 20:01:30 -0800
commit7aa38ed59eff2519138af7aa3b3b8a8e1270e408 (patch)
treee81cc951ccf372d3334441642e15db8392c7c93f
parente2a3e08d7a93738a88fdc889517f85d17371b626 (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.md20
3 files changed, 22 insertions, 28 deletions
diff --git a/Makefile.am b/Makefile.am
index 8130a58..ece7067 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,3 +46,5 @@ ChangeLog:
$(CHANGELOG_CMD)
dist-hook: ChangeLog INSTALL
+
+EXTRA_DIST = README.md
diff --git a/README b/README
deleted file mode 100644
index 6664a38..0000000
--- a/README
+++ /dev/null
@@ -1,28 +0,0 @@
-ico is a simple animation program that may be used for testing various
-X11 operations and extensions. It displays a wire-frame rotating
-polyhedron, with hidden lines removed, or a solid-fill polyhedron with
-hidden faces removed.
-
-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/ico
-
- http://cgit.freedesktop.org/xorg/app/ico
-
-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..56380da
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+ico is a simple animation program that may be used for testing various
+X11 operations and extensions. It displays a wire-frame rotating
+polyhedron, with hidden lines removed, or a solid-fill polyhedron with
+hidden faces removed.
+
+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/ico
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+