diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-01 14:54:19 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-01 15:33:15 -0700 |
commit | 41416fdee30424d78771511bea39eef95f718c2a (patch) | |
tree | f0522e4e7c3f0ca039b5e8921799e74726f9fae4 | |
parent | 3a5518589ffb7d24e164dd9616cd1fbb8200f39a (diff) |
Add README with pointers to mailing lists, bugzilla, & git
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | README | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -0,0 +1,27 @@ +setxkbmap is an X11 client to change the keymaps in the X server for a +specified keyboard to use the layout determined by the options listed +on the command line. + +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/setxkbmap + + http://cgit.freedesktop.org/xorg/app/setxkbmap + +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 + |