docsrcx dirs to become the new doc and docsrc dirs.
+++ /dev/null
-*.html
-reference.pdf.gz
-reference.txt.gz
-reference.fo
-reference.pdf
-reference.txt
+++ /dev/null
-The reference documentation for the DocBook XSL stylesheets is
-maintained by Norman Walsh, <ndw@nwalsh.com>, and members of the
-DocBook Project, <docbook-developers@sf.net>
+++ /dev/null
-Copyright
----------
-Copyright (C) 1999-2007 Norman Walsh
-Copyright (C) 2003 Jiří Kosek
-Copyright (C) 2004-2007 Steve Ball
-Copyright (C) 2005-2007 The DocBook Project
-
-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 shall be
-included in all copies or substantial portions of the Software.
-
-Except as contained in this notice, the names of individuals
-credited with contribution to this software shall not be used in
-advertising or otherwise to promote the sale, use or other
-dealings in this Software without prior written authorization
-from the individuals in question.
-
-Any stylesheet derived from this Software that is publically
-distributed will be identified with a different name and the
-version strings in any derived Software will be changed so that
-no possibility of confusion between the derived package and this
-Software will exist.
-
-Warranty
---------
-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 NORMAN WALSH OR ANY OTHER
-CONTRIBUTOR 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.
-
-Contacting the Author
----------------------
-The reference documentation for the DocBook XSL stylesheets is
-maintained by Norman Walsh, <ndw@nwalsh.com>, and members of the
-DocBook Project, <docbook-developers@sf.net>
+++ /dev/null
-include ../../releasetools/Variables.mk
-
-XJPARSEFLAGS= -E 0 -w
-FO_BUILDER=saxon
-XSLTOPT=
-PROCOPT=
-
-XEP=xep
-XEPFLAGS=
-
-TXT_MAKER = LANG=C w3mmee
-TXT_MAKER_FLAGS = -dump -config $(W3MMEECONFIG)
-W3MMEECONFIG = ../../releasetools/w3mmee_config
-
-GZIP=gzip
-GZIPFLAGS=
-
-.PHONY : clean
-
-VPATH=../docsrc
-
-DIRS=common refentry lib html fo manpages roundtrip slides-html slides-fo website template utility
-
-%.included: %
- $(XINCLUDE) $< >$@
-
-# build reference.pdf.gz except for snapshot releases
-ifneq (snapshot,$(findstring snapshot,$(RELVER)))
-all: reference.txt.gz reference.pdf.gz html
-else
-all: reference.txt.gz html
-endif
-
-html: base copyright.html warranty.html reference.html index.html
-
-base:
- for i in $(DIRS) __bogus__; do \
- if [ $$i != __bogus__ ] ; then \
- echo "$(MAKE) -C $$i"; $(MAKE) -C $$i; \
- fi \
- done
-
-copyright.html: copyright.xml $(RSTYLE)
- $(XJPARSE) $(XJPARSEFLAGS) $(VPATH)/$<
- $(XSLT) $(PROCOPT) $< $(RSTYLE) $@ $(XSLTOPT)
-
-warranty.html: warranty.xml $(RSTYLE)
- $(XJPARSE) $(XJPARSEFLAGS) $(VPATH)/$<
- $(XSLT) $(PROCOPT) $< $(RSTYLE) $@ $(XSLTOPT)
-
-reference.html: reference.xml $(RSTYLE)
- $(XJPARSE) $(XJPARSEFLAGS) $(VPATH)/$<
- $(XSLT) $(PROCOPT) $< $(RSTYLE) $@ $(XSLTOPT)
-
-index.html: reference.html
- cp -p $< $@
-
-reference.fo: ../docsrc/reference.dbk.included $(REFERENCEFOXSL)
- $(DOCBOOK_SVN)/buildtools/xslt -$(FO_BUILDER) $< $(REFERENCEFOXSL) > $@
-
-reference.pdf: reference.fo
- $(XEP) $(XEPFLAGS) $<
-
-reference.txt.html: ../docsrc/reference.dbk.included $(REFERENCETXTXSL)
- $(XSLT) $< $(REFERENCETXTXSL) > $@
-
-reference.txt: reference.txt.html
- $(TXT_MAKER) $(TXT_MAKER_FLAGS) $< > $@
-
-reference.pdf.gz: reference.pdf
- cat $< | $(GZIP) $(GZIPFLAGS) > $@
-
-reference.txt.gz: reference.txt
- cat $< | $(GZIP) $(GZIPFLAGS) > $@
-
-clean:
- for i in $(DIRS) __bogus__; do \
- if [ $$i != __bogus__ ] ; then \
- echo "$(MAKE) -C $$i clean"; $(MAKE) -C $$i clean; \
- fi \
- done
- $(RM) copyright.html
- $(RM) index.html
- $(RM) reference.html
- $(RM) warranty.html
- $(RM) reference.fo
- $(RM) reference.pdf
- $(RM) reference.txt
- $(RM) reference.txt.html
- $(RM) reference.pdf.gz
- $(RM) reference.txt.gz
- $(RM) ../docsrc/reference.dbk.included
+++ /dev/null
-# Makefile.incl gets included by makefiles in all subdirs
-
-PARAMFILES = $(shell if [ -f $(VPATH)/docparam.xml ]; then $(XSLT) $(VPATH)/docparam.xml $(DOCPARAM2TXT); fi)
-
-all: $(HTMLFILES)
-
-%.html : %.xml $(JREFHTML)
- $(XSLT) $< $(JREFHTML) $@ $(XSLTOPT)
-
-index.html: docparam.xml
- $(XSLT) $< $(CLREFENTRY) $(XSLTOPT)
-
-clean:
- $(RM) $(HTMLFILES)
-ifneq ($(PARAMFILES),)
- $(RM) $(PARAMFILES)
-endif
+++ /dev/null
-----------------------------------------------------------------------
- README file for the DocBook XSL Stylesheets reference documentation
-----------------------------------------------------------------------
-$Id$
-
-This is generated reference documentation for the DocBook XSL
-stylesheets, primarily documentation on the parameters you can
-adjust to control the behavior of the stylesheets.
-
-This is purely reference documentation, not how-to documentation.
-For a thorough step-by-step how-to guide to publishing content
-using the DocBook XSL stylesheets, see Bob Stayton's "DocBook XSL:
-The Complete Guide", available online at
-
- http://www.sagehill.net/docbookxsl/
-
-----------------------------------------------------------------------
-Manifest
-----------------------------------------------------------------------
-AUTHORS - contact information
-COPYING - copyright, license, and warranty information
-README - this file
-copyright.html - copyright and license information (HTML)
-index.html - documentation start page
-reference.html - documentation start page (same as index.html)
-reference.pdf.gz - documentation in PDF form (gzipped)
-reference.txt.gz - documentation in plain-text form (gzipped)
-warranty.html - warranty information (HTML)and
-
-The subdirectories all contain documentation on individual DocBook
-XSL stylesheets parameters, in HTML form. You don't need to access
-the subdirectories directly, because the content in all the
-subdirectories is accessible through the index.html (and
-reference.html) start page.
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../docsrc/common
-HTMLFILES = common.html
-include ../Makefile.incl
+++ /dev/null
-/* reference.css, a stylesheet for reference documentation */
-
-div.legalnotice { font-size: 80%; }
-
-div.note {
- border-left: solid #d5dee3 20px;
- border-right: solid #d5dee3 20px;
- margin-left: 5%;
- margin-right: 10%;
- padding: 5px;
-}
-
-div.informalexample { background-color: #d5dee3;
- border-top-width: 2px;
- border-top-style: double;
- border-top-color: #d3d3d3;
- border-bottom-width: 2px;
- border-bottom-style: double;
- border-bottom-color: #d3d3d3;
- padding: 4px;
- margin: 0em;
- margin-left: 2em;
- }
-
-pre.programlisting { whitespace: pre;
- font-family: monospace;
- background-color: #d5dee3;
- border-top-width: 1px;
- border-top-style: single;
- border-top-color: #d3d3d3;
- border-bottom-width: 1px;
- border-bottom-style: single;
- border-bottom-color: #d3d3d3;
- padding: 4px;
- margin: 0em;
- }
-
-div.informalexample pre { whitespace: pre;
- font-family: monospace;
- border-top-width: 0px;
- border-bottom-width: 0px;
- padding: 0px;
- }
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../docsrc/fo
-HTMLFILES = index.html table.html
-include ../Makefile.incl
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../docsrc/html
-HTMLFILES = index.html
-include ../Makefile.incl
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../lib
-HTMLFILES = lib.html
-include ../Makefile.incl
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../docsrc/manpages
-HTMLFILES = index.html
-include ../Makefile.incl
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../docsrc/pi
-HTMLFILES = common.html
-include ../Makefile.incl
-
-common.html: pi.xml
- $(XSLT) $< $(PIREFENTRY) $(XSLTOPT)
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../docsrc/refentry
-HTMLFILES = refentry.html
-include ../Makefile.incl
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../docsrc/roundtrip
-HTMLFILES = index.html
-include ../Makefile.incl
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../docsrc/slides-fo
-HTMLFILES = index.html
-include ../Makefile.incl
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../docsrc/slides-html
-HTMLFILES = index.html
-include ../Makefile.incl
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../docsrc/template
-HTMLFILES = titlepage.html
-include ../Makefile.incl
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../docsrc/utility
-HTMLFILES = utility.html
-include ../Makefile.incl
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../docsrc/website
-HTMLFILES = index.html
-include ../Makefile.incl
+++ /dev/null
-include ../../releasetools/Variables.mk
-DIRS=common refentry html fo manpages roundtrip slides-html slides-fo website template utility pi-fo pi-html pi-common
-
-DOCBOOK_RNG=$(DOCBOOK_SVN)/releasetools/docbook.rng
-PARAM_XSL_FILES=$(shell for file in $$(find .. -name "param.xsl"); do \
- readlink -f $$file; done | grep -v xhtml)
-
-all: base $(DOCBOOK_ELEMENTS) $(XSL_PARAMS)
-
-base:
- for i in $(DIRS) __bogus__; do \
- if [ $$i != __bogus__ ] ; then \
- echo "$(MAKE) -C $$i"; $(MAKE) -C $$i; \
- fi \
- done
-
-clean:
- for i in $(DIRS) __bogus__; do \
- if [ $$i != __bogus__ ] ; then \
- echo "$(MAKE) -C $$i clean"; $(MAKE) -C $$i clean; \
- fi \
- done
-
-$(DOCBOOK_ELEMENTS): $(MAKE_ELEMENTS_XSL) $(DOCBOOK_RNG)
- $(XSLT) $(DOCBOOK_RNG) $< $@
-
-$(XSL_PARAMS): $(MAKE_PARAMS_XSL) $(PARAM_XSL_FILES)
- $(XSLT) $< $< $@
-
-release-clean: clean
- $(RM) $(DOCBOOK_ELEMENTS)
- $(RM) $(XSL_PARAMS)
+++ /dev/null
-XJPARSEFLAGS=-E 0 -w
-all: $(XMLFILES)
-
-clean:
- $(RM) $(XMLFILES)
-
-%.refsect1.xml: %.xml $(JREF2REFSECT1)
- $(XSLT) $< $(JREF2REFSECT1) $@
-
-%.xml : %.xsl $(XSL2JREF)
- $(XSLT) $< $(XSL2JREF) /dev/null output-file=$@
- $(XJPARSE) $(XJPARSEFLAGS) $@
-
-docparam.xml: $(VPATH)/param.xweb $(PARAMS)
- $(DOCBOOK_SVN)/buildtools/paramchk -m Makefile.param $<
- $(XSLT) $< ../../profiling/profile.xsl $(PARAMPROF) profile.condition=html
- $(XSLT) $(PARAMPROF) ../../profiling/strip-attributes.xsl $(PARAMSTRIP) attributes=condition
-ifeq ($(ADDNEWLINE),)
- $(XSLT) $(PARAMSTRIP) $(DOCBOOK_SVN)/releasetools/w2docbook.xsl $@
-else
- $(XSLT) $(PARAMSTRIP) $(DOCBOOK_SVN)/releasetools/w2docbook.xsl $@.tmp
- $(XSLT) $@.tmp $(ADDNEWLINE) $@
- $(RM) $@.tmp
-endif
- $(RM) $(PARAMPROF) $(PARAMSTRIP)
+++ /dev/null
-<authorgroup xmlns="http://docbook.org/ns/docbook"
- version="5.0">
- <author>
- <personname>
- <surname>Walsh</surname><firstname>Norman</firstname>
- </personname>
- </author>
- <author>
- <orgname>The DocBook Project</orgname>
- </author>
-</authorgroup>
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../common
-XMLFILES = common.xml common.refsect1.xml
-include ../Makefile.incl
+++ /dev/null
-<info xmlns="http://docbook.org/ns/docbook"
- version="5.0">
- <copyright>
- <year>1999-2007</year>
- <holder>Norman Walsh</holder>
- </copyright>
- <copyright>
- <year>2003</year>
- <holder>Jiří Kosek</holder>
- </copyright>
- <copyright>
- <year>2004-2007</year>
- <holder>Steve Ball</holder>
- </copyright>
- <copyright>
- <year>2001-2007</year>
- <holder>The DocBook Project</holder>
- </copyright>
-</info>
+++ /dev/null
-*.xml
-Makefile.param
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../fo
-XMLFILES = docparam.xml table.xml table.refsect1.xml
-include ../Makefile.incl
+++ /dev/null
-*.xml
-Makefile.param
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../html
-XMLFILES = docparam.xml
-include ../Makefile.incl
+++ /dev/null
-<legalnotice id="copyright"><title>License</title>
-
-<para>Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation files
-(the <quote>Software</quote>), 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:
-</para>
-
-<para>The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.</para>
-
-<para>Except as contained in this notice, the names of individuals
-credited with contribution to this software shall not be used in
-advertising or otherwise to promote the sale, use or other dealings in
-this Software without prior written authorization from the individuals
-in question.</para>
-
-<para>Any stylesheet derived from this Software that is publically
-distributed will be identified with a different name and the version
-strings in any derived Software will be changed so that no possibility
-of confusion between the derived package and this Software will
-exist.</para>
-</legalnotice>
+++ /dev/null
-*.xml
-Makefile.param
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../manpages
-XMLFILES = docparam.xml
-include ../Makefile.incl
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../common
-XMLFILES = pi.xml pi.refsect1.xml
-include ../Makefile.incl
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../fo
-XMLFILES = pi.xml pi.refsect1.xml
-include ../Makefile.incl
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../fo
-XMLFILES = pi.xml pi.refsect1.xml
-include ../Makefile.incl
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../common
-XMLFILES = refentry.xml refentry.refsect1.xml
-include ../Makefile.incl
+++ /dev/null
-<!-- * vim: set ft=docbk foldlevel=2: -->
-<set
- xmlns="http://docbook.org/ns/docbook" version="5.0"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xml:base="../docsrc/"
- >
- <title>DocBook XSL Stylesheets: Reference Documentation</title>
- <info><releaseinfo role="meta">$Id$ </releaseinfo>
- <xi:include href="./authors.xml"/>
- <xi:include href="./copyright.xml" xpointer="xpointer(//*[local-name() = 'copyright'])"/>
- <xi:include href="./license.xml"/>
- <xi:include href="./warranty.xml"/>
- <abstract xml:id="about">
- <title>About this document</title>
- <para>This is generated reference documentation for the DocBook
- XSL stylesheets, primarily documentation on the parameters you
- can adjust to control the behavior of the stylesheets.
- <note>
- <para>This is purely reference documentation – not how-to
- documentation. For a thorough step-by-step how-to guide to
- publishing content using the DocBook XSL stylesheets, see
- Bob Stayton’s <link
- xlink:href="http://www.sagehill.net/book-description.html"
- >DocBook XSL: The Complete Guide</link>, available online
- at <link
- xlink:href="http://www.sagehill.net/docbookxsl/index.html"
- >http://www.sagehill.net/docbookxsl/index.html</link>
- </para>
- </note>
- This document is divided into three sets of references:
- the first two sets provides user documentation; the third,
- developer documentation.</para>
- </abstract>
- </info>
- <book xml:id="param"><title>DocBook XSL Stylesheets User Reference: Parameters</title>
- <info>
- <abstract>
- <para>This is generated reference documentation for all
- user-configurable parameters in the DocBook XSL
- stylesheets.
- <note>
- <para>This is purely reference documentation – not how-to
- documentation. For a thorough step-by-step how-to guide to
- publishing content using the DocBook XSL stylesheets, see
- Bob Stayton’s <link
- xlink:href="http://www.sagehill.net/book-description.html"
- >DocBook XSL: The Complete Guide</link>, available online
- at <link
- xlink:href="http://www.sagehill.net/docbookxsl/index.html"
- >http://www.sagehill.net/docbookxsl/index.html</link>
- </para>
- </note>
- </para>
- </abstract>
- </info>
- <part xml:id="html">
- <?dbhtml dir="html"?>
- <xi:include href="./html/docparam.xml" xpointer="xpointer(/book/bookinfo/title)" />
- <partintro xml:id="htmlintro">
- <xi:include href="./html/docparam.xml"
- xpointer="xpointer(/book/bookinfo/abstract/node())" />
- </partintro>
- <xi:include href="./html/docparam.xml" xpointer="xpointer(/book/reference)" />
- </part>
- <part xml:id="fo">
- <?dbhtml dir="fo"?>
- <xi:include href="./fo/docparam.xml" xpointer="xpointer(/book/bookinfo/title)" />
- <partintro xml:id="fointro">
- <xi:include href="./fo/docparam.xml"
- xpointer="xpointer(/book/bookinfo/abstract/node())" />
- </partintro>
- <xi:include href="./fo/docparam.xml" xpointer="xpointer(/book/reference)" />
- </part>
- <part xml:id="manpages">
- <?dbhtml dir="manpages"?>
- <xi:include href="./manpages/docparam.xml" xpointer="xpointer(/book/bookinfo/title)" />
- <partintro xml:id="manintro">
- <xi:include href="./manpages/docparam.xml"
- xpointer="xpointer(/book/bookinfo/abstract/node())" />
- </partintro>
- <xi:include href="./manpages/docparam.xml" xpointer="xpointer(/book/reference)" />
- </part>
- <part xml:id="roundtrip">
- <?dbhtml dir="roundtrip"?>
- <xi:include href="./roundtrip/docparam.xml" xpointer="xpointer(/book/bookinfo/title)" />
- <partintro xml:id="roundtripintro">
- <xi:include href="./roundtrip/docparam.xml"
- xpointer="xpointer(/book/bookinfo/abstract/node())" />
- </partintro>
- <xi:include href="./roundtrip/docparam.xml" xpointer="xpointer(/book/reference)" />
- </part>
- <part xml:id="slides-html">
- <?dbhtml dir="slides-html"?>
- <xi:include href="./slides-html/docparam.xml" xpointer="xpointer(/book/bookinfo/title)" />
- <partintro xml:id="slideshtmlintro">
- <xi:include href="./slides-html/docparam.xml"
- xpointer="xpointer(/book/bookinfo/abstract/node())" />
- </partintro>
- <xi:include href="./slides-html/docparam.xml" xpointer="xpointer(/book/reference)" />
- </part>
- <part xml:id="slides-fo">
- <?dbhtml dir="slides-fo"?>
- <xi:include href="./slides-fo/docparam.xml" xpointer="xpointer(/book/bookinfo/title)" />
- <partintro xml:id="slidesfointro">
- <xi:include href="./slides-fo/docparam.xml"
- xpointer="xpointer(/book/bookinfo/abstract/node())" />
- </partintro>
- <xi:include href="./slides-fo/docparam.xml" xpointer="xpointer(/book/reference)" />
- </part>
- <part xml:id="website">
- <?dbhtml dir="website"?>
- <xi:include href="./website/docparam.xml" xpointer="xpointer(/book/bookinfo/title)" />
- <partintro xml:id="websiteintro">
- <xi:include href="./website/docparam.xml"
- xpointer="xpointer(/book/bookinfo/abstract/node())" />
- </partintro>
- <xi:include href="./website/docparam.xml" xpointer="xpointer(/book/reference)" />
- </part>
- </book>
- <book xml:id="pi"><title>DocBook XSL Stylesheets User Reference: PIs</title>
- <info>
- <abstract>
- <para>This is generated reference documentation for all
- user-specifiable processing instructions in the DocBook
- XSL stylesheets.
- <note>
- <para>You add these PIs at particular points in a document to
- cause specific “exceptions” to formatting/output behavior. To
- make global changes in formatting/output behavior across an
- entire document, it’s better to do it by setting an
- appropriate stylesheet parameter (if there is one).</para>
- </note>
- </para>
- </abstract>
- </info>
- <part xml:id="pi-html">
- <?dbhtml dir="pi"?>
- <xi:include href="./pi-html/pi.refsect1.xml" xpointer="xpointer(/reference/title)" />
- <xi:include href="./pi-html/pi.refsect1.xml"
- xpointer="xpointer(/reference/partintro)" />
- <reference xml:id="pi-html-ref">
- <title>Templates</title>
- <xi:include
- href="./pi-html/pi.refsect1.xml"
- xpointer="xpointer(/reference/refentry)" />
- </reference>
- </part>
- <part xml:id="pi-fo">
- <?dbhtml dir="pi"?>
- <xi:include href="./pi-fo/pi.refsect1.xml" xpointer="xpointer(/reference/title)" />
- <xi:include href="./pi-fo/pi.refsect1.xml"
- xpointer="xpointer(/reference/partintro)" />
- <reference xml:id="pi-fo-ref">
- <title>Templates</title>
- <xi:include
- href="./pi-fo/pi.refsect1.xml"
- xpointer="xpointer(/reference/refentry)" />
- </reference>
- </part>
- <part xml:id="pi-common">
- <?dbhtml dir="pi"?>
- <xi:include href="./pi-common/pi.refsect1.xml" xpointer="xpointer(/reference/title)" />
- <xi:include href="./pi-common/pi.refsect1.xml"
- xpointer="xpointer(/reference/partintro)" />
- <reference xml:id="pi-common-ref">
- <title>Templates</title>
- <xi:include
- href="./pi-common/pi.refsect1.xml"
- xpointer="xpointer(/reference/refentry)" />
- </reference>
- </part>
- </book>
- <book xml:id="developer"><title>DocBook XSL Stylesheets Developer Reference</title>
- <info>
- <abstract>
- <para>This is technical reference documentation for
- developers using the DocBook XSL Stylesheets. It is not
- intended to be user documentation, but is instead
- provided for developers writing customization layers for
- the stylesheets.</para>
- </abstract>
- </info>
- <part xml:id="lib">
- <?dbhtml dir="lib"?>
- <xi:include href="../lib/lib.xml" xpointer="xpointer(/book/bookinfo/title)" />
- <partintro id="libintro">
- <xi:include href="../lib/lib.xml"
- xpointer="xpointer(/book/preface/node())" />
- </partintro>
- <xi:include href="../lib/lib.xml" xpointer="xpointer(/book/reference)" />
- </part>
- <part xml:id="common">
- <?dbhtml dir="common"?>
- <xi:include href="./common/common.refsect1.xml" xpointer="xpointer(/reference/title)" />
-
- <xi:include href="./common/common.refsect1.xml"
- xpointer="xpointer(/reference/partintro)" />
-
- <reference xml:id="commontemplates">
- <title>Templates</title>
- <xi:include
- href="./common/common.refsect1.xml"
- xpointer="xpointer(/reference/refentry)" />
- </reference>
- </part>
- <part xml:id="refentry">
- <?dbhtml dir="refentry"?>
- <xi:include href="./refentry/refentry.refsect1.xml" xpointer="xpointer(/reference/title)" />
-
- <xi:include href="./refentry/refentry.refsect1.xml"
- xpointer="xpointer(/reference/partintro)" />
-
- <reference xml:id="refmetatemplates">
- <title>Templates</title>
- <xi:include
- href="./refentry/refentry.refsect1.xml"
- xpointer="xpointer(/reference/refentry)" />
- </reference>
- </part>
- <part xml:id="utility">
- <?dbhtml dir="utility"?>
- <xi:include href="./utility/utility.refsect1.xml" xpointer="xpointer(/reference/title)" />
-
- <xi:include href="./utility/utility.refsect1.xml"
- xpointer="xpointer(/reference/partintro)" />
-
- <reference xml:id="utilitytemplates">
- <title>Templates</title>
- <xi:include
- href="./utility/utility.refsect1.xml"
- xpointer="xpointer(/reference/refentry)" />
- </reference>
- </part>
- <part xml:id="fo-table">
- <?dbhtml dir="fo"?>
- <xi:include href="./fo/table.refsect1.xml" xpointer="xpointer(/reference/title)" />
-
- <xi:include href="./fo/table.refsect1.xml"
- xpointer="xpointer(/reference/partintro)" />
-
- <reference xml:id="fotabletemplates">
- <title>Templates</title>
- <xi:include
- href="./fo/table.refsect1.xml"
- xpointer="xpointer(/reference/refentry)" />
- </reference>
- </part>
- <part xml:id="template">
- <?dbhtml dir="template"?>
- <xi:include href="./template/titlepage.refsect1.xml" xpointer="xpointer(/reference/title)" />
-
- <xi:include href="./template/titlepage.refsect1.xml"
- xpointer="xpointer(/reference/partintro)" />
-
- <reference xml:id="titlepagetemplates">
- <title>Templates</title>
- <xi:include
- href="./template/titlepage.refsect1.xml"
- xpointer="xpointer(/reference/refentry)" />
- </reference>
- </part>
- </book>
-</set>
+++ /dev/null
-<!DOCTYPE book
-PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
-"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
-<!ENTITY common.xml SYSTEM "common/common.xml" NDATA SGML>
-<!ENTITY utility.xml SYSTEM "utility/utility.xml" NDATA SGML>
-<!ENTITY refentry.xml SYSTEM "refentry/refentry.xml" NDATA SGML>
-<!ENTITY lib.xml SYSTEM "../lib/lib.xml" NDATA SGML>
-<!ENTITY html-param.xml SYSTEM "html/docparam.xml" NDATA SGML>
-<!ENTITY fo-param.xml SYSTEM "fo/docparam.xml" NDATA SGML>
-<!ENTITY fo-table.xml SYSTEM "fo/table.xml" NDATA SGML>
-<!ENTITY manpages-param.xml SYSTEM "manpages/docparam.xml" NDATA SGML>
-<!ENTITY roundtrip-param.xml SYSTEM "roundtrip/docparam.xml" NDATA SGML>
-<!ENTITY slides-html-param.xml SYSTEM "slides-html/docparam.xml" NDATA SGML>
-<!ENTITY slides-fo-param.xml SYSTEM "slides-fo/docparam.xml" NDATA SGML>
-<!ENTITY website-param.xml SYSTEM "website/docparam.xml" NDATA SGML>
-<!ENTITY titlepage.xml SYSTEM "template/titlepage.xml" NDATA SGML>
-]>
-<book>
- <bookinfo>
- <title>DocBook XSL Stylesheet Reference Documentation</title>
- <releaseinfo role="meta">
- $Id$
- </releaseinfo>
- <author><surname>Walsh</surname>
- <firstname>Norman</firstname></author>
- <copyright>
- <year>1999-2007</year>
- <holder>Norman Walsh</holder>
- </copyright>
- </bookinfo>
-
- <preface id="about">
- <title>About this document</title>
-
- <para>This is generated reference documentation for the DocBook XSL
- stylesheets, primarily documentation on the parameters you can
- adjust to control the behavior of the stylesheets.</para>
-
- <note>
- <para>This is purely reference documentation – not how-to
- documentation. For a thorough step-by-step how-to guide to
- publishing content using the DocBook XSL stylesheets, see Bob
- Stayton’s <ulink
- url="http://www.sagehill.net/book-description.html" >DocBook
- XSL: The Complete Guide</ulink>, available online at <ulink
- url="http://www.sagehill.net/docbookxsl/index.html"
- >http://www.sagehill.net/docbookxsl/index.html</ulink></para>
- </note>
-
- <para>This document is divided into two sets of references: the
- first set provides user documentation; the second, developer
- documentation.</para>
-
- <itemizedlist>
- <title>User documentation</title>
- <listitem><para><olink type="title" localinfo="html/index.html"
- targetdocent="html-param.xml"/></para>
- </listitem>
- <listitem><para><olink type="title" localinfo="fo/index.html"
- targetdocent="fo-param.xml"/></para>
- </listitem>
- <listitem><para><olink type="title" localinfo="manpages/index.html"
- targetdocent="manpages-param.xml"/></para>
- </listitem>
- <listitem><para><olink type="title" localinfo="roundtrip/index.html"
- targetdocent="roundtrip-param.xml"/></para>
- </listitem>
- <listitem><para><olink type="title" localinfo="slides-html/index.html"
- targetdocent="slides-html-param.xml"/></para>
- </listitem>
- <listitem><para><olink type="title" localinfo="slides-fo/index.html"
- targetdocent="slides-fo-param.xml"/></para>
- </listitem>
- <listitem><para><olink type="title" localinfo="website/index.html"
- targetdocent="website-param.xml"/></para>
- </listitem>
- </itemizedlist>
-
- <itemizedlist>
- <title>Developer documentation</title>
- <listitem><para><olink type="title" localinfo="lib/lib.html"
- targetdocent="lib.xml"/></para>
- </listitem>
- <listitem><para><olink type="title" localinfo="common/common.html"
- targetdocent="common.xml"/></para>
- </listitem>
- <listitem><para><olink type="title" localinfo="refentry/refentry.html"
- targetdocent="refentry.xml"/></para>
- </listitem>
- <listitem><para><olink type="title" localinfo="utility/utility.html"
- targetdocent="utility.xml"/></para>
- </listitem>
- <listitem><para><olink type="title" localinfo="fo/table.html"
- targetdocent="fo-table.xml"/></para>
- </listitem>
- <listitem><para><olink type="title" localinfo="template/titlepage.html"
- targetdocent="titlepage.xml"/></para>
- </listitem>
- </itemizedlist>
-</preface>
-</book>
-
+++ /dev/null
-*.xml
-Makefile.param
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../roundtrip
-XMLFILES = docparam.xml
-include ../Makefile.incl
+++ /dev/null
-*.xml
-Makefile.param
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../slides/fo
-XMLFILES = docparam.xml
-include ../Makefile.incl
+++ /dev/null
-*.xml
-Makefile.param
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../slides/html
-XMLFILES = docparam.xml
-include ../Makefile.incl
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../template
-XMLFILES = titlepage.xml titlepage.refsect1.xml
-include ../Makefile.incl
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../common
-XMLFILES = utility.xml utility.refsect1.xml
-include ../Makefile.incl
+++ /dev/null
-<?xml version='1.0'?>
-<!DOCTYPE legalnotice
- PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
- "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
-<legalnotice id="warranty"><title>Warranty</title>
-<para>THE SOFTWARE IS PROVIDED <quote>AS IS</quote>,
-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 NORMAN WALSH OR ANY
-OTHER CONTRIBUTOR 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.</para>
-</legalnotice>
+++ /dev/null
-*.xml
-Makefile.param
+++ /dev/null
-include ../../../releasetools/Variables.mk
-VPATH=../../website
-XMLFILES = docparam.xml
-include ../Makefile.incl