diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-19 22:41:26 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-19 22:43:20 -0800 |
commit | 0dd0429f82298e294b7611fb6ed63a96af94e2ed (patch) | |
tree | f06f54adf0bcf5ed9094dca53fa78a33fab732af /README.md | |
parent | 0659374e8c1a39433f074226a65f29ae6147157e (diff) |
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..7796f8b --- /dev/null +++ b/README.md @@ -0,0 +1,52 @@ +libXt - X Toolkit Intrinsics library +------------------------------------ + +Documentation for this library can be found in the included man pages; and +the libXt spec from the specs directory of the source, also available at: + + - https://www.x.org/releases/current/doc/Xt/Xt.html + - https://www.x.org/releases/current/doc/Xt/Xt.pdf + +and the O'Reilly X Toolkit books, which they have made freely available online: + + - X Series Volume 4: X Toolkit Intrinsics Programming Manual, + 1st Edition (1990, covers X11R3) + + https://www.archive.org/details/xtoolkitintrsin20400nyemiss + + - X Series Volume 4: X Toolkit Intrinsics Programming Manual, + 2nd Edition (1990, covers X11R4) + + https://www.archive.org/details/xtoolkitintrinsi04nyemiss + + - X Series Volume 4: X Toolkit Intrinsics Programming Manual, + Motif Edition (1990, covers X11R4/Motif 1.1) + + https://www.archive.org/details/xtoolktintrmotif04nyemiss + + - X Series Volume 4: X Toolkit Intrinsics Programming Manual, + 3rd Edition (1993, covers X11R5) + + https://www.archive.org/details/xtoolkitintrinsic04nyemiss + + - X Series Volume 5: X Toolkit Intrinsics Reference Manual + (1990, covers X11R4) + + https://www.archive.org/details/xtoolkitintrinsi04nyemiss + +---------------------------------------------------------------------------- + +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/lib/libXt + +Please submit bug reports and requests to merge patches there. + +For patch submission instructions, see: + + https://www.x.org/wiki/Development/Documentation/SubmittingPatches |