summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 22:24:48 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 22:24:48 -0800
commit4b896f7c9a964513ebdbb935e414a764ecb1cb6d (patch)
tree0bd7738eebc5f9d8c0b3c45db8ab8d4fc5f02a66
parent2c5bf4d32484bcf223d39f7b13546475262ba382 (diff)
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
-rw-r--r--README24
-rw-r--r--README.md26
3 files changed, 28 insertions, 24 deletions
diff --git a/Makefile.am b/Makefile.am
index 895468f..730935a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,3 +51,5 @@ ChangeLog:
$(CHANGELOG_CMD)
dist-hook: ChangeLog INSTALL
+
+EXTRA_DIST += README.md
diff --git a/README b/README
deleted file mode 100644
index f0477b6..0000000
--- a/README
+++ /dev/null
@@ -1,24 +0,0 @@
-
-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/xkbevd
-
- http://cgit.freedesktop.org/xorg/app/xkbevd
-
-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..72b8cfb
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+xkbevd - XKB event daemon
+-------------------------
+
+The xkbevd event daemon listens for specified XKB events and executes
+requested commands if they occur. The configuration file consists of
+a list of event specification/action pairs and/or variable definitions.
+
+This command is very raw and is therefore only partially implemented;
+we present it here as a rough prototype for developers, not as a general
+purpose tool for end users.
+
+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/xkbevd
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+