From 4b896f7c9a964513ebdbb935e414a764ecb1cb6d Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 16 Nov 2018 22:24:48 -0800 Subject: Update README for gitlab migration Signed-off-by: Alan Coopersmith --- Makefile.am | 2 ++ README | 24 ------------------------ README.md | 26 ++++++++++++++++++++++++++ 3 files changed, 28 insertions(+), 24 deletions(-) delete mode 100644 README create mode 100644 README.md 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 + -- cgit v1.2.3