Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37564595
en ru br
Репозитории ALT
S:1.10-alt1
5.1: 1.2-alt1
4.1: 1.2-alt1
4.0: 1.1.1-alt1
www.altlinux.org/Changes

Группа :: Система/X11
Пакет: xorg-sgml-doctools

 Главная   Изменения   Спек   Патчи   Исходники   Загрузить   Gear   Bugs and FR  Repocop 

pax_global_header00006660000000000000000000000064116324536740014525gustar00rootroot0000000000000052 comment=2ce8b9381538e48b57e5ab7e11dad412fd9b8429
xorg-sgml-doctools-1.10/000075500000000000000000000000001163245367400152075ustar00rootroot00000000000000xorg-sgml-doctools-1.10/.gitignore000064400000000000000000000017631163245367400172060ustar00rootroot00000000000000#
# X.Org module default exclusion patterns
# The next section if for module specific patterns
#
# Do not edit the following section
# GNU Build System (Autotools)
aclocal.m4
autom4te.cache/
autoscan.log
ChangeLog
compile
config.guess
config.h
config.h.in
config.log
config-ml.in
config.py
config.status
config.status.lineno
config.sub
configure
configure.scan
depcomp
.deps/
INSTALL
install-sh
.libs/
libtool
libtool.m4
ltmain.sh
lt~obsolete.m4
ltoptions.m4
ltsugar.m4
ltversion.m4
Makefile
Makefile.in
mdate-sh
missing
mkinstalldirs
*.pc
py-compile
stamp-h?
symlink-tree
texinfo.tex
ylwrap

# Do not edit the following section
# Edit Compile Debug Document Distribute
*~
*.[0-9]
*.[0-9]x
*.bak
*.bin
core
*.dll
*.exe
*-ISO*.bdf
*-JIS*.bdf
*-KOI8*.bdf
*.kld
*.ko
*.ko.cmd
*.lai
*.l[oa]
*.[oa]
*.obj
*.patch
*.so
*.pcf.gz
*.pdb
*.tar.bz2
*.tar.gz
#
# Add & Override patterns for xorg-sgml-doctools
#
# Edit the following section as needed
# For example, !report.pc overrides *.pc. See 'man gitignore'
#
xorg-sgml-doctools-1.10/COPYING000064400000000000000000000043371163245367400162510ustar00rootroot00000000000000Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

------------------------------------------------------------------

Copyright 2005 Red Hat, Inc.

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation, and that the name of Red Hat not be used in
advertising or publicity pertaining to distribution of the software without
specific, written prior permission. Red Hat makes no
representations about the suitability of this software for any purpose. It
is provided "as is" without express or implied warranty.

RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
xorg-sgml-doctools-1.10/Makefile.am000064400000000000000000000027221163245367400172460ustar00rootroot00000000000000#
# Copyright 2005 Red Hat, Inc.
#
# Permission to use, copy, modify, distribute, and sell this software and its
# documentation for any purpose is hereby granted without fee, provided that
# the above copyright notice appear in all copies and that both that
# copyright notice and this permission notice appear in supporting
# documentation, and that the name of Red Hat not be used in
# advertising or publicity pertaining to distribution of the software without
# specific, written prior permission. Red Hat makes no
# representations about the suitability of this software for any purpose. It
# is provided "as is" without express or implied warranty.
#
# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
# EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.

SUBDIRS = masterdb

dist_sgmlx11_DATA = \
defs.ent xorg.css \
xorg.xsl \
xorg-xhtml.xsl \
xorg-chunk.xsl \
xorg-fo.xsl

pkgconfigdir = $(datadir)/pkgconfig
pkgconfig_DATA = xorg-sgml-doctools.pc

MAINTAINERCLEANFILES = ChangeLog INSTALL

.PHONY: ChangeLog INSTALL

INSTALL:
$(INSTALL_CMD)

ChangeLog:
$(CHANGELOG_CMD)

dist-hook: ChangeLog INSTALL
xorg-sgml-doctools-1.10/README000064400000000000000000000163741163245367400161020ustar00rootroot00000000000000This package provides a common set of SGML entities and XML/CSS style
sheets used in building/formatting the documentation provided in other
X.Org packages. It's typically only needed by people building from
source who want to produce formatted documentation from their builds,
or those who have installed the HTML version of the documentation,
which refers to the included common xorg.css stylesheet.

Documents external references
-----------------------------
A new feature with version 1.7 is references to documents in other
packages. For example a protocol specifications may refer to another
one or to a library implementing it.

This feature works with PDF and HTML generated documents and will generate
links to the other versions of the same type, i.e. html docs will link to
other html docs, and pdf docs will link to other pdf docs.

Due to the modular nature of the X window System and the flexibility
it provides to O/S builders, one should not expect all links to
be resolved all the time. A more recent version of a package may be
installed or an older version may be retained for a long period of time.
Not all packages are installed either.

Build challenges
----------------
The X Window System is composed of over 200 packages. The documentation is
included with the package it documents so the information matches the code.
The build is organized to satisfy C code building requirements, but this
paradigm does not fit very well for building documentation.

For a document to build a reference to another document, it needs to have
information about this document which may or may not be there, or may be
at an unexpected version. The document it refers to may also wish to refer
to the former document.

Local X builds
--------------
When building X as a sandbox on a workstation, using a simple build script
to configure and build all packages in the right order is all you need
to get a working system, including documentation. You will not get all
the links in the documentation resolved correctly due to build order
and/or bi-directional references.

Unless you are updating or testing the documentation, you do not need to
worry about this glitch. A simple workaround is to build each affected
package using "make clean install && make clean install" in any order.
This will give a chance to each package to get information about the other one
through the installed files.

O/S X builds
------------
O/S builders often repackage X code and documentation, however they face the
same challenges as described above. Users can update packages through
the package management system or install additional packages. To use the
earlier example, if a protocol is installed without its implementing
library there will be a broken reference.

Build assumptions
-----------------
Packages provide great flexibility, including the one to install each package
documentation in a separate, totally unrelated directory using the --docdir
configure option. For external references to work, it is assumed that
the each package installs the documentation using the relative
doc/${PACKAGE_TARNAME} location.

It is also a requirement that all packages containing DocBook/XML documentation
be installed under the same read-only architecture independent installation
directory as evidenced by the DATAROOTDIR package value. This value should also
be the same for the xorg-sgml-doctools package. The purpose of this requirement
is to form a document tree of a known structure such that stylesheets,
masterdb, target dbs and other files can be reached.

The Docbook stylesheet technology will create references with paths relative
to this location. It will navigate up to "doc" using ../ and then navigate
down to the document it refers to.

Diagnosing a broken reference
-----------------------------
A document reference is created at build time while the document is being
transformed from Docbook/XML to HTML or another format. If this reference
is missing, the document must be rebuilt.

To build the reference, the docbook stylesheet consults a database stored
in this package which is called masterdb.xml. This database supplies the
relative directory structure of where the documents are located as well
as including target document references in the various *.db files.
These files are generated and installed while the documents are being build.

This is what a Docbook/XML reference from docA to docB looks like (docA.xml):
<olink targetdoc='docB' targetptr='docBfragment'>Title</olink>

This is what a non-chunked HTML reference from docA to docB looks like (docA.html):
<a href="docB.html#docBfragment" class="olink">Title</a>

This is what an HTML targetdoc for docB looks like (docB.html.db):
<div element="article" href="docB.html#docBfragment" number="" targetptr="docBfragment">

This is what an HTML reference from docA to docB looks like (docA.html)
when the reference cannot be resolved:
<span class="olink">Title</span>

This can be caused by one or more of the following:

- docB may not longer contain the text (targetptr) docA is referring to.
- docB.html.db file may not have been installed by docB package
- masterdb.html.xml is missing a <document/> entry for docB
- masterdb.html.xml cannot be loaded so all refs are broken.
- an XSLT processor which does not support xinclude is being used
- docB.html.db was generated without --xinclude option for the processor
- xsltproc is not at version 1.1.26 or later
- for PDF/PS formats, the fragment is ignored, always points to top of docB

Some pitfalls
-------------------------
<book id="docA"> in docA.xml: the id must match the file basename.
In docs Makefile.am --stringparam current.docid="$(<:.xml=)"
supplies docid for *.db. The document id must be unique across
all documents.

The baseuri attribute in masterdb.xml cannot be used as it conflicts for
documents generated in chunked html.

The pdf "inside the document" references only started working with
docbook-xsl v 1.76.1 which is not yet available to your favorite O/S.
In xorg-fo.xsl, insert.olink.pdf.frag must be set to zero which allows
the reference to at least point to the top of the document.

XSL toolchain
-------------
The following minimum versions are needed for external references to work:
XSLT processor: 1.1.26
libxml2: 2.7.6
libxslt1.1: 1.1.26
The exact triplet may vary by distribution, sometimes a version is skipped.
If you are close enough, try it.

References
----------
http://docbook.org/tdg/en/html/docbook.html
http://docbook.sourceforge.net/release/xsl/current/doc/html/
http://docbook.sourceforge.net/release/xsl/current/doc/fo/
http://www.sagehill.net/docbookxsl/OlinkPrintOutput.html


-------------------------------------------------------------------------------

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/doc/xorg-sgml-doctools

http://cgit.freedesktop.org/xorg/doc/xorg-sgml-doctools

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

xorg-sgml-doctools-1.10/autogen.sh000075500000000000000000000003041163245367400172050ustar00rootroot00000000000000#! /bin/sh

srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.

ORIGDIR=`pwd`
cd $srcdir

autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?

$srcdir/configure --enable-maintainer-mode "$@"

xorg-sgml-doctools-1.10/configure.ac000064400000000000000000000034741163245367400175050ustar00rootroot00000000000000# Copyright 2005 Red Hat, Inc.
#
# Permission to use, copy, modify, distribute, and sell this software and its
# documentation for any purpose is hereby granted without fee, provided that
# the above copyright notice appear in all copies and that both that
# copyright notice and this permission notice appear in supporting
# documentation, and that the name of Red Hat not be used in
# advertising or publicity pertaining to distribution of the software without
# specific, written prior permission. Red Hat makes no
# representations about the suitability of this software for any purpose. It
# is provided "as is" without express or implied warranty.
#
# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
# EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.

# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xorg-sgml-doctools], [1.10],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xorg-sgml-doctools])
AC_CONFIG_SRCDIR([Makefile.am])

# Initialize Automake
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE

# Require X.Org macros 1.8 or later for AC_PROG_INSTALL
m4_ifndef([XORG_MACROS_VERSION],
[m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])
XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS

AC_SUBST([sgmlrootdir],['${datarootdir}/sgml'])
AC_SUBST([sgmlx11dir],['${sgmlrootdir}/X11'])
AC_SUBST([sgmldbsdir],['${sgmlx11dir}/dbs'])

AC_CONFIG_FILES([Makefile
masterdb/Makefile
xorg-sgml-doctools.pc])
AC_OUTPUT
xorg-sgml-doctools-1.10/defs.ent000064400000000000000000000023051163245367400166400ustar00rootroot00000000000000<!-- shared entity definitions for the Xorg documentation -->

<!-- X Window System katamari version string -->
<!-- since we don't do micro (7.x.y) releases of the katamari, *relvers
are now the same as *fullrelvers -->
<!ENTITY majorvers "7">
<!ENTITY reldate "December 2010">
<!ENTITY relvers "7.6">
<!ENTITY fullrelvers "7.6">
<!ENTITY prevrelvers "7.5">
<!ENTITY prevfullrelvers "7.5">
<!ENTITY nextrelvers "7.7">
<!ENTITY nextfullrelvers "7.7">
<!ENTITY nextfullreldate "2011">

<!ENTITY whichfullrel "seventh">
<!ENTITY rcnum "0">

<!-- These should be set according to which snapshot/release this is -->
<!ENTITY % firstsnap 'IGNORE'>
<!ENTITY % latersnap 'IGNORE'>
<!ENTITY % snapshot 'IGNORE'>
<!ENTITY % notsnapshot 'INCLUDE'>
<!ENTITY % relcandidate 'IGNORE'>
<!ENTITY % release 'INCLUDE'>
<!ENTITY % firstrel 'IGNORE'>
<!ENTITY % earlyrel 'IGNORE'>
<!ENTITY % laterrel 'INCLUDE'>
<!ENTITY % majorrel 'IGNORE'>
<!ENTITY % minorrel 'INCLUDE'>
<!ENTITY % fullrel 'IGNORE'>
<!ENTITY % fullbinaries 'INCLUDE'>
<!ENTITY % updaterel 'IGNORE'>
<!ENTITY % prevrelwasupdate 'IGNORE'>

<!-- Set this to INCLUDE when references to the RELNOTES are to be included -->
<!ENTITY % haverelnotes 'INCLUDE'>
xorg-sgml-doctools-1.10/masterdb/000075500000000000000000000000001163245367400170105ustar00rootroot00000000000000xorg-sgml-doctools-1.10/masterdb/.gitignore000064400000000000000000000001041163245367400207730ustar00rootroot00000000000000masterdb.html.xml
masterdb.pdf.xml
masterdb.ps.xml
masterdb.txt.xml
xorg-sgml-doctools-1.10/masterdb/Makefile.am000064400000000000000000000006051163245367400210450ustar00rootroot00000000000000
master_PRE = masterdb.xml
sgmldbs_DATA = \
$(master_PRE:xml=html.xml) \
$(master_PRE:xml=pdf.xml)

EXTRA_DIST = $(master_PRE)
CLEANFILES = $(sgmldbs_DATA)

%.html.xml: %.xml
$(AM_V_GEN)$(SED) \
-e 's|__db__|html|g' \
-e 's|@datarootdir[@]|$(datarootdir)|g' < $< > $@

%.pdf.xml: %.xml
$(AM_V_GEN)$(SED) \
-e 's|__db__|pdf|g' \
-e 's|@datarootdir[@]|$(datarootdir)|g' < $< > $@
xorg-sgml-doctools-1.10/masterdb/masterdb.xml000064400000000000000000000442551163245367400213450ustar00rootroot00000000000000<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE targetset SYSTEM
"http://docbook.sourceforge.net/release/xsl/current/common/targetdatabase.dtd" [
<!--
target database files are text files that contain references to every
tag within a file that contains an 'id' attribute. This allows external
documents to link directly to those tags. xsltproc will generate a target
database for each document.

The master database files is a list of all
target databases within a collection. This allows the xslt processor
(xsltproc) to resolve references between documents in the collection.

Together this creates live/clickable links between documents. The
author doesn't have to worry about managing the links. The tool
will do it.
-->
]
>
<targetset>
<targetsetinfo>
This is the X.org document collection. All documentation in X is (should be)
listed here. This allows crosslinking between documents.
</targetsetinfo>
<!--
The sitemap represent the directory structure of the installed X docs
The toplevel directory name "doc" is irrelevant, just being the root node
Example of a computed href in an xorg-docs/specs/Xserver pointing to libX11:
href="../../../libX11/libX11.html#libX11"
The href first "climbs up" to the "doc" dir and then descends into libX11

The baseuri attribute cannot be replaced with stringparam olink.base.uri "$@"
on the command line. It is required by the pdf msterdb for propor linking. Details:
http://www.sagehill.net/docbookxsl/OlinkPrintOutput.html
-->
<sitemap>
<dir name="doc">
<!-- Libraries -->
<dir name="libICE">
<document targetdoc="ICElib">
<xi:include href="@datarootdir@/doc/libICE/ICElib.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="ice">
<xi:include href="@datarootdir@/doc/libICE/ice.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="libSM">
<document targetdoc="SMlib">
<xi:include href="@datarootdir@/doc/libSM/SMlib.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="xsmp">
<xi:include href="@datarootdir@/doc/libSM/xsmp.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="libX11">
<dir name="libX11">
<document targetdoc="libX11">
<xi:include href="@datarootdir@/doc/libX11/libX11/libX11.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="i18n">
<dir name="compose">
<document targetdoc="libX11-keys">
<xi:include href="@datarootdir@/doc/libX11/i18n/compose/libX11-keys.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="framework">
<document targetdoc="framework">
<xi:include href="@datarootdir@/doc/libX11/i18n/framework/framework.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="localedb">
<document targetdoc="localedb">
<xi:include href="@datarootdir@/doc/libX11/i18n/localedb/localedb.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="trans">
<document targetdoc="trans">
<xi:include href="@datarootdir@/doc/libX11/i18n/trans/trans.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
</dir>
<dir name="XIM">
<document targetdoc="xim">
<xi:include href="@datarootdir@/doc/libX11/XIM/xim.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="XKB">
<document targetdoc="xkblib">
<xi:include href="@datarootdir@/doc/libX11/XKB/xkblib.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
</dir>
<dir name="libXaw">
<document targetdoc="libXaw">
<xi:include href="@datarootdir@/doc//libXaw/libXaw.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="libXdmcp">
<document targetdoc="xdmcp">
<xi:include href="@datarootdir@/doc//libXdmcp/xdmcp.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="libXext">
<document targetdoc="dbelib">
<xi:include href="@datarootdir@/doc/libXext/dbelib.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="dpmslib">
<xi:include href="@datarootdir@/doc/libXext/dpmslib.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="shapelib">
<xi:include href="@datarootdir@/doc/libXext/shapelib.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="synclib">
<xi:include href="@datarootdir@/doc/libXext/synclib.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="xtest1">
<xi:include href="@datarootdir@/doc/libXext/xtest1.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="libXi">
<document targetdoc="inputlib">
<xi:include href="@datarootdir@/doc/libXi/inputlib.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="libXmu">
<document targetdoc="Xmu">
<xi:include href="@datarootdir@/doc/libXmu/Xmu.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="libXtst">
<document targetdoc="recordlib">
<xi:include href="@datarootdir@/doc/libXtst/recordlib.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="xtestlib">
<xi:include href="@datarootdir@/doc/libXtst/xtestlib.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="xtrans">
<document targetdoc="xtrans">
<xi:include href="@datarootdir@/doc/xtrans/xtrans.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<!-- Protocols -->
<dir name="bigreqsproto">
<document targetdoc="bigreq">
<xi:include href="@datarootdir@/doc/bigreqsproto/bigreq.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="fontsproto">
<document targetdoc="fsproto">
<xi:include href="@datarootdir@/doc/fontsproto/fsproto.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="kbproto">
<document targetdoc="xkbproto">
<xi:include href="@datarootdir@/doc/kbproto/xkbproto.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="recordproto">
<document targetdoc="record">
<xi:include href="@datarootdir@/doc/recordproto/record.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="scrnsaverproto">
<document targetdoc="saver">
<xi:include href="@datarootdir@/doc/scrnsaverproto/saver.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="xcmiscproto">
<document targetdoc="xc-misc">
<xi:include href="@datarootdir@/doc/xcmiscproto/xc-misc.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="xextproto">
<document targetdoc="appgrp">
<xi:include href="@datarootdir@/doc/xextproto/appgrp.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="dbe">
<xi:include href="@datarootdir@/doc/xextproto/dbe.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="dpms">
<xi:include href="@datarootdir@/doc/xextproto/dpms.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="evi">
<xi:include href="@datarootdir@/doc/xextproto/evi.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="geproto">
<xi:include href="@datarootdir@/doc/xextproto/geproto.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="lbx">
<xi:include href="@datarootdir@/doc/xextproto/lbx.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="multibuf">
<xi:include href="@datarootdir@/doc/xextproto/multibuf.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="security">
<xi:include href="@datarootdir@/doc/xextproto/security.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="shape">
<xi:include href="@datarootdir@/doc/xextproto/shape.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="shm">
<xi:include href="@datarootdir@/doc/xextproto/shm.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="sync">
<xi:include href="@datarootdir@/doc/xextproto/sync.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="tog-cup">
<xi:include href="@datarootdir@/doc/xextproto/tog-cup.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="xtest">
<xi:include href="@datarootdir@/doc/xextproto/xtest.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="xproto">
<document targetdoc="x11protocol">
<xi:include href="@datarootdir@/doc/xproto/x11protocol.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<!-- X.Org System Documentation -->
<dir name="xorg-docs">
<document targetdoc="License">
<xi:include href="@datarootdir@/doc/xorg-docs/License.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="README">
<xi:include href="@datarootdir@/doc/xorg-docs/README.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="ReleaseNotes">
<xi:include href="@datarootdir@/doc/xorg-docs/ReleaseNotes.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="Versions">
<xi:include href="@datarootdir@/doc/xorg-docs/Versions.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<dir name="fonts">
<document targetdoc="fonts">
<xi:include href="@datarootdir@/doc/xorg-docs/fonts/fonts.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="graphics">
<document targetdoc="dps">
<xi:include href="@datarootdir@/doc/xorg-docs/graphics/dps.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="input">
<document targetdoc="XKB-Config">
<xi:include href="@datarootdir@/doc/xorg-docs/input/XKB-Config.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="XKB-Enhancing">
<xi:include href="@datarootdir@/doc/xorg-docs/input/XKB-Enhancing.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="platforms">
<document targetdoc="Darwin">
<xi:include href="@datarootdir@/doc/xorg-docs/platforms/Darwin.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="Solaris">
<xi:include href="@datarootdir@/doc/xorg-docs/platforms/Solaris.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="ctext">
<document targetdoc="ctext">
<xi:include href="@datarootdir@/doc/xorg-docs/ctext/ctext.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="icccm">
<document targetdoc="icccm">
<xi:include href="@datarootdir@/doc/xorg-docs/icccm/icccm.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="xext">
<document targetdoc="lbxalg">
<xi:include href="@datarootdir@/doc/xorg-docs/xext/lbxalg.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="xlfd">
<document targetdoc="xlfd">
<xi:include href="@datarootdir@/doc/xorg-docs/xlfd/xlfd.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
<dir name="Xserver">
<document targetdoc="appgroup">
<xi:include href="@datarootdir@/doc/xorg-docs/Xserver/appgroup.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="analysis">
<xi:include href="@datarootdir@/doc/xorg-docs/Xserver/analysis.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="secint">
<xi:include href="@datarootdir@/doc/xorg-docs/Xserver/secint.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
<document targetdoc="XACE-Spec">
<xi:include href="@datarootdir@/doc/xorg-docs/Xserver/XACE-Spec.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
</dir>
<!-- X Server -->
<dir name="xorg-server">
<document targetdoc="Xserver-DTrace">
<xi:include href="@datarootdir@/doc/xorg-server/Xserver-DTrace.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
</dir>
</dir>
</sitemap>
</targetset>
xorg-sgml-doctools-1.10/xorg-chunk.xsl000064400000000000000000000043571163245367400200350ustar00rootroot00000000000000<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xsl:stylesheet [
<!ENTITY xorgcss SYSTEM "xorg.css">
]>
<!--
X.Org DocBook/XML customization

DocBook XSL Stylesheets HTML Parameters
http://docbook.sourceforge.net/release/xsl/current/doc/html/
-->

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/>

<!-- Embedding CSS styles http://www.sagehill.net/docbookxsl/HtmlHead.html#EmbedCSS -->
<xsl:template name="user.head.content">
<style type="text/css">
<xsl:text disable-output-escaping="yes">&xorgcss;</xsl:text>
</style>
</xsl:template>

<!-- Reference Pages HTML/FO Parameters -->

<!-- The formatting of a function element will include generated parentheses -->
<xsl:param name="function.parens" select="1"/>

<!-- ANSI-style function synopses are generated for a funcsynopsis element -->
<xsl:param name="funcsynopsis.style" select="ansi"/>

<!-- Miscellaneous HTML/FO Parameters-->

<!-- SVG will be considered an acceptable image format -->
<xsl:param name="use.svg" select="1"/>

<!-- Pagination and General Styles HTML/FO Parameters -->
<!--
Speed up ps & pdf creation by not creating pages with "draft" image,
thus not needing to wait for http fetch of draft.png from docbook website.
-->
<xsl:param name="draft.mode" select="no"/>

<!-- ToC/LoT/Index Generation HTML Parameters -->

<!-- Index links should point to indexterm location, not start of section -->
<xsl:param name="index.links.to.section" select="0"/>

<!-- HTML Parameters -->

<!-- Uses XSLT Extension to provide more valid and better formatted elements-->
<xsl:param name="html.cleanup" select="1"/>

<!-- Chunking HTML Parameters -->

<!-- Use ID value of chunk elements as the filename -->
<xsl:param name="use.id.as.filename" select="1"></xsl:param>

<!-- Chunk the first top-level section -->
<xsl:param name="chunk.first.sections" select="1"></xsl:param>

<!-- Meta/*Info and Titlepages HTML Parameters-->

<!-- Suppress abstract on title pages -->
<xsl:param name="abstract.notitle.enabled" select="1"/>

<!-- Lists HTML Parameters-->
<xsl:param name="variablelist.as.table" select="1"/>

</xsl:stylesheet>
xorg-sgml-doctools-1.10/xorg-fo.xsl000064400000000000000000000060771163245367400173320ustar00rootroot00000000000000<?xml version="1.0" encoding="UTF-8"?>

<!--
X.Org DocBook/XML customization

DocBook XSL Stylesheets FO Parameters
http://docbook.sourceforge.net/release/xsl/current/doc/fo/
-->

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>


<!-- Reference Pages HTML/FO Parameters -->

<!-- The formatting of a function element will include generated parentheses -->
<xsl:param name="function.parens" select="1"/>

<!-- ANSI-style function synopses are generated for a funcsynopsis element -->
<xsl:param name="funcsynopsis.style" select="ansi"/>

<!-- Linking HTML/FO Parameters -->

<!-- open new PDF documents in new tab, don't replace doc in current window -->
<xsl:attribute-set name="olink.properties">
<xsl:attribute name="show-destination">new</xsl:attribute>
</xsl:attribute-set>

<!-- Miscellaneous HTML/FO Parameters-->

<!-- SVG will be considered an acceptable image format -->
<xsl:param name="use.svg" select="1"/>

<!-- Pagination and General Styles FO Parameters -->
<!--
Speed up ps & pdf creation by not creating pages with "draft" image,
thus not needing to wait for http fetch of draft.png from docbook website.
-->
<xsl:param name="draft.mode" select="no"/>

<!-- Processor Extensions FO Parameters-->

<!-- PDF bookmarks extensions for FOP version 0.90 and later will be used. -->
<xsl:param name="fop.extensions" select="0"></xsl:param>
<xsl:param name="fop1.extensions" select="1"></xsl:param>

<!-- Cross Refrences FO Parameters-->

<!-- Make links in pdf output blue so it's easier to tell they're internal
links
-->
<xsl:attribute-set name="xref.properties">
<xsl:attribute name="color">blue</xsl:attribute>
</xsl:attribute-set>

<!-- Make links in pdf output green so it's easier to tell they're external
links
-->
<xsl:attribute-set name="olink.properties">
<xsl:attribute name="color">green</xsl:attribute>
</xsl:attribute-set>

<!-- Linking to a target inside a pdf document.
This feature is only available as of docbook-xsl-1.76.1.
When set to zero, the link will point to the document -->
<xsl:param name="insert.olink.pdf.frag" select="0"></xsl:param>


<!-- Font Families FO Parameters -->

<!--
Since a number of documents, especially the credits section in the
ReleaseNotes, use characters not found in the fop default base-14
PostScript fonts, set the fonts for the fop generated documents to
use the free DejaVu and GNU Unifont fonts which cover a much wider
range of characters.

DejaVu is available from http://dejavu-fonts.org/
GNU Unifont is available from http://unifoundry.com/unifont.html

To set fop font paths to find them after installing, see
http://xmlgraphics.apache.org/fop/1.0/fonts.html#basics
-->
<xsl:param name="body.font.family">DejaVu Serif</xsl:param>
<xsl:param name="symbol.font.family">serif,Symbol,AR PL UMing CN,AR PL ShanHeiSun Uni,GNU Unifont</xsl:param>

</xsl:stylesheet>
xorg-sgml-doctools-1.10/xorg-sgml-doctools.pc.in000064400000000000000000000002671163245367400217100ustar00rootroot00000000000000prefix=@prefix@
datarootdir=@datarootdir@
sgmlrootdir=@sgmlrootdir@

Name: xorg-sgml-doctools
Description: Stylesheets and entities for X.Org documentation
Version: @PACKAGE_VERSION@
xorg-sgml-doctools-1.10/xorg-xhtml.xsl000064400000000000000000000037421163245367400200560ustar00rootroot00000000000000<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xsl:stylesheet [
<!ENTITY xorgcss SYSTEM "xorg.css">
]>
<!--
X.Org DocBook/XML customization

DocBook XSL Stylesheets HTML Parameters
http://docbook.sourceforge.net/release/xsl/current/doc/html/
-->

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>

<!-- Embedding CSS styles http://www.sagehill.net/docbookxsl/HtmlHead.html#EmbedCSS -->
<xsl:template name="user.head.content">
<style type="text/css">
<xsl:text disable-output-escaping="yes">&xorgcss;</xsl:text>
</style>
</xsl:template>

<!-- Reference Pages HTML/FO Parameters -->

<!-- The formatting of a function element will include generated parentheses -->
<xsl:param name="function.parens" select="1"/>

<!-- ANSI-style function synopses are generated for a funcsynopsis element -->
<xsl:param name="funcsynopsis.style" select="ansi"/>

<!-- Miscellaneous HTML/FO Parameters-->

<!-- SVG will be considered an acceptable image format -->
<xsl:param name="use.svg" select="1"/>

<!-- Pagination and General Styles HTML/FO Parameters -->
<!--
Speed up ps & pdf creation by not creating pages with "draft" image,
thus not needing to wait for http fetch of draft.png from docbook website.
-->
<xsl:param name="draft.mode" select="no"/>

<!-- ToC/LoT/Index Generation HTML Parameters -->

<!-- Index links should point to indexterm location, not start of section -->
<xsl:param name="index.links.to.section" select="0"/>

<!-- HTML Parameters -->

<!-- Uses XSLT Extension to provide more valid and better formatted elements-->
<xsl:param name="html.cleanup" select="1"/>

<!-- Meta/*Info and Titlepages HTML Parameters-->

<!-- Suppress abstract on title pages -->
<xsl:param name="abstract.notitle.enabled" select="1"/>

<!-- Lists HTML Parameters-->
<xsl:param name="variablelist.as.table" select="1"/>

</xsl:stylesheet>
xorg-sgml-doctools-1.10/xorg.css000064400000000000000000000177271163245367400167160ustar00rootroot00000000000000/*
* Copyright (c) 2011 Gaetan Nadon
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice (including the next
* paragraph) shall be included in all copies or substantial portions of the
* Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*/

/*
* Shared stylesheet for X.Org documentation translated to HTML format
* http://www.sagehill.net/docbookxsl/UsingCSS.html
* http://www.w3schools.com/css/default.asp
* https://addons.mozilla.org/en-US/firefox/addon/web-developer/developers
* https://addons.mozilla.org/en-US/firefox/addon/font-finder/
*/

/*
* The sans-serif fonts are considered more legible on a computer screen
* http://dry.sailingissues.com/linux-equivalents-verdana-arial.html
*
*/
body {
font-family: "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
/* In support of using "em" font size unit, the w3c recommended method */
font-size: 100%;
}

/*
* Selection: all elements requiring mono spaced fonts.
*
* The family names attempt to match the proportionally spaced font
* family names such that the same font name is used for both.
* We'd like to use Bitstream, for example, in both proportionally and
* mono spaced font text.
*/
.command,
.errorcode,
.errorname,
.errortype,
.filename,
.funcsynopsis,
.function,
.parameter,
.programlisting,
.property,
.screen,
.structname,
.symbol,
.synopsis,
.type
{
font-family: "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Courier, "Liberation Mono", Monospace;
}

/*
* Books have a title page, a preface, some chapters and appendices,
* a glossary, an index and a bibliography, in that order.
*
* An Article has no preface and no chapters. It has sections, appendices,
* a glossary, an index and a bibliography.
*/

/*
* Selection: book main title and subtitle
*/
div.book>div.titlepage h1.title,
div.book>div.titlepage h2.subtitle {
text-align: center;
}

/*
* Selection: article main title and subtitle
*/
div.article>div.titlepage h2.title,
div.article>div.titlepage h3.subtitle,
div.article>div.sect1>div.titlepage h2.title,
div.article>div.section>div.titlepage h2.title {
text-align: center;
}

/*
* Selection: various types of authors and collaborators, individuals or corporate
*
* These authors are not always contained inside an authorgroup.
* They can be contained inside a lot of different parent types where they might
* not be centered.
* Reducing the margin at the bottom makes a visual separation between authors
* We specify here the ones on the title page, others may be added based on merit.
*/
div.titlepage .authorgroup,
div.titlepage .author,
div.titlepage .collab,
div.titlepage .corpauthor,
div.titlepage .corpcredit,
div.titlepage .editor,
div.titlepage .othercredit {
text-align: center;
margin-bottom: 0.25em;
}

/*
* Selection: the affiliation of various types of authors and collaborators,
* individuals or corporate.
*/
div.titlepage .affiliation {
text-align: center;
}

/*
* Selection: product release information (X Version 11, Release 7)
*
* The releaseinfo element can be contained inside a lot of different parent
* types where it might not be centered.
* We specify here the one on the title page, others may be added based on merit.
*/
div.titlepage p.releaseinfo {
font-weight: bold;
text-align: center;
}

/*
* Selection: publishing date
*/
div.titlepage .pubdate {
text-align: center;
}

/*
* The legal notices are displayed in smaller sized fonts
* Justification is only supported in IE and therefore not requested.
*
*/
.legalnotice {
font-size: small;
font-style: italic;
}

/*
* Selection: book or article main ToC title
* A paragraph is generated for the title rather than a level 2 heading.
* We do not want to select chapters sub table of contents, only the main one
*/
div.book>div.toc>p,
div.article>div.toc>p {
font-size: 1.5em;
text-align: center;
}

/*
* Selection: major sections of a book or an article
*
* Unlike books, articles do not have a titlepage element for appendix.
* Using the selector "div.titlepage h2.title" would be too general.
*/
div.book>div.preface>div.titlepage h2.title,
div.book>div.chapter>div.titlepage h2.title,
div.article>div.sect1>div.titlepage h2.title,
div.article>div.section>div.titlepage h2.title,
div.book>div.appendix>div.titlepage h2.title,
div.article>div.appendix h2.title,
div.glossary>div.titlepage h2.title,
div.index>div.titlepage h2.title,
div.bibliography>div.titlepage h2.title {
/* Add a border top over the major parts, just like printed books */
/* The Gray color is already used for the ruler over the main ToC. */
border-top-style: solid;
border-top-width: 2px;
border-top-color: Gray;
/* Put some space between the border and the title */
padding-top: 0.2em;
text-align: center;
}

/*
* A Screen is a verbatim environment for displaying text that the user might
* see on a computer terminal. It is often used to display the results of a command.
*
* http://www.css3.info/preview/rounded-border/
*/
.screen {
background: #e0ffff;
border-width: 1px;
border-style: solid;
border-color: #B0C4DE;
border-radius: 1.0em;
/* Browser's vendor properties prior to CSS 3 */
-moz-border-radius: 1.0em;
-webkit-border-radius: 1.0em;
-khtml-border-radius: 1.0em;
margin-left: 1.0em;
margin-right: 1.0em;
padding: 0.5em;
}

/*
* Emphasis program listings with a light shade of gray similar to what
* DocBook XSL guide does: http://www.sagehill.net/docbookxsl/ProgramListings.html
* Found many C API docs on the web using like shades of gray.
*/
.programlisting {
background: #F4F4F4;
border-width: 1px;
border-style: solid;
border-color: Gray;
padding: 0.5em;
}

/*
* Emphasis functions synopsis using a darker shade of gray.
* Add a border such that it stands out more.
* Set the padding so the text does not touch the border.
*/
.funcsynopsis, .synopsis {
background: #e6e6fa;
border-width: 1px;
border-style: solid;
border-color: Gray;
clear: both;
margin: 0.5em;
padding: 0.25em;
}

/*
* Selection: paragraphs inside synopsis
*
* Removes the default browser margin, let the container set the padding.
* Paragraphs are not always used in synopsis
*/
.funcsynopsis p,
.synopsis p {
margin: 0;
padding: 0;
}

/*
* Selection: variable lists, informal tables and tables
*
* Note the parameter name "variablelist.as.table" in xorg-xhtml.xsl
* A table with rows and columns is constructed inside div.variablelist
*
* Set the left margin so it is indented to the right
* Display informal tables with single line borders
*/
table {
margin-left: 0.5em;
border-collapse: collapse;
}

/*
* Selection: paragraphs inside tables
*
* Removes the default browser margin, let the container set the padding.
* Paragraphs are not always used in tables
*/
td p {
margin: 0;
padding: 0;
}

/*
* Add some space between the left and right column.
* The vertical alignment helps the reader associate a term
* with a multi-line definition.
*/
td, th {
padding-left: 1.0em;
padding-right: 1.0em;
vertical-align: top;
}

.warning {
border: 1px solid red;
background: #FFFF66;
padding-left: 0.5em;
}
xorg-sgml-doctools-1.10/xorg.xsl000064400000000000000000000065741163245367400167320ustar00rootroot00000000000000<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!--
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
-->

<!--
Shared stylesheet for X.Org documentation formatted in DocBook/XML
-->
<xsl:param name="html.cleanup" select="1"/>
<xsl:param name="html.stylesheet" select="'xorg.css'"/>
<xsl:param name="chunker.output.indent">yes</xsl:param>
<xsl:param name="html.extra.head.links" select="1"/>
<xsl:param name="saxon.character.representation" select="'entity;decimal'"/>
<xsl:param name="function.parens" select="1"/>
<xsl:param name="funcsynopsis.style" select="ansi"/>
<xsl:param name="abstract.notitle.enabled" select="1"/>
<xsl:param name="variablelist.as.table" select="1"/>
<xsl:param name="use.svg" select="1"/>

<!-- Index links should point to indexterm location, not start of section -->
<xsl:param name="index.links.to.section" select="0"/>

<!-- PDF bookmarks extensions for FOP version 0.90 and later will be used. -->
<xsl:param name="fop.extensions" select="0"></xsl:param>
<xsl:param name="fop1.extensions" select="1"></xsl:param>

<!--
Speed up ps & pdf creation by not creating pages with "draft" image,
thus not needing to wait for http fetch of draft.png from docbook website.
-->
<xsl:param name="draft.mode" select="no"/>

<!--
Make links in pdf output blue so it's easier to tell they're links.
-->
<xsl:attribute-set name="xref.properties">
<xsl:attribute name="color">blue</xsl:attribute>
</xsl:attribute-set>

<!--
Since a number of documents, especially the credits section in the
ReleaseNotes, use characters not found in the fop default base-14
PostScript fonts, set the fonts for the fop generated documents to
use the free DejaVu and GNU Unifont fonts which cover a much wider
range of characters.

DejaVu is available from http://dejavu-fonts.org/
GNU Unifont is available from http://unifoundry.com/unifont.html

To set fop font paths to find them after installing, see
http://xmlgraphics.apache.org/fop/1.0/fonts.html#basics
-->
<xsl:param name="body.font.family">DejaVu Serif</xsl:param>
<xsl:param name="symbol.font.family">serif,Symbol,AR PL UMing CN,AR PL ShanHeiSun Uni,GNU Unifont</xsl:param>

</xsl:stylesheet>
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin