summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--INSTALL0
-rw-r--r--README24
3 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7b8b85b..d91e103 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,7 @@ config.status
config.sub
configure
depcomp
+INSTALL
install-sh
missing
stamp-h1
diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index e69de29..0000000
--- a/INSTALL
+++ /dev/null
diff --git a/README b/README
index 0568ddb..e91a47b 100644
--- a/README
+++ b/README
@@ -3,3 +3,27 @@ map and keymap table that are used by client applications to convert
event keycodes into keysyms. It is usually run from the user's
session startup script to configure the keyboard according to personal
tastes.
+
+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/xmodmap
+
+ http://cgit.freedesktop.org/xorg/app/xmodmap
+
+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
+