summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-10-05 20:40:45 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-10-05 20:41:04 -0700
commit6a24b39d0674ee35436bad6aa0fad8150cf2c427 (patch)
tree14abf808ce80832fa074d35633478c0be953cd27
parent20a3ff72337c689ca46f140e594933df75d2bce4 (diff)
Add pointers to mailing lists, bugzilla, & git to README
Also delete empty INSTALL so automake installs the default one Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-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
+