mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2025-12-20 07:00:12 +01:00
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
c8bcc19970
commit
9bdfe9c9af
3 changed files with 35 additions and 40 deletions
|
|
@ -33,3 +33,5 @@ lint:
|
||||||
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) lint) ; \
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) lint) ; \
|
||||||
done
|
done
|
||||||
endif LINT
|
endif LINT
|
||||||
|
|
||||||
|
EXTRA_DIST = README.md
|
||||||
|
|
|
||||||
40
README
40
README
|
|
@ -1,40 +0,0 @@
|
||||||
libX11 - Core X11 protocol client library
|
|
||||||
|
|
||||||
Documentation for this library can be found in the included man pages,
|
|
||||||
and in the Xlib spec from the specs subdirectory, also available at:
|
|
||||||
|
|
||||||
http://www.x.org/releases/current/doc/libX11/libX11/libX11.html
|
|
||||||
http://www.x.org/releases/current/doc/libX11/libX11/libX11.pdf
|
|
||||||
|
|
||||||
and the O'Reilly Xlib books, which they have made freely available online,
|
|
||||||
though only for older versions of X11:
|
|
||||||
|
|
||||||
- X Series Volume 2: Xlib Reference Manual (1989, covers X11R3)
|
|
||||||
http://www.archive.org/details/xlibretmanver1102nyemiss
|
|
||||||
|
|
||||||
- X Series Volume 2: Xlib Reference Manual, 2nd Edition (1990, covers X11R4)
|
|
||||||
http://www.archive.org/details/xlibrefmanv115ed02nyemiss
|
|
||||||
|
|
||||||
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/lib/libX11
|
|
||||||
|
|
||||||
http://cgit.freedesktop.org/xorg/lib/libX11
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
33
README.md
Normal file
33
README.md
Normal file
|
|
@ -0,0 +1,33 @@
|
||||||
|
libX11 - Core X11 protocol client library
|
||||||
|
-----------------------------------------
|
||||||
|
|
||||||
|
Documentation for this library can be found in the included man pages,
|
||||||
|
and in the Xlib spec from the specs subdirectory, also available at:
|
||||||
|
|
||||||
|
https://www.x.org/releases/current/doc/libX11/libX11/libX11.html
|
||||||
|
https://www.x.org/releases/current/doc/libX11/libX11/libX11.pdf
|
||||||
|
|
||||||
|
and the O'Reilly Xlib books, which they have made freely available online,
|
||||||
|
though only for older versions of X11:
|
||||||
|
|
||||||
|
- X Series Volume 2: Xlib Reference Manual (1989, covers X11R3)
|
||||||
|
https://www.archive.org/details/xlibretmanver1102nyemiss
|
||||||
|
|
||||||
|
- X Series Volume 2: Xlib Reference Manual, 2nd Edition (1990, covers X11R4)
|
||||||
|
https://www.archive.org/details/xlibrefmanv115ed02nyemiss
|
||||||
|
|
||||||
|
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/libX11
|
||||||
|
|
||||||
|
Please submit bug reports and requests to merge patches there.
|
||||||
|
|
||||||
|
For patch submission instructions, see:
|
||||||
|
|
||||||
|
https://www.x.org/wiki/Development/Documentation/SubmittingPatches
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue