File manager - Edit - /home/newsbmcs.com/public_html/static/img/logo/sgml.tar
Back
X11/defs.ent 0000644 00000002300 15027535152 0006546 0 ustar 00 <!-- 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 "June 2012"> <!ENTITY relvers "7.7"> <!ENTITY fullrelvers "7.7"> <!ENTITY prevrelvers "7.6"> <!ENTITY prevfullrelvers "7.6"> <!ENTITY nextrelvers "7.8"> <!ENTITY nextfullrelvers "7.8"> <!ENTITY nextfullreldate "2013"> <!ENTITY whichfullrel "eighth"> <!ENTITY rcnum "1"> <!-- 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'> X11/xorg-fo.xsl 0000644 00000007445 15027535152 0007245 0 ustar 00 <?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"/> <!-- ToC/LoT/Index Generation --> <!-- put page breaks before and after the Table of Contents, so that the ToC is on a page by itself Reference: http://www.sagehill.net/docbookxsl/PrintToc.html --> <xsl:attribute-set name="toc.margin.properties"> <xsl:attribute name="break-before">page</xsl:attribute> <xsl:attribute name="break-after">page</xsl:attribute> </xsl:attribute-set> <!-- 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> <!-- put page breaks before and after the Table of Contents, so that the ToC is on a page by itself --> <xsl:attribute-set name="toc.margin.properties"> <xsl:attribute name="break-before">page</xsl:attribute> <xsl:attribute name="break-after">page</xsl:attribute> </xsl:attribute-set> </xsl:stylesheet> X11/xorg.xsl 0000644 00000006574 15027535152 0006645 0 ustar 00 <?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> X11/dbs/masterdb.html.xml 0000644 00000044214 15027535152 0011165 0 ustar 00 <?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="/usr/share/doc/libICE/ICElib.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="ice"> <xi:include href="/usr/share/doc/libICE/ice.html.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="/usr/share/doc/libSM/SMlib.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="xsmp"> <xi:include href="/usr/share/doc/libSM/xsmp.html.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="/usr/share/doc/libX11/libX11/libX11.html.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="/usr/share/doc/libX11/i18n/compose/libX11-keys.html.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="/usr/share/doc/libX11/i18n/framework/framework.html.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="/usr/share/doc/libX11/i18n/localedb/localedb.html.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="/usr/share/doc/libX11/i18n/trans/trans.html.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="/usr/share/doc/libX11/XIM/xim.html.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="/usr/share/doc/libX11/XKB/xkblib.html.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="/usr/share/doc//libXaw/libXaw.html.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="/usr/share/doc//libXdmcp/xdmcp.html.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="/usr/share/doc/libXext/dbelib.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="dpmslib"> <xi:include href="/usr/share/doc/libXext/dpmslib.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="shapelib"> <xi:include href="/usr/share/doc/libXext/shapelib.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="synclib"> <xi:include href="/usr/share/doc/libXext/synclib.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="xtest1"> <xi:include href="/usr/share/doc/libXext/xtest1.html.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="/usr/share/doc/libXi/inputlib.html.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="/usr/share/doc/libXmu/Xmu.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> </dir> <dir name="libXt"> <document targetdoc="intrinsics"> <xi:include href="/usr/share/doc/libXt/intrinsics.html.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="/usr/share/doc/libXtst/recordlib.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="xtestlib"> <xi:include href="/usr/share/doc/libXtst/xtestlib.html.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="/usr/share/doc/xtrans/xtrans.html.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="/usr/share/doc/bigreqsproto/bigreq.html.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="/usr/share/doc/fontsproto/fsproto.html.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="/usr/share/doc/kbproto/xkbproto.html.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="/usr/share/doc/recordproto/record.html.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="/usr/share/doc/scrnsaverproto/saver.html.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="/usr/share/doc/xcmiscproto/xc-misc.html.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="/usr/share/doc/xextproto/appgrp.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="dbe"> <xi:include href="/usr/share/doc/xextproto/dbe.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="dpms"> <xi:include href="/usr/share/doc/xextproto/dpms.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="evi"> <xi:include href="/usr/share/doc/xextproto/evi.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="geproto"> <xi:include href="/usr/share/doc/xextproto/geproto.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="lbx"> <xi:include href="/usr/share/doc/xextproto/lbx.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="multibuf"> <xi:include href="/usr/share/doc/xextproto/multibuf.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="security"> <xi:include href="/usr/share/doc/xextproto/security.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="shape"> <xi:include href="/usr/share/doc/xextproto/shape.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="shm"> <xi:include href="/usr/share/doc/xextproto/shm.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="sync"> <xi:include href="/usr/share/doc/xextproto/sync.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="tog-cup"> <xi:include href="/usr/share/doc/xextproto/tog-cup.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="xtest"> <xi:include href="/usr/share/doc/xextproto/xtest.html.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="/usr/share/doc/xproto/x11protocol.html.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="/usr/share/doc/xorg-docs/License.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="README"> <xi:include href="/usr/share/doc/xorg-docs/README.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="ReleaseNotes"> <xi:include href="/usr/share/doc/xorg-docs/ReleaseNotes.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="Versions"> <xi:include href="/usr/share/doc/xorg-docs/Versions.html.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="/usr/share/doc/xorg-docs/fonts/fonts.html.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="/usr/share/doc/xorg-docs/graphics/dps.html.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="/usr/share/doc/xorg-docs/input/XKB-Config.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="XKB-Enhancing"> <xi:include href="/usr/share/doc/xorg-docs/input/XKB-Enhancing.html.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="/usr/share/doc/xorg-docs/platforms/Darwin.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="Solaris"> <xi:include href="/usr/share/doc/xorg-docs/platforms/Solaris.html.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="/usr/share/doc/xorg-docs/ctext/ctext.html.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="/usr/share/doc/xorg-docs/icccm/icccm.html.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="/usr/share/doc/xorg-docs/xext/lbxalg.html.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="/usr/share/doc/xorg-docs/xlfd/xlfd.html.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="/usr/share/doc/xorg-docs/Xserver/appgroup.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="analysis"> <xi:include href="/usr/share/doc/xorg-docs/Xserver/analysis.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="secint"> <xi:include href="/usr/share/doc/xorg-docs/Xserver/secint.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="XACE-Spec"> <xi:include href="/usr/share/doc/xorg-docs/Xserver/XACE-Spec.html.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="/usr/share/doc/xorg-server/Xserver-DTrace.html.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> </dir> </dir> </sitemap> </targetset> X11/dbs/masterdb.pdf.xml 0000644 00000044115 15027535152 0010772 0 ustar 00 <?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="/usr/share/doc/libICE/ICElib.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="ice"> <xi:include href="/usr/share/doc/libICE/ice.pdf.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="/usr/share/doc/libSM/SMlib.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="xsmp"> <xi:include href="/usr/share/doc/libSM/xsmp.pdf.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="/usr/share/doc/libX11/libX11/libX11.pdf.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="/usr/share/doc/libX11/i18n/compose/libX11-keys.pdf.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="/usr/share/doc/libX11/i18n/framework/framework.pdf.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="/usr/share/doc/libX11/i18n/localedb/localedb.pdf.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="/usr/share/doc/libX11/i18n/trans/trans.pdf.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="/usr/share/doc/libX11/XIM/xim.pdf.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="/usr/share/doc/libX11/XKB/xkblib.pdf.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="/usr/share/doc//libXaw/libXaw.pdf.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="/usr/share/doc//libXdmcp/xdmcp.pdf.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="/usr/share/doc/libXext/dbelib.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="dpmslib"> <xi:include href="/usr/share/doc/libXext/dpmslib.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="shapelib"> <xi:include href="/usr/share/doc/libXext/shapelib.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="synclib"> <xi:include href="/usr/share/doc/libXext/synclib.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="xtest1"> <xi:include href="/usr/share/doc/libXext/xtest1.pdf.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="/usr/share/doc/libXi/inputlib.pdf.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="/usr/share/doc/libXmu/Xmu.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> </dir> <dir name="libXt"> <document targetdoc="intrinsics"> <xi:include href="/usr/share/doc/libXt/intrinsics.pdf.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="/usr/share/doc/libXtst/recordlib.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="xtestlib"> <xi:include href="/usr/share/doc/libXtst/xtestlib.pdf.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="/usr/share/doc/xtrans/xtrans.pdf.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="/usr/share/doc/bigreqsproto/bigreq.pdf.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="/usr/share/doc/fontsproto/fsproto.pdf.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="/usr/share/doc/kbproto/xkbproto.pdf.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="/usr/share/doc/recordproto/record.pdf.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="/usr/share/doc/scrnsaverproto/saver.pdf.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="/usr/share/doc/xcmiscproto/xc-misc.pdf.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="/usr/share/doc/xextproto/appgrp.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="dbe"> <xi:include href="/usr/share/doc/xextproto/dbe.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="dpms"> <xi:include href="/usr/share/doc/xextproto/dpms.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="evi"> <xi:include href="/usr/share/doc/xextproto/evi.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="geproto"> <xi:include href="/usr/share/doc/xextproto/geproto.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="lbx"> <xi:include href="/usr/share/doc/xextproto/lbx.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="multibuf"> <xi:include href="/usr/share/doc/xextproto/multibuf.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="security"> <xi:include href="/usr/share/doc/xextproto/security.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="shape"> <xi:include href="/usr/share/doc/xextproto/shape.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="shm"> <xi:include href="/usr/share/doc/xextproto/shm.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="sync"> <xi:include href="/usr/share/doc/xextproto/sync.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="tog-cup"> <xi:include href="/usr/share/doc/xextproto/tog-cup.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="xtest"> <xi:include href="/usr/share/doc/xextproto/xtest.pdf.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="/usr/share/doc/xproto/x11protocol.pdf.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="/usr/share/doc/xorg-docs/License.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="README"> <xi:include href="/usr/share/doc/xorg-docs/README.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="ReleaseNotes"> <xi:include href="/usr/share/doc/xorg-docs/ReleaseNotes.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="Versions"> <xi:include href="/usr/share/doc/xorg-docs/Versions.pdf.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="/usr/share/doc/xorg-docs/fonts/fonts.pdf.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="/usr/share/doc/xorg-docs/graphics/dps.pdf.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="/usr/share/doc/xorg-docs/input/XKB-Config.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="XKB-Enhancing"> <xi:include href="/usr/share/doc/xorg-docs/input/XKB-Enhancing.pdf.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="/usr/share/doc/xorg-docs/platforms/Darwin.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="Solaris"> <xi:include href="/usr/share/doc/xorg-docs/platforms/Solaris.pdf.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="/usr/share/doc/xorg-docs/ctext/ctext.pdf.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="/usr/share/doc/xorg-docs/icccm/icccm.pdf.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="/usr/share/doc/xorg-docs/xext/lbxalg.pdf.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="/usr/share/doc/xorg-docs/xlfd/xlfd.pdf.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="/usr/share/doc/xorg-docs/Xserver/appgroup.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="analysis"> <xi:include href="/usr/share/doc/xorg-docs/Xserver/analysis.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="secint"> <xi:include href="/usr/share/doc/xorg-docs/Xserver/secint.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> <document targetdoc="XACE-Spec"> <xi:include href="/usr/share/doc/xorg-docs/Xserver/XACE-Spec.pdf.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="/usr/share/doc/xorg-server/Xserver-DTrace.pdf.db" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback></xi:fallback> </xi:include> </document> </dir> </dir> </sitemap> </targetset> X11/xorg-chunk.xsl 0000644 00000004357 15027535152 0007750 0 ustar 00 <?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> X11/xorg-xhtml.xsl 0000644 00000003742 15027535152 0007771 0 ustar 00 <?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> X11/xorg.css 0000644 00000020600 15027535152 0006611 0 ustar 00 /* * 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; } /* * For documentation having multiple licenses, the copyright and legalnotice * elements sequence cannot instantiated multiple times. * The copyright notice and license text are therefore coded inside a legalnotice * element. The role attribute on the paragraph is used to allow styling of the * copyright notice text which should not be italicized. */ p.multiLicensing { font-style: normal; font-size: medium; } /* * 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; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings