summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 22:29:36 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 22:29:36 -0800
commit3d662f54c68da8bdaa363e8af8de38cb608bd5b4 (patch)
treeb4fcc95a27b7b1d660a20746d386ccfa665d2220
parent50f3b38c217eccf1ff085ef7a8d053f3a894ad8e (diff)
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
-rw-r--r--README31
-rw-r--r--README.md24
3 files changed, 26 insertions, 31 deletions
diff --git a/Makefile.am b/Makefile.am
index a6e69da..3291901 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,3 +55,5 @@ ChangeLog:
$(CHANGELOG_CMD)
dist-hook: ChangeLog INSTALL
+
+EXTRA_DIST = README.md
diff --git a/README b/README
deleted file mode 100644
index 8d7baa9..0000000
--- a/README
+++ /dev/null
@@ -1,31 +0,0 @@
-xkbutils is a collection of small utilities utilizing the XKeyboard (XKB)
-extension to the X11 protocol.
-
-It includes:
- xkbbell - generate XKB bell events
- xkbvleds - display the state of LEDs on an XKB keyboard in a window
- xkbwatch - reports changes in the XKB keyboard state
-
-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/xkbutils
-
- http://cgit.freedesktop.org/xorg/app/xkbutils
-
-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..66de188
--- /dev/null
+++ b/README.md
@@ -0,0 +1,24 @@
+xkbutils is a collection of small utilities utilizing the XKeyboard (XKB)
+extension to the X11 protocol.
+
+It includes:
+
+ * xkbbell - generate XKB bell events
+ * xkbvleds - display the state of LEDs on an XKB keyboard in a window
+ * xkbwatch - reports changes in the XKB keyboard state
+
+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/xkbutils
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+