Skip to content

Commit

Permalink
Adjust URLs to refer to new CDN.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseefeld committed Jul 17, 2016
1 parent e199a04 commit 234412d
Show file tree
Hide file tree
Showing 210 changed files with 254 additions and 261 deletions.
2 changes: 1 addition & 1 deletion contrib/tools/emacs/docbook-menu/doc/make-help.xsl
@@ -1,7 +1,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">

<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/htmlhelp/htmlhelp.xsl"/>
<xsl:import href="http://cdn.docbook.org/release/xsl/current/htmlhelp/htmlhelp.xsl"/>
<xsl:import href="./html-common.xsl"/>

<xsl:param name="htmlhelp.hhc.show.root" select="0"></xsl:param>
Expand Down
2 changes: 1 addition & 1 deletion contrib/tools/emacs/docbook-menu/doc/make-html.xsl
@@ -1,6 +1,6 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
<xsl:import href="http://cdn.docbook.org/release/xsl/current/html/chunk.xsl"/>
<xsl:import href="./html-common.xsl"/>

</xsl:stylesheet>
Expand Up @@ -180,7 +180,7 @@ public static Properties getDefaultStylesheetSettings(Properties defaultSettings
defaultSettings.put(KEY_NEWLINE, NewlineEnum.CRLF.getKey());
defaultSettings.put(KEY_STYLESHEET_VERSION, "1.0");
defaultSettings.put(KEY_IMPORT_FILE,
"http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl;");
"http://cdn.docbook.org/release/xsl/current/fo/docbook.xsl;");
return defaultSettings;
}

Expand Down
Expand Up @@ -85,7 +85,7 @@ option_save.newline.description=Znak konce řádky používaný ve výstupních
option_save.stylesheet_version=Verze XSL stylu
option_save.stylesheet_version.description=Verze XSL stylu, např. <xsl:stylesheet version="1.0">.
option_save.import_file=Importovaný styl
option_save.import_file.description=Standardní XSL styl importovaný editovaným XSL stylem, např. <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>. Write down path separated by ';'.
option_save.import_file.description=Standardní XSL styl importovaný editovaným XSL stylem, např. <xsl:import href="http://cdn.docbook.org/release/xsl/current/fo/docbook.xsl"/>. Write down path separated by ';'.

# open file
open_file.title=Otevírání souboru
Expand Down Expand Up @@ -193,7 +193,7 @@ button.no=Ne
button.ok=OK

#url
url.parameter_description=http://docbook.sourceforge.net/release/xsl/current/doc/fo/{0}.html
url.parameter_description=http://cdn.docbook.org/release/xsl/current/doc/fo/{0}.html

#color editor
component.color_editor.title=Editor barev
Expand Down
Expand Up @@ -85,7 +85,7 @@ option_save.newline.description=End of line character used in output XSL files.
option_save.stylesheet_version=Stylesheet version
option_save.stylesheet_version.description=Stylesheet version, e.g. <xsl:stylesheet version="1.0">.
option_save.import_file=Imported stylesheet
option_save.import_file.description=Standard stylesheet file imported by edited stylesheet, e.g. <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>. Write down path separated by ';'.
option_save.import_file.description=Standard stylesheet file imported by edited stylesheet, e.g. <xsl:import href="http://cdn.docbook.org/release/xsl/current/fo/docbook.xsl"/>. Write down path separated by ';'.

# open file
open_file.title=Opening file
Expand Down Expand Up @@ -193,7 +193,7 @@ button.no=No
button.ok=OK

#url
url.parameter_description=http://docbook.sourceforge.net/release/xsl/current/doc/fo/{0}.html
url.parameter_description=http://cdn.docbook.org/release/xsl/current/doc/fo/{0}.html

#color editor
component.color_editor.title=Color Editor
Expand Down
2 changes: 1 addition & 1 deletion contrib/tools/tennison/modify.xsl
Expand Up @@ -21,7 +21,7 @@
<xsl:comment> * This modified version of markup.xsl is used as part of </xsl:comment>
<xsl:comment> * the internal build of the DocBook Project XSL Stylesheets </xsl:comment>
<xsl:comment> * </xsl:comment>
<xsl:comment> * http://docbook.sourceforge.net/release/xsl/current/ </xsl:comment>
<xsl:comment> * http://cdn.docbook.org/release/xsl/current/ </xsl:comment>
<xsl:comment> * </xsl:comment>
<xsl:comment> * Copyright 2007 The DocBook Project &lt;docbook-developers@sf.net> </xsl:comment>
<xsl:comment> * </xsl:comment>
Expand Down
2 changes: 1 addition & 1 deletion contrib/xsl/applethelp/applethelp.xsl
Expand Up @@ -7,7 +7,7 @@
version="1.0">

<!-- Adjust this path as necessary -->
<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.64.1/htmlhelp/htmlhelp.xsl"/>
<xsl:import href="http://cdn.docbook.org/release/xsl/1.64.1/htmlhelp/htmlhelp.xsl"/>
<xsl:include href="htmlhelp-common.xsl"/>

<!-- Five new parameters: -->
Expand Down
2 changes: 1 addition & 1 deletion contrib/xsl/resume/fo/resume.xsl
Expand Up @@ -3,7 +3,7 @@
xmlns:fo="http://www.w3.org/1999/XSL/Format"
version="1.0">

<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
<xsl:import href="http://cdn.docbook.org/release/xsl/current/fo/docbook.xsl"/>

<xsl:output indent="yes"/>

Expand Down
2 changes: 1 addition & 1 deletion contrib/xsl/resume/html/resume.xsl
Expand Up @@ -2,7 +2,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">

<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
<xsl:import href="http://cdn.docbook.org/release/xsl/current/html/docbook.xsl"/>

<xsl:template name="resume-name">
<xsl:apply-templates select="/article/articleinfo/address/firstname"/>
Expand Down
2 changes: 1 addition & 1 deletion contrib/xsl/slides/s5/s5.xsl
Expand Up @@ -5,7 +5,7 @@

<!-- Generate an S5 slide show. See http://www.meyerweb.com/eric/tools/s5/ -->

<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
<xsl:import href="http://cdn.docbook.org/release/xsl/current/xhtml/docbook.xsl"/>

<xsl:template match="/">
<xsl:apply-templates/>
Expand Down
2 changes: 1 addition & 1 deletion contrib/xsl/tabular-toc/xsl/html/website-common.xsl
Expand Up @@ -26,7 +26,7 @@
<!-- ==================================================================== -->

<!-- must wait until xml catalogs are working...-->
<!-- <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/> -->
<!-- <xsl:import href="http://cdn.docbook.org/release/xsl/current/html/docbook.xsl"/> -->

<!--
<xsl:include href="website-tabular.xsl"/>
Expand Down
2 changes: 1 addition & 1 deletion contrib/xsl/tabular-toc/xsl/tabular-docbook.xsl
Expand Up @@ -1336,7 +1336,7 @@ website presentation.
<!-- ==================================================================== -->

<!-- must wait until xml catalogs are working...-->
<!-- <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/> -->
<!-- <xsl:import href="http://cdn.docbook.org/release/xsl/current/html/docbook.xsl"/> -->

<!--
<xsl:include href="website-tabular.xsl"/>
Expand Down
2 changes: 1 addition & 1 deletion gentext/dsssl/dsssl.dsl
Expand Up @@ -29,7 +29,7 @@
data: "&lt;!-- Do not edit this file by hand! --&gt;")
&RE;
(make formatting-instruction
data: "&lt;!-- See http://docbook.sourceforge.net/ --&gt;")
data: "&lt;!-- See http://cdn.docbook.org/ --&gt;")
&RE;
&RE;

Expand Down
2 changes: 1 addition & 1 deletion gentext/xsl/dsssl.xsl
Expand Up @@ -16,7 +16,7 @@
<xsl:text>&#10;</xsl:text>
<xsl:comment> Do not edit this file by hand! </xsl:comment>
<xsl:text>&#10;</xsl:text>
<xsl:comment> See http://docbook.sourceforge.net/ </xsl:comment>
<xsl:comment> See http://cdn.docbook.org/ </xsl:comment>
<xsl:text>&#10;</xsl:text>
<xsl:comment> To update this file: edit the corresponding document at </xsl:comment>
<xsl:text>&#10;</xsl:text>
Expand Down
2 changes: 1 addition & 1 deletion gentext/xsl/xsl.xsl
Expand Up @@ -48,7 +48,7 @@
<xsl:text>&#10;</xsl:text>
<xsl:comment> This file is part of the XSL DocBook Stylesheet distribution. </xsl:comment>
<xsl:text>&#10;</xsl:text>
<xsl:comment> See ../README or http://docbook.sf.net/release/xsl/current/ for </xsl:comment>
<xsl:comment> See ../README or http://cdn.docbook.org/release/xsl/current/ for </xsl:comment>
<xsl:text>&#10;</xsl:text>
<xsl:comment> copyright and other information. </xsl:comment>
<xsl:text>&#10;</xsl:text>
Expand Down
6 changes: 3 additions & 3 deletions litprog/html/ldocbook.xweb
Expand Up @@ -58,7 +58,7 @@ DocBook elements handled by the imported stylesheet.</para>
xmlns:verb="com.nwalsh.saxon.Verbatim"
exclude-result-prefixes="verb src"
version="1.0">
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
<xsl:import href="http://cdn.docbook.org/release/xsl/current/html/docbook.xsl"/>

<src:fragref linkend="init"/>
<src:fragref linkend="proc-html-fragment"/>
Expand All @@ -81,7 +81,7 @@ DocBook elements handled by the imported stylesheet.</para>
xmlns:verb="com.nwalsh.saxon.Verbatim"
exclude-result-prefixes="verb src"
version="1.0">
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
<xsl:import href="http://cdn.docbook.org/release/xsl/current/html/chunk.xsl"/>

<src:fragref linkend="init"/>
<src:fragref linkend="proc-html-fragment"/>
Expand All @@ -106,7 +106,7 @@ DocBook elements handled by the imported stylesheet.</para>
exclude-result-prefixes="verb src fo"
version="1.0">

<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
<xsl:import href="http://cdn.docbook.org/release/xsl/current/fo/docbook.xsl"/>

<xsl:param name="page.margin.outer" select="'1in'"/>
<xsl:param name="title.margin.left" select="'-0pt'"/>
Expand Down
2 changes: 1 addition & 1 deletion releasetools/Variables.mk
Expand Up @@ -75,7 +75,7 @@ REFERENCETXTXSL=$(DOCBUILD_STYLESHEETS)/reference-txt.xsl

# RELEASE-NOTES.xml to RELEASE-NOTES.html
DOC_LINK_STYLE=$(RELEASEDOC_STYLESHEETS)/doc-link-docbook.xsl
DOC_BASEURI=http://docbook.sourceforge.net/release/xsl/current/doc/
DOC_BASEURI=http://cdn.docbook.org/release/xsl/current/doc/

# RELEASE-NOTES.xml to RELEASE-NOTES.pdf
DBX_STYLE=$(RELEASEDOC_STYLESHEETS)/dblatex-release-notes.xsl
Expand Down
2 changes: 1 addition & 1 deletion releasetools/gitlog2docbook.xsl
Expand Up @@ -7,7 +7,7 @@
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
See ../README or http://docbook.sf.net/release/xsl/current/ for
See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
Expand Down
2 changes: 1 addition & 1 deletion releasetools/make-catalog.xsl
Expand Up @@ -15,7 +15,7 @@
<xsl:param name="BRANCH">
<xsl:value-of select="string(document('VERSION.xsl')//fm:Branch[1])"/>
</xsl:param>
<xsl:param name="URI_BASE">http://docbook.sourceforge.net/release</xsl:param>
<xsl:param name="URI_BASE">http://cdn.docbook.org/release</xsl:param>
<xsl:param name="DISTRO"/>
<xsl:param name="SUBDIR">current</xsl:param>

Expand Down
2 changes: 1 addition & 1 deletion releasetools/modified-markup.xsl
Expand Up @@ -7,7 +7,7 @@
<!-- * This modified version of markup.xsl is used as part of -->
<!-- * the internal build of the DocBook Project XSL Stylesheets -->
<!-- * -->
<!-- * http://docbook.sourceforge.net/release/xsl/current/ -->
<!-- * http://cdn.docbook.org/release/xsl/current/ -->
<!-- * -->
<!-- * Copyright 2007 The DocBook Project <docbook-developers@sf.net> -->
<!-- * -->
Expand Down
4 changes: 2 additions & 2 deletions releasetools/xslnsfiles/manpages.table.xsl
Expand Up @@ -8,12 +8,12 @@
<!-- ********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
See ../README or http://docbook.sf.net/release/xsl/current/ for
See ../README or http://cdn.docbook.org/release/xsl/current/ for
copyright and other information.
******************************************************************** -->
<!--
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
<xsl:import href="http://cdn.docbook.org/release/xsl/current/html/docbook.xsl"/>
<xsl:param name="tbl.font.title">B</xsl:param>
<xsl:param name="tbl.font.headings">B</xsl:param>
-->
Expand Down
2 changes: 1 addition & 1 deletion testdocs/i18n/i18n-fo.xsl
Expand Up @@ -3,7 +3,7 @@
xmlns:fo="http://www.w3.org/1999/XSL/Format"
version="1.0">

<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
<xsl:import href="http://cdn.docbook.org/release/xsl/current/fo/docbook.xsl"/>
<xsl:include href="titlepage-fo.xsl"/>

<!-- ====================================================================== -->
Expand Down
2 changes: 1 addition & 1 deletion testdocs/i18n/localize.xsl
Expand Up @@ -5,7 +5,7 @@
exclude-result-prefixes="l xl"
version="1.0">

<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
<xsl:import href="http://cdn.docbook.org/release/xsl/current/html/docbook.xsl"/>

<xsl:param name="admon.graphics" select="1"></xsl:param>
<xsl:param name="section.autolabel" select="1"></xsl:param>
Expand Down
2 changes: 1 addition & 1 deletion xsl-saxon/src/com/nwalsh/saxon/Windows1252.java
Expand Up @@ -28,7 +28,7 @@
* <xsl:stylesheet
* xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
* version='1.0'>
* <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/htmlhelp/htmlhelp.xsl"/>
* <xsl:import href="http://cdn.docbook.org/release/xsl/current/htmlhelp/htmlhelp.xsl"/>
* <xsl:output method="html" encoding="WINDOWS-1252" indent="no"/>
* <xsl:param name="htmlhelp.encoding" select="'WINDOWS-1252'"></xsl:param>
* <xsl:param name="chunker.output.encoding" select="'WINDOWS-1252'"></xsl:param>
Expand Down
2 changes: 1 addition & 1 deletion xsl/.make-catalog.xsl
Expand Up @@ -15,7 +15,7 @@
<xsl:param name="BRANCH">
<xsl:value-of select="string(document('VERSION.xsl')//fm:Branch[1])"/>
</xsl:param>
<xsl:param name="URI_BASE">http://docbook.sourceforge.net/release</xsl:param>
<xsl:param name="URI_BASE">http://cdn.docbook.org/release</xsl:param>
<xsl:param name="DISTRO"/>
<xsl:param name="SUBDIR">current</xsl:param>

Expand Down
2 changes: 1 addition & 1 deletion xsl/.urilist
@@ -1 +1 @@
. http://docbook.sourceforge.net/release/xsl/current/
. http://cdn.docbook.org/release/xsl/current/
13 changes: 3 additions & 10 deletions xsl/BUGS
@@ -1,14 +1,7 @@
To view a list of all open DocBook Project XSL stylesheet bugs:
To view a list of all open DocBook Project XSL stylesheet bugs or
to submit a bug report against the stylesheets:

http://docbook.sf.net/tracker/xsl/bugs

To submit a bug report against the stylesheets:

http://docbook.sf.net/tracker/submit/bug

To do a full-text search of all DocBook Project issues:

http://docbook.sf.net/tracker/search
https://github.com/docbook/xslt10-stylesheets/issues

Discussion about the DocBook Project XSL stylesheets takes place
on the docbook-apps mailing list:
Expand Down
2 changes: 1 addition & 1 deletion xsl/Makefile
Expand Up @@ -63,7 +63,7 @@ DISTRIB_PACKAGES = doc

# list of pathname+URIs to test for catalog support
URILIST = \
.\ http://docbook.sourceforge.net/release/xsl/current/
.\ http://cdn.docbook.org/release/xsl/current/

DIRS=common lib html fo manpages htmlhelp javahelp eclipse roundtrip slides website extensions xhtml xhtml-1_1 webhelp xhtml5 epub3

Expand Down
4 changes: 2 additions & 2 deletions xsl/README
Expand Up @@ -21,15 +21,15 @@ How to use the stylesheets
----------------------------------------------------------------------
The base canonical URI for these stylesheets is:

http://docbook.sourceforge.net/release/xsl/current/
http://cdn.docbook.org/release/xsl/current/

You call any of the stylesheets in this distribution by doing one
of the following:

- Use the base canonical URI in combination with one of the
pathnames below. For example, for "chunked" HTML, output:

http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
http://cdn.docbook.org/release/xsl/current/html/chunk.xsl

If your system has a working XML Catalog or SGML Catalog setup
(most Linux systems do), then that URI will automatically be
Expand Down
2 changes: 1 addition & 1 deletion xsl/README.BUILD
Expand Up @@ -367,7 +367,7 @@ the stylesheets -- then you can ignore this "Part 2" section; the

NOTE: The catalog-install script "installs" some XML Catalog
settings in your environment so xsltproc/saxon will resolve the
http://docbook.sourceforge.net/release/xsl/current/ canonical
http://cdn.docbook.org/release/xsl/current/ canonical
URL to the working directory you're actually building in
(instead of to whatever it would normally resolve to).

Expand Down
20 changes: 10 additions & 10 deletions xsl/RELEASE-NOTES.xml
Expand Up @@ -13,14 +13,14 @@
<para condition="dot-zero;dot-one-plus">This release-notes
document is available in the following formats:
<link
xlink:href="http://docbook.sourceforge.net/release/xsl/current/RELEASE-NOTES.html"
xlink:href="http://cdn.docbook.org/release/xsl/current/RELEASE-NOTES.html"
>HTML</link>,
<!--
<link
xlink:href="http://docbook.sourceforge.net/release/xsl/current/RELEASE-NOTES.pdf"
xlink:href="http://cdn.docbook.org/release/xsl/current/RELEASE-NOTES.pdf"
>PDF</link>, -->
<link
xlink:href="http://docbook.sourceforge.net/release/xsl/current/RELEASE-NOTES.txt"
xlink:href="http://cdn.docbook.org/release/xsl/current/RELEASE-NOTES.txt"
>plain text</link>; it provides a per-release list
of enhancements and changes to the stylesheets’ public APIs
(user-configurable parameters) and excludes descriptions of most
Expand Down Expand Up @@ -6716,8 +6716,8 @@ refentry source. For example:
<para><literal>Michael(tm) Smith: info.xsl</literal></para><screen><phrase role="commit-message">If a source refentry contains a Documentation or DOCUMENTATION
section, don't report it as having missing AUTHOR information.
Also, if missing a contrib/personblurb for a person or org, report
pointers to http://docbook.sf.net/el/personblurb and to
http://docbook.sf.net/el/contrib</phrase></screen>
pointers to http://www.docbook.org/tdg5/en/html/personblurb and to
http://www.docbook.org/tdg5/en/html/contrib</phrase></screen>
</listitem>
<listitem>
<para><literal>Michael(tm) Smith: info.xsl</literal></para><screen><phrase role="commit-message">If we encounter an author|editor|othercredit instance that lacks a
Expand Down Expand Up @@ -7752,7 +7752,7 @@ significant feature changes:
<listitem>
<para>The reference documentation that ships with the
release now includes <link
xlink:href="http://docbook.sourceforge.net/release/xsl/current/doc/pi/"
xlink:href="http://cdn.docbook.org/release/xsl/current/doc/pi/"
>documentation on all PIs</link> that you can use to
control output from the stylesheets.</para>
</listitem>
Expand Down Expand Up @@ -11781,7 +11781,7 @@ Steve Ball</para>
stylesheets into the DocBook XSL stylesheets package. So,
for example, Website documents can now be processed using
the following URI for the driver Website
<filename>tabular.xsl</filename> file: <literallayout class="monospaced"><uri>http://docbook.sourceforge.net/release/xsl/current/website/tabular.xsl</uri></literallayout></para>
<filename>tabular.xsl</filename> file: <literallayout class="monospaced"><uri>http://cdn.docbook.org/release/xsl/current/website/tabular.xsl</uri></literallayout></para>
</listitem>
<listitem>
<para>A <tag>procedure</tag> without a <tag>title</tag> is
Expand Down Expand Up @@ -12990,7 +12990,7 @@ Steve Ball</para>
<screen> &lt;xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'&gt;
&lt;xsl:import href="http://docbook.sourceforge.net/release/xsl/current/htmlhelp/htmlhelp.xsl"/&gt;
&lt;xsl:import href="http://cdn.docbook.org/release/xsl/current/htmlhelp/htmlhelp.xsl"/&gt;
&lt;xsl:output method="html" encoding="WINDOWS-1252" indent="no"/&gt;
&lt;xsl:param name="htmlhelp.encoding" select="'WINDOWS-1252'"&gt;&lt;/xsl:param&gt;
&lt;xsl:param name="chunker.output.encoding" select="'WINDOWS-1252'"&gt;&lt;/xsl:param&gt;
Expand Down Expand Up @@ -13411,8 +13411,8 @@ stylesheet with new indexing code
<programlisting>&lt;xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0"&gt;

&lt;xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/&gt;
&lt;xsl:include href="http://docbook.sourceforge.net/release/xsl/current/fo/autoidx-ng.xsl"/&gt;
&lt;xsl:import href="http://cdn.docbook.org/release/xsl/current/fo/docbook.xsl"/&gt;
&lt;xsl:include href="http://cdn.docbook.org/release/xsl/current/fo/autoidx-ng.xsl"/&gt;

&lt;/xsl:stylesheet&gt;</programlisting>
<para>New method is known to work with Saxon and it should also work
Expand Down
2 changes: 1 addition & 1 deletion xsl/common/autoidx-kimber.xsl
Expand Up @@ -15,7 +15,7 @@
<!-- ********************************************************************
This file is part of the DocBook XSL Stylesheet distribution.
See ../README or http://docbook.sf.net/ for copyright
See ../README or http://cdn.docbook.org/ for copyright
copyright and other information.
******************************************************************** -->
Expand Down

0 comments on commit 234412d

Please sign in to comment.