summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 23:32:56 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 23:32:56 -0800
commit4cc3d8d6a812dd38b6507725a8aa64062ca9f706 (patch)
tree85a63ac921fb3d39a7f7099f8d4e8bf88315426e
parent50c1949e9984fa6210636b131fed978dd3c31550 (diff)
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
-rw-r--r--README26
-rw-r--r--README.md18
3 files changed, 20 insertions, 26 deletions
diff --git a/Makefile.am b/Makefile.am
index 73942aa..423f79c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,3 +39,5 @@ ChangeLog:
$(CHANGELOG_CMD)
dist-hook: ChangeLog INSTALL
+
+EXTRA_DIST = README.md
diff --git a/README b/README
deleted file mode 100644
index 8f7a152..0000000
--- a/README
+++ /dev/null
@@ -1,26 +0,0 @@
-xwud allows X users to display in a window an image saved in a
-specially formatted dump file, such as produced by xwd.
-
-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/xwud
-
- http://cgit.freedesktop.org/xorg/app/xwud
-
-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..83e4cf5
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+xwud allows X users to display in a window an image saved in a
+specially formatted dump file, such as produced by xwd.
+
+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/xwud
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+