Find a file
Gaetan Nadon da46c2d0e1 Documentation: add Docbook external references support
When writing technical documentation, it is often necessary to cross
reference to other information. When that other information is not in the
current document, additional support is needed, namely <olink>.

A new feature with version 1.7 of xorg-sgml-doctools adds references to
other documents within or outside this package.

This patch adds technical support for this feature but does not change
the content of the documentation as seen by the end user.

Each book or article must generate a database containing the href
of sections that can be referred to from another document. This database
is installed in DATAROOTDIR/sgml/X11/dbs. There is a requirement that
the value of DATAROOTDIR for xorg-sgml-doctools and for the package
documentation is the same. This forms a virtual document tree.

This database is consulted by other documents while they are being generated
in order to fulfill the missing information for linking.
Refer to the xorg-sgml-doctools for further technical information.

Co-authored-by: Matt Dew <marcoz@osource.org>

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-03-30 20:18:36 -04:00
specs Documentation: add Docbook external references support 2011-03-30 20:18:36 -04:00
.gitignore .gitignore: use common defaults with custom section # 24239 2009-11-15 13:22:57 -05:00
ap_keysym.h R6.6 is the Xorg base-line 2003-11-14 15:54:35 +00:00
AUTHORS Add AUTHORS file for X11 from xlibs tree. 2005-05-14 07:56:49 +00:00
autogen.sh Initial build system files for proto module. 2005-05-06 01:46:31 +00:00
configure.ac Documentation: add Docbook external references support 2011-03-30 20:18:36 -04:00
COPYING Add missing notices to COPYING 2011-01-06 22:24:33 -08:00
DECkeysym.h Death to RCS tags. 2009-06-12 11:43:45 -04:00
docbook.am Documentation: add Docbook external references support 2011-03-30 20:18:36 -04:00
HPkeysym.h Death to RCS tags. 2009-06-12 11:43:45 -04:00
keysym.h Add #defines for Unicode Sinhala to keysymdef.h 2011-03-15 10:46:53 +00:00
keysymdef.h Add #defines for Unicode Sinhala to keysymdef.h 2011-03-15 10:46:53 +00:00
Makefile.am specs: convert protocol .ms from xorg-docs to DocBook XML 2010-08-18 10:22:22 -04:00
README README: Provide a small description 2010-11-03 00:04:06 -07:00
Sunkeysym.h Sun's copyrights belong to Oracle now 2010-11-28 22:44:39 -08:00
X.h Death to RCS tags. 2009-06-12 11:43:45 -04:00
Xalloca.h Drop support for SunOS 4 and Solaris releases older than 2.5 (1995) 2009-06-15 08:09:36 -07:00
Xarch.h Bug 31132: Xarch.h needs to include <sys/types.h> on Solaris 10 2010-11-28 22:44:33 -08:00
Xatom.h R6.6 is the Xorg base-line 2003-11-14 15:54:35 +00:00
Xdefs.h Death to RCS tags. 2009-06-12 11:43:45 -04:00
XF86keysym.h Add XF86XK_TouchpadOn/Off 2010-11-18 14:29:20 +10:00
Xfuncproto.h.in Support _X_INLINE in any C99-compliant compiler 2011-02-24 20:13:20 -08:00
Xfuncs.h Drop support for SunOS 4 and Solaris releases older than 2.5 (1995) 2009-06-15 08:09:36 -07:00
Xmd.h Get rid of unneeded && clause in list of LP64 ifdefs in Xmd.h 2009-06-15 08:09:43 -07:00
Xos.h Drop #ifdef USG checks for some truly ancient (pre-SVR4) SysV's 2009-06-15 08:09:43 -07:00
Xos_r.h Drop #ifdef USG checks for some truly ancient (pre-SVR4) SysV's 2009-06-15 08:09:43 -07:00
Xosdefs.h Drop support for SunOS 4 and Solaris releases older than 2.5 (1995) 2009-06-15 08:09:36 -07:00
Xpoll.h.in Don't need an #ifdef when both cases just include the same file 2009-09-23 17:00:18 -07:00
Xproto.h Death to RCS tags. 2009-06-12 11:43:45 -04:00
xproto.pc.in Add includex11dir as a path to the includes, sans X11/. 2005-07-22 08:01:39 +00:00
Xprotostr.h Death to RCS tags. 2009-06-12 11:43:45 -04:00
Xthreads.h Drop support for SunOS 4 and Solaris releases older than 2.5 (1995) 2009-06-15 08:09:36 -07:00
Xw32defs.h Use indentation to provide a map through the twisty maze of ifdefs, all alike 2009-06-14 09:35:23 -07:00
XWDFile.h Death to RCS tags. 2009-06-12 11:43:45 -04:00
Xwindows.h Restore macro definition of sleep(), needed by Xming 2009-06-17 15:46:05 +01:00
Xwinsock.h Use indentation to provide a map through the twisty maze of ifdefs, all alike 2009-06-14 09:35:23 -07:00

		X Window System Core Protocol

This package provides the headers and specification documents defining
the X Window System Core Protocol, Version 11.

It also includes a number of headers that aren't purely protocol related,
but are depended upon by many other X Window System packages to provide
common definitions and porting layer.

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/proto/x11proto

        http://cgit.freedesktop.org/xorg/proto/x11proto

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