diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-15 06:54:55 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-15 06:54:55 +0900 |
commit | 4c7d5230da2c9c32ccfd18cf1f46b8c50d32db7a (patch) | |
tree | 650674e230a080d7fb66316773d232bb804f9fc1 | |
parent | 07c8642df491e2430792326e013a6820453718d6 (diff) | |
download | docbook-xsl-stylesheets-4c7d5230da2c9c32ccfd18cf1f46b8c50d32db7a.tar.gz docbook-xsl-stylesheets-4c7d5230da2c9c32ccfd18cf1f46b8c50d32db7a.tar.bz2 docbook-xsl-stylesheets-4c7d5230da2c9c32ccfd18cf1f46b8c50d32db7a.zip |
Imported Upstream version 1.79.1upstream/1.79.1
61 files changed, 3218 insertions, 651 deletions
@@ -11,7 +11,7 @@ history, you can obtain one by running the following commands: Table of Contents -Release Notes: 1.79.0 +Release Notes: 1.79.1 Gentext Common @@ -32,7 +32,7 @@ Release Notes: 1.79.0 Template Extensions -Release Notes: 1.79.0 +Release Notes: 1.79.1 The following is a list of changes that have been made since the 1.78.1 release. @@ -42,6 +42,10 @@ Gentext The following changes have been made to the gentext code since the 1.78.1 release. + • Robert Stayton: locale/hu.xml + + Check in PubDate fixes from bug #1372 + • Dongsheng Song: locale/zh.xml; locale/zh_cn.xml Fix Auditlocale.pl warning. @@ -1003,6 +1007,14 @@ Webhelp The following changes have been made to the webhelp code since the 1.78.1 release. + • Robert Stayton: xsl/titlepage.templates.xsl + + Fix typo. + + • Robert Stayton: xsl/titlepage.templates.xsl + + Add XHTML missing default namespace. + • Robert Stayton: xsl/webhelp-common.xsl Fix bug 1357 to avoid creating l10n.js file if only collecting olink data. @@ -1120,6 +1132,10 @@ Profiling The following changes have been made to the profiling code since the 1.78.1 release. + • Robert Stayton: profile.xsl + + Add missing profile.outputformat param declaration. + • tom_schr: profile-mode.xsl Added missing support for outputformat attribute @@ -1,4 +1,4 @@ -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Changes since the 1.78.1 release</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.0"><meta name="description" content="Note: This document lists changes only since the 1.78.1 release. If you instead want a record of the complete list of changes for the codebase over its entire history, you can obtain one by running the following commands: svn checkout svn://svn.code.sf.net/p/docbook/code/trunk/xsl svn log --xml --verbose xsl > ChangeHistory.xml"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article"><div class="titlepage"><div><div><h2 class="title"><a name="idp5728"></a>Changes since the 1.78.1 release</h2></div><div><div class="abstract"> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Changes since the 1.78.1 release</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"><meta name="description" content="Note: This document lists changes only since the 1.78.1 release. If you instead want a record of the complete list of changes for the codebase over its entire history, you can obtain one by running the following commands: svn checkout svn://svn.code.sf.net/p/docbook/code/trunk/xsl svn log --xml --verbose xsl > ChangeHistory.xml"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article"><div class="titlepage"><div><div><h2 class="title"><a name="idp7456"></a>Changes since the 1.78.1 release</h2></div><div><div class="abstract"> <p><span class="strong"><strong>Note:</strong></span> This document lists changes only since the 1.78.1 release. If you instead want a record of the complete list of @@ -7,20 +7,22 @@ </p><pre class="screen"> <code class="code">svn checkout svn://svn.code.sf.net/p/docbook/code/trunk/xsl</code> <code class="code">svn log --xml --verbose xsl > ChangeHistory.xml</code></pre> -</div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="#V1.79.0">Release Notes: 1.79.0</a></span></dt><dd><dl><dt><span class="section"><a href="#V1.79.0_Gentext">Gentext</a></span></dt><dt><span class="section"><a href="#V1.79.0_Common">Common</a></span></dt><dt><span class="section"><a href="#V1.79.0_FO">FO</a></span></dt><dt><span class="section"><a href="#V1.79.0_HTML">HTML</a></span></dt><dt><span class="section"><a href="#V1.79.0_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#V1.79.0_Epub">Epub</a></span></dt><dt><span class="section"><a href="#V1.79.0_HTMLHelp">HTMLHelp</a></span></dt><dt><span class="section"><a href="#V1.79.0_Eclipse">Eclipse</a></span></dt><dt><span class="section"><a href="#V1.79.0_JavaHelp">JavaHelp</a></span></dt><dt><span class="section"><a href="#V1.79.0_Slides">Slides</a></span></dt><dt><span class="section"><a href="#V1.79.0_Website">Website</a></span></dt><dt><span class="section"><a href="#V1.79.0_Webhelp">Webhelp</a></span></dt><dt><span class="section"><a href="#V1.79.0_Params">Params</a></span></dt><dt><span class="section"><a href="#V1.79.0_Profiling">Profiling</a></span></dt><dt><span class="section"><a href="#V1.79.0_Lib">Lib</a></span></dt><dt><span class="section"><a href="#V1.79.0_Tools">Tools</a></span></dt><dt><span class="section"><a href="#V1.79.0_Template">Template</a></span></dt><dt><span class="section"><a href="#V1.79.0_Extensions">Extensions</a></span></dt></dl></dd></dl></div> +</div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="#V1.79.1">Release Notes: 1.79.1</a></span></dt><dd><dl><dt><span class="section"><a href="#V1.79.1_Gentext">Gentext</a></span></dt><dt><span class="section"><a href="#V1.79.1_Common">Common</a></span></dt><dt><span class="section"><a href="#V1.79.1_FO">FO</a></span></dt><dt><span class="section"><a href="#V1.79.1_HTML">HTML</a></span></dt><dt><span class="section"><a href="#V1.79.1_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#V1.79.1_Epub">Epub</a></span></dt><dt><span class="section"><a href="#V1.79.1_HTMLHelp">HTMLHelp</a></span></dt><dt><span class="section"><a href="#V1.79.1_Eclipse">Eclipse</a></span></dt><dt><span class="section"><a href="#V1.79.1_JavaHelp">JavaHelp</a></span></dt><dt><span class="section"><a href="#V1.79.1_Slides">Slides</a></span></dt><dt><span class="section"><a href="#V1.79.1_Website">Website</a></span></dt><dt><span class="section"><a href="#V1.79.1_Webhelp">Webhelp</a></span></dt><dt><span class="section"><a href="#V1.79.1_Params">Params</a></span></dt><dt><span class="section"><a href="#V1.79.1_Profiling">Profiling</a></span></dt><dt><span class="section"><a href="#V1.79.1_Lib">Lib</a></span></dt><dt><span class="section"><a href="#V1.79.1_Tools">Tools</a></span></dt><dt><span class="section"><a href="#V1.79.1_Template">Template</a></span></dt><dt><span class="section"><a href="#V1.79.1_Extensions">Extensions</a></span></dt></dl></dd></dl></div> -<div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="V1.79.0"></a>Release Notes: 1.79.0</h2></div></div></div> +<div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="V1.79.1"></a>Release Notes: 1.79.1</h2></div></div></div> <p>The following is a list of changes that have been made since the 1.78.1 release.</p> -<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.0_Gentext"></a>Gentext</h3></div></div></div> +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Gentext"></a>Gentext</h3></div></div></div> <p>The following changes have been made to the <code class="filename">gentext</code> code since the 1.78.1 release.</p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> +<p><code class="literal">Robert Stayton: locale/hu.xml</code></p><pre class="screen"><span class="commit-message">Check in <a href="http://docbook.org/tdg5/en/html/pubdate.html"><code class="sgmltag-element">PubDate</code></a> fixes from bug #1372</span></pre> +</li><li class="listitem"> <p><code class="literal">Dongsheng Song: locale/zh.xml; locale/zh_cn.xml</code></p><pre class="screen"><span class="commit-message">Fix Auditlocale.pl warning.</span></pre> </li><li class="listitem"> <p><code class="literal">Robert Stayton: locale/en.xml</code></p><pre class="screen"><span class="commit-message">Add elements dialogue, drama, and poetry from DocBook Publishers.</span></pre> @@ -56,7 +58,7 @@ contributed through SourceForge Patch # 187.</span></pre> </li></ul></div> </div> -<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.0_Common"></a>Common</h3></div></div></div> +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Common"></a>Common</h3></div></div></div> <p>The following changes have been made to the <code class="filename">common</code> code @@ -110,7 +112,7 @@ param not set by <a href="http://docbook.org/tdg5/en/html/olink.html"><code clas </li></ul></div> </div> -<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.0_FO"></a>FO</h3></div></div></div> +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_FO"></a>FO</h3></div></div></div> <p>The following changes have been made to the <code class="filename">fo</code> code @@ -287,7 +289,7 @@ defaultlabel = 'none'.</span></pre> </li></ul></div> </div> -<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.0_HTML"></a>HTML</h3></div></div></div> +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_HTML"></a>HTML</h3></div></div></div> <p>The following changes have been made to the <code class="filename">html</code> code @@ -439,7 +441,7 @@ For more <a href="http://docbook.org/tdg5/en/html/info.html"><code class="sgmlta </li></ul></div> </div> -<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.0_Manpages"></a>Manpages</h3></div></div></div> +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Manpages"></a>Manpages</h3></div></div></div> <p>The following changes have been made to the <code class="filename">manpages</code> code @@ -479,7 +481,7 @@ Fixes bug #1322.</span></pre> </li></ul></div> </div> -<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.0_Epub"></a>Epub</h3></div></div></div> +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Epub"></a>Epub</h3></div></div></div> <p>The following changes have been made to the <code class="filename">epub</code> code @@ -532,7 +534,7 @@ otherwise use the normalized string content</span></pre> </li></ul></div> </div> -<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.0_HTMLHelp"></a>HTMLHelp</h3></div></div></div> +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_HTMLHelp"></a>HTMLHelp</h3></div></div></div> <p>The following changes have been made to the <code class="filename">htmlhelp</code> code @@ -547,7 +549,7 @@ conversion.</span></pre> </li></ul></div> </div> -<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.0_Eclipse"></a>Eclipse</h3></div></div></div> +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Eclipse"></a>Eclipse</h3></div></div></div> <p>The following changes have been made to the <code class="filename">eclipse</code> code @@ -562,7 +564,7 @@ namespaced source.</span></pre> </li></ul></div> </div> -<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.0_JavaHelp"></a>JavaHelp</h3></div></div></div> +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_JavaHelp"></a>JavaHelp</h3></div></div></div> <p>The following changes have been made to the <code class="filename">javahelp</code> code @@ -577,7 +579,7 @@ conversions.</span></pre> </li></ul></div> </div> -<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.0_Slides"></a>Slides</h3></div></div></div> +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Slides"></a>Slides</h3></div></div></div> <p>The following changes have been made to the <code class="filename">slides</code> code @@ -600,7 +602,7 @@ stylesheets.</span></pre> </li></ul></div> </div> -<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.0_Website"></a>Website</h3></div></div></div> +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Website"></a>Website</h3></div></div></div> <p>The following changes have been made to the <code class="filename">website</code> code @@ -614,12 +616,16 @@ stylesheets.</span></pre> </li></ul></div> </div> -<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.0_Webhelp"></a>Webhelp</h3></div></div></div> +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Webhelp"></a>Webhelp</h3></div></div></div> <p>The following changes have been made to the <code class="filename">webhelp</code> code since the 1.78.1 release.</p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> +<p><code class="literal">Robert Stayton: xsl/titlepage.templates.xsl</code></p><pre class="screen"><span class="commit-message">Fix typo.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: xsl/titlepage.templates.xsl</code></p><pre class="screen"><span class="commit-message">Add XHTML missing default namespace.</span></pre> +</li><li class="listitem"> <p><code class="literal">Robert Stayton: xsl/webhelp-common.xsl</code></p><pre class="screen"><span class="commit-message">Fix bug 1357 to avoid creating l10n.js file if only collecting <a href="http://docbook.org/tdg5/en/html/olink.html"><code class="sgmltag-element">olink</code></a> data.</span></pre> </li><li class="listitem"> <p><code class="literal">Robert Stayton: docsrc/xinclude-test.xml; docsrc/readme.xml</code></p><pre class="screen"><span class="commit-message">Convert XML doc to DB5.</span></pre> @@ -636,7 +642,7 @@ stylesheets.</span></pre> </li></ul></div> </div> -<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.0_Params"></a>Params</h3></div></div></div> +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Params"></a>Params</h3></div></div></div> <p>The following changes have been made to the <code class="filename">params</code> code @@ -686,12 +692,14 @@ Make <a href="http://docbook.org/tdg5/en/html/toc.html"><code class="sgmltag-ele </li></ul></div> </div> -<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.0_Profiling"></a>Profiling</h3></div></div></div> +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Profiling"></a>Profiling</h3></div></div></div> <p>The following changes have been made to the <code class="filename">profiling</code> code since the 1.78.1 release.</p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> +<p><code class="literal">Robert Stayton: profile.xsl</code></p><pre class="screen"><span class="commit-message">Add missing <a href="http://docbook.sourceforge.net/release/xsl/current/doc/html/profile.outputformat.html"><em class="parameter"><code>profile.outputformat</code></em></a> param declaration.</span></pre> +</li><li class="listitem"> <p><code class="literal">tom_schr: profile-mode.xsl</code></p><pre class="screen"><span class="commit-message">Added missing support for outputformat attribute * Added missing parameter <a href="http://docbook.sourceforge.net/release/xsl/current/doc/html/profile.outputformat.html"><em class="parameter"><code>profile.outputformat</code></em></a> in @@ -708,7 +716,7 @@ chunk-code.xsl instead of profile-chunk-code.xsl.</span></pre> </li></ul></div> </div> -<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.0_Lib"></a>Lib</h3></div></div></div> +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Lib"></a>Lib</h3></div></div></div> <p>The following changes have been made to the <code class="filename">lib</code> code @@ -718,7 +726,7 @@ chunk-code.xsl instead of profile-chunk-code.xsl.</span></pre> </li></ul></div> </div> -<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.0_Tools"></a>Tools</h3></div></div></div> +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Tools"></a>Tools</h3></div></div></div> <p>The following changes have been made to the <code class="filename">tools</code> code @@ -736,7 +744,7 @@ chunk-code.xsl instead of profile-chunk-code.xsl.</span></pre> </li></ul></div> </div> -<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.0_Template"></a>Template</h3></div></div></div> +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Template"></a>Template</h3></div></div></div> <p>The following changes have been made to the <code class="filename">template</code> code @@ -761,7 +769,7 @@ version and non-namespaced version.</span></pre> </li></ul></div> </div> -<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.0_Extensions"></a>Extensions</h3></div></div></div> +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Extensions"></a>Extensions</h3></div></div></div> <p>The following changes have been made to the <code class="filename">extensions</code> code @@ -14,18 +14,21 @@ </abstract> </info><title>Changes since the 1.78.1 release</title> -<section xml:id="V1.79.0"> -<title>Release Notes: 1.79.0</title> +<section xml:id="V1.79.1"> +<title>Release Notes: 1.79.1</title> <para>The following is a list of changes that have been made since the 1.78.1 release.</para> -<section xml:id="V1.79.0_Gentext"> +<section xml:id="V1.79.1_Gentext"> <title>Gentext</title> <para>The following changes have been made to the <filename>gentext</filename> code since the 1.78.1 release.</para> <itemizedlist> <listitem> +<para><literal>Robert Stayton: locale/hu.xml</literal></para><screen><phrase role="commit-message">Check in <tag>PubDate</tag> fixes from bug #1372</phrase></screen> +</listitem> +<listitem> <para><literal>Dongsheng Song: locale/zh.xml; locale/zh_cn.xml</literal></para><screen><phrase role="commit-message">Fix Auditlocale.pl warning.</phrase></screen> </listitem> <listitem> @@ -75,9 +78,9 @@ contributed through SourceForge Patch # 187.</phrase></screen> <para><literal>Robert Stayton: locale/en.xml</literal></para><screen><phrase role="commit-message">Add key="optional-step".</phrase></screen> </listitem> </itemizedlist> -</section><!--end of Gentext changes for 1.79.0--> +</section><!--end of Gentext changes for 1.79.1--> -<section xml:id="V1.79.0_Common"> +<section xml:id="V1.79.1_Common"> <title>Common</title> <para>The following changes have been made to the <filename>common</filename> code @@ -146,9 +149,9 @@ so the name style can be selected by passing a param.</phrase></screen> param not set by <tag>olink</tag>'s xref-to. Fixed using submitted patch.</phrase></screen> </listitem> </itemizedlist> -</section><!--end of Common changes for 1.79.0--> +</section><!--end of Common changes for 1.79.1--> -<section xml:id="V1.79.0_FO"> +<section xml:id="V1.79.1_FO"> <title>FO</title> <para>The following changes have been made to the <filename>fo</filename> code @@ -389,9 +392,9 @@ use the $symbol.font.family if it is set.</phrase></screen> defaultlabel = 'none'.</phrase></screen> </listitem> </itemizedlist> -</section><!--end of FO changes for 1.79.0--> +</section><!--end of FO changes for 1.79.1--> -<section xml:id="V1.79.0_HTML"> +<section xml:id="V1.79.1_HTML"> <title>HTML</title> <para>The following changes have been made to the <filename>html</filename> code @@ -597,9 +600,9 @@ For more <tag>info</tag> about ITS see http://www.w3.org/<tag>TR</tag>/its20/</p <para><literal>Robert Stayton: inline.xsl</literal></para><screen><phrase role="commit-message">Turn off id attribute on <tag>glossterm</tag> <tag>anchor</tag>, because it is on the element itself.</phrase></screen> </listitem> </itemizedlist> -</section><!--end of HTML changes for 1.79.0--> +</section><!--end of HTML changes for 1.79.1--> -<section xml:id="V1.79.0_Manpages"> +<section xml:id="V1.79.1_Manpages"> <title>Manpages</title> <para>The following changes have been made to the <filename>manpages</filename> code @@ -650,9 +653,9 @@ Fixes bug #1322.</phrase></screen> <para><literal>dleidert: info.xsl</literal></para><screen><phrase role="commit-message">Fix a typo (http://bugs.debian.org/698962).</phrase></screen> </listitem> </itemizedlist> -</section><!--end of Manpages changes for 1.79.0--> +</section><!--end of Manpages changes for 1.79.1--> -<section xml:id="V1.79.0_Epub"> +<section xml:id="V1.79.1_Epub"> <title>Epub</title> <para>The following changes have been made to the <filename>epub</filename> code @@ -717,9 +720,9 @@ otherwise use the normalized string content</phrase></screen> <para><literal>Robert Stayton: docbook.xsl</literal></para><screen><phrase role="commit-message">Fix bug in <tag>author</tag> template generating a span element inside an attribute value.</phrase></screen> </listitem> </itemizedlist> -</section><!--end of Epub changes for 1.79.0--> +</section><!--end of Epub changes for 1.79.1--> -<section xml:id="V1.79.0_HTMLHelp"> +<section xml:id="V1.79.1_HTMLHelp"> <title>HTMLHelp</title> <para>The following changes have been made to the <filename>htmlhelp</filename> code @@ -736,9 +739,9 @@ otherwise use the normalized string content</phrase></screen> conversion.</phrase></screen> </listitem> </itemizedlist> -</section><!--end of HTMLHelp changes for 1.79.0--> +</section><!--end of HTMLHelp changes for 1.79.1--> -<section xml:id="V1.79.0_Eclipse"> +<section xml:id="V1.79.1_Eclipse"> <title>Eclipse</title> <para>The following changes have been made to the <filename>eclipse</filename> code @@ -755,9 +758,9 @@ conversion.</phrase></screen> namespaced source.</phrase></screen> </listitem> </itemizedlist> -</section><!--end of Eclipse changes for 1.79.0--> +</section><!--end of Eclipse changes for 1.79.1--> -<section xml:id="V1.79.0_JavaHelp"> +<section xml:id="V1.79.1_JavaHelp"> <title>JavaHelp</title> <para>The following changes have been made to the <filename>javahelp</filename> code @@ -774,9 +777,9 @@ namespaced source.</phrase></screen> conversions.</phrase></screen> </listitem> </itemizedlist> -</section><!--end of JavaHelp changes for 1.79.0--> +</section><!--end of JavaHelp changes for 1.79.1--> -<section xml:id="V1.79.0_Slides"> +<section xml:id="V1.79.1_Slides"> <title>Slides</title> <para>The following changes have been made to the <filename>slides</filename> code @@ -805,9 +808,9 @@ stylesheets.</phrase></screen> <para><literal>Jirka Kosek: doc/Makefile</literal></para><screen><phrase role="commit-message">Corrected path</phrase></screen> </listitem> </itemizedlist> -</section><!--end of Slides changes for 1.79.0--> +</section><!--end of Slides changes for 1.79.1--> -<section xml:id="V1.79.0_Website"> +<section xml:id="V1.79.1_Website"> <title>Website</title> <para>The following changes have been made to the <filename>website</filename> code @@ -823,15 +826,21 @@ stylesheets.</phrase></screen> <para><literal>stilor: olink.xsl</literal></para><screen><phrase role="commit-message">Make <tag>olink</tag> errors/warnings overridable in customizations.</phrase></screen> </listitem> </itemizedlist> -</section><!--end of Website changes for 1.79.0--> +</section><!--end of Website changes for 1.79.1--> -<section xml:id="V1.79.0_Webhelp"> +<section xml:id="V1.79.1_Webhelp"> <title>Webhelp</title> <para>The following changes have been made to the <filename>webhelp</filename> code since the 1.78.1 release.</para> <itemizedlist> <listitem> +<para><literal>Robert Stayton: xsl/titlepage.templates.xsl</literal></para><screen><phrase role="commit-message">Fix typo.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: xsl/titlepage.templates.xsl</literal></para><screen><phrase role="commit-message">Add XHTML missing default namespace.</phrase></screen> +</listitem> +<listitem> <para><literal>Robert Stayton: xsl/webhelp-common.xsl</literal></para><screen><phrase role="commit-message">Fix bug 1357 to avoid creating l10n.js file if only collecting <tag>olink</tag> data.</phrase></screen> </listitem> <listitem> @@ -853,9 +862,9 @@ stylesheets.</phrase></screen> <para><literal>Jirka Kosek: template/common/main.js</literal></para><screen><phrase role="commit-message">Fix for bug #1301</phrase></screen> </listitem> </itemizedlist> -</section><!--end of Webhelp changes for 1.79.0--> +</section><!--end of Webhelp changes for 1.79.1--> -<section xml:id="V1.79.0_Params"> +<section xml:id="V1.79.1_Params"> <title>Params</title> <para>The following changes have been made to the <filename>params</filename> code @@ -921,15 +930,18 @@ Make <tag>ToC</tag> fo:leader properties configurable via attribute set.</phrase <para><literal>Robert Stayton: mark.optional.procedure.steps.xml</literal></para><screen><phrase role="commit-message">New param to turn off Optional text for optional steps.</phrase></screen> </listitem> </itemizedlist> -</section><!--end of Params changes for 1.79.0--> +</section><!--end of Params changes for 1.79.1--> -<section xml:id="V1.79.0_Profiling"> +<section xml:id="V1.79.1_Profiling"> <title>Profiling</title> <para>The following changes have been made to the <filename>profiling</filename> code since the 1.78.1 release.</para> <itemizedlist> <listitem> +<para><literal>Robert Stayton: profile.xsl</literal></para><screen><phrase role="commit-message">Add missing <parameter>profile.outputformat</parameter> param declaration.</phrase></screen> +</listitem> +<listitem> <para><literal>tom_schr: profile-mode.xsl</literal></para><screen><phrase role="commit-message">Added missing support for outputformat attribute * Added missing parameter <parameter>profile.outputformat</parameter> in @@ -948,9 +960,9 @@ chunk-code.xsl instead of profile-chunk-code.xsl.</phrase></screen> <para><literal>Robert Stayton: xsl2profile.xsl</literal></para><screen><phrase role="commit-message">Adjust namespace fixup to match other templates.</phrase></screen> </listitem> </itemizedlist> -</section><!--end of Profiling changes for 1.79.0--> +</section><!--end of Profiling changes for 1.79.1--> -<section xml:id="V1.79.0_Lib"> +<section xml:id="V1.79.1_Lib"> <title>Lib</title> <para>The following changes have been made to the <filename>lib</filename> code @@ -960,9 +972,9 @@ chunk-code.xsl instead of profile-chunk-code.xsl.</phrase></screen> <para><literal>Jirka Kosek: build.xml</literal></para><screen><phrase role="commit-message">Added lib ant build support</phrase></screen> </listitem> </itemizedlist> -</section><!--end of Lib changes for 1.79.0--> +</section><!--end of Lib changes for 1.79.1--> -<section xml:id="V1.79.0_Tools"> +<section xml:id="V1.79.1_Tools"> <title>Tools</title> <para>The following changes have been made to the <filename>tools</filename> code @@ -984,9 +996,9 @@ chunk-code.xsl instead of profile-chunk-code.xsl.</phrase></screen> <para><literal>Jirka Kosek: licenses/saxon/JAMESCLARK.txt; lib/jython.jar; lib/xercesImpl.jar; licenses/j⋯</literal></para><screen><phrase role="commit-message">Initial work on Ant build, common (L10N) directory handled so far</phrase></screen> </listitem> </itemizedlist> -</section><!--end of Tools changes for 1.79.0--> +</section><!--end of Tools changes for 1.79.1--> -<section xml:id="V1.79.0_Template"> +<section xml:id="V1.79.1_Template"> <title>Template</title> <para>The following changes have been made to the <filename>template</filename> code @@ -1017,9 +1029,9 @@ version and non-namespaced version.</phrase></screen> <para><literal>stilor: titlepage.xsl</literal></para><screen><phrase role="commit-message">Remove autoguessing of the namespace for wrapper elements; determine namespace by prefix, if any.</phrase></screen> </listitem> </itemizedlist> -</section><!--end of Template changes for 1.79.0--> +</section><!--end of Template changes for 1.79.1--> -<section xml:id="V1.79.0_Extensions"> +<section xml:id="V1.79.1_Extensions"> <title>Extensions</title> <para>The following changes have been made to the <filename>extensions</filename> code @@ -1032,7 +1044,7 @@ version and non-namespaced version.</phrase></screen> <para><literal>Jirka Kosek: build.xml</literal></para><screen><phrase role="commit-message">Extensions and other builds ported to Ant</phrase></screen> </listitem> </itemizedlist> -</section><!--end of Extensions changes for 1.79.0--> +</section><!--end of Extensions changes for 1.79.1--> </section> </article> diff --git a/RELEASE-NOTES.html b/RELEASE-NOTES.html index 18501e1..84fb152 100644 --- a/RELEASE-NOTES.html +++ b/RELEASE-NOTES.html @@ -1,8 +1,8 @@ -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Release Notes for the DocBook XSL Stylesheets</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.0"><meta name="description" content="This release-notes document is available in the following formats: HTML, PDF, plain text; it provides a per-release list of enhancements and changes to the stylesheets’ public APIs (user-configurable parameters) and excludes descriptions of most bug fixes. For a complete list of all changes (including all bug fixes) that have been made since the previous release, see the separate NEWS (plain text) or NEWS.html files. Also available: An online hyperlinked change history (warning: big file) of all changes made over the entire history of the codebase. As with all DocBook Project dot-zero releases, this is a candidate release for testing by the DocBook community. It will be followed shortly by a stable release."></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div lang="en" class="article"><div class="titlepage"><div><div><h2 class="title"><a name="releasenotes"></a>Release Notes for the DocBook XSL Stylesheets</h2></div><div><p class="releaseinfo">$Revision: 10004 $ $Date: 2015-10-15 21:10:53 +0000 (Thu, 15 Oct 2015) $</p></div><div><p class="pubdate">2015-10-15</p></div><div><div class="abstract"> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Release Notes for the DocBook XSL Stylesheets</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"><meta name="description" content="This release-notes document is available in the following formats: HTML, plain text; it provides a per-release list of enhancements and changes to the stylesheets’ public APIs (user-configurable parameters) and excludes descriptions of most bug fixes. For a complete list of all changes (including all bug fixes) that have been made since the previous release, see the separate NEWS (plain text) or NEWS.html files. Also available: An online hyperlinked change history (warning: big file) of all changes made over the entire history of the codebase."></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div lang="en" class="article"><div class="titlepage"><div><div><h2 class="title"><a name="releasenotes"></a>Release Notes for the DocBook XSL Stylesheets</h2></div><div><p class="releaseinfo">$Revision: 10010 $ $Date: 2015-12-26 23:05:24 +0000 (Sat, 26 Dec 2015) $</p></div><div><p class="pubdate">2015-12-26</p></div><div><div class="abstract"> <p>This release-notes document is available in the following formats: <a class="ulink" href="http://docbook.sourceforge.net/release/xsl/current/RELEASE-NOTES.html" target="_top">HTML</a>, - <a class="ulink" href="http://docbook.sourceforge.net/release/xsl/current/RELEASE-NOTES.pdf" target="_top">PDF</a>, + <a class="ulink" href="http://docbook.sourceforge.net/release/xsl/current/RELEASE-NOTES.txt" target="_top">plain text</a>; it provides a per-release list of enhancements and changes to the stylesheets’ public APIs (user-configurable parameters) and excludes descriptions of most @@ -11,14 +11,784 @@ fixes) that have been made since the previous release, see the separate <a class="ulink" href="NEWS" target="_top">NEWS</a> (plain text) or <a class="ulink" href="NEWS.html" target="_top">NEWS.html</a> files. Also available: An online <a class="ulink" href="http://docbook.svn.sourceforge.net/viewvc/docbook/trunk/xsl/?view=log" target="_top">hyperlinked change history</a> (warning: big file) of all changes made over the entire history of the codebase.</p> -<p>As with all DocBook Project <a class="link" href="#dot0" title="About dot-zero releases">dot-zero</a> releases, this is a - candidate release for testing by the DocBook community. It will be followed shortly by a stable - release.</p> -</div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="#Vsnapshot_9999">Release Notes: 1.79.0</a></span></dt><dd><dl><dt><span class="section"><a href="#Vsnapshot_9999_Gentext">Gentext</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_Common">Common</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_FO">FO</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_HTML">HTML</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_Epub">Epub</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_HTMLHelp">HTMLHelp</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_Eclipse">Eclipse</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_JavaHelp">JavaHelp</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_Slides">Slides</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_Website">Website</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_Webhelp">Webhelp</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_Params">Params</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_Profiling">Profiling</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_Lib">Lib</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_Tools">Tools</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_Template">Template</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_Extensions">Extensions</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.78.1">Release Notes: 1.78.1</a></span></dt><dd><dl><dt><span class="section"><a href="#V1.78.1_Common">Common</a></span></dt><dt><span class="section"><a href="#V1.78.1_FO">FO</a></span></dt><dt><span class="section"><a href="#V1.78.1_HTML">HTML</a></span></dt><dt><span class="section"><a href="#V1.78.1_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#V1.78.1_Webhelp">Webhelp</a></span></dt><dt><span class="section"><a href="#V1.78.1_Params">Params</a></span></dt><dt><span class="section"><a href="#V1.78.1_Highlighting">Highlighting</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.78.0">Release Notes: 1.78.0</a></span></dt><dd><dl><dt><span class="section"><a href="#V1.78.0_Gentext">Gentext</a></span></dt><dt><span class="section"><a href="#V1.78.0_Common">Common</a></span></dt><dt><span class="section"><a href="#V1.78.0_FO">FO</a></span></dt><dt><span class="section"><a href="#V1.78.0_HTML">HTML</a></span></dt><dt><span class="section"><a href="#V1.78.0_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#V1.78.0_Roundtrip">Roundtrip</a></span></dt><dt><span class="section"><a href="#V1.78.0_Slides">Slides</a></span></dt><dt><span class="section"><a href="#V1.78.0_Webhelp">Webhelp</a></span></dt><dt><span class="section"><a href="#V1.78.0_Params">Params</a></span></dt><dt><span class="section"><a href="#V1.78.0_Profiling">Profiling</a></span></dt><dt><span class="section"><a href="#V1.78.0_Tools">Tools</a></span></dt><dt><span class="section"><a href="#V1.78.0_Template">Template</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.77.0">Release Notes: 1.77.1</a></span></dt><dd><dl><dt><span class="section"><a href="#rnV1.77_Gentext">Gentext</a></span></dt><dt><span class="section"><a href="#VrnV1.77_Common">Common</a></span></dt><dt><span class="section"><a href="#rnV1.77_FO">FO</a></span></dt><dt><span class="section"><a href="#rnV1.77_HTML">HTML</a></span></dt><dt><span class="section"><a href="#rnV1.77_Epub">Epub</a></span></dt><dt><span class="section"><a href="#rnV1.77_HTMLHelp">HTMLHelp</a></span></dt><dt><span class="section"><a href="#rnV1.77_Eclipse">Eclipse</a></span></dt><dt><span class="section"><a href="#rnV1.77_">JavaHelp</a></span></dt><dt><span class="section"><a href="#rnV1.77_Webhelp">Webhelp</a></span></dt><dt><span class="section"><a href="#rnV1.77_Params">Params</a></span></dt><dt><span class="section"><a href="#rnV1.77_Highlighting">Highlighting</a></span></dt><dt><span class="section"><a href="#rnV1.77_Profiling">Profiling</a></span></dt><dt><span class="section"><a href="#rnV1.77_Lib">Lib</a></span></dt><dt><span class="section"><a href="#rnV1.77_Template">Template</a></span></dt><dt><span class="section"><a href="#rnV1.77_Extensions">Extensions</a></span></dt><dt><span class="section"><a href="#rnV1.77_XSL-Saxon">XSL-Saxon</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.77.1">Release Notes: 1.77.1</a></span></dt><dd><dl><dt><span class="section"><a href="#Vsnapshot_9396_FO">FO</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9396_HTML">HTML</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9396_Roundtrip">Roundtrip</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9396_Slides">Slides</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9396_Website">Website</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9396_Webhelp">Webhelp</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.76.1">Release Notes: 1.76.1</a></span></dt><dd><dl><dt><span class="section"><a href="#rnV1.76.1_FO">FO</a></span></dt><dt><span class="section"><a href="#rnV1.76.1_HTML">HTML</a></span></dt><dt><span class="section"><a href="#rnV1.76.1_Params">Params</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.76.0">Release Notes: 1.76.0</a></span></dt><dd><dl><dt><span class="section"><a href="#rnV1.76.0_Gentext">Gentext</a></span></dt><dt><span class="section"><a href="#rnV1.76.0_Common">Common</a></span></dt><dt><span class="section"><a href="#rnV1.76.0_FO">FO</a></span></dt><dt><span class="section"><a href="#rnV1.76.0_HTML">HTML</a></span></dt><dt><span class="section"><a href="#rnV1.76.0_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#rnV1.76.0_Epub">Epub</a></span></dt><dt><span class="section"><a href="#rnV1.76.0_Eclipse">Eclipse</a></span></dt><dt><span class="section"><a href="#rnV1.76.0_Params">Params</a></span></dt><dt><span class="section"><a href="#rnV1.76.0_XSL-Xalan">XSL-Xalan</a></span></dt></dl></dd><dt><span class="section"><a href="#rn_V1.75.2">Release Notes: 1.75.2</a></span></dt><dd><dl><dt><span class="section"><a href="#rn_V1.75.2_Gentext">Gentext</a></span></dt><dt><span class="section"><a href="#rn_V1.75.2_Common">Common</a></span></dt><dt><span class="section"><a href="#rn_V1.75.2_FO">FO</a></span></dt><dt><span class="section"><a href="#rn_V1.75.2_HTML">HTML</a></span></dt><dt><span class="section"><a href="#rn_V1.75.2_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#rn_V1.75.2_Epub">Epub</a></span></dt><dt><span class="section"><a href="#rn_V1.75.2_Profiling">Profiling</a></span></dt><dt><span class="section"><a href="#rn_V1.75.2_XSL-Saxon">XSL-Saxon</a></span></dt><dt><span class="section"><a href="#rn_V1.75.2_XSL-Xalan">XSL-Xalan</a></span></dt></dl></dd><dt><span class="section"><a href="#rn_V1.75.1">Release Notes: 1.75.1</a></span></dt><dd><dl><dt><span class="section"><a href="#rn_V1.75.1_FO">FO</a></span></dt><dt><span class="section"><a href="#rn_V1.75.1_HTML">HTML</a></span></dt><dt><span class="section"><a href="#rn_V1.75.1_Epub">Epub</a></span></dt><dt><span class="section"><a href="#rn_V1.75.1_Params">Params</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.75.0">Release Notes: 1.75.0</a></span></dt><dd><dl><dt><span class="section"><a href="#rn_V1.75.0_Gentext">Gentext</a></span></dt><dt><span class="section"><a href="#rn_V1.75.0_Common">Common</a></span></dt><dt><span class="section"><a href="#rn_V1.75.0_FO">FO</a></span></dt><dt><span class="section"><a href="#rn_V1.75.0_HTML">HTML</a></span></dt><dt><span class="section"><a href="#rn_V1.75.0_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#rn_V1.75.0_Epub">ePub</a></span></dt><dt><span class="section"><a href="#rn_V1.75.0_HTMLHelp">HTMLHelp</a></span></dt><dt><span class="section"><a href="#rn_V1.75.0_Params">Params</a></span></dt><dt><span class="section"><a href="#rn_V1.75.0_Highlighting">Highlighting</a></span></dt><dt><span class="section"><a href="#rn_V1.75.0_XSL-Saxon">XSL-Saxon</a></span></dt><dt><span class="section"><a href="#rn_V1.75.0_XSL-Xalan">XSL-Xalan</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.74.3">Release Notes: 1.74.3</a></span></dt><dt><span class="section"><a href="#V1.74.2">Release Notes: 1.74.2</a></span></dt><dt><span class="section"><a href="#V1.74.1">Release Notes: 1.74.1</a></span></dt><dd><dl><dt><span class="section"><a href="#summary_V1.74.1_Gentext">Gentext</a></span></dt><dt><span class="section"><a href="#summary_V1.74.1_FO">FO</a></span></dt><dt><span class="section"><a href="#summary_V1.74.1_HTML">HTML</a></span></dt><dt><span class="section"><a href="#summary_V1.74.1_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#summary_V1.74.1_Epub">ePub</a></span></dt><dt><span class="section"><a href="#summary_V1.74.1_Roundtrip">Roundtrip</a></span></dt><dt><span class="section"><a href="#summary_V1.74.1_Params">Params</a></span></dt><dt><span class="section"><a href="#summary_V1.74.1_Highlighting">Highlighting</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.74.0">Release Notes: 1.74.0</a></span></dt><dd><dl><dt><span class="section"><a href="#V1.74.0_Gentext">Gentext</a></span></dt><dt><span class="section"><a href="#V1.74.0_Common">Common</a></span></dt><dt><span class="section"><a href="#V1.74.0_FO">FO</a></span></dt><dt><span class="section"><a href="#V1.74.0_HTML">HTML</a></span></dt><dt><span class="section"><a href="#V1.74.0_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#V1.74.0_Epub">Epub</a></span></dt><dt><span class="section"><a href="#V1.74.0_HTMLHelp">HTMLHelp</a></span></dt><dt><span class="section"><a href="#V1.74.0_Eclipse">Eclipse</a></span></dt><dt><span class="section"><a href="#V1.74.0_JavaHelp">JavaHelp</a></span></dt><dt><span class="section"><a href="#V1.74.0_Roundtrip">Roundtrip</a></span></dt><dt><span class="section"><a href="#V1.74.0_Slides">Slides</a></span></dt><dt><span class="section"><a href="#V1.74.0_Website">Website</a></span></dt><dt><span class="section"><a href="#V1.74.0_Params">Params</a></span></dt><dt><span class="section"><a href="#V1.74.0_Profiling">Profiling</a></span></dt><dt><span class="section"><a href="#V1.74.0_Tools">Tools</a></span></dt><dt><span class="section"><a href="#V1.74.0_Extensions">Extensions</a></span></dt><dt><span class="section"><a href="#V1.74.0_XSL-Saxon">XSL-Saxon</a></span></dt><dt><span class="section"><a href="#V1.74.0_XSL-Xalan">XSL-Xalan</a></span></dt><dt><span class="section"><a href="#V1.74.0_XSL-libxslt">XSL-libxslt</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.73.2">Release Notes: 1.73.2</a></span></dt><dt><span class="section"><a href="#V1.73.1">Release: 1.73.1</a></span></dt><dd><dl><dt><span class="section"><a href="#V1.73.1_Gentext">Gentext</a></span></dt><dt><span class="section"><a href="#V1.73.1_FO">FO</a></span></dt><dt><span class="section"><a href="#V1.73.1_HTML">HTML</a></span></dt><dt><span class="section"><a href="#V1.73.1_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#V1.73.1_HTMLHelp">HTMLHelp</a></span></dt><dt><span class="section"><a href="#V1.73.1_Eclipse">Eclipse</a></span></dt><dt><span class="section"><a href="#V1.73.1_JavaHelp">JavaHelp</a></span></dt><dt><span class="section"><a href="#V1.73.1_Roundtrip">Roundtrip</a></span></dt><dt><span class="section"><a href="#V1.73.1_Params">Params</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.73.0">Release: 1.73.0</a></span></dt><dd><dl><dt><span class="section"><a href="#V1.73.0_Gentext">Gentext</a></span></dt><dt><span class="section"><a href="#V1.73.0_Common">Common</a></span></dt><dt><span class="section"><a href="#V1.73.0_FO">FO</a></span></dt><dt><span class="section"><a href="#V1.73.0_HTML">HTML</a></span></dt><dt><span class="section"><a href="#V1.73.0_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#V1.73.0_Eclipse">Eclipse</a></span></dt><dt><span class="section"><a href="#V1.73.0_JavaHelp">JavaHelp</a></span></dt><dt><span class="section"><a href="#V1.73.0_Roundtrip">Roundtrip</a></span></dt><dt><span class="section"><a href="#V1.73.0_Params">Params</a></span></dt><dt><span class="section"><a href="#V1.73.0_Highlighting">Highlighting</a></span></dt><dt><span class="section"><a href="#V1.73.0_Profiling">Profiling</a></span></dt><dt><span class="section"><a href="#V1.73.0_Lib">Lib</a></span></dt><dt><span class="section"><a href="#V1.73.0_Tools">Tools</a></span></dt><dt><span class="section"><a href="#V1.73.0_XSL-Saxon">XSL-Saxon</a></span></dt><dt><span class="section"><a href="#V1.73.0_XSL-Xalan">XSL-Xalan</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.72.0">Release: 1.72.0</a></span></dt><dd><dl><dt><span class="section"><a href="#V1.72.0_Common">Common</a></span></dt><dt><span class="section"><a href="#V1.72.0_FO">FO</a></span></dt><dt><span class="section"><a href="#V1.72.0_HTML">HTML</a></span></dt><dt><span class="section"><a href="#V1.72.0_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#V1.72.0_Params">Params</a></span></dt><dt><span class="section"><a href="#V1.72.0_Template">Template</a></span></dt><dt><span class="section"><a href="#V1.72.0_Roundtrip">Roundtrip</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.71.1">Release: 1.71.1</a></span></dt><dd><dl><dt><span class="section"><a href="#V1.71.1_Common">Common</a></span></dt><dt><span class="section"><a href="#V1.71.1_FO">FO</a></span></dt><dt><span class="section"><a href="#V1.71.1_HTML">HTML</a></span></dt><dt><span class="section"><a href="#V1.71.1_Highlighting">Highlighting</a></span></dt><dt><span class="section"><a href="#V1.71.1_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#V1.71.1_Params">Params</a></span></dt><dt><span class="section"><a href="#V1.71.1_Profiling">Profiling</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.71.0">Release: 1.71.0</a></span></dt><dd><dl><dt><span class="section"><a href="#V1.71.0_Common">Common</a></span></dt><dt><span class="section"><a href="#V1.71.0_Extensions">Extensions</a></span></dt><dt><span class="section"><a href="#V1.71.0_FO">FO</a></span></dt><dt><span class="section"><a href="#V1.71.0_HTML">HTML</a></span></dt><dt><span class="section"><a href="#V1.71.0_Highlighting">Highlighting</a></span></dt><dt><span class="section"><a href="#V1.71.0_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#V1.71.0_Params">Params</a></span></dt><dt><span class="section"><a href="#V1.71.0_Tools">Tools</a></span></dt></dl></dd><dt><span class="section"><a href="#V1701">Release: 1.70.1</a></span></dt><dd><dl><dt><span class="section"><a href="#V1701_FO">FO</a></span></dt><dt><span class="section"><a href="#V1701_HTML">HTML</a></span></dt><dt><span class="section"><a href="#V1701_HTMLHelp">HTMLHelp</a></span></dt><dt><span class="section"><a href="#V1701_Params">Params</a></span></dt></dl></dd><dt><span class="section"><a href="#V1700">Release: 1.70.0</a></span></dt><dd><dl><dt><span class="section"><a href="#V1700_Common">Common</a></span></dt><dt><span class="section"><a href="#V1700_Extensions">Extensions</a></span></dt><dt><span class="section"><a href="#V1700_FO">FO</a></span></dt><dt><span class="section"><a href="#V1700_HTML">HTML</a></span></dt><dt><span class="section"><a href="#V1700_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#V1700_Params">Params</a></span></dt><dt><span class="section"><a href="#V1700_Profiling">Profiling</a></span></dt><dt><span class="section"><a href="#V1700_Tools">Tools</a></span></dt><dt><span class="section"><a href="#V1700_WordML">WordML</a></span></dt></dl></dd><dt><span class="section"><a href="#V1691">Release 1.69.1</a></span></dt><dt><span class="section"><a href="#V1690">Release 1.69.0</a></span></dt><dd><dl><dt><span class="section"><a href="#V1690_COMMON">Common</a></span></dt><dt><span class="section"><a href="#V1690_FO">FO</a></span></dt><dt><span class="section"><a href="#V1690_HELP">Help</a></span></dt><dt><span class="section"><a href="#V1690_HTML">HTML</a></span></dt><dt><span class="section"><a href="#V1690_MAN">man</a></span></dt></dl></dd><dt><span class="section"><a href="#V1681">Release 1.68.1</a></span></dt><dt><span class="section"><a href="#V1680">Release 1.68.0</a></span></dt><dt><span class="section"><a href="#V1672">Release 1.67.2</a></span></dt><dt><span class="section"><a href="#V1671">Release 1.67.1</a></span></dt><dt><span class="section"><a href="#V1670">Release 1.67.0</a></span></dt><dt><span class="section"><a href="#V1661">Release 1.66.1</a></span></dt><dt><span class="section"><a href="#V1650">Release 1.65.0</a></span></dt><dt><span class="section"><a href="#V1641">Release 1.64.1</a></span></dt><dt><span class="section"><a href="#V1610">Release 1.61.0</a></span></dt><dt><span class="section"><a href="#V1601">Release 1.60.1</a></span></dt><dt><span class="section"><a href="#V1592">Release 1.59.2</a></span></dt><dt><span class="section"><a href="#V1591">Release 1.59.1</a></span></dt><dt><span class="section"><a href="#V1580">Release 1.58.0</a></span></dt><dt><span class="section"><a href="#V1570">Release 1.57.0</a></span></dt><dt><span class="section"><a href="#V1560">Release 1.56.0</a></span></dt><dt><span class="section"><a href="#VOlder">Older releases</a></span></dt><dt><span class="section"><a href="#dot0">About dot-zero releases</a></span></dt></dl></div> +</div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="#V1.79.1">Release Notes: 1.79.1</a></span></dt><dd><dl><dt><span class="section"><a href="#V1.79.1_Gentext">Gentext</a></span></dt><dt><span class="section"><a href="#V1.79.1_Common">Common</a></span></dt><dt><span class="section"><a href="#V1.79.1_FO">FO</a></span></dt><dt><span class="section"><a href="#V1.79.1_HTML">HTML</a></span></dt><dt><span class="section"><a href="#V1.79.1_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#V1.79.1_Epub">Epub</a></span></dt><dt><span class="section"><a href="#V1.79.1_HTMLHelp">HTMLHelp</a></span></dt><dt><span class="section"><a href="#V1.79.1_Eclipse">Eclipse</a></span></dt><dt><span class="section"><a href="#V1.79.1_JavaHelp">JavaHelp</a></span></dt><dt><span class="section"><a href="#V1.79.1_Slides">Slides</a></span></dt><dt><span class="section"><a href="#V1.79.1_Website">Website</a></span></dt><dt><span class="section"><a href="#V1.79.1_Webhelp">Webhelp</a></span></dt><dt><span class="section"><a href="#V1.79.1_Params">Params</a></span></dt><dt><span class="section"><a href="#V1.79.1_Profiling">Profiling</a></span></dt><dt><span class="section"><a href="#V1.79.1_Lib">Lib</a></span></dt><dt><span class="section"><a href="#V1.79.1_Tools">Tools</a></span></dt><dt><span class="section"><a href="#V1.79.1_Template">Template</a></span></dt><dt><span class="section"><a href="#V1.79.1_Extensions">Extensions</a></span></dt></dl></dd><dt><span class="section"><a href="#Vsnapshot_9999">Release Notes: 1.79.0</a></span></dt><dd><dl><dt><span class="section"><a href="#Vsnapshot_9999_Gentext">Gentext</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_Common">Common</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_FO">FO</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_HTML">HTML</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_Epub">Epub</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_HTMLHelp">HTMLHelp</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_Eclipse">Eclipse</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_JavaHelp">JavaHelp</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_Slides">Slides</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_Website">Website</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_Webhelp">Webhelp</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_Params">Params</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_Profiling">Profiling</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_Lib">Lib</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_Tools">Tools</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_Template">Template</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9999_Extensions">Extensions</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.78.1">Release Notes: 1.78.1</a></span></dt><dd><dl><dt><span class="section"><a href="#V1.78.1_Common">Common</a></span></dt><dt><span class="section"><a href="#V1.78.1_FO">FO</a></span></dt><dt><span class="section"><a href="#V1.78.1_HTML">HTML</a></span></dt><dt><span class="section"><a href="#V1.78.1_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#V1.78.1_Webhelp">Webhelp</a></span></dt><dt><span class="section"><a href="#V1.78.1_Params">Params</a></span></dt><dt><span class="section"><a href="#V1.78.1_Highlighting">Highlighting</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.78.0">Release Notes: 1.78.0</a></span></dt><dd><dl><dt><span class="section"><a href="#V1.78.0_Gentext">Gentext</a></span></dt><dt><span class="section"><a href="#V1.78.0_Common">Common</a></span></dt><dt><span class="section"><a href="#V1.78.0_FO">FO</a></span></dt><dt><span class="section"><a href="#V1.78.0_HTML">HTML</a></span></dt><dt><span class="section"><a href="#V1.78.0_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#V1.78.0_Roundtrip">Roundtrip</a></span></dt><dt><span class="section"><a href="#V1.78.0_Slides">Slides</a></span></dt><dt><span class="section"><a href="#V1.78.0_Webhelp">Webhelp</a></span></dt><dt><span class="section"><a href="#V1.78.0_Params">Params</a></span></dt><dt><span class="section"><a href="#V1.78.0_Profiling">Profiling</a></span></dt><dt><span class="section"><a href="#V1.78.0_Tools">Tools</a></span></dt><dt><span class="section"><a href="#V1.78.0_Template">Template</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.77.0">Release Notes: 1.77.1</a></span></dt><dd><dl><dt><span class="section"><a href="#rnV1.77_Gentext">Gentext</a></span></dt><dt><span class="section"><a href="#VrnV1.77_Common">Common</a></span></dt><dt><span class="section"><a href="#rnV1.77_FO">FO</a></span></dt><dt><span class="section"><a href="#rnV1.77_HTML">HTML</a></span></dt><dt><span class="section"><a href="#rnV1.77_Epub">Epub</a></span></dt><dt><span class="section"><a href="#rnV1.77_HTMLHelp">HTMLHelp</a></span></dt><dt><span class="section"><a href="#rnV1.77_Eclipse">Eclipse</a></span></dt><dt><span class="section"><a href="#rnV1.77_">JavaHelp</a></span></dt><dt><span class="section"><a href="#rnV1.77_Webhelp">Webhelp</a></span></dt><dt><span class="section"><a href="#rnV1.77_Params">Params</a></span></dt><dt><span class="section"><a href="#rnV1.77_Highlighting">Highlighting</a></span></dt><dt><span class="section"><a href="#rnV1.77_Profiling">Profiling</a></span></dt><dt><span class="section"><a href="#rnV1.77_Lib">Lib</a></span></dt><dt><span class="section"><a href="#rnV1.77_Template">Template</a></span></dt><dt><span class="section"><a href="#rnV1.77_Extensions">Extensions</a></span></dt><dt><span class="section"><a href="#rnV1.77_XSL-Saxon">XSL-Saxon</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.77.1">Release Notes: 1.77.1</a></span></dt><dd><dl><dt><span class="section"><a href="#Vsnapshot_9396_FO">FO</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9396_HTML">HTML</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9396_Roundtrip">Roundtrip</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9396_Slides">Slides</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9396_Website">Website</a></span></dt><dt><span class="section"><a href="#Vsnapshot_9396_Webhelp">Webhelp</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.76.1">Release Notes: 1.76.1</a></span></dt><dd><dl><dt><span class="section"><a href="#rnV1.76.1_FO">FO</a></span></dt><dt><span class="section"><a href="#rnV1.76.1_HTML">HTML</a></span></dt><dt><span class="section"><a href="#rnV1.76.1_Params">Params</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.76.0">Release Notes: 1.76.0</a></span></dt><dd><dl><dt><span class="section"><a href="#rnV1.76.0_Gentext">Gentext</a></span></dt><dt><span class="section"><a href="#rnV1.76.0_Common">Common</a></span></dt><dt><span class="section"><a href="#rnV1.76.0_FO">FO</a></span></dt><dt><span class="section"><a href="#rnV1.76.0_HTML">HTML</a></span></dt><dt><span class="section"><a href="#rnV1.76.0_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#rnV1.76.0_Epub">Epub</a></span></dt><dt><span class="section"><a href="#rnV1.76.0_Eclipse">Eclipse</a></span></dt><dt><span class="section"><a href="#rnV1.76.0_Params">Params</a></span></dt><dt><span class="section"><a href="#rnV1.76.0_XSL-Xalan">XSL-Xalan</a></span></dt></dl></dd><dt><span class="section"><a href="#rn_V1.75.2">Release Notes: 1.75.2</a></span></dt><dd><dl><dt><span class="section"><a href="#rn_V1.75.2_Gentext">Gentext</a></span></dt><dt><span class="section"><a href="#rn_V1.75.2_Common">Common</a></span></dt><dt><span class="section"><a href="#rn_V1.75.2_FO">FO</a></span></dt><dt><span class="section"><a href="#rn_V1.75.2_HTML">HTML</a></span></dt><dt><span class="section"><a href="#rn_V1.75.2_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#rn_V1.75.2_Epub">Epub</a></span></dt><dt><span class="section"><a href="#rn_V1.75.2_Profiling">Profiling</a></span></dt><dt><span class="section"><a href="#rn_V1.75.2_XSL-Saxon">XSL-Saxon</a></span></dt><dt><span class="section"><a href="#rn_V1.75.2_XSL-Xalan">XSL-Xalan</a></span></dt></dl></dd><dt><span class="section"><a href="#rn_V1.75.1">Release Notes: 1.75.1</a></span></dt><dd><dl><dt><span class="section"><a href="#rn_V1.75.1_FO">FO</a></span></dt><dt><span class="section"><a href="#rn_V1.75.1_HTML">HTML</a></span></dt><dt><span class="section"><a href="#rn_V1.75.1_Epub">Epub</a></span></dt><dt><span class="section"><a href="#rn_V1.75.1_Params">Params</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.75.0">Release Notes: 1.75.0</a></span></dt><dd><dl><dt><span class="section"><a href="#rn_V1.75.0_Gentext">Gentext</a></span></dt><dt><span class="section"><a href="#rn_V1.75.0_Common">Common</a></span></dt><dt><span class="section"><a href="#rn_V1.75.0_FO">FO</a></span></dt><dt><span class="section"><a href="#rn_V1.75.0_HTML">HTML</a></span></dt><dt><span class="section"><a href="#rn_V1.75.0_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#rn_V1.75.0_Epub">ePub</a></span></dt><dt><span class="section"><a href="#rn_V1.75.0_HTMLHelp">HTMLHelp</a></span></dt><dt><span class="section"><a href="#rn_V1.75.0_Params">Params</a></span></dt><dt><span class="section"><a href="#rn_V1.75.0_Highlighting">Highlighting</a></span></dt><dt><span class="section"><a href="#rn_V1.75.0_XSL-Saxon">XSL-Saxon</a></span></dt><dt><span class="section"><a href="#rn_V1.75.0_XSL-Xalan">XSL-Xalan</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.74.3">Release Notes: 1.74.3</a></span></dt><dt><span class="section"><a href="#V1.74.2">Release Notes: 1.74.2</a></span></dt><dt><span class="section"><a href="#V1.74.1">Release Notes: 1.74.1</a></span></dt><dd><dl><dt><span class="section"><a href="#summary_V1.74.1_Gentext">Gentext</a></span></dt><dt><span class="section"><a href="#summary_V1.74.1_FO">FO</a></span></dt><dt><span class="section"><a href="#summary_V1.74.1_HTML">HTML</a></span></dt><dt><span class="section"><a href="#summary_V1.74.1_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#summary_V1.74.1_Epub">ePub</a></span></dt><dt><span class="section"><a href="#summary_V1.74.1_Roundtrip">Roundtrip</a></span></dt><dt><span class="section"><a href="#summary_V1.74.1_Params">Params</a></span></dt><dt><span class="section"><a href="#summary_V1.74.1_Highlighting">Highlighting</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.74.0">Release Notes: 1.74.0</a></span></dt><dd><dl><dt><span class="section"><a href="#V1.74.0_Gentext">Gentext</a></span></dt><dt><span class="section"><a href="#V1.74.0_Common">Common</a></span></dt><dt><span class="section"><a href="#V1.74.0_FO">FO</a></span></dt><dt><span class="section"><a href="#V1.74.0_HTML">HTML</a></span></dt><dt><span class="section"><a href="#V1.74.0_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#V1.74.0_Epub">Epub</a></span></dt><dt><span class="section"><a href="#V1.74.0_HTMLHelp">HTMLHelp</a></span></dt><dt><span class="section"><a href="#V1.74.0_Eclipse">Eclipse</a></span></dt><dt><span class="section"><a href="#V1.74.0_JavaHelp">JavaHelp</a></span></dt><dt><span class="section"><a href="#V1.74.0_Roundtrip">Roundtrip</a></span></dt><dt><span class="section"><a href="#V1.74.0_Slides">Slides</a></span></dt><dt><span class="section"><a href="#V1.74.0_Website">Website</a></span></dt><dt><span class="section"><a href="#V1.74.0_Params">Params</a></span></dt><dt><span class="section"><a href="#V1.74.0_Profiling">Profiling</a></span></dt><dt><span class="section"><a href="#V1.74.0_Tools">Tools</a></span></dt><dt><span class="section"><a href="#V1.74.0_Extensions">Extensions</a></span></dt><dt><span class="section"><a href="#V1.74.0_XSL-Saxon">XSL-Saxon</a></span></dt><dt><span class="section"><a href="#V1.74.0_XSL-Xalan">XSL-Xalan</a></span></dt><dt><span class="section"><a href="#V1.74.0_XSL-libxslt">XSL-libxslt</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.73.2">Release Notes: 1.73.2</a></span></dt><dt><span class="section"><a href="#V1.73.1">Release: 1.73.1</a></span></dt><dd><dl><dt><span class="section"><a href="#V1.73.1_Gentext">Gentext</a></span></dt><dt><span class="section"><a href="#V1.73.1_FO">FO</a></span></dt><dt><span class="section"><a href="#V1.73.1_HTML">HTML</a></span></dt><dt><span class="section"><a href="#V1.73.1_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#V1.73.1_HTMLHelp">HTMLHelp</a></span></dt><dt><span class="section"><a href="#V1.73.1_Eclipse">Eclipse</a></span></dt><dt><span class="section"><a href="#V1.73.1_JavaHelp">JavaHelp</a></span></dt><dt><span class="section"><a href="#V1.73.1_Roundtrip">Roundtrip</a></span></dt><dt><span class="section"><a href="#V1.73.1_Params">Params</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.73.0">Release: 1.73.0</a></span></dt><dd><dl><dt><span class="section"><a href="#V1.73.0_Gentext">Gentext</a></span></dt><dt><span class="section"><a href="#V1.73.0_Common">Common</a></span></dt><dt><span class="section"><a href="#V1.73.0_FO">FO</a></span></dt><dt><span class="section"><a href="#V1.73.0_HTML">HTML</a></span></dt><dt><span class="section"><a href="#V1.73.0_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#V1.73.0_Eclipse">Eclipse</a></span></dt><dt><span class="section"><a href="#V1.73.0_JavaHelp">JavaHelp</a></span></dt><dt><span class="section"><a href="#V1.73.0_Roundtrip">Roundtrip</a></span></dt><dt><span class="section"><a href="#V1.73.0_Params">Params</a></span></dt><dt><span class="section"><a href="#V1.73.0_Highlighting">Highlighting</a></span></dt><dt><span class="section"><a href="#V1.73.0_Profiling">Profiling</a></span></dt><dt><span class="section"><a href="#V1.73.0_Lib">Lib</a></span></dt><dt><span class="section"><a href="#V1.73.0_Tools">Tools</a></span></dt><dt><span class="section"><a href="#V1.73.0_XSL-Saxon">XSL-Saxon</a></span></dt><dt><span class="section"><a href="#V1.73.0_XSL-Xalan">XSL-Xalan</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.72.0">Release: 1.72.0</a></span></dt><dd><dl><dt><span class="section"><a href="#V1.72.0_Common">Common</a></span></dt><dt><span class="section"><a href="#V1.72.0_FO">FO</a></span></dt><dt><span class="section"><a href="#V1.72.0_HTML">HTML</a></span></dt><dt><span class="section"><a href="#V1.72.0_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#V1.72.0_Params">Params</a></span></dt><dt><span class="section"><a href="#V1.72.0_Template">Template</a></span></dt><dt><span class="section"><a href="#V1.72.0_Roundtrip">Roundtrip</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.71.1">Release: 1.71.1</a></span></dt><dd><dl><dt><span class="section"><a href="#V1.71.1_Common">Common</a></span></dt><dt><span class="section"><a href="#V1.71.1_FO">FO</a></span></dt><dt><span class="section"><a href="#V1.71.1_HTML">HTML</a></span></dt><dt><span class="section"><a href="#V1.71.1_Highlighting">Highlighting</a></span></dt><dt><span class="section"><a href="#V1.71.1_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#V1.71.1_Params">Params</a></span></dt><dt><span class="section"><a href="#V1.71.1_Profiling">Profiling</a></span></dt></dl></dd><dt><span class="section"><a href="#V1.71.0">Release: 1.71.0</a></span></dt><dd><dl><dt><span class="section"><a href="#V1.71.0_Common">Common</a></span></dt><dt><span class="section"><a href="#V1.71.0_Extensions">Extensions</a></span></dt><dt><span class="section"><a href="#V1.71.0_FO">FO</a></span></dt><dt><span class="section"><a href="#V1.71.0_HTML">HTML</a></span></dt><dt><span class="section"><a href="#V1.71.0_Highlighting">Highlighting</a></span></dt><dt><span class="section"><a href="#V1.71.0_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#V1.71.0_Params">Params</a></span></dt><dt><span class="section"><a href="#V1.71.0_Tools">Tools</a></span></dt></dl></dd><dt><span class="section"><a href="#V1701">Release: 1.70.1</a></span></dt><dd><dl><dt><span class="section"><a href="#V1701_FO">FO</a></span></dt><dt><span class="section"><a href="#V1701_HTML">HTML</a></span></dt><dt><span class="section"><a href="#V1701_HTMLHelp">HTMLHelp</a></span></dt><dt><span class="section"><a href="#V1701_Params">Params</a></span></dt></dl></dd><dt><span class="section"><a href="#V1700">Release: 1.70.0</a></span></dt><dd><dl><dt><span class="section"><a href="#V1700_Common">Common</a></span></dt><dt><span class="section"><a href="#V1700_Extensions">Extensions</a></span></dt><dt><span class="section"><a href="#V1700_FO">FO</a></span></dt><dt><span class="section"><a href="#V1700_HTML">HTML</a></span></dt><dt><span class="section"><a href="#V1700_Manpages">Manpages</a></span></dt><dt><span class="section"><a href="#V1700_Params">Params</a></span></dt><dt><span class="section"><a href="#V1700_Profiling">Profiling</a></span></dt><dt><span class="section"><a href="#V1700_Tools">Tools</a></span></dt><dt><span class="section"><a href="#V1700_WordML">WordML</a></span></dt></dl></dd><dt><span class="section"><a href="#V1691">Release 1.69.1</a></span></dt><dt><span class="section"><a href="#V1690">Release 1.69.0</a></span></dt><dd><dl><dt><span class="section"><a href="#V1690_COMMON">Common</a></span></dt><dt><span class="section"><a href="#V1690_FO">FO</a></span></dt><dt><span class="section"><a href="#V1690_HELP">Help</a></span></dt><dt><span class="section"><a href="#V1690_HTML">HTML</a></span></dt><dt><span class="section"><a href="#V1690_MAN">man</a></span></dt></dl></dd><dt><span class="section"><a href="#V1681">Release 1.68.1</a></span></dt><dt><span class="section"><a href="#V1680">Release 1.68.0</a></span></dt><dt><span class="section"><a href="#V1672">Release 1.67.2</a></span></dt><dt><span class="section"><a href="#V1671">Release 1.67.1</a></span></dt><dt><span class="section"><a href="#V1670">Release 1.67.0</a></span></dt><dt><span class="section"><a href="#V1661">Release 1.66.1</a></span></dt><dt><span class="section"><a href="#V1650">Release 1.65.0</a></span></dt><dt><span class="section"><a href="#V1641">Release 1.64.1</a></span></dt><dt><span class="section"><a href="#V1610">Release 1.61.0</a></span></dt><dt><span class="section"><a href="#V1601">Release 1.60.1</a></span></dt><dt><span class="section"><a href="#V1592">Release 1.59.2</a></span></dt><dt><span class="section"><a href="#V1591">Release 1.59.1</a></span></dt><dt><span class="section"><a href="#V1580">Release 1.58.0</a></span></dt><dt><span class="section"><a href="#V1570">Release 1.57.0</a></span></dt><dt><span class="section"><a href="#V1560">Release 1.56.0</a></span></dt><dt><span class="section"><a href="#VOlder">Older releases</a></span></dt><dt><span class="section"><a href="#dot0">About dot-zero releases</a></span></dt></dl></div> + + + +<div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="V1.79.1"></a>Release Notes: 1.79.1</h2></div></div></div> + +<p>The following is a list of changes that have been made + since the 1.78.1 release.</p> + +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Gentext"></a>Gentext</h3></div></div></div> + +<p>The following changes have been made to the + <code class="filename">gentext</code> code + since the 1.78.1 release.</p> +<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> +<p><code class="literal">Robert Stayton: locale/hu.xml</code></p><pre class="screen"><span class="commit-message">Check in <a href="http://docbook.org/tdg5/en/html/pubdate.html"><code class="sgmltag-element">PubDate</code></a> fixes from bug #1372</span></pre> +</li><li class="listitem"> +<p><code class="literal">Dongsheng Song: locale/zh.xml; locale/zh_cn.xml</code></p><pre class="screen"><span class="commit-message">Fix Auditlocale.pl warning.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: locale/en.xml</code></p><pre class="screen"><span class="commit-message">Add elements dialogue, drama, and poetry from DocBook Publishers.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: locale/pt.xml</code></p><pre class="screen"><span class="commit-message">updates from DocBook user.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: locale/en.xml</code></p><pre class="screen"><span class="commit-message">Fix wording.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: locale/en.xml</code></p><pre class="screen"><span class="commit-message">Fix line breaks.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: locale/en.xml</code></p><pre class="screen"><span class="commit-message">Add text message for unsupported video and audio.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Jirka Kosek: xsl/xsl-primary-is-locale.xsl</code></p><pre class="screen"><span class="commit-message">Initial work on Ant build, common (L10N) directory handled so far</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: locale/ur.xml</code></p><pre class="screen"><span class="commit-message">Add <a href="http://docbook.org/tdg5/en/html/email.html"><code class="sgmltag-element">email</code></a> <a href="http://docbook.org/tdg5/en/html/address.html"><code class="sgmltag-element">address</code></a> for contributor.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: locale/ur.xml</code></p><pre class="screen"><span class="commit-message">Check in contributed locale file from Wasif Hasan Baig, +contributed through SourceForge Patch # 187.</span></pre> +</li><li class="listitem"> +<p><code class="literal">kasunbg: locale/nl.xml</code></p><pre class="screen"><span class="commit-message">Committing Dutch translations of DocBook WebHelp. Patch provided by Marja van Waes.</span></pre> +</li><li class="listitem"> +<p><code class="literal">kasunbg: locale/ru.xml</code></p><pre class="screen"><span class="commit-message">Committing patch for Russian translations of webhelp. Patch provided by Alex Loginov and Yuri Chornoivan. Patch #1325</span></pre> +</li><li class="listitem"> +<p><code class="literal">kasunbg: locale/uk.xml</code></p><pre class="screen"><span class="commit-message">Committing Ukrainian translations for Webhelp. Patch by Yuri Chornoivan. Patch #1324</span></pre> +</li><li class="listitem"> +<p><code class="literal">tom_schr: locale/ca.xml; locale/da.xml; locale/cs.xml; locale/es.xml; locale/fr.xml; local⋯</code></p><pre class="screen"><span class="commit-message">Added missing <a href="http://docbook.org/tdg5/en/html/keycap.html"><code class="sgmltag-element">keycap</code></a> context for ca, cs, da, es, et, eu, and fr</span></pre> +</li><li class="listitem"> +<p><code class="literal">tom_schr: locale/en.xml; locale/de.xml</code></p><pre class="screen"><span class="commit-message">Added option key for <a href="http://docbook.org/tdg5/en/html/keycap.html"><code class="sgmltag-element">keycap</code></a> context</span></pre> +</li><li class="listitem"> +<p><code class="literal">tom_schr: locale/de.xml</code></p><pre class="screen"><span class="commit-message">Added key="optional-step" as done in r9745</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: locale/en.xml</code></p><pre class="screen"><span class="commit-message">Add key="optional-step".</span></pre> +</li></ul></div> +</div> + +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Common"></a>Common</h3></div></div></div> + +<p>The following changes have been made to the + <code class="filename">common</code> code + since the 1.78.1 release.</p> +<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> +<p><code class="literal">tom_schr: common.xsl</code></p><pre class="screen"><span class="commit-message">Added quotes around linkend to make spaces visible</span></pre> +</li><li class="listitem"> +<p><code class="literal">Jirka Kosek: build.xml</code></p><pre class="screen"><span class="commit-message">Added ant build for HTML stylesheets</span></pre> +</li><li class="listitem"> +<p><code class="literal">Jirka Kosek: build.xml</code></p><pre class="screen"><span class="commit-message">Initial work on Ant build, common (L10N) directory handled so far</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: titles.xsl</code></p><pre class="screen"><span class="commit-message">Replace hardcoded English text for <a href="http://docbook.org/tdg5/en/html/question.html"><code class="sgmltag-element">question</code></a> and <a href="http://docbook.org/tdg5/en/html/answer.html"><code class="sgmltag-element">answer</code></a> elements +in mode="title.markup" with localized templates.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: addns.xsl</code></p><pre class="screen"><span class="commit-message">Move addns.xsl module from releasetools to common in preparation +for switching to ns as the base stylesheets.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: l10n.xml; Makefile</code></p><pre class="screen"><span class="commit-message">Add new locale file ur.xml for Urdu.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: titles.xsl</code></p><pre class="screen"><span class="commit-message">Add missing template with match="<a href="http://docbook.org/tdg5/en/html/toc.html"><code class="sgmltag-element">toc</code></a>" mode="title.markup".</span></pre> +</li><li class="listitem"> +<p><code class="literal">tom_schr: titles.xsl</code></p><pre class="screen"><span class="commit-message">Fixed problem when referencing empty ulinks; use @url instead</span></pre> +</li><li class="listitem"> +<p><code class="literal">stilor: olink.xsl</code></p><pre class="screen"><span class="commit-message">Make <a href="http://docbook.org/tdg5/en/html/olink.html"><code class="sgmltag-element">olink</code></a> errors/warnings overridable in customizations.</span></pre> +</li><li class="listitem"> +<p><code class="literal">stilor: labels.xsl</code></p><pre class="screen"><span class="commit-message">Pass the object referenced as a parameter to mode="intralabel.punctuation" +template.</span></pre> +</li><li class="listitem"> +<p><code class="literal">stilor: olink.xsl</code></p><pre class="screen"><span class="commit-message">1. Make page citations on <<a href="http://docbook.org/tdg5/en/html/xref.html"><code class="sgmltag-element">xref</code></a>/> to paragraphs conditional on a new parameter, +$insert.xref.page.number.para, default to 'yes' (before, page citations were +added unconditionally). Remove similar special-casing for <<a href="http://docbook.org/tdg5/en/html/link.html"><code class="sgmltag-element">link</code></a>/>. + +2. Disable page citations for @xrefstyle="template:..." (if needed, they +can be added with %p in the template - but they can't be disabled).</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: olink.xsl; titles.xsl; common.xsl</code></p><pre class="screen"><span class="commit-message">Pass referrer and target params to mode="xrefstyle" to allow customizations +to be more specific.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: olink.xsl; titles.xsl; common.xsl</code></p><pre class="screen"><span class="commit-message">Add mode="xrefstyle" to replace many instances of redundant +code determining the xrefstyle with xsl:apply-templates +select="." mode="xrefstyle". Also allows stylesheet +customization to specify an xrefstyle per element type.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: gentext.xsl; labels.xsl</code></p><pre class="screen"><span class="commit-message">Add support for <a href="http://docbook.org/tdg5/en/html/procedure.html"><code class="sgmltag-element">procedure</code></a> <a href="http://docbook.org/tdg5/en/html/title.html"><code class="sgmltag-element">title</code></a> contained in <a href="http://docbook.org/tdg5/en/html/info.html"><code class="sgmltag-element">info</code></a> or blockinfo.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: common.xsl</code></p><pre class="screen"><span class="commit-message">In person.name template, change 'style' variable to a param +so the name style can be selected by passing a param.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: gentext.xsl</code></p><pre class="screen"><span class="commit-message">Fix bug in <a href="http://docbook.sourceforge.net/release/xsl/current/doc/html/collect.xref.targets.html"><em class="parameter"><code>collect.xref.targets</code></em></a> that failed when $referrer template +param not set by <a href="http://docbook.org/tdg5/en/html/olink.html"><code class="sgmltag-element">olink</code></a>'s xref-to. Fixed using submitted patch.</span></pre> +</li></ul></div> +</div> + +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_FO"></a>FO</h3></div></div></div> + +<p>The following changes have been made to the + <code class="filename">fo</code> code + since the 1.78.1 release.</p> +<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> +<p><code class="literal">Robert Stayton: lists.xsl</code></p><pre class="screen"><span class="commit-message">Fix bug #1368 "<a href="http://docbook.org/tdg5/en/html/link.html"><code class="sgmltag-element">link</code></a> to <a href="http://docbook.org/tdg5/en/html/term.html"><code class="sgmltag-element">term</code></a> with id does not work"</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: block.xsl</code></p><pre class="screen"><span class="commit-message">Fix bug #1367 double <a href="http://docbook.org/tdg5/en/html/attribution.html"><code class="sgmltag-element">attribution</code></a> in <a href="http://docbook.org/tdg5/en/html/epigraph.html"><code class="sgmltag-element">epigraph</code></a>.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: param.xweb; param.ent</code></p><pre class="screen"><span class="commit-message">Add missing <a href="http://docbook.sourceforge.net/release/xsl/current/doc/html/profile.outputformat.html"><em class="parameter"><code>profile.outputformat</code></em></a> param.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: publishers.xsl</code></p><pre class="screen"><span class="commit-message">Fix namespace declarations.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: titlepage.xsl</code></p><pre class="screen"><span class="commit-message">Add default attribute-sets for new Publishers elements.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: param.ent</code></p><pre class="screen"><span class="commit-message">Fix typo</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: titlepage.templates.xml</code></p><pre class="screen"><span class="commit-message">Add new DocBook Publishers elements.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: docbook.xsl</code></p><pre class="screen"><span class="commit-message">Add inclusion of new publishers.xsl module.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: publishers.xsl</code></p><pre class="screen"><span class="commit-message">Stylesheet module added to support new elements in DocBook Publishers.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: param.xweb; param.ent</code></p><pre class="screen"><span class="commit-message">Add the 9 new attribute sets for DocBook Publishers.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: xref.xsl</code></p><pre class="screen"><span class="commit-message">Fix bug #1355 <a href="http://docbook.org/tdg5/en/html/glossseealso.html"><code class="sgmltag-element">glossseealso</code></a> generates duplicate id in certain cases.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: xref.xsl</code></p><pre class="screen"><span class="commit-message">fix bug #1360 <a href="http://docbook.org/tdg5/en/html/indexterm.html"><code class="sgmltag-element">indexterm</code></a> in <a href="http://docbook.org/tdg5/en/html/varlistentry.html"><code class="sgmltag-element">varlistentry</code></a>/<a href="http://docbook.org/tdg5/en/html/term.html"><code class="sgmltag-element">term</code></a> generates an error when <a href="http://docbook.org/tdg5/en/html/xref.html"><code class="sgmltag-element">xref</code></a> to that <a href="http://docbook.org/tdg5/en/html/term.html"><code class="sgmltag-element">term</code></a>.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: inline.xsl</code></p><pre class="screen"><span class="commit-message">Fix bug #13598 inline.monoseq and other inline.*seq handle links incorrectly.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: pi.xsl</code></p><pre class="screen"><span class="commit-message">Fix bug in dbfo-need for admonitions, and get dbfo-need +working properly in FOP1.1.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: pagesetup.xsl</code></p><pre class="screen"><span class="commit-message">Remove obsolete hardcoded margin-left="0pt" for the block +containing header or footer.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: graphics.xsl</code></p><pre class="screen"><span class="commit-message">Fix bug #1336 to add support for recognizing +file:/ image URLs as absolute paths.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: autotoc.xsl</code></p><pre class="screen"><span class="commit-message">Add support in <a href="http://docbook.org/tdg5/en/html/toc.html"><code class="sgmltag-element">TOC</code></a> for <a href="http://docbook.org/tdg5/en/html/article.html"><code class="sgmltag-element">article</code></a> as child of set.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: xref.xsl</code></p><pre class="screen"><span class="commit-message">Fix bug #1337 Elements with <a href="http://docbook.org/tdg5/en/html/olink.html"><code class="sgmltag-element">olink</code></a> role do not behave as <a href="http://docbook.org/tdg5/en/html/olink.html"><code class="sgmltag-element">olink</code></a> +elements.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Jirka Kosek: build.xml</code></p><pre class="screen"><span class="commit-message">Added ant build for FO</span></pre> +</li><li class="listitem"> +<p><code class="literal">stilor: inline.xsl</code></p><pre class="screen"><span class="commit-message">Only count regular <<a href="http://docbook.org/tdg5/en/html/emphasis.html"><code class="sgmltag-element">emphasis</code></a>> elements (without @role="bold", etc) when determining +whether nested <a href="http://docbook.org/tdg5/en/html/emphasis.html"><code class="sgmltag-element">emphasis</code></a> needs to be displayed in italics or in regular; otherwise, +the order of nesting in <<a href="http://docbook.org/tdg5/en/html/emphasis.html"><code class="sgmltag-element">emphasis</code></a> role="bold"> and <<a href="http://docbook.org/tdg5/en/html/emphasis.html"><code class="sgmltag-element">emphasis</code></a>> affects the font +used.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: fop1.xsl; ptc.xsl</code></p><pre class="screen"><span class="commit-message">Apply patch #190 to include refsections in bookmarks for fop1 and +ptc.xsl.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: block.xsl</code></p><pre class="screen"><span class="commit-message">Change the <a href="http://docbook.org/tdg5/en/html/epigraph.html"><code class="sgmltag-element">epigraph</code></a> template to support schema extensions +by processing all of its children instead of specific elements.</span></pre> +</li><li class="listitem"> +<p><code class="literal">tom_schr: pagesetup.xsl</code></p><pre class="screen"><span class="commit-message">Added "user.declarations" hook to implemented [#1330] +Added empty "user.declarations" template to make it easier for adding +custom fo:declaration elements. The template is empty by default.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: inline.xsl</code></p><pre class="screen"><span class="commit-message">Fix test for nested links.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: biblio.xsl</code></p><pre class="screen"><span class="commit-message">Now <a href="http://docbook.org/tdg5/en/html/biblioset.html"><code class="sgmltag-element">biblioset</code></a> outputs its id if it has one.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: xref.xsl</code></p><pre class="screen"><span class="commit-message">pass xrefstyle param from <a href="http://docbook.org/tdg5/en/html/link.html"><code class="sgmltag-element">link</code></a> element to gentext.template so +optional page number can be formatted to a style.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: docbook.xsl</code></p><pre class="screen"><span class="commit-message">Streamline handling of namespace fixup in preparation for making +the namespaced version the source base.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: fo.xsl</code></p><pre class="screen"><span class="commit-message">FOP 1.1 now supports writing-mode="rl-tb", so add that change to the +$direction.mode parameter.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: autoidx.xsl</code></p><pre class="screen"><span class="commit-message">Add missing xlink namespace declaration to the root element.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: param.xweb; param.ent; autoidx.xsl</code></p><pre class="screen"><span class="commit-message">Add support for $autolink.index.see to automatically form links +between see and <a href="http://docbook.org/tdg5/en/html/seealso.html"><code class="sgmltag-element">seealso</code></a> <a href="http://docbook.org/tdg5/en/html/index.html"><code class="sgmltag-element">index</code></a> elements and <a href="http://docbook.org/tdg5/en/html/primary.html"><code class="sgmltag-element">primary</code></a> elements +in the <a href="http://docbook.org/tdg5/en/html/index.html"><code class="sgmltag-element">index</code></a>.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: inline.xsl</code></p><pre class="screen"><span class="commit-message">Add element name to warning message for nested links.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: inline.xsl</code></p><pre class="screen"><span class="commit-message">Fix bug #1306: warn of nested links.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: component.xsl</code></p><pre class="screen"><span class="commit-message">Fix bug #1320 so template page.sequence tests $content to make +sure it is not empty.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: autotoc.xsl; refentry.xsl; param.xweb; docbook.xsl; param.ent; component.x⋯</code></p><pre class="screen"><span class="commit-message">Add support for $show.bookmarks param to turn bookmarks on or +off.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: docbook.xsl</code></p><pre class="screen"><span class="commit-message">Add missing variable bookmarks.state.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: docbook.xsl</code></p><pre class="screen"><span class="commit-message">Add missing $document.element variable to new generate.bookmarks +template.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: autotoc.xsl; refentry.xsl; param.xweb; docbook.xsl; param.ent; component.x⋯</code></p><pre class="screen"><span class="commit-message">Add support for standard XSL 1.1 bookmarks and parameter +$xsl1.1.bookmarks to turn them on or off.</span></pre> +</li><li class="listitem"> +<p><code class="literal">stilor: xref.xsl</code></p><pre class="screen"><span class="commit-message">Fix invalid href generated if $insert.olink.pdf.frag=0 and $fop1.extensions=1.</span></pre> +</li><li class="listitem"> +<p><code class="literal">stilor: autotoc.xsl; param.xweb; param.ent; toc.xsl</code></p><pre class="screen"><span class="commit-message">Replace <a href="http://docbook.org/tdg5/en/html/literal.html"><code class="sgmltag-element">literal</code></a> space inserted next to fo:leader in <a href="http://docbook.org/tdg5/en/html/toc.html"><code class="sgmltag-element">ToC</code></a> with a padding. This +works around a bug in FOP (see FOP-1444). +Make <a href="http://docbook.org/tdg5/en/html/toc.html"><code class="sgmltag-element">ToC</code></a> fo:leader properties configurable via attribute set.</span></pre> +</li><li class="listitem"> +<p><code class="literal">stilor: titlepage.templates.xml</code></p><pre class="screen"><span class="commit-message">Remove autoguessing of the namespace for wrapper elements; determine namespace by prefix, if any.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Mauritz Jeanson: table.xsl</code></p><pre class="screen"><span class="commit-message">Bug #1246: added missing with-param.</span></pre> +</li><li class="listitem"> +<p><code class="literal">stilor: xref.xsl</code></p><pre class="screen"><span class="commit-message">Make <a href="http://docbook.org/tdg5/en/html/olink.html"><code class="sgmltag-element">olink</code></a> errors/warnings overridable in customizations.</span></pre> +</li><li class="listitem"> +<p><code class="literal">stilor: param.xweb; param.ent; xref.xsl</code></p><pre class="screen"><span class="commit-message">1. Make page citations on <<a href="http://docbook.org/tdg5/en/html/xref.html"><code class="sgmltag-element">xref</code></a>/> to paragraphs conditional on a new parameter, +$insert.xref.page.number.para, default to 'yes' (before, page citations were +added unconditionally). Remove similar special-casing for <<a href="http://docbook.org/tdg5/en/html/link.html"><code class="sgmltag-element">link</code></a>/>. + +2. Disable page citations for @xrefstyle="template:..." (if needed, they +can be added with %p in the template - but they can't be disabled).</span></pre> +</li><li class="listitem"> +<p><code class="literal">stilor: fop1.xsl</code></p><pre class="screen"><span class="commit-message">Skip generating fox:destination on a <a href="http://docbook.org/tdg5/en/html/footnote.html"><code class="sgmltag-element">footnote</code></a> - id attribute on footnotes is not +passed to generated FO, so FOP complains about unresolved ID in destination.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Mauritz Jeanson: lists.xsl</code></p><pre class="screen"><span class="commit-message">Fixed typo.</span></pre> +</li><li class="listitem"> +<p><code class="literal">tom_schr: lists.xsl</code></p><pre class="screen"><span class="commit-message">Fixed bug#1311 and added missing <a href="http://docbook.sourceforge.net/release/xsl/current/doc/fo/para.properties.html"><em class="parameter"><code>para.properties</code></em></a></span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: xref.xsl</code></p><pre class="screen"><span class="commit-message">Pass referrer and target params to mode="xrefstyle" to allow customizations +to be more specific.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: xref.xsl</code></p><pre class="screen"><span class="commit-message">Add mode="xrefstyle" to replace many instances of redundant +code determining the xrefstyle with xsl:apply-templates +select="." mode="xrefstyle". Also allows stylesheet +customization to specify an xrefstyle per element type.</span></pre> +</li><li class="listitem"> +<p><code class="literal">tom_schr: xref.xsl</code></p><pre class="screen"><span class="commit-message">Pass referrer and xrefstyle to "xref-to-suffix" and "xref-to-prefix" +modes (to use the same signature than "xref-to" mode) as discussed with +Bob on the mailinglist (2013-09-12)</span></pre> +</li><li class="listitem"> +<p><code class="literal">tom_schr: pi.xsl; verbatim.xsl</code></p><pre class="screen"><span class="commit-message">Fix for enhancement/bug#1312: Support font size in verbatim elements</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: fop1.xsl</code></p><pre class="screen"><span class="commit-message">Unchanged, testing snapshot builds.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: docbook.xsl</code></p><pre class="screen"><span class="commit-message">No change, testing snapshot builds.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: block.xsl</code></p><pre class="screen"><span class="commit-message">No change, testing snapshot builds.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: block.xsl</code></p><pre class="screen"><span class="commit-message">No change, just checking snapshot build process.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: toc.xsl</code></p><pre class="screen"><span class="commit-message">Add missing template for <a href="http://docbook.org/tdg5/en/html/tocdiv.html"><code class="sgmltag-element">tocdiv</code></a>/<a href="http://docbook.org/tdg5/en/html/title.html"><code class="sgmltag-element">title</code></a> elements to fix bug #1310.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: docbook.xsl</code></p><pre class="screen"><span class="commit-message">Fix process.root template so document <a href="http://docbook.org/tdg5/en/html/title.html"><code class="sgmltag-element">title</code></a> can come from <a href="http://docbook.org/tdg5/en/html/info.html"><code class="sgmltag-element">info</code></a> as well.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: lists.xsl</code></p><pre class="screen"><span class="commit-message">Add support for <a href="http://docbook.org/tdg5/en/html/procedure.html"><code class="sgmltag-element">procedure</code></a> <a href="http://docbook.org/tdg5/en/html/title.html"><code class="sgmltag-element">title</code></a> when contained in blockinfo or <a href="http://docbook.org/tdg5/en/html/info.html"><code class="sgmltag-element">info</code></a>.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: fop1.xsl</code></p><pre class="screen"><span class="commit-message">Fix mode="fop1.foxdest" so only elements with id attribute get +a fox:destination in the output.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: fop1.xsl</code></p><pre class="screen"><span class="commit-message">Remove extraneous call from fop1.foxdest mode per patch submission.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: autotoc.xsl</code></p><pre class="screen"><span class="commit-message">Add <a href="http://docbook.sourceforge.net/release/xsl/current/doc/fo/toc.margin.properties.html"><em class="parameter"><code>toc.margin.properties</code></em></a> attribute-set to list.of.titles so +it matches the <a href="http://docbook.org/tdg5/en/html/toc.html"><code class="sgmltag-element">TOC</code></a> list.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: inline.xsl</code></p><pre class="screen"><span class="commit-message">Adjust exception for fop for <a href="http://docbook.org/tdg5/en/html/menuchoice.html"><code class="sgmltag-element">menuchoice</code></a> separator to +use the $symbol.font.family if it is set.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: division.xsl</code></p><pre class="screen"><span class="commit-message">Fix comment.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: param.ent</code></p><pre class="screen"><span class="commit-message">Fix typo that prevents param.xsl update.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: lists.xsl; param.xweb; param.ent</code></p><pre class="screen"><span class="commit-message">Add <a href="http://docbook.sourceforge.net/release/xsl/current/doc/fo/mark.optional.procedure.steps.html"><em class="parameter"><code>mark.optional.procedure.steps</code></em></a> param.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: qandaset.xsl</code></p><pre class="screen"><span class="commit-message">Fix bug in <a href="http://docbook.org/tdg5/en/html/question.html"><code class="sgmltag-element">question</code></a> template that output empty list-item-label when +defaultlabel = 'none'.</span></pre> +</li></ul></div> +</div> + +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_HTML"></a>HTML</h3></div></div></div> + +<p>The following changes have been made to the + <code class="filename">html</code> code + since the 1.78.1 release.</p> +<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> +<p><code class="literal">Robert Stayton: block.xsl</code></p><pre class="screen"><span class="commit-message">Fix Bug #1367 <a href="http://docbook.org/tdg5/en/html/epigraph.html"><code class="sgmltag-element">epigraph</code></a> <a href="http://docbook.org/tdg5/en/html/attribution.html"><code class="sgmltag-element">attribution</code></a> appears twice in html output.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: param.xweb; param.ent</code></p><pre class="screen"><span class="commit-message">Add missing <a href="http://docbook.sourceforge.net/release/xsl/current/doc/html/profile.outputformat.html"><em class="parameter"><code>profile.outputformat</code></em></a> param.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: titlepage.xsl; docbook.xsl; titlepage.templates.xml</code></p><pre class="screen"><span class="commit-message">Add support for DocBook Publishers elements.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: publishers.xsl</code></p><pre class="screen"><span class="commit-message">New module to support new elements in DocBook Publishers schema.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: table.xsl</code></p><pre class="screen"><span class="commit-message">Fix bug #1348 where class of output <a href="http://docbook.org/tdg5/en/html/table.html"><code class="sgmltag-element">table</code></a> not being set correctly.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: table.xsl</code></p><pre class="screen"><span class="commit-message">A <a href="http://docbook.org/tdg5/en/html/table.html"><code class="sgmltag-element">table</code></a> emitted by <a href="http://docbook.org/tdg5/en/html/tgroup.html"><code class="sgmltag-element">tgroup</code></a> template now calls "common.html.attributes" +to get the class attribute handled correctly.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: inline.xsl</code></p><pre class="screen"><span class="commit-message">Fix bug #13598 inline.monoseq and other inline.*seq handle links incorrectly.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: refentry.xsl</code></p><pre class="screen"><span class="commit-message">Add template for <a href="http://docbook.org/tdg5/en/html/refpurpose.html"><code class="sgmltag-element">refpurpose</code></a> in no.anchor.mode to generate +the dash separator in <a href="http://docbook.org/tdg5/en/html/toc.html"><code class="sgmltag-element">TOC</code></a> line for the <a href="http://docbook.org/tdg5/en/html/refentry.html"><code class="sgmltag-element">refentry</code></a> when +the <a href="http://docbook.org/tdg5/en/html/refpurpose.html"><code class="sgmltag-element">refpurpose</code></a> contains a <a href="http://docbook.org/tdg5/en/html/link.html"><code class="sgmltag-element">link</code></a> or <a href="http://docbook.org/tdg5/en/html/indexterm.html"><code class="sgmltag-element">indexterm</code></a>.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: inline.xsl</code></p><pre class="screen"><span class="commit-message">Add missing call to id.attribute template for <a href="http://docbook.org/tdg5/en/html/orgdiv.html"><code class="sgmltag-element">orgdiv</code></a>.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: xref.xsl</code></p><pre class="screen"><span class="commit-message">If a <a href="http://docbook.org/tdg5/en/html/link.html"><code class="sgmltag-element">link</code></a> or <a href="http://docbook.org/tdg5/en/html/xref.html"><code class="sgmltag-element">xref</code></a> has an @id or @xml:id, then add a span to +include the id because simple.xlink no longer generates the +id attribute.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: inline.xsl</code></p><pre class="screen"><span class="commit-message">Remove call to id.attribute template in simple.xlink +because it produces duplicate ids in the output because +the element template calling simple.xlink generates the +id attribute.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: graphics.xsl</code></p><pre class="screen"><span class="commit-message">Check in fix for bug #1336 to support absolute file URLs +that start with file:/. Also consolidate code that determines +whether an image file path is relative into a new template +variable $is.relative.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: chunk-code.xsl</code></p><pre class="screen"><span class="commit-message">Add support for set nested inside set to recursive-chunk-filename.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: autotoc.xsl</code></p><pre class="screen"><span class="commit-message">Add support for set <a href="http://docbook.org/tdg5/en/html/toc.html"><code class="sgmltag-element">TOC</code></a> to contain nested set or <a href="http://docbook.org/tdg5/en/html/article.html"><code class="sgmltag-element">article</code></a> +elements.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Jirka Kosek: build.xml</code></p><pre class="screen"><span class="commit-message">Added clean targets</span></pre> +</li><li class="listitem"> +<p><code class="literal">Jirka Kosek: build.xml</code></p><pre class="screen"><span class="commit-message">Added ant build for HTML stylesheets</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: glossary.xsl</code></p><pre class="screen"><span class="commit-message">Move any indexterms in <a href="http://docbook.org/tdg5/en/html/glossentry.html"><code class="sgmltag-element">glossentry</code></a> to be inside dt, instead of +after dt which is invalid.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: htmltbl.xsl</code></p><pre class="screen"><span class="commit-message">Fix bug #1334 to copy through HTML <a href="http://docbook.org/tdg5/en/html/table.html"><code class="sgmltag-element">table</code></a> attributes @scope and @id.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: block.xsl</code></p><pre class="screen"><span class="commit-message">Change the <a href="http://docbook.org/tdg5/en/html/epigraph.html"><code class="sgmltag-element">epigraph</code></a> template to support schema extensions +by processing all of its children instead of specific elements.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: titlepage.xsl</code></p><pre class="screen"><span class="commit-message">Fix bug in handling of multiple editors and "edited by" <a href="http://docbook.org/tdg5/en/html/label.html"><code class="sgmltag-element">label</code></a>.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: titlepage.templates.xml</code></p><pre class="screen"><span class="commit-message">Fix misnamed attribute in <a href="http://docbook.org/tdg5/en/html/sidebar.html"><code class="sgmltag-element">sidebar</code></a> template.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: inline.xsl</code></p><pre class="screen"><span class="commit-message">Fix check for nested links.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: chunk-common.xsl; chunktoc.xsl; chunk-code.xsl</code></p><pre class="screen"><span class="commit-message">Adjust handling of namespace fixup to streamline distro builds.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: docbook.xsl</code></p><pre class="screen"><span class="commit-message">Adjust handling of namespace conversion to streamline distro +build.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: table.xsl</code></p><pre class="screen"><span class="commit-message">Fix bug #1298 where @rowheader = 'firstcol' incorrectly assigns +<<a href="http://docbook.org/tdg5/en/html/th.html"><code class="sgmltag-element">th</code></a>> to cell that is first in a <a href="http://docbook.org/tdg5/en/html/row.html"><code class="sgmltag-element">row</code></a> but not the first column due +to <a href="http://docbook.org/tdg5/en/html/row.html"><code class="sgmltag-element">row</code></a> span above.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: param.xweb; param.ent; autoidx.xsl</code></p><pre class="screen"><span class="commit-message">Add support for <a href="http://docbook.sourceforge.net/release/xsl/current/doc/html/autolink.index.see.html"><em class="parameter"><code>autolink.index.see</code></em></a> param to <a href="http://docbook.org/tdg5/en/html/link.html"><code class="sgmltag-element">link</code></a> from see and +<a href="http://docbook.org/tdg5/en/html/seealso.html"><code class="sgmltag-element">seealso</code></a> element to <a href="http://docbook.org/tdg5/en/html/primary.html"><code class="sgmltag-element">primary</code></a> element in <a href="http://docbook.org/tdg5/en/html/index.html"><code class="sgmltag-element">index</code></a>.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: inline.xsl</code></p><pre class="screen"><span class="commit-message">Fix bug #1306 warn of nested links, since not supported in the output.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: pi.xsl</code></p><pre class="screen"><span class="commit-message">Fixes bug #1323 where <?dbhtml-include?> paths were not being +interpreted relative to the XML.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: param.xweb</code></p><pre class="screen"><span class="commit-message">Add missing frag for new linke.to.self.for.mediaobject param.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: table.xsl</code></p><pre class="screen"><span class="commit-message">Fix bug in <a href="http://docbook.org/tdg5/en/html/entry.html"><code class="sgmltag-element">entry</code></a> template where rowsep was incorrectly set to zero +for cell with @morerows in <a href="http://docbook.org/tdg5/en/html/thead.html"><code class="sgmltag-element">thead</code></a>.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: synop.xsl</code></p><pre class="screen"><span class="commit-message">Restore conditional named <a href="http://docbook.org/tdg5/en/html/anchor.html"><code class="sgmltag-element">anchor</code></a> in output if dbcmdlist PI is not used.</span></pre> +</li><li class="listitem"> +<p><code class="literal">tom_schr: graphics.xsl</code></p><pre class="screen"><span class="commit-message">Fixed [#1317]: process <a href="http://docbook.org/tdg5/en/html/alt.html"><code class="sgmltag-element">alt</code></a> in <a href="http://docbook.org/tdg5/en/html/inlinemediaobject.html"><code class="sgmltag-element">inlinemediaobject</code></a></span></pre> +</li><li class="listitem"> +<p><code class="literal">tom_schr: param.xweb; graphics.xsl; param.ent</code></p><pre class="screen"><span class="commit-message">Fixed ticket [#1315]: Add possibility to add a <a href="http://docbook.org/tdg5/en/html/link.html"><code class="sgmltag-element">link</code></a> to mediaobjects</span></pre> +</li><li class="listitem"> +<p><code class="literal">stilor: titlepage.templates.xml</code></p><pre class="screen"><span class="commit-message">Remove autoguessing of the namespace for wrapper elements; determine namespace by prefix, if any.</span></pre> +</li><li class="listitem"> +<p><code class="literal">stilor: chunk-common.xsl; xref.xsl</code></p><pre class="screen"><span class="commit-message">Make <a href="http://docbook.org/tdg5/en/html/olink.html"><code class="sgmltag-element">olink</code></a> errors/warnings overridable in customizations.</span></pre> +</li><li class="listitem"> +<p><code class="literal">stilor: param.xweb; param.ent</code></p><pre class="screen"><span class="commit-message">1. Make page citations on <<a href="http://docbook.org/tdg5/en/html/xref.html"><code class="sgmltag-element">xref</code></a>/> to paragraphs conditional on a new parameter, +$insert.xref.page.number.para, default to 'yes' (before, page citations were +added unconditionally). Remove similar special-casing for <<a href="http://docbook.org/tdg5/en/html/link.html"><code class="sgmltag-element">link</code></a>/>. +2. Disable page citations for @xrefstyle="template:..." (if needed, they +can be added with %p in the template - but they can't be disabled).</span></pre> +</li><li class="listitem"> +<p><code class="literal">Mauritz Jeanson: index.xsl</code></p><pre class="screen"><span class="commit-message">Bug #1309: Added missing template for <a href="http://docbook.org/tdg5/en/html/indexdiv.html"><code class="sgmltag-element">indexdiv</code></a>/<a href="http://docbook.org/tdg5/en/html/subtitle.html"><code class="sgmltag-element">subtitle</code></a>.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: xref.xsl</code></p><pre class="screen"><span class="commit-message">Pass referrer and target params to mode="xrefstyle" to allow customizations +to be more specific.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: xref.xsl</code></p><pre class="screen"><span class="commit-message">Add mode="xrefstyle" to replace many instances of redundant +code determining the xrefstyle with xsl:apply-templates +select="." mode="xrefstyle". Also allows stylesheet +customization to specify an xrefstyle per element type.</span></pre> +</li><li class="listitem"> +<p><code class="literal">tom_schr: xref.xsl</code></p><pre class="screen"><span class="commit-message">Pass referrer and xrefstyle to "xref-to-suffix" and "xref-to-prefix" +modes (to use the same signature than "xref-to" mode) as discussed with +Bob on the mailinglist (2013-09-12)</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: chunk.xsl</code></p><pre class="screen"><span class="commit-message">No change, testing snapshot builds.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: toc.xsl</code></p><pre class="screen"><span class="commit-message">Add missing template for <a href="http://docbook.org/tdg5/en/html/tocdiv.html"><code class="sgmltag-element">tocdiv</code></a>/<a href="http://docbook.org/tdg5/en/html/title.html"><code class="sgmltag-element">title</code></a> elements to fix bug #1310.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: docbook.xsl</code></p><pre class="screen"><span class="commit-message">Remove a comment to test checkins and snapshot builds.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: lists.xsl</code></p><pre class="screen"><span class="commit-message">Add support for <a href="http://docbook.org/tdg5/en/html/procedure.html"><code class="sgmltag-element">procedure</code></a> <a href="http://docbook.org/tdg5/en/html/title.html"><code class="sgmltag-element">title</code></a> when contained in <a href="http://docbook.org/tdg5/en/html/info.html"><code class="sgmltag-element">info</code></a> or blockinfo.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Jirka Kosek: chunk-code.xsl</code></p><pre class="screen"><span class="commit-message">Enumarete separate file for <a href="http://docbook.org/tdg5/en/html/revhistory.html"><code class="sgmltag-element">revhistory</code></a> if <a href="http://docbook.sourceforge.net/release/xsl/current/doc/html/generate.revhistory.link.html"><em class="parameter"><code>generate.revhistory.link</code></em></a>=1</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: inline.xsl</code></p><pre class="screen"><span class="commit-message">Update the inline.charseq template to also call 'common.html.attributes' +instead of using local-name for class value.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Jirka Kosek: docbook.xsl; html.xsl</code></p><pre class="screen"><span class="commit-message">Enabling ITS processing again</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: its.xsl</code></p><pre class="screen"><span class="commit-message">Change syntax for selecting @its:* attributes so it works +in xsltproc (which should work with the original, but doesn't).</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: docbook.xsl; html.xsl</code></p><pre class="screen"><span class="commit-message">Turn off its.xsl update which is generating attribute insertion errors.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Jirka Kosek: its.xsl; docbook.xsl; html.xsl</code></p><pre class="screen"><span class="commit-message">Added basic support for ITS 2.0 markup. It gets propagated into HTML +For more <a href="http://docbook.org/tdg5/en/html/info.html"><code class="sgmltag-element">info</code></a> about ITS see http://www.w3.org/<a href="http://docbook.org/tdg5/en/html/tr.html"><code class="sgmltag-element">TR</code></a>/its20/</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: docbook.xsl</code></p><pre class="screen"><span class="commit-message">Added a comment line to test checkin process.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: xref.xsl</code></p><pre class="screen"><span class="commit-message">Fix bug in mode=remove-ids that put <a href="http://docbook.org/tdg5/en/html/link.html"><code class="sgmltag-element">link</code></a> content outside the <a> element.</span></pre> +</li><li class="listitem"> +<p><code class="literal">tom_schr: chunktoc.xsl</code></p><pre class="screen"><span class="commit-message">Fixed SF ticket#3611689: added missing DocBook namespace declarations</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: chunker.xsl</code></p><pre class="screen"><span class="commit-message">Change the internal chunk.base.dir from a param to a variable.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: inline.xsl</code></p><pre class="screen"><span class="commit-message">Turn off id attribute on <a href="http://docbook.org/tdg5/en/html/glossterm.html"><code class="sgmltag-element">glossterm</code></a> <a href="http://docbook.org/tdg5/en/html/anchor.html"><code class="sgmltag-element">anchor</code></a>, because it is on the element itself.</span></pre> +</li></ul></div> +</div> + +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Manpages"></a>Manpages</h3></div></div></div> + +<p>The following changes have been made to the + <code class="filename">manpages</code> code + since the 1.78.1 release.</p> +<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> +<p><code class="literal">Robert Stayton: block.xsl; lists.xsl</code></p><pre class="screen"><span class="commit-message">Fix bug #1363 <a href="http://docbook.org/tdg5/en/html/synopsis.html"><code class="sgmltag-element">synopsis</code></a> in <a href="http://docbook.org/tdg5/en/html/variablelist.html"><code class="sgmltag-element">variablelist</code></a> <a href="http://docbook.org/tdg5/en/html/term.html"><code class="sgmltag-element">term</code></a> mangles line breaks.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: other.xsl</code></p><pre class="screen"><span class="commit-message">Remove redundant and out-of-date xsl:strip-space element. +This is imported from common/common.xsl for all stylesheets.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Jirka Kosek: build.xml</code></p><pre class="screen"><span class="commit-message">Added clean targets</span></pre> +</li><li class="listitem"> +<p><code class="literal">Jirka Kosek: build.xml</code></p><pre class="screen"><span class="commit-message">Added ant build for manpages</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: inline.xsl</code></p><pre class="screen"><span class="commit-message">Fix bug #1340 by omitting <a href="http://docbook.org/tdg5/en/html/indexterm.html"><code class="sgmltag-element">indexterm</code></a> and <a href="http://docbook.org/tdg5/en/html/remark.html"><code class="sgmltag-element">remark</code></a> elements from the +output. Trying to include them as nroff comments resulted in extra +whitespace in certain instances, so they are omitted.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: table.xsl; docbook.xsl; tbl.xsl</code></p><pre class="screen"><span class="commit-message">Adjust man stylesheet to better handle namespace fixup during +distro builds.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: lists.xsl</code></p><pre class="screen"><span class="commit-message">Resolve ambiguous template match for <a href="http://docbook.org/tdg5/en/html/remark.html"><code class="sgmltag-element">remark</code></a>.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: endnotes.xsl</code></p><pre class="screen"><span class="commit-message">Put internally generated earmark elements into own namespace to +avoid complications with namespace stylesheet builds. No change +of <a href="http://docbook.org/tdg5/en/html/function.html"><code class="sgmltag-element">function</code></a>.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: other.xsl</code></p><pre class="screen"><span class="commit-message">Fixed bug #1313 where write.stubs template mistakenly includes +$man.output.base.dir in the .so <a href="http://docbook.org/tdg5/en/html/address.html"><code class="sgmltag-element">address</code></a>.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: other.xsl</code></p><pre class="screen"><span class="commit-message">Escape text() nodes while also in no.anchor.mode for links. +Fixes bug #1322.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: utility.xsl</code></p><pre class="screen"><span class="commit-message">Fixed bug #1321, also taking into account fixing bug #1281.</span></pre> +</li><li class="listitem"> +<p><code class="literal">dleidert: info.xsl</code></p><pre class="screen"><span class="commit-message">Fix a typo (http://bugs.debian.org/698962).</span></pre> +</li></ul></div> +</div> + +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Epub"></a>Epub</h3></div></div></div> + +<p>The following changes have been made to the + <code class="filename">epub</code> code + since the 1.78.1 release.</p> +<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> +<p><code class="literal">Robert Stayton: docbook.xsl</code></p><pre class="screen"><span class="commit-message">Fix bug #1341 Incorrect generation of content.opf for multiple +names in $html.stylesheet param. Backported the template +named css.item from the epub3 stylesheet.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: docbook.xsl</code></p><pre class="screen"><span class="commit-message">Fix handling of <a href="http://docbook.sourceforge.net/release/xsl/current/doc/html/base.dir.html"><em class="parameter"><code>base.dir</code></em></a>, chunk.base.dir, and epub.oebps.dir +combinations.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: docbook.xsl</code></p><pre class="screen"><span class="commit-message">Improve the handling of $chunk.base.dir when $base.dir contains +the OEBPS directory in its value.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: docbook.xsl</code></p><pre class="screen"><span class="commit-message">Fix the namespace fixup step to match the other stylesheets.</span></pre> +</li><li class="listitem"> +<p><code class="literal">tom_schr: docbook.xsl</code></p><pre class="screen"><span class="commit-message">Extended <a href="http://docbook.org/tdg5/en/html/date.html"><code class="sgmltag-element">date</code></a> template in mode opf.metadata +If a PI dbtimestamp is available, call datetime.format(<a href="http://docbook.org/tdg5/en/html/date.html"><code class="sgmltag-element">date</code></a>, 'Y-m-d'), +otherwise use the normalized string content</span></pre> +</li><li class="listitem"> +<p><code class="literal">dleidert: bin/spec/files</code></p><pre class="screen"><span class="commit-message">Fix svn:externals defintion.</span></pre> +</li><li class="listitem"> +<p><code class="literal">tom_schr: docbook.xsl</code></p><pre class="screen"><span class="commit-message">Introduced variable in opf.guide</span></pre> +</li><li class="listitem"> +<p><code class="literal">tom_schr: docbook.xsl</code></p><pre class="screen"><span class="commit-message">Improved modularization in opf.spine and created new spine.cover template</span></pre> +</li><li class="listitem"> +<p><code class="literal">tom_schr: docbook.xsl</code></p><pre class="screen"><span class="commit-message">Improved opf.spine with <a href="http://docbook.org/tdg5/en/html/info.html"><code class="sgmltag-element">info</code></a> variable</span></pre> +</li><li class="listitem"> +<p><code class="literal">tom_schr: docbook.xsl</code></p><pre class="screen"><span class="commit-message">Bugfix in opf.spine: removed double <a href="http://docbook.org/tdg5/en/html/refentry.html"><code class="sgmltag-element">refentry</code></a> entries</span></pre> +</li><li class="listitem"> +<p><code class="literal">tom_schr: docbook.xsl</code></p><pre class="screen"><span class="commit-message">* Template package-identifier: introduced $info variable to simplify + code (similar to the EPUB3 stylesheets) +* Template opf.calloutlist: only call opf.reference.callout if + <a href="http://docbook.sourceforge.net/release/xsl/current/doc/html/callout.graphics.html"><em class="parameter"><code>callout.graphics</code></em></a> is set</span></pre> +</li><li class="listitem"> +<p><code class="literal">tom_schr: docbook.xsl</code></p><pre class="screen"><span class="commit-message">Backported Bob's EPUB3 changes to EPUB2 from r9740 -> r9742 -> r9743: + +* Implement <a href="http://docbook.sourceforge.net/release/xsl/current/doc/html/base.dir.html"><em class="parameter"><code>base.dir</code></em></a>/OEBPS using internal chunk.base.dir instead of + new param epub.base.dir. + +* Additional changes, specific to this stylesheet: + - Construct parameter epub.metainf.dir from <a href="http://docbook.sourceforge.net/release/xsl/current/doc/html/base.dir.html"><em class="parameter"><code>base.dir</code></em></a> + 'META-INF/' + - Changed parameter epub.cover.filename epub.oebps.dir to + chunk.base.dir + - Template opf: concat <a href="http://docbook.sourceforge.net/release/xsl/current/doc/html/base.dir.html"><em class="parameter"><code>base.dir</code></em></a> with epub.opf.filename + - Replaced two subsequent xsl:value-of's with concat()</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: docbook.xsl</code></p><pre class="screen"><span class="commit-message">Fix bug in <a href="http://docbook.org/tdg5/en/html/author.html"><code class="sgmltag-element">author</code></a> template generating a span element inside an attribute value.</span></pre> +</li></ul></div> +</div> + +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_HTMLHelp"></a>HTMLHelp</h3></div></div></div> + +<p>The following changes have been made to the + <code class="filename">htmlhelp</code> code + since the 1.78.1 release.</p> +<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> +<p><code class="literal">Jirka Kosek: build.xml</code></p><pre class="screen"><span class="commit-message">Added clean targets</span></pre> +</li><li class="listitem"> +<p><code class="literal">Jirka Kosek: build.xml</code></p><pre class="screen"><span class="commit-message">Extensions and other builds ported to Ant</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: htmlhelp-common.xsl</code></p><pre class="screen"><span class="commit-message">Adjust namespace fixup to conform to the namespace source +conversion.</span></pre> +</li></ul></div> +</div> + +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Eclipse"></a>Eclipse</h3></div></div></div> + +<p>The following changes have been made to the + <code class="filename">eclipse</code> code + since the 1.78.1 release.</p> +<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> +<p><code class="literal">Jirka Kosek: build.xml</code></p><pre class="screen"><span class="commit-message">Added clean targets</span></pre> +</li><li class="listitem"> +<p><code class="literal">Jirka Kosek: build.xml</code></p><pre class="screen"><span class="commit-message">Extensions and other builds ported to Ant</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: eclipse.xsl</code></p><pre class="screen"><span class="commit-message">Adjust namespace fixup to conform to other conversions to +namespaced source.</span></pre> +</li></ul></div> +</div> + +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_JavaHelp"></a>JavaHelp</h3></div></div></div> + +<p>The following changes have been made to the + <code class="filename">javahelp</code> code + since the 1.78.1 release.</p> +<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> +<p><code class="literal">Jirka Kosek: build.xml</code></p><pre class="screen"><span class="commit-message">Added clean targets</span></pre> +</li><li class="listitem"> +<p><code class="literal">Jirka Kosek: build.xml</code></p><pre class="screen"><span class="commit-message">Extensions and other builds ported to Ant</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: javahelp.xsl</code></p><pre class="screen"><span class="commit-message">Adjust the namespace fixup to conform to the other namespaced source +conversions.</span></pre> +</li></ul></div> +</div> + +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Slides"></a>Slides</h3></div></div></div> + +<p>The following changes have been made to the + <code class="filename">slides</code> code + since the 1.78.1 release.</p> +<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> +<p><code class="literal">Jirka Kosek: schema/relaxng/slides.rnc</code></p><pre class="screen"><span class="commit-message">Make speakernotes/handoutnotes optional as many presentations do not use them</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: xhtml/plain.xsl; common/common.xsl; xhtml/slidy.xsl; xhtml/s5.xsl; fo/plai⋯</code></p><pre class="screen"><span class="commit-message">Rename the docbook prefix in the declaration too.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: xhtml/plain.xsl; common/common.xsl; xhtml/slidy.xsl; xhtml/s5.xsl; fo/plai⋯</code></p><pre class="screen"><span class="commit-message">Change the docbook db: prefix to d: prefix in preparation of svn update to namespaced +stylesheets.</span></pre> +</li><li class="listitem"> +<p><code class="literal">stilor: xhtml/plain-titlepage.xml; fo/plain-titlepage.xml</code></p><pre class="screen"><span class="commit-message">Remove autoguessing of the namespace for wrapper elements; determine namespace by prefix, if any.</span></pre> +</li><li class="listitem"> +<p><code class="literal">dleidert: images/callouts/gen.sh</code></p><pre class="screen"><span class="commit-message">Leave executable permissions for script.</span></pre> +</li><li class="listitem"> +<p><code class="literal">dleidert: s5/ui/default/pretty.css; slidy/graphics/w3c-logo-blue.gif; s5/ui/default/notes.⋯</code></p><pre class="screen"><span class="commit-message">Drop executable permissions from files.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Jirka Kosek: doc/Makefile</code></p><pre class="screen"><span class="commit-message">Corrected path</span></pre> +</li></ul></div> +</div> + +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Website"></a>Website</h3></div></div></div> + +<p>The following changes have been made to the + <code class="filename">website</code> code + since the 1.78.1 release.</p> +<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> +<p><code class="literal">Jirka Kosek: build.xml</code></p><pre class="screen"><span class="commit-message">Added clean targets</span></pre> +</li><li class="listitem"> +<p><code class="literal">Jirka Kosek: build.xml</code></p><pre class="screen"><span class="commit-message">Extensions and other builds ported to Ant</span></pre> +</li><li class="listitem"> +<p><code class="literal">stilor: olink.xsl</code></p><pre class="screen"><span class="commit-message">Make <a href="http://docbook.org/tdg5/en/html/olink.html"><code class="sgmltag-element">olink</code></a> errors/warnings overridable in customizations.</span></pre> +</li></ul></div> +</div> + +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Webhelp"></a>Webhelp</h3></div></div></div> + +<p>The following changes have been made to the + <code class="filename">webhelp</code> code + since the 1.78.1 release.</p> +<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> +<p><code class="literal">Robert Stayton: xsl/titlepage.templates.xsl</code></p><pre class="screen"><span class="commit-message">Fix typo.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: xsl/titlepage.templates.xsl</code></p><pre class="screen"><span class="commit-message">Add XHTML missing default namespace.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: xsl/webhelp-common.xsl</code></p><pre class="screen"><span class="commit-message">Fix bug 1357 to avoid creating l10n.js file if only collecting <a href="http://docbook.org/tdg5/en/html/olink.html"><code class="sgmltag-element">olink</code></a> data.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: docsrc/xinclude-test.xml; docsrc/readme.xml</code></p><pre class="screen"><span class="commit-message">Convert XML doc to DB5.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: xsl/webhelp-common.xsl</code></p><pre class="screen"><span class="commit-message">Fix error message for namespace fixup.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: xsl/webhelp-common.xsl</code></p><pre class="screen"><span class="commit-message">fix bug in namespace fixup syntax.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: xsl/webhelp-common.xsl</code></p><pre class="screen"><span class="commit-message">Adjust namespace fixup for namespace build process.</span></pre> +</li><li class="listitem"> +<p><code class="literal">stilor: xsl/titlepage.templates.xml</code></p><pre class="screen"><span class="commit-message">Remove autoguessing of the namespace for wrapper elements; determine namespace by prefix, if any.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Jirka Kosek: template/common/main.js</code></p><pre class="screen"><span class="commit-message">Fix for bug #1301</span></pre> +</li></ul></div> +</div> + +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Params"></a>Params</h3></div></div></div> + +<p>The following changes have been made to the + <code class="filename">params</code> code + since the 1.78.1 release.</p> +<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> +<p><code class="literal">Robert Stayton: autolink.index.see.xml</code></p><pre class="screen"><span class="commit-message">Improve the description for linking in <a href="http://docbook.org/tdg5/en/html/index.html"><code class="sgmltag-element">index</code></a>.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: prefer.internal.olink.xml</code></p><pre class="screen"><span class="commit-message">Fix bug in description</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: dialogue.properties.xml</code></p><pre class="screen"><span class="commit-message">Fix typo.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: publishers.properties.xml</code></p><pre class="screen"><span class="commit-message">Fix typo.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: speaker.properties.xml; publishers.properties.xml; inlinestagedir.properti⋯</code></p><pre class="screen"><span class="commit-message">New property sets for DocBook Publishers elements.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: table.frame.border.thickness.xml; table.cell.border.thickness.xml</code></p><pre class="screen"><span class="commit-message">Fix bug #1291, make default values different for HTML and FO.</span></pre> +</li><li class="listitem"> +<p><code class="literal">tom_schr: profile.outputformat.xml</code></p><pre class="screen"><span class="commit-message">Added missing support for outputformat attribute + +* Added missing parameter <a href="http://docbook.sourceforge.net/release/xsl/current/doc/html/profile.outputformat.html"><em class="parameter"><code>profile.outputformat</code></em></a> in + params/profile.outputformat.xml +* Added missing lines to check for outputformat attribute in + profiling/profile-mode.xsl</span></pre> +</li><li class="listitem"> +<p><code class="literal">Jirka Kosek: table.frame.border.thickness.xml; table.cell.border.thickness.xml</code></p><pre class="screen"><span class="commit-message">Changed default border thickness from 0.5pt to 1px. The reason is that Chrome rounds 0.5pt to 0px making borders invisible.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: list.block.spacing.xml</code></p><pre class="screen"><span class="commit-message">Fix typo in element name.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: autolink.index.see.xml</code></p><pre class="screen"><span class="commit-message">New param to control automatic links in <a href="http://docbook.org/tdg5/en/html/index.html"><code class="sgmltag-element">index</code></a> from see and +<a href="http://docbook.org/tdg5/en/html/seealso.html"><code class="sgmltag-element">seealso</code></a> to <a href="http://docbook.org/tdg5/en/html/indexterm.html"><code class="sgmltag-element">indexterm</code></a> <a href="http://docbook.org/tdg5/en/html/primary.html"><code class="sgmltag-element">primary</code></a>.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: show.bookmarks.xml</code></p><pre class="screen"><span class="commit-message">New param to turn off PDF bookmarks.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: xsl1.1.bookmarks.xml</code></p><pre class="screen"><span class="commit-message">Param to use standard XSL 1.1 bookmark elements.</span></pre> +</li><li class="listitem"> +<p><code class="literal">tom_schr: link.to.self.for.mediaobject.xml</code></p><pre class="screen"><span class="commit-message">Fixed ticket [#1315]: Add possibility to add a <a href="http://docbook.org/tdg5/en/html/link.html"><code class="sgmltag-element">link</code></a> to mediaobjects</span></pre> +</li><li class="listitem"> +<p><code class="literal">stilor: toc.leader.properties.xml</code></p><pre class="screen"><span class="commit-message">Replace <a href="http://docbook.org/tdg5/en/html/literal.html"><code class="sgmltag-element">literal</code></a> space inserted next to fo:leader in <a href="http://docbook.org/tdg5/en/html/toc.html"><code class="sgmltag-element">ToC</code></a> with a padding. This +works around a bug in FOP (see FOP-1444). +Make <a href="http://docbook.org/tdg5/en/html/toc.html"><code class="sgmltag-element">ToC</code></a> fo:leader properties configurable via attribute set.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: list.block.spacing.xml; list.item.spacing.xml</code></p><pre class="screen"><span class="commit-message">Clarify that <a href="http://docbook.sourceforge.net/release/xsl/current/doc/fo/list.block.spacing.html"><em class="parameter"><code>list.block.spacing</code></em></a> is not used in nested lists.</span></pre> +</li><li class="listitem"> +<p><code class="literal">stilor: insert.xref.page.number.para.xml</code></p><pre class="screen"><span class="commit-message">Missed new file in previous checkin.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: mark.optional.procedure.steps.xml</code></p><pre class="screen"><span class="commit-message">New param to turn off Optional text for optional steps.</span></pre> +</li></ul></div> +</div> + +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Profiling"></a>Profiling</h3></div></div></div> + +<p>The following changes have been made to the + <code class="filename">profiling</code> code + since the 1.78.1 release.</p> +<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> +<p><code class="literal">Robert Stayton: profile.xsl</code></p><pre class="screen"><span class="commit-message">Add missing <a href="http://docbook.sourceforge.net/release/xsl/current/doc/html/profile.outputformat.html"><em class="parameter"><code>profile.outputformat</code></em></a> param declaration.</span></pre> +</li><li class="listitem"> +<p><code class="literal">tom_schr: profile-mode.xsl</code></p><pre class="screen"><span class="commit-message">Added missing support for outputformat attribute + +* Added missing parameter <a href="http://docbook.sourceforge.net/release/xsl/current/doc/html/profile.outputformat.html"><em class="parameter"><code>profile.outputformat</code></em></a> in + params/profile.outputformat.xml +* Added missing lines to check for outputformat attribute in + profiling/profile-mode.xsl</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: xsl2profile.xsl</code></p><pre class="screen"><span class="commit-message">Fix bug #1335 where profile-chunk.xsl was xsl:including +chunk-code.xsl instead of profile-chunk-code.xsl.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: xsl2profile.xsl</code></p><pre class="screen"><span class="commit-message">Fixed bug in handling of namespace fixup.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: xsl2profile.xsl</code></p><pre class="screen"><span class="commit-message">Adjust namespace fixup to match other templates.</span></pre> +</li></ul></div> +</div> + +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Lib"></a>Lib</h3></div></div></div> + +<p>The following changes have been made to the + <code class="filename">lib</code> code + since the 1.78.1 release.</p> +<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> +<p><code class="literal">Jirka Kosek: build.xml</code></p><pre class="screen"><span class="commit-message">Added lib ant build support</span></pre> +</li></ul></div> +</div> + +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Tools"></a>Tools</h3></div></div></div> + +<p>The following changes have been made to the + <code class="filename">tools</code> code + since the 1.78.1 release.</p> +<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> +<p><code class="literal">Jirka Kosek: build-shared.xml</code></p><pre class="screen"><span class="commit-message">Added lib ant build support</span></pre> +</li><li class="listitem"> +<p><code class="literal">Jirka Kosek: build-shared.xml</code></p><pre class="screen"><span class="commit-message">Added clean targets</span></pre> +</li><li class="listitem"> +<p><code class="literal">Jirka Kosek: lib/xml-apis.jar; lib/xercesImpl.jar; build-shared.xml; lib/xalan.jar</code></p><pre class="screen"><span class="commit-message">Extensions and other builds ported to Ant</span></pre> +</li><li class="listitem"> +<p><code class="literal">Jirka Kosek: build-shared.xml</code></p><pre class="screen"><span class="commit-message">Added ant build for HTML stylesheets</span></pre> +</li><li class="listitem"> +<p><code class="literal">Jirka Kosek: licenses/saxon/JAMESCLARK.txt; lib/jython.jar; lib/xercesImpl.jar; licenses/j⋯</code></p><pre class="screen"><span class="commit-message">Initial work on Ant build, common (L10N) directory handled so far</span></pre> +</li></ul></div> +</div> + +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Template"></a>Template</h3></div></div></div> + +<p>The following changes have been made to the + <code class="filename">template</code> code + since the 1.78.1 release.</p> +<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> +<p><code class="literal">Robert Stayton: titlepage.xsl</code></p><pre class="screen"><span class="commit-message">Remove the d: namespace declaration because it is +automatically added by the ns build process.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Jirka Kosek: titlepage.xsl</code></p><pre class="screen"><span class="commit-message">Added missing namespace declaration</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: titlepage.xsl</code></p><pre class="screen"><span class="commit-message">Remove d: namespace declaration from non namespaced version since +it is automatically added to build the namespaced version.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: titlepage.xsl</code></p><pre class="screen"><span class="commit-message">Set the db.prefix to blank until convert to ns build.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: titlepage.xsl</code></p><pre class="screen"><span class="commit-message">Fix handling of namespace declaration for conversion to NS sourcebase.</span></pre> +</li><li class="listitem"> +<p><code class="literal">Robert Stayton: titlepage.xsl</code></p><pre class="screen"><span class="commit-message">Modified to support roundtrip conversion between namespaced +version and non-namespaced version.</span></pre> +</li><li class="listitem"> +<p><code class="literal">stilor: titlepage.xsl</code></p><pre class="screen"><span class="commit-message">Remove autoguessing of the namespace for wrapper elements; determine namespace by prefix, if any.</span></pre> +</li></ul></div> +</div> + +<div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="V1.79.1_Extensions"></a>Extensions</h3></div></div></div> + +<p>The following changes have been made to the + <code class="filename">extensions</code> code + since the 1.78.1 release.</p> +<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> +<p><code class="literal">Jirka Kosek: build.xml</code></p><pre class="screen"><span class="commit-message">Added clean targets</span></pre> +</li><li class="listitem"> +<p><code class="literal">Jirka Kosek: build.xml</code></p><pre class="screen"><span class="commit-message">Extensions and other builds ported to Ant</span></pre> +</li></ul></div> +</div> + +</div> <div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="Vsnapshot_9999"></a>Release Notes: 1.79.0</h2></div></div></div> diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index b4f1360..cd59958 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,11 +1,11 @@ Release Notes for the DocBook XSL Stylesheets -$Revision: 10004 $ $Date: 2015-10-15 21:10:53 +0000 (Thu, 15 Oct 2015) $ +$Revision: 10010 $ $Date: 2015-12-26 23:05:24 +0000 (Sat, 26 Dec 2015) $ -2015-10-15 +2015-12-26 -This release-notes document is available in the following formats: HTML, PDF, -plain text; it provides a per-release list of enhancements and changes to the +This release-notes document is available in the following formats: HTML, plain +text; it provides a per-release list of enhancements and changes to the stylesheets’ public APIs (user-configurable parameters) and excludes descriptions of most bug fixes. For a complete list of all changes (including all bug fixes) that have been made since the previous release, see the separate @@ -13,14 +13,31 @@ NEWS (plain text) or NEWS.html files. Also available: An online hyperlinked change history (warning: big file) of all changes made over the entire history of the codebase. -As with all DocBook Project dot-zero releases, this is a candidate release for -testing by the DocBook community. It will be followed shortly by a stable -release. - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Table of Contents +Release Notes: 1.79.1 + + Gentext + Common + FO + HTML + Manpages + Epub + HTMLHelp + Eclipse + JavaHelp + Slides + Website + Webhelp + Params + Profiling + Lib + Tools + Template + Extensions + Release Notes: 1.79.0 Gentext @@ -289,6 +306,1216 @@ Release 1.56.0 Older releases About dot-zero releases +Release Notes: 1.79.1 + +The following is a list of changes that have been made since the 1.78.1 +release. + +Gentext + +The following changes have been made to the gentext code since the 1.78.1 +release. + + • Robert Stayton: locale/hu.xml + + Check in PubDate fixes from bug #1372 + + • Dongsheng Song: locale/zh.xml; locale/zh_cn.xml + + Fix Auditlocale.pl warning. + + • Robert Stayton: locale/en.xml + + Add elements dialogue, drama, and poetry from DocBook Publishers. + + • Robert Stayton: locale/pt.xml + + updates from DocBook user. + + • Robert Stayton: locale/en.xml + + Fix wording. + + • Robert Stayton: locale/en.xml + + Fix line breaks. + + • Robert Stayton: locale/en.xml + + Add text message for unsupported video and audio. + + • Jirka Kosek: xsl/xsl-primary-is-locale.xsl + + Initial work on Ant build, common (L10N) directory handled so far + + • Robert Stayton: locale/ur.xml + + Add email address for contributor. + + • Robert Stayton: locale/ur.xml + + Check in contributed locale file from Wasif Hasan Baig, + contributed through SourceForge Patch # 187. + + • kasunbg: locale/nl.xml + + Committing Dutch translations of DocBook WebHelp. Patch provided by Marja van Waes. + + • kasunbg: locale/ru.xml + + Committing patch for Russian translations of webhelp. Patch provided by Alex Loginov and Yuri Chornoivan. Patch #1325 + + • kasunbg: locale/uk.xml + + Committing Ukrainian translations for Webhelp. Patch by Yuri Chornoivan. Patch #1324 + + • tom_schr: locale/ca.xml; locale/da.xml; locale/cs.xml; locale/es.xml; + locale/fr.xml; local⋯ + + Added missing keycap context for ca, cs, da, es, et, eu, and fr + + • tom_schr: locale/en.xml; locale/de.xml + + Added option key for keycap context + + • tom_schr: locale/de.xml + + Added key="optional-step" as done in r9745 + + • Robert Stayton: locale/en.xml + + Add key="optional-step". + +Common + +The following changes have been made to the common code since the 1.78.1 +release. + + • tom_schr: common.xsl + + Added quotes around linkend to make spaces visible + + • Jirka Kosek: build.xml + + Added ant build for HTML stylesheets + + • Jirka Kosek: build.xml + + Initial work on Ant build, common (L10N) directory handled so far + + • Robert Stayton: titles.xsl + + Replace hardcoded English text for question and answer elements + in mode="title.markup" with localized templates. + + • Robert Stayton: addns.xsl + + Move addns.xsl module from releasetools to common in preparation + for switching to ns as the base stylesheets. + + • Robert Stayton: l10n.xml; Makefile + + Add new locale file ur.xml for Urdu. + + • Robert Stayton: titles.xsl + + Add missing template with match="toc" mode="title.markup". + + • tom_schr: titles.xsl + + Fixed problem when referencing empty ulinks; use @url instead + + • stilor: olink.xsl + + Make olink errors/warnings overridable in customizations. + + • stilor: labels.xsl + + Pass the object referenced as a parameter to mode="intralabel.punctuation" + template. + + • stilor: olink.xsl + + 1. Make page citations on <xref/> to paragraphs conditional on a new parameter, + $insert.xref.page.number.para, default to 'yes' (before, page citations were + added unconditionally). Remove similar special-casing for <link/>. + + 2. Disable page citations for @xrefstyle="template:..." (if needed, they + can be added with %p in the template - but they can't be disabled). + + • Robert Stayton: olink.xsl; titles.xsl; common.xsl + + Pass referrer and target params to mode="xrefstyle" to allow customizations + to be more specific. + + • Robert Stayton: olink.xsl; titles.xsl; common.xsl + + Add mode="xrefstyle" to replace many instances of redundant + code determining the xrefstyle with xsl:apply-templates + select="." mode="xrefstyle". Also allows stylesheet + customization to specify an xrefstyle per element type. + + • Robert Stayton: gentext.xsl; labels.xsl + + Add support for procedure title contained in info or blockinfo. + + • Robert Stayton: common.xsl + + In person.name template, change 'style' variable to a param + so the name style can be selected by passing a param. + + • Robert Stayton: gentext.xsl + + Fix bug in collect.xref.targets that failed when $referrer template + param not set by olink's xref-to. Fixed using submitted patch. + +FO + +The following changes have been made to the fo code since the 1.78.1 release. + + • Robert Stayton: lists.xsl + + Fix bug #1368 "link to term with id does not work" + + • Robert Stayton: block.xsl + + Fix bug #1367 double attribution in epigraph. + + • Robert Stayton: param.xweb; param.ent + + Add missing profile.outputformat param. + + • Robert Stayton: publishers.xsl + + Fix namespace declarations. + + • Robert Stayton: titlepage.xsl + + Add default attribute-sets for new Publishers elements. + + • Robert Stayton: param.ent + + Fix typo + + • Robert Stayton: titlepage.templates.xml + + Add new DocBook Publishers elements. + + • Robert Stayton: docbook.xsl + + Add inclusion of new publishers.xsl module. + + • Robert Stayton: publishers.xsl + + Stylesheet module added to support new elements in DocBook Publishers. + + • Robert Stayton: param.xweb; param.ent + + Add the 9 new attribute sets for DocBook Publishers. + + • Robert Stayton: xref.xsl + + Fix bug #1355 glossseealso generates duplicate id in certain cases. + + • Robert Stayton: xref.xsl + + fix bug #1360 indexterm in varlistentry/term generates an error when xref to that term. + + • Robert Stayton: inline.xsl + + Fix bug #13598 inline.monoseq and other inline.*seq handle links incorrectly. + + • Robert Stayton: pi.xsl + + Fix bug in dbfo-need for admonitions, and get dbfo-need + working properly in FOP1.1. + + • Robert Stayton: pagesetup.xsl + + Remove obsolete hardcoded margin-left="0pt" for the block + containing header or footer. + + • Robert Stayton: graphics.xsl + + Fix bug #1336 to add support for recognizing + file:/ image URLs as absolute paths. + + • Robert Stayton: autotoc.xsl + + Add support in TOC for article as child of set. + + • Robert Stayton: xref.xsl + + Fix bug #1337 Elements with olink role do not behave as olink + elements. + + • Jirka Kosek: build.xml + + Added ant build for FO + + • stilor: inline.xsl + + Only count regular <emphasis> elements (without @role="bold", etc) when determining + whether nested emphasis needs to be displayed in italics or in regular; otherwise, + the order of nesting in <emphasis role="bold"> and <emphasis> affects the font + used. + + • Robert Stayton: fop1.xsl; ptc.xsl + + Apply patch #190 to include refsections in bookmarks for fop1 and + ptc.xsl. + + • Robert Stayton: block.xsl + + Change the epigraph template to support schema extensions + by processing all of its children instead of specific elements. + + • tom_schr: pagesetup.xsl + + Added "user.declarations" hook to implemented [#1330] + + Added empty "user.declarations" template to make it easier for adding + custom fo:declaration elements. The template is empty by default. + + • Robert Stayton: inline.xsl + + Fix test for nested links. + + • Robert Stayton: biblio.xsl + + Now biblioset outputs its id if it has one. + + • Robert Stayton: xref.xsl + + pass xrefstyle param from link element to gentext.template so + optional page number can be formatted to a style. + + • Robert Stayton: docbook.xsl + + Streamline handling of namespace fixup in preparation for making + the namespaced version the source base. + + • Robert Stayton: fo.xsl + + FOP 1.1 now supports writing-mode="rl-tb", so add that change to the + $direction.mode parameter. + + • Robert Stayton: autoidx.xsl + + Add missing xlink namespace declaration to the root element. + + • Robert Stayton: param.xweb; param.ent; autoidx.xsl + + Add support for $autolink.index.see to automatically form links + between see and seealso index elements and primary elements + in the index. + + • Robert Stayton: inline.xsl + + Add element name to warning message for nested links. + + • Robert Stayton: inline.xsl + + Fix bug #1306: warn of nested links. + + • Robert Stayton: component.xsl + + Fix bug #1320 so template page.sequence tests $content to make + sure it is not empty. + + • Robert Stayton: autotoc.xsl; refentry.xsl; param.xweb; docbook.xsl; + param.ent; component.x⋯ + + Add support for $show.bookmarks param to turn bookmarks on or + off. + + • Robert Stayton: docbook.xsl + + Add missing variable bookmarks.state. + + • Robert Stayton: docbook.xsl + + Add missing $document.element variable to new generate.bookmarks + template. + + • Robert Stayton: autotoc.xsl; refentry.xsl; param.xweb; docbook.xsl; + param.ent; component.x⋯ + + Add support for standard XSL 1.1 bookmarks and parameter + $xsl1.1.bookmarks to turn them on or off. + + • stilor: xref.xsl + + Fix invalid href generated if $insert.olink.pdf.frag=0 and $fop1.extensions=1. + + • stilor: autotoc.xsl; param.xweb; param.ent; toc.xsl + + Replace literal space inserted next to fo:leader in ToC with a padding. This + works around a bug in FOP (see FOP-1444). + Make ToC fo:leader properties configurable via attribute set. + + • stilor: titlepage.templates.xml + + Remove autoguessing of the namespace for wrapper elements; determine namespace by prefix, if any. + + • Mauritz Jeanson: table.xsl + + Bug #1246: added missing with-param. + + • stilor: xref.xsl + + Make olink errors/warnings overridable in customizations. + + • stilor: param.xweb; param.ent; xref.xsl + + 1. Make page citations on <xref/> to paragraphs conditional on a new parameter, + $insert.xref.page.number.para, default to 'yes' (before, page citations were + added unconditionally). Remove similar special-casing for <link/>. + + 2. Disable page citations for @xrefstyle="template:..." (if needed, they + can be added with %p in the template - but they can't be disabled). + + • stilor: fop1.xsl + + Skip generating fox:destination on a footnote - id attribute on footnotes is not + passed to generated FO, so FOP complains about unresolved ID in destination. + + • Mauritz Jeanson: lists.xsl + + Fixed typo. + + • tom_schr: lists.xsl + + Fixed bug#1311 and added missing para.properties + + • Robert Stayton: xref.xsl + + Pass referrer and target params to mode="xrefstyle" to allow customizations + to be more specific. + + • Robert Stayton: xref.xsl + + Add mode="xrefstyle" to replace many instances of redundant + code determining the xrefstyle with xsl:apply-templates + select="." mode="xrefstyle". Also allows stylesheet + customization to specify an xrefstyle per element type. + + • tom_schr: xref.xsl + + Pass referrer and xrefstyle to "xref-to-suffix" and "xref-to-prefix" + modes (to use the same signature than "xref-to" mode) as discussed with + Bob on the mailinglist (2013-09-12) + + • tom_schr: pi.xsl; verbatim.xsl + + Fix for enhancement/bug#1312: Support font size in verbatim elements + + • Robert Stayton: fop1.xsl + + Unchanged, testing snapshot builds. + + • Robert Stayton: docbook.xsl + + No change, testing snapshot builds. + + • Robert Stayton: block.xsl + + No change, testing snapshot builds. + + • Robert Stayton: block.xsl + + No change, just checking snapshot build process. + + • Robert Stayton: toc.xsl + + Add missing template for tocdiv/title elements to fix bug #1310. + + • Robert Stayton: docbook.xsl + + Fix process.root template so document title can come from info as well. + + • Robert Stayton: lists.xsl + + Add support for procedure title when contained in blockinfo or info. + + • Robert Stayton: fop1.xsl + + Fix mode="fop1.foxdest" so only elements with id attribute get + a fox:destination in the output. + + • Robert Stayton: fop1.xsl + + Remove extraneous call from fop1.foxdest mode per patch submission. + + • Robert Stayton: autotoc.xsl + + Add toc.margin.properties attribute-set to list.of.titles so + it matches the TOC list. + + • Robert Stayton: inline.xsl + + Adjust exception for fop for menuchoice separator to + use the $symbol.font.family if it is set. + + • Robert Stayton: division.xsl + + Fix comment. + + • Robert Stayton: param.ent + + Fix typo that prevents param.xsl update. + + • Robert Stayton: lists.xsl; param.xweb; param.ent + + Add mark.optional.procedure.steps param. + + • Robert Stayton: qandaset.xsl + + Fix bug in question template that output empty list-item-label when + defaultlabel = 'none'. + +HTML + +The following changes have been made to the html code since the 1.78.1 release. + + • Robert Stayton: block.xsl + + Fix Bug #1367 epigraph attribution appears twice in html output. + + • Robert Stayton: param.xweb; param.ent + + Add missing profile.outputformat param. + + • Robert Stayton: titlepage.xsl; docbook.xsl; titlepage.templates.xml + + Add support for DocBook Publishers elements. + + • Robert Stayton: publishers.xsl + + New module to support new elements in DocBook Publishers schema. + + • Robert Stayton: table.xsl + + Fix bug #1348 where class of output table not being set correctly. + + • Robert Stayton: table.xsl + + A table emitted by tgroup template now calls "common.html.attributes" + to get the class attribute handled correctly. + + • Robert Stayton: inline.xsl + + Fix bug #13598 inline.monoseq and other inline.*seq handle links incorrectly. + + • Robert Stayton: refentry.xsl + + Add template for refpurpose in no.anchor.mode to generate + the dash separator in TOC line for the refentry when + the refpurpose contains a link or indexterm. + + • Robert Stayton: inline.xsl + + Add missing call to id.attribute template for orgdiv. + + • Robert Stayton: xref.xsl + + If a link or xref has an @id or @xml:id, then add a span to + include the id because simple.xlink no longer generates the + id attribute. + + • Robert Stayton: inline.xsl + + Remove call to id.attribute template in simple.xlink + because it produces duplicate ids in the output because + the element template calling simple.xlink generates the + id attribute. + + • Robert Stayton: graphics.xsl + + Check in fix for bug #1336 to support absolute file URLs + that start with file:/. Also consolidate code that determines + whether an image file path is relative into a new template + variable $is.relative. + + • Robert Stayton: chunk-code.xsl + + Add support for set nested inside set to recursive-chunk-filename. + + • Robert Stayton: autotoc.xsl + + Add support for set TOC to contain nested set or article + elements. + + • Jirka Kosek: build.xml + + Added clean targets + + • Jirka Kosek: build.xml + + Added ant build for HTML stylesheets + + • Robert Stayton: glossary.xsl + + Move any indexterms in glossentry to be inside dt, instead of + after dt which is invalid. + + • Robert Stayton: htmltbl.xsl + + Fix bug #1334 to copy through HTML table attributes @scope and @id. + + • Robert Stayton: block.xsl + + Change the epigraph template to support schema extensions + by processing all of its children instead of specific elements. + + • Robert Stayton: titlepage.xsl + + Fix bug in handling of multiple editors and "edited by" label. + + • Robert Stayton: titlepage.templates.xml + + Fix misnamed attribute in sidebar template. + + • Robert Stayton: inline.xsl + + Fix check for nested links. + + • Robert Stayton: chunk-common.xsl; chunktoc.xsl; chunk-code.xsl + + Adjust handling of namespace fixup to streamline distro builds. + + • Robert Stayton: docbook.xsl + + Adjust handling of namespace conversion to streamline distro + build. + + • Robert Stayton: table.xsl + + Fix bug #1298 where @rowheader = 'firstcol' incorrectly assigns + <th> to cell that is first in a row but not the first column due + to row span above. + + • Robert Stayton: param.xweb; param.ent; autoidx.xsl + + Add support for autolink.index.see param to link from see and + seealso element to primary element in index. + + • Robert Stayton: inline.xsl + + Fix bug #1306 warn of nested links, since not supported in the output. + + • Robert Stayton: pi.xsl + + Fixes bug #1323 where <?dbhtml-include?> paths were not being + interpreted relative to the XML. + + • Robert Stayton: param.xweb + + Add missing frag for new linke.to.self.for.mediaobject param. + + • Robert Stayton: table.xsl + + Fix bug in entry template where rowsep was incorrectly set to zero + for cell with @morerows in thead. + + • Robert Stayton: synop.xsl + + Restore conditional named anchor in output if dbcmdlist PI is not used. + + • tom_schr: graphics.xsl + + Fixed [#1317]: process alt in inlinemediaobject + + • tom_schr: param.xweb; graphics.xsl; param.ent + + Fixed ticket [#1315]: Add possibility to add a link to mediaobjects + + • stilor: titlepage.templates.xml + + Remove autoguessing of the namespace for wrapper elements; determine namespace by prefix, if any. + + • stilor: chunk-common.xsl; xref.xsl + + Make olink errors/warnings overridable in customizations. + + • stilor: param.xweb; param.ent + + 1. Make page citations on <xref/> to paragraphs conditional on a new parameter, + $insert.xref.page.number.para, default to 'yes' (before, page citations were + added unconditionally). Remove similar special-casing for <link/>. + + 2. Disable page citations for @xrefstyle="template:..." (if needed, they + can be added with %p in the template - but they can't be disabled). + + • Mauritz Jeanson: index.xsl + + Bug #1309: Added missing template for indexdiv/subtitle. + + • Robert Stayton: xref.xsl + + Pass referrer and target params to mode="xrefstyle" to allow customizations + to be more specific. + + • Robert Stayton: xref.xsl + + Add mode="xrefstyle" to replace many instances of redundant + code determining the xrefstyle with xsl:apply-templates + select="." mode="xrefstyle". Also allows stylesheet + customization to specify an xrefstyle per element type. + + • tom_schr: xref.xsl + + Pass referrer and xrefstyle to "xref-to-suffix" and "xref-to-prefix" + modes (to use the same signature than "xref-to" mode) as discussed with + Bob on the mailinglist (2013-09-12) + + • Robert Stayton: chunk.xsl + + No change, testing snapshot builds. + + • Robert Stayton: toc.xsl + + Add missing template for tocdiv/title elements to fix bug #1310. + + • Robert Stayton: docbook.xsl + + Remove a comment to test checkins and snapshot builds. + + • Robert Stayton: lists.xsl + + Add support for procedure title when contained in info or blockinfo. + + • Jirka Kosek: chunk-code.xsl + + Enumarete separate file for revhistory if generate.revhistory.link=1 + + • Robert Stayton: inline.xsl + + Update the inline.charseq template to also call 'common.html.attributes' + instead of using local-name for class value. + + • Jirka Kosek: docbook.xsl; html.xsl + + Enabling ITS processing again + + • Robert Stayton: its.xsl + + Change syntax for selecting @its:* attributes so it works + in xsltproc (which should work with the original, but doesn't). + + • Robert Stayton: docbook.xsl; html.xsl + + Turn off its.xsl update which is generating attribute insertion errors. + + • Jirka Kosek: its.xsl; docbook.xsl; html.xsl + + Added basic support for ITS 2.0 markup. It gets propagated into HTML + For more info about ITS see http://www.w3.org/TR/its20/ + + • Robert Stayton: docbook.xsl + + Added a comment line to test checkin process. + + • Robert Stayton: xref.xsl + + Fix bug in mode=remove-ids that put link content outside the <a> element. + + • tom_schr: chunktoc.xsl + + Fixed SF ticket#3611689: added missing DocBook namespace declarations + + • Robert Stayton: chunker.xsl + + Change the internal chunk.base.dir from a param to a variable. + + • Robert Stayton: inline.xsl + + Turn off id attribute on glossterm anchor, because it is on the element itself. + +Manpages + +The following changes have been made to the manpages code since the 1.78.1 +release. + + • Robert Stayton: block.xsl; lists.xsl + + Fix bug #1363 synopsis in variablelist term mangles line breaks. + + • Robert Stayton: other.xsl + + Remove redundant and out-of-date xsl:strip-space element. + This is imported from common/common.xsl for all stylesheets. + + • Jirka Kosek: build.xml + + Added clean targets + + • Jirka Kosek: build.xml + + Added ant build for manpages + + • Robert Stayton: inline.xsl + + Fix bug #1340 by omitting indexterm and remark elements from the + output. Trying to include them as nroff comments resulted in extra + whitespace in certain instances, so they are omitted. + + • Robert Stayton: table.xsl; docbook.xsl; tbl.xsl + + Adjust man stylesheet to better handle namespace fixup during + distro builds. + + • Robert Stayton: lists.xsl + + Resolve ambiguous template match for remark. + + • Robert Stayton: endnotes.xsl + + Put internally generated earmark elements into own namespace to + avoid complications with namespace stylesheet builds. No change + of function. + + • Robert Stayton: other.xsl + + Fixed bug #1313 where write.stubs template mistakenly includes + $man.output.base.dir in the .so address. + + • Robert Stayton: other.xsl + + Escape text() nodes while also in no.anchor.mode for links. + Fixes bug #1322. + + • Robert Stayton: utility.xsl + + Fixed bug #1321, also taking into account fixing bug #1281. + + • dleidert: info.xsl + + Fix a typo (http://bugs.debian.org/698962). + +Epub + +The following changes have been made to the epub code since the 1.78.1 release. + + • Robert Stayton: docbook.xsl + + Fix bug #1341 Incorrect generation of content.opf for multiple + names in $html.stylesheet param. Backported the template + named css.item from the epub3 stylesheet. + + • Robert Stayton: docbook.xsl + + Fix handling of base.dir, chunk.base.dir, and epub.oebps.dir + combinations. + + • Robert Stayton: docbook.xsl + + Improve the handling of $chunk.base.dir when $base.dir contains + the OEBPS directory in its value. + + • Robert Stayton: docbook.xsl + + Fix the namespace fixup step to match the other stylesheets. + + • tom_schr: docbook.xsl + + Extended date template in mode opf.metadata + If a PI dbtimestamp is available, call datetime.format(date, 'Y-m-d'), + otherwise use the normalized string content + + • dleidert: bin/spec/files + + Fix svn:externals defintion. + + • tom_schr: docbook.xsl + + Introduced variable in opf.guide + + • tom_schr: docbook.xsl + + Improved modularization in opf.spine and created new spine.cover template + + • tom_schr: docbook.xsl + + Improved opf.spine with info variable + + • tom_schr: docbook.xsl + + Bugfix in opf.spine: removed double refentry entries + + • tom_schr: docbook.xsl + + * Template package-identifier: introduced $info variable to simplify + code (similar to the EPUB3 stylesheets) + * Template opf.calloutlist: only call opf.reference.callout if + callout.graphics is set + + • tom_schr: docbook.xsl + + Backported Bob's EPUB3 changes to EPUB2 from r9740 -> r9742 -> r9743: + + * Implement base.dir/OEBPS using internal chunk.base.dir instead of + new param epub.base.dir. + + * Additional changes, specific to this stylesheet: + - Construct parameter epub.metainf.dir from base.dir + 'META-INF/' + - Changed parameter epub.cover.filename epub.oebps.dir to + chunk.base.dir + - Template opf: concat base.dir with epub.opf.filename + - Replaced two subsequent xsl:value-of's with concat() + + • Robert Stayton: docbook.xsl + + Fix bug in author template generating a span element inside an attribute value. + +HTMLHelp + +The following changes have been made to the htmlhelp code since the 1.78.1 +release. + + • Jirka Kosek: build.xml + + Added clean targets + + • Jirka Kosek: build.xml + + Extensions and other builds ported to Ant + + • Robert Stayton: htmlhelp-common.xsl + + Adjust namespace fixup to conform to the namespace source + conversion. + +Eclipse + +The following changes have been made to the eclipse code since the 1.78.1 +release. + + • Jirka Kosek: build.xml + + Added clean targets + + • Jirka Kosek: build.xml + + Extensions and other builds ported to Ant + + • Robert Stayton: eclipse.xsl + + Adjust namespace fixup to conform to other conversions to + namespaced source. + +JavaHelp + +The following changes have been made to the javahelp code since the 1.78.1 +release. + + • Jirka Kosek: build.xml + + Added clean targets + + • Jirka Kosek: build.xml + + Extensions and other builds ported to Ant + + • Robert Stayton: javahelp.xsl + + Adjust the namespace fixup to conform to the other namespaced source + conversions. + +Slides + +The following changes have been made to the slides code since the 1.78.1 +release. + + • Jirka Kosek: schema/relaxng/slides.rnc + + Make speakernotes/handoutnotes optional as many presentations do not use them + + • Robert Stayton: xhtml/plain.xsl; common/common.xsl; xhtml/slidy.xsl; xhtml/ + s5.xsl; fo/plai⋯ + + Rename the docbook prefix in the declaration too. + + • Robert Stayton: xhtml/plain.xsl; common/common.xsl; xhtml/slidy.xsl; xhtml/ + s5.xsl; fo/plai⋯ + + Change the docbook db: prefix to d: prefix in preparation of svn update to namespaced + stylesheets. + + • stilor: xhtml/plain-titlepage.xml; fo/plain-titlepage.xml + + Remove autoguessing of the namespace for wrapper elements; determine namespace by prefix, if any. + + • dleidert: images/callouts/gen.sh + + Leave executable permissions for script. + + • dleidert: s5/ui/default/pretty.css; slidy/graphics/w3c-logo-blue.gif; s5/ui + /default/notes.⋯ + + Drop executable permissions from files. + + • Jirka Kosek: doc/Makefile + + Corrected path + +Website + +The following changes have been made to the website code since the 1.78.1 +release. + + • Jirka Kosek: build.xml + + Added clean targets + + • Jirka Kosek: build.xml + + Extensions and other builds ported to Ant + + • stilor: olink.xsl + + Make olink errors/warnings overridable in customizations. + +Webhelp + +The following changes have been made to the webhelp code since the 1.78.1 +release. + + • Robert Stayton: xsl/titlepage.templates.xsl + + Fix typo. + + • Robert Stayton: xsl/titlepage.templates.xsl + + Add XHTML missing default namespace. + + • Robert Stayton: xsl/webhelp-common.xsl + + Fix bug 1357 to avoid creating l10n.js file if only collecting olink data. + + • Robert Stayton: docsrc/xinclude-test.xml; docsrc/readme.xml + + Convert XML doc to DB5. + + • Robert Stayton: xsl/webhelp-common.xsl + + Fix error message for namespace fixup. + + • Robert Stayton: xsl/webhelp-common.xsl + + fix bug in namespace fixup syntax. + + • Robert Stayton: xsl/webhelp-common.xsl + + Adjust namespace fixup for namespace build process. + + • stilor: xsl/titlepage.templates.xml + + Remove autoguessing of the namespace for wrapper elements; determine namespace by prefix, if any. + + • Jirka Kosek: template/common/main.js + + Fix for bug #1301 + +Params + +The following changes have been made to the params code since the 1.78.1 +release. + + • Robert Stayton: autolink.index.see.xml + + Improve the description for linking in index. + + • Robert Stayton: prefer.internal.olink.xml + + Fix bug in description + + • Robert Stayton: dialogue.properties.xml + + Fix typo. + + • Robert Stayton: publishers.properties.xml + + Fix typo. + + • Robert Stayton: speaker.properties.xml; publishers.properties.xml; + inlinestagedir.properti⋯ + + New property sets for DocBook Publishers elements. + + • Robert Stayton: table.frame.border.thickness.xml; + table.cell.border.thickness.xml + + Fix bug #1291, make default values different for HTML and FO. + + • tom_schr: profile.outputformat.xml + + Added missing support for outputformat attribute + + * Added missing parameter profile.outputformat in + params/profile.outputformat.xml + * Added missing lines to check for outputformat attribute in + profiling/profile-mode.xsl + + • Jirka Kosek: table.frame.border.thickness.xml; + table.cell.border.thickness.xml + + Changed default border thickness from 0.5pt to 1px. The reason is that Chrome rounds 0.5pt to 0px making borders invisible. + + • Robert Stayton: list.block.spacing.xml + + Fix typo in element name. + + • Robert Stayton: autolink.index.see.xml + + New param to control automatic links in index from see and + seealso to indexterm primary. + + • Robert Stayton: show.bookmarks.xml + + New param to turn off PDF bookmarks. + + • Robert Stayton: xsl1.1.bookmarks.xml + + Param to use standard XSL 1.1 bookmark elements. + + • tom_schr: link.to.self.for.mediaobject.xml + + Fixed ticket [#1315]: Add possibility to add a link to mediaobjects + + • stilor: toc.leader.properties.xml + + Replace literal space inserted next to fo:leader in ToC with a padding. This + works around a bug in FOP (see FOP-1444). + Make ToC fo:leader properties configurable via attribute set. + + • Robert Stayton: list.block.spacing.xml; list.item.spacing.xml + + Clarify that list.block.spacing is not used in nested lists. + + • stilor: insert.xref.page.number.para.xml + + Missed new file in previous checkin. + + • Robert Stayton: mark.optional.procedure.steps.xml + + New param to turn off Optional text for optional steps. + +Profiling + +The following changes have been made to the profiling code since the 1.78.1 +release. + + • Robert Stayton: profile.xsl + + Add missing profile.outputformat param declaration. + + • tom_schr: profile-mode.xsl + + Added missing support for outputformat attribute + + * Added missing parameter profile.outputformat in + params/profile.outputformat.xml + * Added missing lines to check for outputformat attribute in + profiling/profile-mode.xsl + + • Robert Stayton: xsl2profile.xsl + + Fix bug #1335 where profile-chunk.xsl was xsl:including + chunk-code.xsl instead of profile-chunk-code.xsl. + + • Robert Stayton: xsl2profile.xsl + + Fixed bug in handling of namespace fixup. + + • Robert Stayton: xsl2profile.xsl + + Adjust namespace fixup to match other templates. + +Lib + +The following changes have been made to the lib code since the 1.78.1 release. + + • Jirka Kosek: build.xml + + Added lib ant build support + +Tools + +The following changes have been made to the tools code since the 1.78.1 +release. + + • Jirka Kosek: build-shared.xml + + Added lib ant build support + + • Jirka Kosek: build-shared.xml + + Added clean targets + + • Jirka Kosek: lib/xml-apis.jar; lib/xercesImpl.jar; build-shared.xml; lib/ + xalan.jar + + Extensions and other builds ported to Ant + + • Jirka Kosek: build-shared.xml + + Added ant build for HTML stylesheets + + • Jirka Kosek: licenses/saxon/JAMESCLARK.txt; lib/jython.jar; lib/ + xercesImpl.jar; licenses/j⋯ + + Initial work on Ant build, common (L10N) directory handled so far + +Template + +The following changes have been made to the template code since the 1.78.1 +release. + + • Robert Stayton: titlepage.xsl + + Remove the d: namespace declaration because it is + automatically added by the ns build process. + + • Jirka Kosek: titlepage.xsl + + Added missing namespace declaration + + • Robert Stayton: titlepage.xsl + + Remove d: namespace declaration from non namespaced version since + it is automatically added to build the namespaced version. + + • Robert Stayton: titlepage.xsl + + Set the db.prefix to blank until convert to ns build. + + • Robert Stayton: titlepage.xsl + + Fix handling of namespace declaration for conversion to NS sourcebase. + + • Robert Stayton: titlepage.xsl + + Modified to support roundtrip conversion between namespaced + version and non-namespaced version. + + • stilor: titlepage.xsl + + Remove autoguessing of the namespace for wrapper elements; determine namespace by prefix, if any. + +Extensions + +The following changes have been made to the extensions code since the 1.78.1 +release. + + • Jirka Kosek: build.xml + + Added clean targets + + • Jirka Kosek: build.xml + + Extensions and other builds ported to Ant + Release Notes: 1.79.0 The following is a list of changes that have been made since the 1.78.1 diff --git a/RELEASE-NOTES.xml b/RELEASE-NOTES.xml index 66a2d86..4caac5c 100644 --- a/RELEASE-NOTES.xml +++ b/RELEASE-NOTES.xml @@ -7,7 +7,7 @@ <info> <title>Release Notes for the DocBook XSL Stylesheets</title> <pubdate><?dbtimestamp format="Y-m-d"?></pubdate> - <releaseinfo role="cvs">$Revision: 10004 $ $Date: 2015-10-15 21:10:53 +0000 (Thu, 15 Oct 2015) $</releaseinfo> + <releaseinfo role="cvs">$Revision: 10010 $ $Date: 2015-12-26 23:05:24 +0000 (Sat, 26 Dec 2015) $</releaseinfo> <!-- * <author><orgname>DocBook Project Development Team</orgname></author> --> <abstract> <para condition="dot-zero;dot-one-plus">This release-notes @@ -15,9 +15,10 @@ <link xlink:href="http://docbook.sourceforge.net/release/xsl/current/RELEASE-NOTES.html" >HTML</link>, + <!-- <link xlink:href="http://docbook.sourceforge.net/release/xsl/current/RELEASE-NOTES.pdf" - >PDF</link>, + >PDF</link>, --> <link xlink:href="http://docbook.sourceforge.net/release/xsl/current/RELEASE-NOTES.txt" >plain text</link>; it provides a per-release list @@ -53,6 +54,1039 @@ public APIs (user-configurable parameters).</para>--> </abstract> </info> +<section xml:id="V1.79.1"> +<title>Release Notes: 1.79.1</title> +<para>The following is a list of changes that have been made + since the 1.78.1 release.</para> + +<section xml:id="V1.79.1_Gentext"> +<title>Gentext</title> +<para>The following changes have been made to the + <filename>gentext</filename> code + since the 1.78.1 release.</para> +<itemizedlist> +<listitem> +<para><literal>Robert Stayton: locale/hu.xml</literal></para><screen><phrase role="commit-message">Check in <tag>PubDate</tag> fixes from bug #1372</phrase></screen> +</listitem> +<listitem> +<para><literal>Dongsheng Song: locale/zh.xml; locale/zh_cn.xml</literal></para><screen><phrase role="commit-message">Fix Auditlocale.pl warning.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: locale/en.xml</literal></para><screen><phrase role="commit-message">Add elements dialogue, drama, and poetry from DocBook Publishers.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: locale/pt.xml</literal></para><screen><phrase role="commit-message">updates from DocBook user.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: locale/en.xml</literal></para><screen><phrase role="commit-message">Fix wording.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: locale/en.xml</literal></para><screen><phrase role="commit-message">Fix line breaks.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: locale/en.xml</literal></para><screen><phrase role="commit-message">Add text message for unsupported video and audio.</phrase></screen> +</listitem> +<listitem> +<para><literal>Jirka Kosek: xsl/xsl-primary-is-locale.xsl</literal></para><screen><phrase role="commit-message">Initial work on Ant build, common (L10N) directory handled so far</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: locale/ur.xml</literal></para><screen><phrase role="commit-message">Add <tag>email</tag> <tag>address</tag> for contributor.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: locale/ur.xml</literal></para><screen><phrase role="commit-message">Check in contributed locale file from Wasif Hasan Baig, +contributed through SourceForge Patch # 187.</phrase></screen> +</listitem> +<listitem> +<para><literal>kasunbg: locale/nl.xml</literal></para><screen><phrase role="commit-message">Committing Dutch translations of DocBook WebHelp. Patch provided by Marja van Waes.</phrase></screen> +</listitem> +<listitem> +<para><literal>kasunbg: locale/ru.xml</literal></para><screen><phrase role="commit-message">Committing patch for Russian translations of webhelp. Patch provided by Alex Loginov and Yuri Chornoivan. Patch #1325</phrase></screen> +</listitem> +<listitem> +<para><literal>kasunbg: locale/uk.xml</literal></para><screen><phrase role="commit-message">Committing Ukrainian translations for Webhelp. Patch by Yuri Chornoivan. Patch #1324</phrase></screen> +</listitem> +<listitem> +<para><literal>tom_schr: locale/ca.xml; locale/da.xml; locale/cs.xml; locale/es.xml; locale/fr.xml; local⋯</literal></para><screen><phrase role="commit-message">Added missing <tag>keycap</tag> context for ca, cs, da, es, et, eu, and fr</phrase></screen> +</listitem> +<listitem> +<para><literal>tom_schr: locale/en.xml; locale/de.xml</literal></para><screen><phrase role="commit-message">Added option key for <tag>keycap</tag> context</phrase></screen> +</listitem> +<listitem> +<para><literal>tom_schr: locale/de.xml</literal></para><screen><phrase role="commit-message">Added key="optional-step" as done in r9745</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: locale/en.xml</literal></para><screen><phrase role="commit-message">Add key="optional-step".</phrase></screen> +</listitem> +</itemizedlist> +</section><!--end of Gentext changes for 1.79.1--> + +<section xml:id="V1.79.1_Common"> +<title>Common</title> +<para>The following changes have been made to the + <filename>common</filename> code + since the 1.78.1 release.</para> +<itemizedlist> +<listitem> +<para><literal>tom_schr: common.xsl</literal></para><screen><phrase role="commit-message">Added quotes around linkend to make spaces visible</phrase></screen> +</listitem> +<listitem> +<para><literal>Jirka Kosek: build.xml</literal></para><screen><phrase role="commit-message">Added ant build for HTML stylesheets</phrase></screen> +</listitem> +<listitem> +<para><literal>Jirka Kosek: build.xml</literal></para><screen><phrase role="commit-message">Initial work on Ant build, common (L10N) directory handled so far</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: titles.xsl</literal></para><screen><phrase role="commit-message">Replace hardcoded English text for <tag>question</tag> and <tag>answer</tag> elements +in mode="title.markup" with localized templates.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: addns.xsl</literal></para><screen><phrase role="commit-message">Move addns.xsl module from releasetools to common in preparation +for switching to ns as the base stylesheets.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: l10n.xml; Makefile</literal></para><screen><phrase role="commit-message">Add new locale file ur.xml for Urdu.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: titles.xsl</literal></para><screen><phrase role="commit-message">Add missing template with match="<tag>toc</tag>" mode="title.markup".</phrase></screen> +</listitem> +<listitem> +<para><literal>tom_schr: titles.xsl</literal></para><screen><phrase role="commit-message">Fixed problem when referencing empty ulinks; use @url instead</phrase></screen> +</listitem> +<listitem> +<para><literal>stilor: olink.xsl</literal></para><screen><phrase role="commit-message">Make <tag>olink</tag> errors/warnings overridable in customizations.</phrase></screen> +</listitem> +<listitem> +<para><literal>stilor: labels.xsl</literal></para><screen><phrase role="commit-message">Pass the object referenced as a parameter to mode="intralabel.punctuation" +template.</phrase></screen> +</listitem> +<listitem> +<para><literal>stilor: olink.xsl</literal></para><screen><phrase role="commit-message">1. Make page citations on <<tag>xref</tag>/> to paragraphs conditional on a new parameter, +$insert.xref.page.number.para, default to 'yes' (before, page citations were +added unconditionally). Remove similar special-casing for <<tag>link</tag>/>. + +2. Disable page citations for @xrefstyle="template:..." (if needed, they +can be added with %p in the template - but they can't be disabled).</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: olink.xsl; titles.xsl; common.xsl</literal></para><screen><phrase role="commit-message">Pass referrer and target params to mode="xrefstyle" to allow customizations +to be more specific.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: olink.xsl; titles.xsl; common.xsl</literal></para><screen><phrase role="commit-message">Add mode="xrefstyle" to replace many instances of redundant +code determining the xrefstyle with xsl:apply-templates +select="." mode="xrefstyle". Also allows stylesheet +customization to specify an xrefstyle per element type.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: gentext.xsl; labels.xsl</literal></para><screen><phrase role="commit-message">Add support for <tag>procedure</tag> <tag>title</tag> contained in <tag>info</tag> or blockinfo.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: common.xsl</literal></para><screen><phrase role="commit-message">In person.name template, change 'style' variable to a param +so the name style can be selected by passing a param.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: gentext.xsl</literal></para><screen><phrase role="commit-message">Fix bug in <parameter>collect.xref.targets</parameter> that failed when $referrer template +param not set by <tag>olink</tag>'s xref-to. Fixed using submitted patch.</phrase></screen> +</listitem> +</itemizedlist> +</section><!--end of Common changes for 1.79.1--> + +<section xml:id="V1.79.1_FO"> +<title>FO</title> +<para>The following changes have been made to the + <filename>fo</filename> code + since the 1.78.1 release.</para> +<itemizedlist> +<listitem> +<para><literal>Robert Stayton: lists.xsl</literal></para><screen><phrase role="commit-message">Fix bug #1368 "<tag>link</tag> to <tag>term</tag> with id does not work"</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: block.xsl</literal></para><screen><phrase role="commit-message">Fix bug #1367 double <tag>attribution</tag> in <tag>epigraph</tag>.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: param.xweb; param.ent</literal></para><screen><phrase role="commit-message">Add missing <parameter>profile.outputformat</parameter> param.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: publishers.xsl</literal></para><screen><phrase role="commit-message">Fix namespace declarations.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: titlepage.xsl</literal></para><screen><phrase role="commit-message">Add default attribute-sets for new Publishers elements.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: param.ent</literal></para><screen><phrase role="commit-message">Fix typo</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: titlepage.templates.xml</literal></para><screen><phrase role="commit-message">Add new DocBook Publishers elements.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: docbook.xsl</literal></para><screen><phrase role="commit-message">Add inclusion of new publishers.xsl module.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: publishers.xsl</literal></para><screen><phrase role="commit-message">Stylesheet module added to support new elements in DocBook Publishers.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: param.xweb; param.ent</literal></para><screen><phrase role="commit-message">Add the 9 new attribute sets for DocBook Publishers.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: xref.xsl</literal></para><screen><phrase role="commit-message">Fix bug #1355 <tag>glossseealso</tag> generates duplicate id in certain cases.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: xref.xsl</literal></para><screen><phrase role="commit-message">fix bug #1360 <tag>indexterm</tag> in <tag>varlistentry</tag>/<tag>term</tag> generates an error when <tag>xref</tag> to that <tag>term</tag>.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: inline.xsl</literal></para><screen><phrase role="commit-message">Fix bug #13598 inline.monoseq and other inline.*seq handle links incorrectly.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: pi.xsl</literal></para><screen><phrase role="commit-message">Fix bug in dbfo-need for admonitions, and get dbfo-need +working properly in FOP1.1.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: pagesetup.xsl</literal></para><screen><phrase role="commit-message">Remove obsolete hardcoded margin-left="0pt" for the block +containing header or footer.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: graphics.xsl</literal></para><screen><phrase role="commit-message">Fix bug #1336 to add support for recognizing +file:/ image URLs as absolute paths.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: autotoc.xsl</literal></para><screen><phrase role="commit-message">Add support in <tag>TOC</tag> for <tag>article</tag> as child of set.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: xref.xsl</literal></para><screen><phrase role="commit-message">Fix bug #1337 Elements with <tag>olink</tag> role do not behave as <tag>olink</tag> +elements.</phrase></screen> +</listitem> +<listitem> +<para><literal>Jirka Kosek: build.xml</literal></para><screen><phrase role="commit-message">Added ant build for FO</phrase></screen> +</listitem> +<listitem> +<para><literal>stilor: inline.xsl</literal></para><screen><phrase role="commit-message">Only count regular <<tag>emphasis</tag>> elements (without @role="bold", etc) when determining +whether nested <tag>emphasis</tag> needs to be displayed in italics or in regular; otherwise, +the order of nesting in <<tag>emphasis</tag> role="bold"> and <<tag>emphasis</tag>> affects the font +used.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: fop1.xsl; ptc.xsl</literal></para><screen><phrase role="commit-message">Apply patch #190 to include refsections in bookmarks for fop1 and +ptc.xsl.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: block.xsl</literal></para><screen><phrase role="commit-message">Change the <tag>epigraph</tag> template to support schema extensions +by processing all of its children instead of specific elements.</phrase></screen> +</listitem> +<listitem> +<para><literal>tom_schr: pagesetup.xsl</literal></para><screen><phrase role="commit-message">Added "user.declarations" hook to implemented [#1330] + +Added empty "user.declarations" template to make it easier for adding +custom fo:declaration elements. The template is empty by default.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: inline.xsl</literal></para><screen><phrase role="commit-message">Fix test for nested links.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: biblio.xsl</literal></para><screen><phrase role="commit-message">Now <tag>biblioset</tag> outputs its id if it has one.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: xref.xsl</literal></para><screen><phrase role="commit-message">pass xrefstyle param from <tag>link</tag> element to gentext.template so +optional page number can be formatted to a style.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: docbook.xsl</literal></para><screen><phrase role="commit-message">Streamline handling of namespace fixup in preparation for making +the namespaced version the source base.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: fo.xsl</literal></para><screen><phrase role="commit-message">FOP 1.1 now supports writing-mode="rl-tb", so add that change to the +$direction.mode parameter.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: autoidx.xsl</literal></para><screen><phrase role="commit-message">Add missing xlink namespace declaration to the root element.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: param.xweb; param.ent; autoidx.xsl</literal></para><screen><phrase role="commit-message">Add support for $autolink.index.see to automatically form links +between see and <tag>seealso</tag> <tag>index</tag> elements and <tag>primary</tag> elements +in the <tag>index</tag>.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: inline.xsl</literal></para><screen><phrase role="commit-message">Add element name to warning message for nested links.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: inline.xsl</literal></para><screen><phrase role="commit-message">Fix bug #1306: warn of nested links.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: component.xsl</literal></para><screen><phrase role="commit-message">Fix bug #1320 so template page.sequence tests $content to make +sure it is not empty.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: autotoc.xsl; refentry.xsl; param.xweb; docbook.xsl; param.ent; component.x⋯</literal></para><screen><phrase role="commit-message">Add support for $show.bookmarks param to turn bookmarks on or +off.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: docbook.xsl</literal></para><screen><phrase role="commit-message">Add missing variable bookmarks.state.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: docbook.xsl</literal></para><screen><phrase role="commit-message">Add missing $document.element variable to new generate.bookmarks +template.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: autotoc.xsl; refentry.xsl; param.xweb; docbook.xsl; param.ent; component.x⋯</literal></para><screen><phrase role="commit-message">Add support for standard XSL 1.1 bookmarks and parameter +$xsl1.1.bookmarks to turn them on or off.</phrase></screen> +</listitem> +<listitem> +<para><literal>stilor: xref.xsl</literal></para><screen><phrase role="commit-message">Fix invalid href generated if $insert.olink.pdf.frag=0 and $fop1.extensions=1.</phrase></screen> +</listitem> +<listitem> +<para><literal>stilor: autotoc.xsl; param.xweb; param.ent; toc.xsl</literal></para><screen><phrase role="commit-message">Replace <tag>literal</tag> space inserted next to fo:leader in <tag>ToC</tag> with a padding. This +works around a bug in FOP (see FOP-1444). +Make <tag>ToC</tag> fo:leader properties configurable via attribute set.</phrase></screen> +</listitem> +<listitem> +<para><literal>stilor: titlepage.templates.xml</literal></para><screen><phrase role="commit-message">Remove autoguessing of the namespace for wrapper elements; determine namespace by prefix, if any.</phrase></screen> +</listitem> +<listitem> +<para><literal>Mauritz Jeanson: table.xsl</literal></para><screen><phrase role="commit-message">Bug #1246: added missing with-param.</phrase></screen> +</listitem> +<listitem> +<para><literal>stilor: xref.xsl</literal></para><screen><phrase role="commit-message">Make <tag>olink</tag> errors/warnings overridable in customizations.</phrase></screen> +</listitem> +<listitem> +<para><literal>stilor: param.xweb; param.ent; xref.xsl</literal></para><screen><phrase role="commit-message">1. Make page citations on <<tag>xref</tag>/> to paragraphs conditional on a new parameter, +$insert.xref.page.number.para, default to 'yes' (before, page citations were +added unconditionally). Remove similar special-casing for <<tag>link</tag>/>. + +2. Disable page citations for @xrefstyle="template:..." (if needed, they +can be added with %p in the template - but they can't be disabled).</phrase></screen> +</listitem> +<listitem> +<para><literal>stilor: fop1.xsl</literal></para><screen><phrase role="commit-message">Skip generating fox:destination on a <tag>footnote</tag> - id attribute on footnotes is not +passed to generated FO, so FOP complains about unresolved ID in destination.</phrase></screen> +</listitem> +<listitem> +<para><literal>Mauritz Jeanson: lists.xsl</literal></para><screen><phrase role="commit-message">Fixed typo.</phrase></screen> +</listitem> +<listitem> +<para><literal>tom_schr: lists.xsl</literal></para><screen><phrase role="commit-message">Fixed bug#1311 and added missing <parameter>para.properties</parameter></phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: xref.xsl</literal></para><screen><phrase role="commit-message">Pass referrer and target params to mode="xrefstyle" to allow customizations +to be more specific.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: xref.xsl</literal></para><screen><phrase role="commit-message">Add mode="xrefstyle" to replace many instances of redundant +code determining the xrefstyle with xsl:apply-templates +select="." mode="xrefstyle". Also allows stylesheet +customization to specify an xrefstyle per element type.</phrase></screen> +</listitem> +<listitem> +<para><literal>tom_schr: xref.xsl</literal></para><screen><phrase role="commit-message">Pass referrer and xrefstyle to "xref-to-suffix" and "xref-to-prefix" +modes (to use the same signature than "xref-to" mode) as discussed with +Bob on the mailinglist (2013-09-12)</phrase></screen> +</listitem> +<listitem> +<para><literal>tom_schr: pi.xsl; verbatim.xsl</literal></para><screen><phrase role="commit-message">Fix for enhancement/bug#1312: Support font size in verbatim elements</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: fop1.xsl</literal></para><screen><phrase role="commit-message">Unchanged, testing snapshot builds.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: docbook.xsl</literal></para><screen><phrase role="commit-message">No change, testing snapshot builds.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: block.xsl</literal></para><screen><phrase role="commit-message">No change, testing snapshot builds.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: block.xsl</literal></para><screen><phrase role="commit-message">No change, just checking snapshot build process.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: toc.xsl</literal></para><screen><phrase role="commit-message">Add missing template for <tag>tocdiv</tag>/<tag>title</tag> elements to fix bug #1310.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: docbook.xsl</literal></para><screen><phrase role="commit-message">Fix process.root template so document <tag>title</tag> can come from <tag>info</tag> as well.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: lists.xsl</literal></para><screen><phrase role="commit-message">Add support for <tag>procedure</tag> <tag>title</tag> when contained in blockinfo or <tag>info</tag>.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: fop1.xsl</literal></para><screen><phrase role="commit-message">Fix mode="fop1.foxdest" so only elements with id attribute get +a fox:destination in the output.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: fop1.xsl</literal></para><screen><phrase role="commit-message">Remove extraneous call from fop1.foxdest mode per patch submission.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: autotoc.xsl</literal></para><screen><phrase role="commit-message">Add <parameter>toc.margin.properties</parameter> attribute-set to list.of.titles so +it matches the <tag>TOC</tag> list.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: inline.xsl</literal></para><screen><phrase role="commit-message">Adjust exception for fop for <tag>menuchoice</tag> separator to +use the $symbol.font.family if it is set.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: division.xsl</literal></para><screen><phrase role="commit-message">Fix comment.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: param.ent</literal></para><screen><phrase role="commit-message">Fix typo that prevents param.xsl update.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: lists.xsl; param.xweb; param.ent</literal></para><screen><phrase role="commit-message">Add <parameter>mark.optional.procedure.steps</parameter> param.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: qandaset.xsl</literal></para><screen><phrase role="commit-message">Fix bug in <tag>question</tag> template that output empty list-item-label when +defaultlabel = 'none'.</phrase></screen> +</listitem> +</itemizedlist> +</section><!--end of FO changes for 1.79.1--> + +<section xml:id="V1.79.1_HTML"> +<title>HTML</title> +<para>The following changes have been made to the + <filename>html</filename> code + since the 1.78.1 release.</para> +<itemizedlist> +<listitem> +<para><literal>Robert Stayton: block.xsl</literal></para><screen><phrase role="commit-message">Fix Bug #1367 <tag>epigraph</tag> <tag>attribution</tag> appears twice in html output.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: param.xweb; param.ent</literal></para><screen><phrase role="commit-message">Add missing <parameter>profile.outputformat</parameter> param.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: titlepage.xsl; docbook.xsl; titlepage.templates.xml</literal></para><screen><phrase role="commit-message">Add support for DocBook Publishers elements.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: publishers.xsl</literal></para><screen><phrase role="commit-message">New module to support new elements in DocBook Publishers schema.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: table.xsl</literal></para><screen><phrase role="commit-message">Fix bug #1348 where class of output <tag>table</tag> not being set correctly.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: table.xsl</literal></para><screen><phrase role="commit-message">A <tag>table</tag> emitted by <tag>tgroup</tag> template now calls "common.html.attributes" +to get the class attribute handled correctly.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: inline.xsl</literal></para><screen><phrase role="commit-message">Fix bug #13598 inline.monoseq and other inline.*seq handle links incorrectly.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: refentry.xsl</literal></para><screen><phrase role="commit-message">Add template for <tag>refpurpose</tag> in no.anchor.mode to generate +the dash separator in <tag>TOC</tag> line for the <tag>refentry</tag> when +the <tag>refpurpose</tag> contains a <tag>link</tag> or <tag>indexterm</tag>.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: inline.xsl</literal></para><screen><phrase role="commit-message">Add missing call to id.attribute template for <tag>orgdiv</tag>.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: xref.xsl</literal></para><screen><phrase role="commit-message">If a <tag>link</tag> or <tag>xref</tag> has an @id or @xml:id, then add a span to +include the id because simple.xlink no longer generates the +id attribute.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: inline.xsl</literal></para><screen><phrase role="commit-message">Remove call to id.attribute template in simple.xlink +because it produces duplicate ids in the output because +the element template calling simple.xlink generates the +id attribute.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: graphics.xsl</literal></para><screen><phrase role="commit-message">Check in fix for bug #1336 to support absolute file URLs +that start with file:/. Also consolidate code that determines +whether an image file path is relative into a new template +variable $is.relative.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: chunk-code.xsl</literal></para><screen><phrase role="commit-message">Add support for set nested inside set to recursive-chunk-filename.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: autotoc.xsl</literal></para><screen><phrase role="commit-message">Add support for set <tag>TOC</tag> to contain nested set or <tag>article</tag> +elements.</phrase></screen> +</listitem> +<listitem> +<para><literal>Jirka Kosek: build.xml</literal></para><screen><phrase role="commit-message">Added clean targets</phrase></screen> +</listitem> +<listitem> +<para><literal>Jirka Kosek: build.xml</literal></para><screen><phrase role="commit-message">Added ant build for HTML stylesheets</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: glossary.xsl</literal></para><screen><phrase role="commit-message">Move any indexterms in <tag>glossentry</tag> to be inside dt, instead of +after dt which is invalid.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: htmltbl.xsl</literal></para><screen><phrase role="commit-message">Fix bug #1334 to copy through HTML <tag>table</tag> attributes @scope and @id.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: block.xsl</literal></para><screen><phrase role="commit-message">Change the <tag>epigraph</tag> template to support schema extensions +by processing all of its children instead of specific elements.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: titlepage.xsl</literal></para><screen><phrase role="commit-message">Fix bug in handling of multiple editors and "edited by" <tag>label</tag>.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: titlepage.templates.xml</literal></para><screen><phrase role="commit-message">Fix misnamed attribute in <tag>sidebar</tag> template.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: inline.xsl</literal></para><screen><phrase role="commit-message">Fix check for nested links.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: chunk-common.xsl; chunktoc.xsl; chunk-code.xsl</literal></para><screen><phrase role="commit-message">Adjust handling of namespace fixup to streamline distro builds.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: docbook.xsl</literal></para><screen><phrase role="commit-message">Adjust handling of namespace conversion to streamline distro +build.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: table.xsl</literal></para><screen><phrase role="commit-message">Fix bug #1298 where @rowheader = 'firstcol' incorrectly assigns +<<tag>th</tag>> to cell that is first in a <tag>row</tag> but not the first column due +to <tag>row</tag> span above.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: param.xweb; param.ent; autoidx.xsl</literal></para><screen><phrase role="commit-message">Add support for <parameter>autolink.index.see</parameter> param to <tag>link</tag> from see and +<tag>seealso</tag> element to <tag>primary</tag> element in <tag>index</tag>.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: inline.xsl</literal></para><screen><phrase role="commit-message">Fix bug #1306 warn of nested links, since not supported in the output.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: pi.xsl</literal></para><screen><phrase role="commit-message">Fixes bug #1323 where <?dbhtml-include?> paths were not being +interpreted relative to the XML.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: param.xweb</literal></para><screen><phrase role="commit-message">Add missing frag for new linke.to.self.for.mediaobject param.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: table.xsl</literal></para><screen><phrase role="commit-message">Fix bug in <tag>entry</tag> template where rowsep was incorrectly set to zero +for cell with @morerows in <tag>thead</tag>.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: synop.xsl</literal></para><screen><phrase role="commit-message">Restore conditional named <tag>anchor</tag> in output if dbcmdlist PI is not used.</phrase></screen> +</listitem> +<listitem> +<para><literal>tom_schr: graphics.xsl</literal></para><screen><phrase role="commit-message">Fixed [#1317]: process <tag>alt</tag> in <tag>inlinemediaobject</tag></phrase></screen> +</listitem> +<listitem> +<para><literal>tom_schr: param.xweb; graphics.xsl; param.ent</literal></para><screen><phrase role="commit-message">Fixed ticket [#1315]: Add possibility to add a <tag>link</tag> to mediaobjects</phrase></screen> +</listitem> +<listitem> +<para><literal>stilor: titlepage.templates.xml</literal></para><screen><phrase role="commit-message">Remove autoguessing of the namespace for wrapper elements; determine namespace by prefix, if any.</phrase></screen> +</listitem> +<listitem> +<para><literal>stilor: chunk-common.xsl; xref.xsl</literal></para><screen><phrase role="commit-message">Make <tag>olink</tag> errors/warnings overridable in customizations.</phrase></screen> +</listitem> +<listitem> +<para><literal>stilor: param.xweb; param.ent</literal></para><screen><phrase role="commit-message">1. Make page citations on <<tag>xref</tag>/> to paragraphs conditional on a new parameter, +$insert.xref.page.number.para, default to 'yes' (before, page citations were +added unconditionally). Remove similar special-casing for <<tag>link</tag>/>. + +2. Disable page citations for @xrefstyle="template:..." (if needed, they +can be added with %p in the template - but they can't be disabled).</phrase></screen> +</listitem> +<listitem> +<para><literal>Mauritz Jeanson: index.xsl</literal></para><screen><phrase role="commit-message">Bug #1309: Added missing template for <tag>indexdiv</tag>/<tag>subtitle</tag>.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: xref.xsl</literal></para><screen><phrase role="commit-message">Pass referrer and target params to mode="xrefstyle" to allow customizations +to be more specific.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: xref.xsl</literal></para><screen><phrase role="commit-message">Add mode="xrefstyle" to replace many instances of redundant +code determining the xrefstyle with xsl:apply-templates +select="." mode="xrefstyle". Also allows stylesheet +customization to specify an xrefstyle per element type.</phrase></screen> +</listitem> +<listitem> +<para><literal>tom_schr: xref.xsl</literal></para><screen><phrase role="commit-message">Pass referrer and xrefstyle to "xref-to-suffix" and "xref-to-prefix" +modes (to use the same signature than "xref-to" mode) as discussed with +Bob on the mailinglist (2013-09-12)</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: chunk.xsl</literal></para><screen><phrase role="commit-message">No change, testing snapshot builds.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: toc.xsl</literal></para><screen><phrase role="commit-message">Add missing template for <tag>tocdiv</tag>/<tag>title</tag> elements to fix bug #1310.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: docbook.xsl</literal></para><screen><phrase role="commit-message">Remove a comment to test checkins and snapshot builds.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: lists.xsl</literal></para><screen><phrase role="commit-message">Add support for <tag>procedure</tag> <tag>title</tag> when contained in <tag>info</tag> or blockinfo.</phrase></screen> +</listitem> +<listitem> +<para><literal>Jirka Kosek: chunk-code.xsl</literal></para><screen><phrase role="commit-message">Enumarete separate file for <tag>revhistory</tag> if <parameter>generate.revhistory.link</parameter>=1</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: inline.xsl</literal></para><screen><phrase role="commit-message">Update the inline.charseq template to also call 'common.html.attributes' +instead of using local-name for class value.</phrase></screen> +</listitem> +<listitem> +<para><literal>Jirka Kosek: docbook.xsl; html.xsl</literal></para><screen><phrase role="commit-message">Enabling ITS processing again</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: its.xsl</literal></para><screen><phrase role="commit-message">Change syntax for selecting @its:* attributes so it works +in xsltproc (which should work with the original, but doesn't).</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: docbook.xsl; html.xsl</literal></para><screen><phrase role="commit-message">Turn off its.xsl update which is generating attribute insertion errors.</phrase></screen> +</listitem> +<listitem> +<para><literal>Jirka Kosek: its.xsl; docbook.xsl; html.xsl</literal></para><screen><phrase role="commit-message">Added basic support for ITS 2.0 markup. It gets propagated into HTML +For more <tag>info</tag> about ITS see http://www.w3.org/<tag>TR</tag>/its20/</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: docbook.xsl</literal></para><screen><phrase role="commit-message">Added a comment line to test checkin process.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: xref.xsl</literal></para><screen><phrase role="commit-message">Fix bug in mode=remove-ids that put <tag>link</tag> content outside the <a> element.</phrase></screen> +</listitem> +<listitem> +<para><literal>tom_schr: chunktoc.xsl</literal></para><screen><phrase role="commit-message">Fixed SF ticket#3611689: added missing DocBook namespace declarations</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: chunker.xsl</literal></para><screen><phrase role="commit-message">Change the internal chunk.base.dir from a param to a variable.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: inline.xsl</literal></para><screen><phrase role="commit-message">Turn off id attribute on <tag>glossterm</tag> <tag>anchor</tag>, because it is on the element itself.</phrase></screen> +</listitem> +</itemizedlist> +</section><!--end of HTML changes for 1.79.1--> + +<section xml:id="V1.79.1_Manpages"> +<title>Manpages</title> +<para>The following changes have been made to the + <filename>manpages</filename> code + since the 1.78.1 release.</para> +<itemizedlist> +<listitem> +<para><literal>Robert Stayton: block.xsl; lists.xsl</literal></para><screen><phrase role="commit-message">Fix bug #1363 <tag>synopsis</tag> in <tag>variablelist</tag> <tag>term</tag> mangles line breaks.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: other.xsl</literal></para><screen><phrase role="commit-message">Remove redundant and out-of-date xsl:strip-space element. +This is imported from common/common.xsl for all stylesheets.</phrase></screen> +</listitem> +<listitem> +<para><literal>Jirka Kosek: build.xml</literal></para><screen><phrase role="commit-message">Added clean targets</phrase></screen> +</listitem> +<listitem> +<para><literal>Jirka Kosek: build.xml</literal></para><screen><phrase role="commit-message">Added ant build for manpages</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: inline.xsl</literal></para><screen><phrase role="commit-message">Fix bug #1340 by omitting <tag>indexterm</tag> and <tag>remark</tag> elements from the +output. Trying to include them as nroff comments resulted in extra +whitespace in certain instances, so they are omitted.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: table.xsl; docbook.xsl; tbl.xsl</literal></para><screen><phrase role="commit-message">Adjust man stylesheet to better handle namespace fixup during +distro builds.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: lists.xsl</literal></para><screen><phrase role="commit-message">Resolve ambiguous template match for <tag>remark</tag>.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: endnotes.xsl</literal></para><screen><phrase role="commit-message">Put internally generated earmark elements into own namespace to +avoid complications with namespace stylesheet builds. No change +of <tag>function</tag>.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: other.xsl</literal></para><screen><phrase role="commit-message">Fixed bug #1313 where write.stubs template mistakenly includes +$man.output.base.dir in the .so <tag>address</tag>.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: other.xsl</literal></para><screen><phrase role="commit-message">Escape text() nodes while also in no.anchor.mode for links. +Fixes bug #1322.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: utility.xsl</literal></para><screen><phrase role="commit-message">Fixed bug #1321, also taking into account fixing bug #1281.</phrase></screen> +</listitem> +<listitem> +<para><literal>dleidert: info.xsl</literal></para><screen><phrase role="commit-message">Fix a typo (http://bugs.debian.org/698962).</phrase></screen> +</listitem> +</itemizedlist> +</section><!--end of Manpages changes for 1.79.1--> + +<section xml:id="V1.79.1_Epub"> +<title>Epub</title> +<para>The following changes have been made to the + <filename>epub</filename> code + since the 1.78.1 release.</para> +<itemizedlist> +<listitem> +<para><literal>Robert Stayton: docbook.xsl</literal></para><screen><phrase role="commit-message">Fix bug #1341 Incorrect generation of content.opf for multiple +names in $html.stylesheet param. Backported the template +named css.item from the epub3 stylesheet.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: docbook.xsl</literal></para><screen><phrase role="commit-message">Fix handling of <parameter>base.dir</parameter>, chunk.base.dir, and epub.oebps.dir +combinations.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: docbook.xsl</literal></para><screen><phrase role="commit-message">Improve the handling of $chunk.base.dir when $base.dir contains +the OEBPS directory in its value.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: docbook.xsl</literal></para><screen><phrase role="commit-message">Fix the namespace fixup step to match the other stylesheets.</phrase></screen> +</listitem> +<listitem> +<para><literal>tom_schr: docbook.xsl</literal></para><screen><phrase role="commit-message">Extended <tag>date</tag> template in mode opf.metadata +If a PI dbtimestamp is available, call datetime.format(<tag>date</tag>, 'Y-m-d'), +otherwise use the normalized string content</phrase></screen> +</listitem> +<listitem> +<para><literal>dleidert: bin/spec/files</literal></para><screen><phrase role="commit-message">Fix svn:externals defintion.</phrase></screen> +</listitem> +<listitem> +<para><literal>tom_schr: docbook.xsl</literal></para><screen><phrase role="commit-message">Introduced variable in opf.guide</phrase></screen> +</listitem> +<listitem> +<para><literal>tom_schr: docbook.xsl</literal></para><screen><phrase role="commit-message">Improved modularization in opf.spine and created new spine.cover template</phrase></screen> +</listitem> +<listitem> +<para><literal>tom_schr: docbook.xsl</literal></para><screen><phrase role="commit-message">Improved opf.spine with <tag>info</tag> variable</phrase></screen> +</listitem> +<listitem> +<para><literal>tom_schr: docbook.xsl</literal></para><screen><phrase role="commit-message">Bugfix in opf.spine: removed double <tag>refentry</tag> entries</phrase></screen> +</listitem> +<listitem> +<para><literal>tom_schr: docbook.xsl</literal></para><screen><phrase role="commit-message">* Template package-identifier: introduced $info variable to simplify + code (similar to the EPUB3 stylesheets) +* Template opf.calloutlist: only call opf.reference.callout if + <parameter>callout.graphics</parameter> is set</phrase></screen> +</listitem> +<listitem> +<para><literal>tom_schr: docbook.xsl</literal></para><screen><phrase role="commit-message">Backported Bob's EPUB3 changes to EPUB2 from r9740 -> r9742 -> r9743: + +* Implement <parameter>base.dir</parameter>/OEBPS using internal chunk.base.dir instead of + new param epub.base.dir. + +* Additional changes, specific to this stylesheet: + - Construct parameter epub.metainf.dir from <parameter>base.dir</parameter> + 'META-INF/' + - Changed parameter epub.cover.filename epub.oebps.dir to + chunk.base.dir + - Template opf: concat <parameter>base.dir</parameter> with epub.opf.filename + - Replaced two subsequent xsl:value-of's with concat()</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: docbook.xsl</literal></para><screen><phrase role="commit-message">Fix bug in <tag>author</tag> template generating a span element inside an attribute value.</phrase></screen> +</listitem> +</itemizedlist> +</section><!--end of Epub changes for 1.79.1--> + +<section xml:id="V1.79.1_HTMLHelp"> +<title>HTMLHelp</title> +<para>The following changes have been made to the + <filename>htmlhelp</filename> code + since the 1.78.1 release.</para> +<itemizedlist> +<listitem> +<para><literal>Jirka Kosek: build.xml</literal></para><screen><phrase role="commit-message">Added clean targets</phrase></screen> +</listitem> +<listitem> +<para><literal>Jirka Kosek: build.xml</literal></para><screen><phrase role="commit-message">Extensions and other builds ported to Ant</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: htmlhelp-common.xsl</literal></para><screen><phrase role="commit-message">Adjust namespace fixup to conform to the namespace source +conversion.</phrase></screen> +</listitem> +</itemizedlist> +</section><!--end of HTMLHelp changes for 1.79.1--> + +<section xml:id="V1.79.1_Eclipse"> +<title>Eclipse</title> +<para>The following changes have been made to the + <filename>eclipse</filename> code + since the 1.78.1 release.</para> +<itemizedlist> +<listitem> +<para><literal>Jirka Kosek: build.xml</literal></para><screen><phrase role="commit-message">Added clean targets</phrase></screen> +</listitem> +<listitem> +<para><literal>Jirka Kosek: build.xml</literal></para><screen><phrase role="commit-message">Extensions and other builds ported to Ant</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: eclipse.xsl</literal></para><screen><phrase role="commit-message">Adjust namespace fixup to conform to other conversions to +namespaced source.</phrase></screen> +</listitem> +</itemizedlist> +</section><!--end of Eclipse changes for 1.79.1--> + +<section xml:id="V1.79.1_JavaHelp"> +<title>JavaHelp</title> +<para>The following changes have been made to the + <filename>javahelp</filename> code + since the 1.78.1 release.</para> +<itemizedlist> +<listitem> +<para><literal>Jirka Kosek: build.xml</literal></para><screen><phrase role="commit-message">Added clean targets</phrase></screen> +</listitem> +<listitem> +<para><literal>Jirka Kosek: build.xml</literal></para><screen><phrase role="commit-message">Extensions and other builds ported to Ant</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: javahelp.xsl</literal></para><screen><phrase role="commit-message">Adjust the namespace fixup to conform to the other namespaced source +conversions.</phrase></screen> +</listitem> +</itemizedlist> +</section><!--end of JavaHelp changes for 1.79.1--> + +<section xml:id="V1.79.1_Slides"> +<title>Slides</title> +<para>The following changes have been made to the + <filename>slides</filename> code + since the 1.78.1 release.</para> +<itemizedlist> +<listitem> +<para><literal>Jirka Kosek: schema/relaxng/slides.rnc</literal></para><screen><phrase role="commit-message">Make speakernotes/handoutnotes optional as many presentations do not use them</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: xhtml/plain.xsl; common/common.xsl; xhtml/slidy.xsl; xhtml/s5.xsl; fo/plai⋯</literal></para><screen><phrase role="commit-message">Rename the docbook prefix in the declaration too.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: xhtml/plain.xsl; common/common.xsl; xhtml/slidy.xsl; xhtml/s5.xsl; fo/plai⋯</literal></para><screen><phrase role="commit-message">Change the docbook db: prefix to d: prefix in preparation of svn update to namespaced +stylesheets.</phrase></screen> +</listitem> +<listitem> +<para><literal>stilor: xhtml/plain-titlepage.xml; fo/plain-titlepage.xml</literal></para><screen><phrase role="commit-message">Remove autoguessing of the namespace for wrapper elements; determine namespace by prefix, if any.</phrase></screen> +</listitem> +<listitem> +<para><literal>dleidert: images/callouts/gen.sh</literal></para><screen><phrase role="commit-message">Leave executable permissions for script.</phrase></screen> +</listitem> +<listitem> +<para><literal>dleidert: s5/ui/default/pretty.css; slidy/graphics/w3c-logo-blue.gif; s5/ui/default/notes.⋯</literal></para><screen><phrase role="commit-message">Drop executable permissions from files.</phrase></screen> +</listitem> +<listitem> +<para><literal>Jirka Kosek: doc/Makefile</literal></para><screen><phrase role="commit-message">Corrected path</phrase></screen> +</listitem> +</itemizedlist> +</section><!--end of Slides changes for 1.79.1--> + +<section xml:id="V1.79.1_Website"> +<title>Website</title> +<para>The following changes have been made to the + <filename>website</filename> code + since the 1.78.1 release.</para> +<itemizedlist> +<listitem> +<para><literal>Jirka Kosek: build.xml</literal></para><screen><phrase role="commit-message">Added clean targets</phrase></screen> +</listitem> +<listitem> +<para><literal>Jirka Kosek: build.xml</literal></para><screen><phrase role="commit-message">Extensions and other builds ported to Ant</phrase></screen> +</listitem> +<listitem> +<para><literal>stilor: olink.xsl</literal></para><screen><phrase role="commit-message">Make <tag>olink</tag> errors/warnings overridable in customizations.</phrase></screen> +</listitem> +</itemizedlist> +</section><!--end of Website changes for 1.79.1--> + +<section xml:id="V1.79.1_Webhelp"> +<title>Webhelp</title> +<para>The following changes have been made to the + <filename>webhelp</filename> code + since the 1.78.1 release.</para> +<itemizedlist> +<listitem> +<para><literal>Robert Stayton: xsl/titlepage.templates.xsl</literal></para><screen><phrase role="commit-message">Fix typo.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: xsl/titlepage.templates.xsl</literal></para><screen><phrase role="commit-message">Add XHTML missing default namespace.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: xsl/webhelp-common.xsl</literal></para><screen><phrase role="commit-message">Fix bug 1357 to avoid creating l10n.js file if only collecting <tag>olink</tag> data.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: docsrc/xinclude-test.xml; docsrc/readme.xml</literal></para><screen><phrase role="commit-message">Convert XML doc to DB5.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: xsl/webhelp-common.xsl</literal></para><screen><phrase role="commit-message">Fix error message for namespace fixup.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: xsl/webhelp-common.xsl</literal></para><screen><phrase role="commit-message">fix bug in namespace fixup syntax.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: xsl/webhelp-common.xsl</literal></para><screen><phrase role="commit-message">Adjust namespace fixup for namespace build process.</phrase></screen> +</listitem> +<listitem> +<para><literal>stilor: xsl/titlepage.templates.xml</literal></para><screen><phrase role="commit-message">Remove autoguessing of the namespace for wrapper elements; determine namespace by prefix, if any.</phrase></screen> +</listitem> +<listitem> +<para><literal>Jirka Kosek: template/common/main.js</literal></para><screen><phrase role="commit-message">Fix for bug #1301</phrase></screen> +</listitem> +</itemizedlist> +</section><!--end of Webhelp changes for 1.79.1--> + +<section xml:id="V1.79.1_Params"> +<title>Params</title> +<para>The following changes have been made to the + <filename>params</filename> code + since the 1.78.1 release.</para> +<itemizedlist> +<listitem> +<para><literal>Robert Stayton: autolink.index.see.xml</literal></para><screen><phrase role="commit-message">Improve the description for linking in <tag>index</tag>.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: prefer.internal.olink.xml</literal></para><screen><phrase role="commit-message">Fix bug in description</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: dialogue.properties.xml</literal></para><screen><phrase role="commit-message">Fix typo.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: publishers.properties.xml</literal></para><screen><phrase role="commit-message">Fix typo.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: speaker.properties.xml; publishers.properties.xml; inlinestagedir.properti⋯</literal></para><screen><phrase role="commit-message">New property sets for DocBook Publishers elements.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: table.frame.border.thickness.xml; table.cell.border.thickness.xml</literal></para><screen><phrase role="commit-message">Fix bug #1291, make default values different for HTML and FO.</phrase></screen> +</listitem> +<listitem> +<para><literal>tom_schr: profile.outputformat.xml</literal></para><screen><phrase role="commit-message">Added missing support for outputformat attribute + +* Added missing parameter <parameter>profile.outputformat</parameter> in + params/profile.outputformat.xml +* Added missing lines to check for outputformat attribute in + profiling/profile-mode.xsl</phrase></screen> +</listitem> +<listitem> +<para><literal>Jirka Kosek: table.frame.border.thickness.xml; table.cell.border.thickness.xml</literal></para><screen><phrase role="commit-message">Changed default border thickness from 0.5pt to 1px. The reason is that Chrome rounds 0.5pt to 0px making borders invisible.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: list.block.spacing.xml</literal></para><screen><phrase role="commit-message">Fix typo in element name.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: autolink.index.see.xml</literal></para><screen><phrase role="commit-message">New param to control automatic links in <tag>index</tag> from see and +<tag>seealso</tag> to <tag>indexterm</tag> <tag>primary</tag>.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: show.bookmarks.xml</literal></para><screen><phrase role="commit-message">New param to turn off PDF bookmarks.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: xsl1.1.bookmarks.xml</literal></para><screen><phrase role="commit-message">Param to use standard XSL 1.1 bookmark elements.</phrase></screen> +</listitem> +<listitem> +<para><literal>tom_schr: link.to.self.for.mediaobject.xml</literal></para><screen><phrase role="commit-message">Fixed ticket [#1315]: Add possibility to add a <tag>link</tag> to mediaobjects</phrase></screen> +</listitem> +<listitem> +<para><literal>stilor: toc.leader.properties.xml</literal></para><screen><phrase role="commit-message">Replace <tag>literal</tag> space inserted next to fo:leader in <tag>ToC</tag> with a padding. This +works around a bug in FOP (see FOP-1444). +Make <tag>ToC</tag> fo:leader properties configurable via attribute set.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: list.block.spacing.xml; list.item.spacing.xml</literal></para><screen><phrase role="commit-message">Clarify that <parameter>list.block.spacing</parameter> is not used in nested lists.</phrase></screen> +</listitem> +<listitem> +<para><literal>stilor: insert.xref.page.number.para.xml</literal></para><screen><phrase role="commit-message">Missed new file in previous checkin.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: mark.optional.procedure.steps.xml</literal></para><screen><phrase role="commit-message">New param to turn off Optional text for optional steps.</phrase></screen> +</listitem> +</itemizedlist> +</section><!--end of Params changes for 1.79.1--> + +<section xml:id="V1.79.1_Profiling"> +<title>Profiling</title> +<para>The following changes have been made to the + <filename>profiling</filename> code + since the 1.78.1 release.</para> +<itemizedlist> +<listitem> +<para><literal>Robert Stayton: profile.xsl</literal></para><screen><phrase role="commit-message">Add missing <parameter>profile.outputformat</parameter> param declaration.</phrase></screen> +</listitem> +<listitem> +<para><literal>tom_schr: profile-mode.xsl</literal></para><screen><phrase role="commit-message">Added missing support for outputformat attribute + +* Added missing parameter <parameter>profile.outputformat</parameter> in + params/profile.outputformat.xml +* Added missing lines to check for outputformat attribute in + profiling/profile-mode.xsl</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: xsl2profile.xsl</literal></para><screen><phrase role="commit-message">Fix bug #1335 where profile-chunk.xsl was xsl:including +chunk-code.xsl instead of profile-chunk-code.xsl.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: xsl2profile.xsl</literal></para><screen><phrase role="commit-message">Fixed bug in handling of namespace fixup.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: xsl2profile.xsl</literal></para><screen><phrase role="commit-message">Adjust namespace fixup to match other templates.</phrase></screen> +</listitem> +</itemizedlist> +</section><!--end of Profiling changes for 1.79.1--> + +<section xml:id="V1.79.1_Lib"> +<title>Lib</title> +<para>The following changes have been made to the + <filename>lib</filename> code + since the 1.78.1 release.</para> +<itemizedlist> +<listitem> +<para><literal>Jirka Kosek: build.xml</literal></para><screen><phrase role="commit-message">Added lib ant build support</phrase></screen> +</listitem> +</itemizedlist> +</section><!--end of Lib changes for 1.79.1--> + +<section xml:id="V1.79.1_Tools"> +<title>Tools</title> +<para>The following changes have been made to the + <filename>tools</filename> code + since the 1.78.1 release.</para> +<itemizedlist> +<listitem> +<para><literal>Jirka Kosek: build-shared.xml</literal></para><screen><phrase role="commit-message">Added lib ant build support</phrase></screen> +</listitem> +<listitem> +<para><literal>Jirka Kosek: build-shared.xml</literal></para><screen><phrase role="commit-message">Added clean targets</phrase></screen> +</listitem> +<listitem> +<para><literal>Jirka Kosek: lib/xml-apis.jar; lib/xercesImpl.jar; build-shared.xml; lib/xalan.jar</literal></para><screen><phrase role="commit-message">Extensions and other builds ported to Ant</phrase></screen> +</listitem> +<listitem> +<para><literal>Jirka Kosek: build-shared.xml</literal></para><screen><phrase role="commit-message">Added ant build for HTML stylesheets</phrase></screen> +</listitem> +<listitem> +<para><literal>Jirka Kosek: licenses/saxon/JAMESCLARK.txt; lib/jython.jar; lib/xercesImpl.jar; licenses/j⋯</literal></para><screen><phrase role="commit-message">Initial work on Ant build, common (L10N) directory handled so far</phrase></screen> +</listitem> +</itemizedlist> +</section><!--end of Tools changes for 1.79.1--> + +<section xml:id="V1.79.1_Template"> +<title>Template</title> +<para>The following changes have been made to the + <filename>template</filename> code + since the 1.78.1 release.</para> +<itemizedlist> +<listitem> +<para><literal>Robert Stayton: titlepage.xsl</literal></para><screen><phrase role="commit-message">Remove the d: namespace declaration because it is +automatically added by the ns build process.</phrase></screen> +</listitem> +<listitem> +<para><literal>Jirka Kosek: titlepage.xsl</literal></para><screen><phrase role="commit-message">Added missing namespace declaration</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: titlepage.xsl</literal></para><screen><phrase role="commit-message">Remove d: namespace declaration from non namespaced version since +it is automatically added to build the namespaced version.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: titlepage.xsl</literal></para><screen><phrase role="commit-message">Set the db.prefix to blank until convert to ns build.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: titlepage.xsl</literal></para><screen><phrase role="commit-message">Fix handling of namespace declaration for conversion to NS sourcebase.</phrase></screen> +</listitem> +<listitem> +<para><literal>Robert Stayton: titlepage.xsl</literal></para><screen><phrase role="commit-message">Modified to support roundtrip conversion between namespaced +version and non-namespaced version.</phrase></screen> +</listitem> +<listitem> +<para><literal>stilor: titlepage.xsl</literal></para><screen><phrase role="commit-message">Remove autoguessing of the namespace for wrapper elements; determine namespace by prefix, if any.</phrase></screen> +</listitem> +</itemizedlist> +</section><!--end of Template changes for 1.79.1--> + +<section xml:id="V1.79.1_Extensions"> +<title>Extensions</title> +<para>The following changes have been made to the + <filename>extensions</filename> code + since the 1.78.1 release.</para> +<itemizedlist> +<listitem> +<para><literal>Jirka Kosek: build.xml</literal></para><screen><phrase role="commit-message">Added clean targets</phrase></screen> +</listitem> +<listitem> +<para><literal>Jirka Kosek: build.xml</literal></para><screen><phrase role="commit-message">Extensions and other builds ported to Ant</phrase></screen> +</listitem> +</itemizedlist> +</section><!--end of Extensions changes for 1.79.1--> + +</section> <section xml:id="Vsnapshot_9999"> <title>Release Notes: 1.79.0</title> @@ -1 +1 @@ -10004 +10010 @@ -26,7 +26,7 @@ <fm:Branch>XSL Stylesheets</fm:Branch> <!-- * set/keep fm:version as N.NN.N-pre except for official releases, --> <!-- * then after the release, revert it to N.NN.N-pre & check back in --> - <fm:Version>1.79.0</fm:Version> + <fm:Version>1.79.1</fm:Version> <!-- <fm:License>MIT/X Consortium License</fm:License> --> diff --git a/VERSION.xsl b/VERSION.xsl index b1ed3ff..2f6331c 100644 --- a/VERSION.xsl +++ b/VERSION.xsl @@ -26,7 +26,7 @@ <fm:Branch>XSL Stylesheets</fm:Branch> <!-- * set/keep fm:version as N.NN.N-pre except for official releases, --> <!-- * then after the release, revert it to N.NN.N-pre & check back in --> - <fm:Version>1.79.0</fm:Version> + <fm:Version>1.79.1</fm:Version> <!-- <fm:License>MIT/X Consortium License</fm:License> --> diff --git a/common/hu.xml b/common/hu.xml index f9e34be..1b7bf44 100644 --- a/common/hu.xml +++ b/common/hu.xml @@ -99,8 +99,8 @@ <l:gentext key="Procedure" text="Eljárás"/> <l:gentext key="procedure" text="eljárás"/> <l:gentext key="ProductionSet" text="Elemcsoport"/> -<l:gentext key="PubDate" text="Publication Date"/> -<l:gentext key="pubdate" text="Publication date"/> +<l:gentext key="PubDate" text="Kiadás dátuma"/> +<l:gentext key="pubdate" text="kiadás dátuma"/> <l:gentext key="Published" text="Megjelent"/> <l:gentext key="published" text="megjelent"/> <l:gentext key="Publisher" text="Kiadó"/> @@ -1,484 +0,0 @@ ------------------------------------------------------------------------- -r9906 | bobstayton | 2014-02-22 00:48:55 +0000 (Sat, 22 Feb 2014) | 3 lines - -Convert NEWS.xml over to DB5 and modify RELEASE-NOTES.xml to -xinclude from the namespaced elements. - ------------------------------------------------------------------------- -r9401 | bobstayton | 2012-06-04 21:47:26 +0000 (Mon, 04 Jun 2012) | 2 lines - -Updated for 1.77.1 - ------------------------------------------------------------------------- -r9398 | bobstayton | 2012-06-02 22:49:39 +0000 (Sat, 02 Jun 2012) | 2 lines - -Check in changes since 1.77.0 - ------------------------------------------------------------------------- -r9372 | bobstayton | 2012-05-20 04:38:17 +0000 (Sun, 20 May 2012) | 2 lines - -Updated for 1.77.0 release. - ------------------------------------------------------------------------- -r8934 | abdelazer | 2010-11-01 20:03:14 +0000 (Mon, 01 Nov 2010) | 1 line - -Updated for 1.76.1 release ------------------------------------------------------------------------- -r8903 | abdelazer | 2010-09-03 23:34:32 +0000 (Fri, 03 Sep 2010) | 1 line - -Some updates to the documentation of the increasingly broken build process ------------------------------------------------------------------------- -r8894 | abdelazer | 2010-08-28 05:03:02 +0000 (Sat, 28 Aug 2010) | 1 line - -Updated for 1.76.0 release ------------------------------------------------------------------------- -r8504 | abdelazer | 2009-07-21 14:22:11 +0000 (Tue, 21 Jul 2009) | 1 line - -Updated for 1.75.2 ------------------------------------------------------------------------- -r8500 | abdelazer | 2009-07-21 02:02:48 +0000 (Tue, 21 Jul 2009) | 1 line - -Updated for 1.75.2 ------------------------------------------------------------------------- -r8446 | abdelazer | 2009-05-28 00:31:50 +0000 (Thu, 28 May 2009) | 1 line - -And make sure to change all of the xml:ids... ------------------------------------------------------------------------- -r8445 | abdelazer | 2009-05-28 00:22:13 +0000 (Thu, 28 May 2009) | 1 line - -Updated for 1.75.1 release ------------------------------------------------------------------------- -r8429 | abdelazer | 2009-05-07 03:03:00 +0000 (Thu, 07 May 2009) | 1 line - -Minor cleanup ------------------------------------------------------------------------- -r8428 | abdelazer | 2009-05-07 02:41:48 +0000 (Thu, 07 May 2009) | 1 line - -This release process is personally fulfilling. ------------------------------------------------------------------------- -r8427 | abdelazer | 2009-05-07 02:11:17 +0000 (Thu, 07 May 2009) | 1 line - -Updated for 1.75.0 release ------------------------------------------------------------------------- -r8272 | abdelazer | 2009-02-25 00:49:20 +0000 (Wed, 25 Feb 2009) | 1 line - -Add better pointer to README for XSLTHL ------------------------------------------------------------------------- -r8271 | abdelazer | 2009-02-25 00:07:04 +0000 (Wed, 25 Feb 2009) | 1 line - -Updated for 1.74.3 release ------------------------------------------------------------------------- -r8261 | abdelazer | 2009-02-20 05:17:09 +0000 (Fri, 20 Feb 2009) | 1 line - -Updated for 1.74.2 release ------------------------------------------------------------------------- -r8252 | abdelazer | 2009-02-17 23:55:00 +0000 (Tue, 17 Feb 2009) | 1 line - -Cleaning notes ------------------------------------------------------------------------- -r8251 | abdelazer | 2009-02-17 16:56:15 +0000 (Tue, 17 Feb 2009) | 1 line - -Updated for 1.74.1 release ------------------------------------------------------------------------- -r8042 | mzjn | 2008-06-04 16:35:09 +0000 (Wed, 04 Jun 2008) | 1 line - -Added information about the new libxslt extension. ------------------------------------------------------------------------- -r8034 | abdelazer | 2008-06-01 21:36:31 +0000 (Sun, 01 Jun 2008) | 1 line - -Updated for 1.74.0 release ------------------------------------------------------------------------- -r7624 | xmldoc | 2007-12-27 17:51:25 +0000 (Thu, 27 Dec 2007) | 2 lines - -Fixed problem with snapshot build of partial release-notes file. - ------------------------------------------------------------------------- -r7408 | xmldoc | 2007-08-31 16:30:00 +0000 (Fri, 31 Aug 2007) | 4 lines - -Removed the hacky commenting system used for including different -text based on release type; the build now includes the text -conditionally based on profiling of the "condition" attribute. - ------------------------------------------------------------------------- -r7400 | xmldoc | 2007-08-30 22:57:37 +0000 (Thu, 30 Aug 2007) | 3 lines - -Post 1.73.2 wrap-up; restored VERSION and RELEASE-NOTES.xml files -to snapshot state. - ------------------------------------------------------------------------- -r7393 | xmldoc | 2007-08-30 13:13:49 +0000 (Thu, 30 Aug 2007) | 2 lines - -Corrected ID. - ------------------------------------------------------------------------- -r7385 | xmldoc | 2007-08-30 09:09:37 +0000 (Thu, 30 Aug 2007) | 1 line - -Update for version 1.73.2 ------------------------------------------------------------------------- -r7374 | xmldoc | 2007-08-29 14:11:41 +0000 (Wed, 29 Aug 2007) | 3 lines - -Re-revert to snapshot state so that we can get one last snapshot -out before the 1.73.2 release. - ------------------------------------------------------------------------- -r7310 | xmldoc | 2007-08-28 15:26:38 +0000 (Tue, 28 Aug 2007) | 2 lines - -Fixed typo in release-notes source. - ------------------------------------------------------------------------- -r7306 | xmldoc | 2007-08-28 11:36:28 +0000 (Tue, 28 Aug 2007) | 3 lines - -Corrected the URLs for different output formats that the -release-notes document is available in. - ------------------------------------------------------------------------- -r7303 | xmldoc | 2007-08-28 10:46:06 +0000 (Tue, 28 Aug 2007) | 4 lines - -Moved release-notes boilerplate into abstract and added links to -online change history to release-notes and to README. Also made a -minor correction to the README.BUILD file. - ------------------------------------------------------------------------- -r7260 | xmldoc | 2007-08-20 00:35:42 +0000 (Mon, 20 Aug 2007) | 1 line - -Restored VERSION and RELEASE-NOTES.xml files to snapshot state ------------------------------------------------------------------------- -r7257 | xmldoc | 2007-08-19 13:35:57 +0000 (Sun, 19 Aug 2007) | 1 line - -Update for version 1.73.1 ------------------------------------------------------------------------- -r7176 | xmldoc | 2007-08-06 10:07:03 +0000 (Mon, 06 Aug 2007) | 1 line - -Restored VERSION and RELEASE-NOTES.xml files to snapshot state ------------------------------------------------------------------------- -r7119 | xmldoc | 2007-07-22 17:07:18 +0000 (Sun, 22 Jul 2007) | 2 lines - -Updated for 1.73.0 release - ------------------------------------------------------------------------- -r6554 | xmldoc | 2007-01-24 13:07:21 +0000 (Wed, 24 Jan 2007) | 2 lines - -Moved docbook-xsl to 1.72.1+pre snapshot state. - ------------------------------------------------------------------------- -r6546 | bobstayton | 2007-01-22 23:23:15 +0000 (Mon, 22 Jan 2007) | 2 lines - -Added descriptions of my changes. - ------------------------------------------------------------------------- -r6545 | xmldoc | 2007-01-22 19:41:45 +0000 (Mon, 22 Jan 2007) | 2 lines - -Checkpointing release-note edits for review. - ------------------------------------------------------------------------- -r6521 | xmldoc | 2007-01-18 08:03:12 +0000 (Thu, 18 Jan 2007) | 2 lines - -Toggled RELEASE-NOTES.xml from snapshot-mode to release-mode. - ------------------------------------------------------------------------- -r6459 | xmldoc | 2007-01-03 14:06:37 +0000 (Wed, 03 Jan 2007) | 2 lines - -Use snapshot release number in preamble. - ------------------------------------------------------------------------- -r6458 | xmldoc | 2007-01-03 13:35:32 +0000 (Wed, 03 Jan 2007) | 2 lines - -Switched back to including snapshot changes. - ------------------------------------------------------------------------- -r6370 | xmldoc | 2006-10-19 09:44:14 +0000 (Thu, 19 Oct 2006) | 2 lines - -Updated for 1.71.1 release. - ------------------------------------------------------------------------- -r6288 | xmldoc | 2006-09-12 07:22:34 +0000 (Tue, 12 Sep 2006) | 2 lines - -Make sure that last byte in all xml and xsl files is a newline. - ------------------------------------------------------------------------- -r6284 | xmldoc | 2006-09-10 15:15:27 +0000 (Sun, 10 Sep 2006) | 2 lines - -Switch RELEASE-NOTES.xml back to snapshot shape. - ------------------------------------------------------------------------- -r6274 | xmldoc | 2006-09-09 14:30:22 +0000 (Sat, 09 Sep 2006) | 2 lines - -Updated for 1.71.0 release. - ------------------------------------------------------------------------- -r6202 | xmldoc | 2006-08-26 01:55:34 +0000 (Sat, 26 Aug 2006) | 2 lines - -Restored automated release-notes build. - ------------------------------------------------------------------------- -r5998 | nwalsh | 2006-05-24 14:39:48 +0000 (Wed, 24 May 2006) | 2 lines - -Tweaked RELEASE-NOTES to make them valid DocBook V5.0 - ------------------------------------------------------------------------- -r5989 | bobstayton | 2006-05-18 07:31:44 +0000 (Thu, 18 May 2006) | 2 lines - -added a few items to the list of new features. - ------------------------------------------------------------------------- -r5978 | xmldoc | 2006-05-16 07:32:55 +0000 (Tue, 16 May 2006) | 2 lines - -Updated for 1.70.0 release. - ------------------------------------------------------------------------- -r5788 | xmldoc | 2006-04-06 13:09:12 +0000 (Thu, 06 Apr 2006) | 2 lines - -Added ID values where needed. - ------------------------------------------------------------------------- -r5703 | xmldoc | 2006-03-25 16:02:56 +0000 (Sat, 25 Mar 2006) | 7 lines - - -Updated such that auto-generated NEWS.xml contents are XIncluded -during build. Also changed to Sect1/Sect2 instead of -Section/Section. Maybe I'm just too old-school, but I find it -comforting to know easily where I am in the structure while I'm -editing or viewing the source. - ------------------------------------------------------------------------- -r5697 | xmldoc | 2006-03-25 05:24:40 +0000 (Sat, 25 Mar 2006) | 4 lines - -Turned release notes document into a DocBook 5 instance, but added -internal DTD subset that makes it backward-compatible with DocBook -old. Also added a skeletal "snapshot" section. - ------------------------------------------------------------------------- -r5247 | xmldoc | 2005-10-11 09:00:34 +0000 (Tue, 11 Oct 2005) | 2 lines - -Removed spaces from Revision and Date RCS keywords. - ------------------------------------------------------------------------- -r5246 | xmldoc | 2005-10-11 08:59:08 +0000 (Tue, 11 Oct 2005) | 4 lines - -Use just "Revision" and "Date" RCS keywords, instead of $Id (because -$Id adds the RCS filename, RCS author name, and RCS "state", none -of which it seems like we really need in Releaseinfo). - ------------------------------------------------------------------------- -r5226 | xmldoc | 2005-10-06 04:09:20 +0000 (Thu, 06 Oct 2005) | 2 lines - -Corrected IDs of linkend attributes in some callouts. - ------------------------------------------------------------------------- -r5149 | xmldoc | 2005-08-11 23:27:13 +0000 (Thu, 11 Aug 2005) | 2 lines - -Updated for 1.69.1 release. - ------------------------------------------------------------------------- -r5108 | xmldoc | 2005-07-18 01:38:51 +0000 (Mon, 18 Jul 2005) | 2 lines - -Final changes for 1.69.0 release. - ------------------------------------------------------------------------- -r5101 | xmldoc | 2005-07-14 05:34:08 +0000 (Thu, 14 Jul 2005) | 2 lines - -Checkpointing. Still need to add FO section. - ------------------------------------------------------------------------- -r4996 | xmldoc | 2005-06-30 18:12:36 +0000 (Thu, 30 Jun 2005) | 2 lines - -Added "General" stuff. - ------------------------------------------------------------------------- -r4995 | xmldoc | 2005-06-30 13:22:10 +0000 (Thu, 30 Jun 2005) | 8 lines - -First updates for 1.69.0 release. - -So far, only includes descriptions of the manpages changes. Sorry, -that is all I could managed to get done so far. If anybody else -has time to add descriptions for the HTML and FO stylesheets, -please do. Otherwise, I will get back to work on them later -tonight my time. - ------------------------------------------------------------------------- -r4330 | xmldoc | 2005-02-21 04:09:37 +0000 (Mon, 21 Feb 2005) | 2 lines - -dbtimestamp PI, use instead of RCS Date keyword - ------------------------------------------------------------------------- -r4329 | xmldoc | 2005-02-21 03:57:28 +0000 (Mon, 21 Feb 2005) | 2 lines - -RCS Date keyword, use instead of hard-coded date - ------------------------------------------------------------------------- -r4319 | xmldoc | 2005-02-14 08:06:28 +0000 (Mon, 14 Feb 2005) | 3 lines - -late updates for the 1.68.1; checked in after the release was already -tagged. sorry. not the first time, and probably not the last - ------------------------------------------------------------------------- -r4316 | xmldoc | 2005-02-14 07:14:36 +0000 (Mon, 14 Feb 2005) | 2 lines - -Update for 1.68.1 release. - ------------------------------------------------------------------------- -r4304 | xmldoc | 2005-02-09 12:07:41 +0000 (Wed, 09 Feb 2005) | 2 lines - -Added HTML and image/ changes for 1.68.0 release. - ------------------------------------------------------------------------- -r4303 | xmldoc | 2005-02-09 11:49:41 +0000 (Wed, 09 Feb 2005) | 2 lines - -Added doc for FO changes. - ------------------------------------------------------------------------- -r4088 | xmldoc | 2004-12-06 04:22:35 +0000 (Mon, 06 Dec 2004) | 2 lines - -parameter values in WINDOWS-1252 example, properly (doubly) quoted - ------------------------------------------------------------------------- -r4066 | xmldoc | 2004-12-02 08:37:14 +0000 (Thu, 02 Dec 2004) | 2 lines - -Updated for the 1.67.2 release. - ------------------------------------------------------------------------- -r4062 | xmldoc | 2004-12-01 13:49:58 +0000 (Wed, 01 Dec 2004) | 2 lines - -Final cleanup for 1.67.1 release - ------------------------------------------------------------------------- -r4061 | xmldoc | 2004-11-30 11:24:56 +0000 (Tue, 30 Nov 2004) | 2 lines - -Update for 1.67.1 release - ------------------------------------------------------------------------- -r3985 | xmldoc | 2004-11-09 19:06:55 +0000 (Tue, 09 Nov 2004) | 2 lines - -Added markup and fixed typos. - ------------------------------------------------------------------------- -r3984 | xmldoc | 2004-11-09 18:53:31 +0000 (Tue, 09 Nov 2004) | 2 lines - -Updated for 1.67.0 - ------------------------------------------------------------------------- -r3838 | bobstayton | 2004-09-19 06:48:33 +0000 (Sun, 19 Sep 2004) | 2 lines - -Updated for 1.66.1. - ------------------------------------------------------------------------- -r3809 | bobstayton | 2004-09-11 08:41:34 +0000 (Sat, 11 Sep 2004) | 2 lines - -Fixed broken CVS keyword. - ------------------------------------------------------------------------- -r3807 | bobstayton | 2004-09-11 08:15:55 +0000 (Sat, 11 Sep 2004) | 2 lines - -Updated release notes for version 1.66.0 - ------------------------------------------------------------------------- -r3787 | bobstayton | 2004-09-02 07:07:18 +0000 (Thu, 02 Sep 2004) | 2 lines - -Updated for release 1.66. - ------------------------------------------------------------------------- -r3475 | nwalsh | 2004-02-27 18:17:27 +0000 (Fri, 27 Feb 2004) | 2 lines - -Updated - ------------------------------------------------------------------------- -r3346 | kosek | 2003-12-31 17:15:38 +0000 (Wed, 31 Dec 2003) | 2 lines - -Info about new indexing method - ------------------------------------------------------------------------- -r3259 | nwalsh | 2003-12-19 13:50:53 +0000 (Fri, 19 Dec 2003) | 2 lines - -Not terribly interesting RELEASE NOTES file for 1.64.1 - ------------------------------------------------------------------------- -r2864 | nwalsh | 2003-05-08 14:39:55 +0000 (Thu, 08 May 2003) | 2 lines - -Updated - ------------------------------------------------------------------------- -r2593 | nwalsh | 2003-01-24 22:35:47 +0000 (Fri, 24 Jan 2003) | 2 lines - -Updated - ------------------------------------------------------------------------- -r2533 | nwalsh | 2003-01-20 21:58:10 +0000 (Mon, 20 Jan 2003) | 2 lines - -Explain changes to titlepage template code - ------------------------------------------------------------------------- -r2481 | nwalsh | 2003-01-17 13:49:20 +0000 (Fri, 17 Jan 2003) | 2 lines - -Updated for 1.59.2 release - ------------------------------------------------------------------------- -r2445 | nwalsh | 2003-01-12 18:37:21 +0000 (Sun, 12 Jan 2003) | 2 lines - -Updated release notes for 1.59.1 - ------------------------------------------------------------------------- -r2243 | nwalsh | 2002-11-17 17:21:05 +0000 (Sun, 17 Nov 2002) | 2 lines - -Release notes - ------------------------------------------------------------------------- -r2164 | nwalsh | 2002-10-09 09:45:20 +0000 (Wed, 09 Oct 2002) | 2 lines - -Added release note about the change to html2xhtml to fix XHTML chunking - ------------------------------------------------------------------------- -r2161 | nwalsh | 2002-10-08 14:13:08 +0000 (Tue, 08 Oct 2002) | 2 lines - -Fixed pubdate - ------------------------------------------------------------------------- -r2160 | nwalsh | 2002-10-08 14:11:59 +0000 (Tue, 08 Oct 2002) | 2 lines - -Updated for 1.56.0 release - ------------------------------------------------------------------------- -r2081 | nwalsh | 2002-09-17 11:44:34 +0000 (Tue, 17 Sep 2002) | 2 lines - -Updated for 1.55.0 - ------------------------------------------------------------------------- -r1991 | nwalsh | 2002-09-03 13:58:10 +0000 (Tue, 03 Sep 2002) | 2 lines - -Updated for 1.54.1 - ------------------------------------------------------------------------- -r1984 | nwalsh | 2002-09-03 10:43:13 +0000 (Tue, 03 Sep 2002) | 2 lines - -Updated for 1.54.0 release - ------------------------------------------------------------------------- -r1921 | nwalsh | 2002-07-28 19:01:52 +0000 (Sun, 28 Jul 2002) | 2 lines - -Updated for 1.53.0 release - ------------------------------------------------------------------------- -r1809 | nwalsh | 2002-07-07 23:10:06 +0000 (Sun, 07 Jul 2002) | 2 lines - -Updated for 1.52.0 - ------------------------------------------------------------------------- -r1577 | nwalsh | 2002-06-02 21:17:15 +0000 (Sun, 02 Jun 2002) | 2 lines - -Added release notes for 1.51.0 - ------------------------------------------------------------------------- -r1304 | nwalsh | 2002-03-21 01:37:39 +0000 (Thu, 21 Mar 2002) | 2 lines - -Added note about three-part versions - ------------------------------------------------------------------------- -r1302 | nwalsh | 2002-03-21 00:54:01 +0000 (Thu, 21 Mar 2002) | 2 lines - -Tweaked intro; changed date - ------------------------------------------------------------------------- -r1257 | nwalsh | 2002-03-18 14:08:17 +0000 (Mon, 18 Mar 2002) | 2 lines - -Initial checkin - ------------------------------------------------------------------------- diff --git a/profiling/profile.xsl b/profiling/profile.xsl index b188fbb..33735e5 100644 --- a/profiling/profile.xsl +++ b/profiling/profile.xsl @@ -28,6 +28,7 @@ <xsl:param name="profile.conformance" select="''"/> <xsl:param name="profile.lang" select="''"/> <xsl:param name="profile.os" select="''"/> +<xsl:param name="profile.outputformat" select="';'"/> <xsl:param name="profile.revision" select="''"/> <xsl:param name="profile.revisionflag" select="''"/> <xsl:param name="profile.role" select="''"/> diff --git a/slides/images/callouts/1.png b/slides/images/callouts/1.png Binary files differindex 864d45d..44937be 100644 --- a/slides/images/callouts/1.png +++ b/slides/images/callouts/1.png diff --git a/slides/images/callouts/10.png b/slides/images/callouts/10.png Binary files differindex a65f060..3c5f245 100644 --- a/slides/images/callouts/10.png +++ b/slides/images/callouts/10.png diff --git a/slides/images/callouts/11.png b/slides/images/callouts/11.png Binary files differindex d7d31a4..4d3a2a8 100644 --- a/slides/images/callouts/11.png +++ b/slides/images/callouts/11.png diff --git a/slides/images/callouts/12.png b/slides/images/callouts/12.png Binary files differindex 676c9e3..f1ab62d 100644 --- a/slides/images/callouts/12.png +++ b/slides/images/callouts/12.png diff --git a/slides/images/callouts/13.png b/slides/images/callouts/13.png Binary files differindex 8c6a0f2..381df84 100644 --- a/slides/images/callouts/13.png +++ b/slides/images/callouts/13.png diff --git a/slides/images/callouts/14.png b/slides/images/callouts/14.png Binary files differindex cf5220b..cbddcb0 100644 --- a/slides/images/callouts/14.png +++ b/slides/images/callouts/14.png diff --git a/slides/images/callouts/15.png b/slides/images/callouts/15.png Binary files differindex a8046eb..304e983 100644 --- a/slides/images/callouts/15.png +++ b/slides/images/callouts/15.png diff --git a/slides/images/callouts/16.png b/slides/images/callouts/16.png Binary files differindex 2fc0812..1874365 100644 --- a/slides/images/callouts/16.png +++ b/slides/images/callouts/16.png diff --git a/slides/images/callouts/17.png b/slides/images/callouts/17.png Binary files differindex 6bbef28..fc5deeb 100644 --- a/slides/images/callouts/17.png +++ b/slides/images/callouts/17.png diff --git a/slides/images/callouts/18.png b/slides/images/callouts/18.png Binary files differindex 711da9f..1656da1 100644 --- a/slides/images/callouts/18.png +++ b/slides/images/callouts/18.png diff --git a/slides/images/callouts/19.png b/slides/images/callouts/19.png Binary files differindex 5496deb..96287b1 100644 --- a/slides/images/callouts/19.png +++ b/slides/images/callouts/19.png diff --git a/slides/images/callouts/2.png b/slides/images/callouts/2.png Binary files differindex 8f27c7d..827d089 100644 --- a/slides/images/callouts/2.png +++ b/slides/images/callouts/2.png diff --git a/slides/images/callouts/20.png b/slides/images/callouts/20.png Binary files differindex 3d6e187..676a467 100644 --- a/slides/images/callouts/20.png +++ b/slides/images/callouts/20.png diff --git a/slides/images/callouts/21.png b/slides/images/callouts/21.png Binary files differindex 5b3beaa..5d38f96 100644 --- a/slides/images/callouts/21.png +++ b/slides/images/callouts/21.png diff --git a/slides/images/callouts/22.png b/slides/images/callouts/22.png Binary files differindex 1f16c3b..b961919 100644 --- a/slides/images/callouts/22.png +++ b/slides/images/callouts/22.png diff --git a/slides/images/callouts/23.png b/slides/images/callouts/23.png Binary files differindex 3b39cf1..08586e4 100644 --- a/slides/images/callouts/23.png +++ b/slides/images/callouts/23.png diff --git a/slides/images/callouts/24.png b/slides/images/callouts/24.png Binary files differindex 20bede2..39c4f67 100644 --- a/slides/images/callouts/24.png +++ b/slides/images/callouts/24.png diff --git a/slides/images/callouts/25.png b/slides/images/callouts/25.png Binary files differindex a41e1d5..5a02874 100644 --- a/slides/images/callouts/25.png +++ b/slides/images/callouts/25.png diff --git a/slides/images/callouts/26.png b/slides/images/callouts/26.png Binary files differindex 00c3c3b..3f464dd 100644 --- a/slides/images/callouts/26.png +++ b/slides/images/callouts/26.png diff --git a/slides/images/callouts/27.png b/slides/images/callouts/27.png Binary files differindex dbef97a..c0a8ee9 100644 --- a/slides/images/callouts/27.png +++ b/slides/images/callouts/27.png diff --git a/slides/images/callouts/28.png b/slides/images/callouts/28.png Binary files differindex 40f2837..98bbfbb 100644 --- a/slides/images/callouts/28.png +++ b/slides/images/callouts/28.png diff --git a/slides/images/callouts/29.png b/slides/images/callouts/29.png Binary files differindex 842498e..4c3d7e3 100644 --- a/slides/images/callouts/29.png +++ b/slides/images/callouts/29.png diff --git a/slides/images/callouts/3.png b/slides/images/callouts/3.png Binary files differindex 957fdb8..8f5ebd3 100644 --- a/slides/images/callouts/3.png +++ b/slides/images/callouts/3.png diff --git a/slides/images/callouts/30.png b/slides/images/callouts/30.png Binary files differindex 864a90a..e4e83ff 100644 --- a/slides/images/callouts/30.png +++ b/slides/images/callouts/30.png diff --git a/slides/images/callouts/4.png b/slides/images/callouts/4.png Binary files differindex b56cfdb..b72eaa6 100644 --- a/slides/images/callouts/4.png +++ b/slides/images/callouts/4.png diff --git a/slides/images/callouts/5.png b/slides/images/callouts/5.png Binary files differindex 6b02b2c..1d7b5b2 100644 --- a/slides/images/callouts/5.png +++ b/slides/images/callouts/5.png diff --git a/slides/images/callouts/6.png b/slides/images/callouts/6.png Binary files differindex 9fe8661..c438f73 100644 --- a/slides/images/callouts/6.png +++ b/slides/images/callouts/6.png diff --git a/slides/images/callouts/7.png b/slides/images/callouts/7.png Binary files differindex 9c7e685..ee22135 100644 --- a/slides/images/callouts/7.png +++ b/slides/images/callouts/7.png diff --git a/slides/images/callouts/8.png b/slides/images/callouts/8.png Binary files differindex 7714d26..49b53f8 100644 --- a/slides/images/callouts/8.png +++ b/slides/images/callouts/8.png diff --git a/slides/images/callouts/9.png b/slides/images/callouts/9.png Binary files differindex 81b29ea..a3a2d04 100644 --- a/slides/images/callouts/9.png +++ b/slides/images/callouts/9.png diff --git a/webhelp/docs/ch01.html b/webhelp/docs/ch01.html index 05b0fb8..9e4699c 100644 --- a/webhelp/docs/ch01.html +++ b/webhelp/docs/ch01.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="X-UA-Compatible" content="IE=edge"></meta> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> -<title>Introduction - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.0"></meta><meta name="description" content="Overview of the package."></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="prev" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="next" href="ch02.html" title="Using the package"></link><meta name="Section-title" content="Introduction"></meta><script type="text/javascript"> +<title>Introduction - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"></meta><meta name="description" content="Overview of the package."></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="prev" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="next" href="ch02.html" title="Using the package"></link><meta name="Section-title" content="Introduction"></meta><script type="text/javascript"> //The id for tree cookie var treeCookieId = "treeview-1636"; var language = "en"; @@ -125,18 +125,18 @@ border: none; background: none; font-weight: none; color: none; } <![endif]--><script type="text/javascript" src="common/browserDetect.js"></script><script type="text/javascript" src="common/jquery/jquery-1.7.2.min.js"></script><script type="text/javascript" src="common/jquery/jquery.ui.all.js"></script><script type="text/javascript" src="common/jquery/jquery.cookie.js"></script><script type="text/javascript" src="common/jquery/treeview/jquery.treeview.min.js"></script><script type="text/javascript" src="common/jquery/layout/jquery.layout.js"></script><script type="text/javascript" src="search/l10n.js"></script><script type="text/javascript" src="search/htmlFileInfoList.js"></script><script type="text/javascript" src="search/nwSearchFnt.js"></script><script type="text/javascript" src="search/stemmers/en_stemmer.js"><!--//make this scalable to other languages as well.--></script><script type="text/javascript" src="search/index-1.js"></script><script type="text/javascript" src="search/index-2.js"></script><script type="text/javascript" src="search/index-3.js"></script></head><body><noscript><div id="noscript">JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site.</div></noscript><div id="header"><a href="index.html"><img style="margin-right: 2px; height: 59px; padding-right: 25px; padding-top: 8px" align="right" src="common/images/logo.png" alt=" Documentation"></img></a><h1>README: Web-based Help from DocBook XML<br></br>Introduction</h1><div id="navheader"><table class="navLinks"><tr><td><a id="showHideButton" href="#" onclick="myLayout.toggle('west')" class="pointLeft" tabindex="5" title="Hide TOC tree">Sidebar </a></td><td><a accesskey="p" class="navLinkPrevious" tabindex="5" href="index.html">Prev</a> | - <a accesskey="n" class="navLinkNext" tabindex="5" href="ch02.html">Next</a></td></tr></table></div></div><div id="content"><div class="chapter"><div xmlns="" class="titlepage"><div><div><h1 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp15632"></a>Introduction</h1></div></div></div> + <a accesskey="n" class="navLinkNext" tabindex="5" href="ch02.html">Next</a></td></tr></table></div></div><div id="content"><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a id="idp15552"></a>Introduction</h1></div></div></div> <p>A common requirement for technical publications groups is to produce a Web-based help format that includes a table of contents pane, a search feature, and an index similar to what you get from the Microsoft HTML Help (.chm) format or Eclipse help. If the content is help for a Web application that is not exposed to the Internet or requires that the user be logged in, - then it is impossible to use services like Google to add search. <a id="idp49680" class="indexterm"></a> + then it is impossible to use services like Google to add search. <a id="idp51824" class="indexterm"></a> </p><div class="itemizedlist"><p class="title"><strong>Features</strong></p><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> <p>Sophisticated CSS-based page layout</p> </li><li class="listitem"> - <p>Client-side search.<a id="idp55872" class="indexterm"></a></p> + <p>Client-side search.<a id="idp55344" class="indexterm"></a></p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; "><li class="listitem"> <p>Provides full content search of the documentation. Shows the search results with links to chunked pages, and a small description.</p> @@ -146,16 +146,16 @@ border: none; background: none; font-weight: none; color: none; } etc. The score out of 5 is shown by small colored boxes after each search-result.</p> </li><li class="listitem"> - <p>Search results can include brief descriptions of the target.<a id="idp60992" class="indexterm"></a></p> + <p>Search results can include brief descriptions of the target.<a id="idp60496" class="indexterm"></a></p> </li><li class="listitem"> <p>Stemming support for English, French, and German. Stemming support can be added - for other languages by implementing a stemmer.<a id="idp63440" class="indexterm"></a></p> + for other languages by implementing a stemmer.<a id="idp63152" class="indexterm"></a></p> </li><li class="listitem"> <p>Support for Chinese, Japanese, and Korean languages using code from the Lucene search engine.</p> </li><li class="listitem"> <p>Search highlighting shows where the searched term appears in the results. - <a id="idp66976" class="indexterm"></a></p> + <a id="idp66592" class="indexterm"></a></p> </li></ul></div> </li><li class="listitem"> <p>Table of contents (TOC) pane with collapsible toc tree.</p> diff --git a/webhelp/docs/ch02.html b/webhelp/docs/ch02.html index 2922500..51b9059 100644 --- a/webhelp/docs/ch02.html +++ b/webhelp/docs/ch02.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="X-UA-Compatible" content="IE=edge"></meta> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> -<title>Using the package - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.0"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="prev" href="ch01.html" title="Introduction"></link><link rel="next" href="ch02s01.html" title="Generating webhelp output using the Ant build.xml file"></link><meta name="Section-title" content="Using the package"></meta><script type="text/javascript"> +<title>Using the package - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="prev" href="ch01.html" title="Introduction"></link><link rel="next" href="ch02s01.html" title="Generating webhelp output using the Ant build.xml file"></link><meta name="Section-title" content="Using the package"></meta><script type="text/javascript"> //The id for tree cookie var treeCookieId = "treeview-1636"; var language = "en"; @@ -125,8 +125,7 @@ border: none; background: none; font-weight: none; color: none; } <![endif]--><script type="text/javascript" src="common/browserDetect.js"></script><script type="text/javascript" src="common/jquery/jquery-1.7.2.min.js"></script><script type="text/javascript" src="common/jquery/jquery.ui.all.js"></script><script type="text/javascript" src="common/jquery/jquery.cookie.js"></script><script type="text/javascript" src="common/jquery/treeview/jquery.treeview.min.js"></script><script type="text/javascript" src="common/jquery/layout/jquery.layout.js"></script><script type="text/javascript" src="search/l10n.js"></script><script type="text/javascript" src="search/htmlFileInfoList.js"></script><script type="text/javascript" src="search/nwSearchFnt.js"></script><script type="text/javascript" src="search/stemmers/en_stemmer.js"><!--//make this scalable to other languages as well.--></script><script type="text/javascript" src="search/index-1.js"></script><script type="text/javascript" src="search/index-2.js"></script><script type="text/javascript" src="search/index-3.js"></script></head><body><noscript><div id="noscript">JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site.</div></noscript><div id="header"><a href="index.html"><img style="margin-right: 2px; height: 59px; padding-right: 25px; padding-top: 8px" align="right" src="common/images/logo.png" alt=" Documentation"></img></a><h1>README: Web-based Help from DocBook XML<br></br>Using the package</h1><div id="navheader"><table class="navLinks"><tr><td><a id="showHideButton" href="#" onclick="myLayout.toggle('west')" class="pointLeft" tabindex="5" title="Hide TOC tree">Sidebar </a></td><td><a accesskey="p" class="navLinkPrevious" tabindex="5" href="ch01.html">Prev</a> | - <a accesskey="n" class="navLinkNext" tabindex="5" href="ch02s01.html">Next</a></td></tr></table></div></div><div id="content"><div class="chapter"><div xmlns="" class="titlepage"><div><div><h1 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp74608"></a>Using the package</h1></div></div></div> -<div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="section"><a href="ch02s01.html">Generating webhelp output using the Ant build.xml + <a accesskey="n" class="navLinkNext" tabindex="5" href="ch02s01.html">Next</a></td></tr></table></div></div><div id="content"><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a id="idp74176"></a>Using the package</h1></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="section"><a href="ch02s01.html">Generating webhelp output using the Ant build.xml file</a></span></dt><dt><span class="section"><a href="ch02s02.html">Using and customizing the output</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s02s01.html">Recommended Apache configurations</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s03.html">Search indexing</a></span></dt><dt><span class="section"><a href="ch02s04.html">Adding support for other (non-CJKV) languages</a></span></dt><dt><span class="section"><a href="ch02s05.html">Adding images</a></span></dt></dl></div> <p class="summary">The following sections describe how to diff --git a/webhelp/docs/ch02s01.html b/webhelp/docs/ch02s01.html index 73ebfa0..60fc00f 100644 --- a/webhelp/docs/ch02s01.html +++ b/webhelp/docs/ch02s01.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="X-UA-Compatible" content="IE=edge"></meta> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> -<title>Generating webhelp output using the Ant build.xml file - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.0"></meta><meta name="description" content="Installation instructions"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="ch02.html" title="Using the package"></link><link rel="prev" href="ch02.html" title="Using the package"></link><link rel="next" href="ch02s02.html" title="Using and customizing the output"></link><meta name="Section-title" content="Generating webhelp output using the Ant build.xml file"></meta><script type="text/javascript"> +<title>Generating webhelp output using the Ant build.xml file - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"></meta><meta name="description" content="Installation instructions"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="ch02.html" title="Using the package"></link><link rel="prev" href="ch02.html" title="Using the package"></link><link rel="next" href="ch02s02.html" title="Using and customizing the output"></link><meta name="Section-title" content="Generating webhelp output using the Ant build.xml file"></meta><script type="text/javascript"> //The id for tree cookie var treeCookieId = "treeview-1636"; var language = "en"; @@ -127,11 +127,11 @@ border: none; background: none; font-weight: none; color: none; } | <a accesskey="u" class="navLinkUp" tabindex="5" href="ch02.html">Up</a> | - <a accesskey="n" class="navLinkNext" tabindex="5" href="ch02s02.html">Next</a></td></tr></table></div></div><div id="content"><div class="section"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="idp78256"></a>Generating webhelp output using the Ant build.xml + <a accesskey="n" class="navLinkNext" tabindex="5" href="ch02s02.html">Next</a></td></tr></table></div></div><div id="content"><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="idp78496"></a>Generating webhelp output using the Ant build.xml file</h2></div></div></div> - <div class="procedure"><a id="idp79392"></a><p class="title"><strong>Procedure 1. To install the package</strong></p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3> + <div class="procedure"><a id="idp79504"></a><p class="title"><strong>Procedure 1. To install the package</strong></p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3> <p>The examples in this procedure assume a Windows installation, but the process is the same in other environments, <span class="foreignphrase"><em class="foreignphrase">mutatis diff --git a/webhelp/docs/ch02s02.html b/webhelp/docs/ch02s02.html index c9a4017..7faa150 100644 --- a/webhelp/docs/ch02s02.html +++ b/webhelp/docs/ch02s02.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="X-UA-Compatible" content="IE=edge"></meta> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> -<title>Using and customizing the output - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.0"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="ch02.html" title="Using the package"></link><link rel="prev" href="ch02s01.html" title="Generating webhelp output using the Ant build.xml file"></link><link rel="next" href="ch02s02s01.html" title="Recommended Apache configurations"></link><meta name="Section-title" content="Using and customizing the output"></meta><script type="text/javascript"> +<title>Using and customizing the output - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="ch02.html" title="Using the package"></link><link rel="prev" href="ch02s01.html" title="Generating webhelp output using the Ant build.xml file"></link><link rel="next" href="ch02s02s01.html" title="Recommended Apache configurations"></link><meta name="Section-title" content="Using and customizing the output"></meta><script type="text/javascript"> //The id for tree cookie var treeCookieId = "treeview-1636"; var language = "en"; @@ -127,8 +127,7 @@ border: none; background: none; font-weight: none; color: none; } | <a accesskey="u" class="navLinkUp" tabindex="5" href="ch02.html">Up</a> | - <a accesskey="n" class="navLinkNext" tabindex="5" href="ch02s02s01.html">Next</a></td></tr></table></div></div><div id="content"><div class="section"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="idp137168"></a>Using and customizing the output</h2></div></div></div> -<div class="toc"><dl class="toc"><dt><span class="section"><a href="ch02s02s01.html">Recommended Apache configurations</a></span></dt></dl></div> + <a accesskey="n" class="navLinkNext" tabindex="5" href="ch02s02s01.html">Next</a></td></tr></table></div></div><div id="content"><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="idp136944"></a>Using and customizing the output</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="section"><a href="ch02s02s01.html">Recommended Apache configurations</a></span></dt></dl></div> <p>To deep link to a topic inside the help set, simply link directly to the page. This help system uses no frameset, so nothing further is necessary. </p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Tip</h3> diff --git a/webhelp/docs/ch02s02s01.html b/webhelp/docs/ch02s02s01.html index 5e102fd..36e9ef2 100644 --- a/webhelp/docs/ch02s02s01.html +++ b/webhelp/docs/ch02s02s01.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="X-UA-Compatible" content="IE=edge"></meta> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> -<title>Recommended Apache configurations - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.0"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="ch02s02.html" title="Using and customizing the output"></link><link rel="prev" href="ch02s02.html" title="Using and customizing the output"></link><link rel="next" href="ch02s03.html" title="Search indexing"></link><meta name="Section-title" content="Recommended Apache configurations"></meta><script type="text/javascript"> +<title>Recommended Apache configurations - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="ch02s02.html" title="Using and customizing the output"></link><link rel="prev" href="ch02s02.html" title="Using and customizing the output"></link><link rel="next" href="ch02s03.html" title="Search indexing"></link><meta name="Section-title" content="Recommended Apache configurations"></meta><script type="text/javascript"> //The id for tree cookie var treeCookieId = "treeview-1636"; var language = "en"; @@ -127,7 +127,7 @@ border: none; background: none; font-weight: none; color: none; } | <a accesskey="u" class="navLinkUp" tabindex="5" href="ch02s02.html">Up</a> | - <a accesskey="n" class="navLinkNext" tabindex="5" href="ch02s03.html">Next</a></td></tr></table></div></div><div id="content"><div class="section"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp153152"></a>Recommended Apache configurations</h3></div></div></div> + <a accesskey="n" class="navLinkNext" tabindex="5" href="ch02s03.html">Next</a></td></tr></table></div></div><div id="content"><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="idp153040"></a>Recommended Apache configurations</h3></div></div></div> <p>If you are serving a long document from an Apache web server, we recommend you make the following additions or diff --git a/webhelp/docs/ch02s03.html b/webhelp/docs/ch02s03.html index 04dde85..89e9874 100644 --- a/webhelp/docs/ch02s03.html +++ b/webhelp/docs/ch02s03.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="X-UA-Compatible" content="IE=edge"></meta> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> -<title>Search indexing - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.0"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="ch02.html" title="Using the package"></link><link rel="prev" href="ch02s02s01.html" title="Recommended Apache configurations"></link><link rel="next" href="ch02s04.html" title="Adding support for other (non-CJKV) languages"></link><meta name="Section-title" content="Search indexing"></meta><script type="text/javascript"> +<title>Search indexing - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="ch02.html" title="Using the package"></link><link rel="prev" href="ch02s02s01.html" title="Recommended Apache configurations"></link><link rel="next" href="ch02s04.html" title="Adding support for other (non-CJKV) languages"></link><meta name="Section-title" content="Search indexing"></meta><script type="text/javascript"> //The id for tree cookie var treeCookieId = "treeview-1636"; var language = "en"; @@ -127,7 +127,7 @@ border: none; background: none; font-weight: none; color: none; } | <a accesskey="u" class="navLinkUp" tabindex="5" href="ch02.html">Up</a> | - <a accesskey="n" class="navLinkNext" tabindex="5" href="ch02s04.html">Next</a></td></tr></table></div></div><div id="content"><div class="section"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="idp164752"></a>Search indexing</h2></div></div></div> + <a accesskey="n" class="navLinkNext" tabindex="5" href="ch02s04.html">Next</a></td></tr></table></div></div><div id="content"><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="idp164448"></a>Search indexing</h2></div></div></div> <p>Run <span class="command"><strong>ant index</strong></span> in the webhelp directory to index the content. Running <span class="command"><strong>ant webhelp</strong></span> will do the indexing as part of the process as well.</p> @@ -175,11 +175,11 @@ border: none; background: none; font-weight: none; color: none; } </div><p> </p> </li></ul></div> - <a id="idp183552" class="indexterm"></a> - <a id="idp184704" class="indexterm"></a> + <a id="idp183056" class="indexterm"></a> + <a id="idp184208" class="indexterm"></a> <p class="summary">To build the indexer, you must have installed the JDK version 1.5 or higher and set the <code class="envar">ANT_HOME</code> environment variable. </p> - <a id="idp187360" class="indexterm"></a> - <a id="idp188128" class="indexterm"></a> + <a id="idp186912" class="indexterm"></a> + <a id="idp187552" class="indexterm"></a> </div><script type="text/javascript" src="common/main.js"></script><script type="text/javascript" src="common/splitterInit.js"></script><div class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s02s01.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></div><div id="sidebar"><div id="leftnavigation" style="padding-top:3px;"><div id="tabs"><ul><li><a href="#treeDiv" style="outline:0;" tabindex="1"><span class="contentsTab">Contents</span></a></li><li><a href="#searchDiv" style="outline:0;" tabindex="1" onclick="doSearch()"><span class="searchTab">Search</span></a></li></ul><div id="treeDiv"><img src="common/images/loading.gif" alt="loading table of contents..." id="tocLoading" style="display:block;"></img><div id="ulTreeDiv" style="display:none"><ul id="tree" class="filetree"><li><span class="file"><a href="ch01.html" tabindex="1">Introduction</a></span></li><li><span class="file"><a href="ch02.html" tabindex="1">Using the package</a></span><ul><li><span class="file"><a href="ch02s01.html" tabindex="1">Generating webhelp output using the Ant build.xml file</a></span></li><li><span class="file"><a href="ch02s02.html" tabindex="1">Using and customizing the output</a></span><ul><li><span class="file"><a href="ch02s02s01.html" tabindex="1">Recommended Apache configurations</a></span></li></ul></li><li id="webhelp-currentid"><span class="file"><a href="ch02s03.html" tabindex="1">Search indexing</a></span></li><li><span class="file"><a href="ch02s04.html" tabindex="1">Adding support for other (non-CJKV) languages</a></span></li><li><span class="file"><a href="ch02s05.html" tabindex="1">Adding images</a></span></li></ul></li><li><span class="file"><a href="ch03.html" tabindex="1">Developer Docs</a></span><ul><li><span class="file"><a href="ch03s01.html" tabindex="1">Design</a></span></li><li><span class="file"><a href="ch03s02.html" tabindex="1">Search</a></span><ul><li><span class="file"><a href="ch03s02s01.html" tabindex="1">New Stemmers</a></span></li></ul></li></ul></li><li><span class="file"><a href="ch04.html" tabindex="1">FAQ</a></span></li><li><span class="file"><a href="ch05.html" tabindex="1">Test section</a></span><ul><li><span class="file"><a href="ch05s01.html" tabindex="1">Some search words for testing</a></span></li><li><span class="file"><a href="ch05s02.html" tabindex="1">Some search words for testing (inflected)</a></span></li></ul></li><li><span class="file"><a href="ix01.html" tabindex="1">Index</a></span></li></ul></div></div><div id="searchDiv"><div id="search"><form onsubmit="Verifie(searchForm);return false" name="searchForm" class="searchForm"><div><input id="textToSearch" name="textToSearch" type="search" placeholder="Search" class="searchText" tabindex="1"></input> <input onclick="Verifie(searchForm)" type="button" class="searchButton" value="Go" id="doSearch" tabindex="1"></input></div></form></div><div id="searchResults"><center></center></div><p class="searchHighlight"><a href="#" onclick="toggleHighlight()">Search Highlighter (On/Off)</a></p></div></div></div></div></body></html> diff --git a/webhelp/docs/ch02s04.html b/webhelp/docs/ch02s04.html index 0f09a0f..4d82384 100644 --- a/webhelp/docs/ch02s04.html +++ b/webhelp/docs/ch02s04.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="X-UA-Compatible" content="IE=edge"></meta> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> -<title>Adding support for other (non-CJKV) languages - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.0"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="ch02.html" title="Using the package"></link><link rel="prev" href="ch02s03.html" title="Search indexing"></link><link rel="next" href="ch02s05.html" title="Adding images"></link><meta name="Section-title" content="Adding support for other (non-CJKV) languages"></meta><script type="text/javascript"> +<title>Adding support for other (non-CJKV) languages - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="ch02.html" title="Using the package"></link><link rel="prev" href="ch02s03.html" title="Search indexing"></link><link rel="next" href="ch02s05.html" title="Adding images"></link><meta name="Section-title" content="Adding support for other (non-CJKV) languages"></meta><script type="text/javascript"> //The id for tree cookie var treeCookieId = "treeview-1636"; var language = "en"; @@ -127,7 +127,7 @@ border: none; background: none; font-weight: none; color: none; } | <a accesskey="u" class="navLinkUp" tabindex="5" href="ch02.html">Up</a> | - <a accesskey="n" class="navLinkNext" tabindex="5" href="ch02s05.html">Next</a></td></tr></table></div></div><div id="content"><div class="section"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="idp189456"></a>Adding support for other (non-CJKV) languages</h2></div></div></div> + <a accesskey="n" class="navLinkNext" tabindex="5" href="ch02s05.html">Next</a></td></tr></table></div></div><div id="content"><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="idp189072"></a>Adding support for other (non-CJKV) languages</h2></div></div></div> <p>To support stemming for a language, the search mechanism requires a stemmer implemented in both Java and JavaScript. The Java version is used by the indexer and the JavaScript @@ -160,6 +160,6 @@ border: none; background: none; font-weight: none; color: none; } <p>Swedish</p> </li><li class="listitem"> <p>Turkish</p> - </li></ul></div><p><a id="idp192176" class="indexterm"></a></p> + </li></ul></div><p><a id="idp191648" class="indexterm"></a></p> </div><script type="text/javascript" src="common/main.js"></script><script type="text/javascript" src="common/splitterInit.js"></script><div class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s03.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s05.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></div><div id="sidebar"><div id="leftnavigation" style="padding-top:3px;"><div id="tabs"><ul><li><a href="#treeDiv" style="outline:0;" tabindex="1"><span class="contentsTab">Contents</span></a></li><li><a href="#searchDiv" style="outline:0;" tabindex="1" onclick="doSearch()"><span class="searchTab">Search</span></a></li></ul><div id="treeDiv"><img src="common/images/loading.gif" alt="loading table of contents..." id="tocLoading" style="display:block;"></img><div id="ulTreeDiv" style="display:none"><ul id="tree" class="filetree"><li><span class="file"><a href="ch01.html" tabindex="1">Introduction</a></span></li><li><span class="file"><a href="ch02.html" tabindex="1">Using the package</a></span><ul><li><span class="file"><a href="ch02s01.html" tabindex="1">Generating webhelp output using the Ant build.xml file</a></span></li><li><span class="file"><a href="ch02s02.html" tabindex="1">Using and customizing the output</a></span><ul><li><span class="file"><a href="ch02s02s01.html" tabindex="1">Recommended Apache configurations</a></span></li></ul></li><li><span class="file"><a href="ch02s03.html" tabindex="1">Search indexing</a></span></li><li id="webhelp-currentid"><span class="file"><a href="ch02s04.html" tabindex="1">Adding support for other (non-CJKV) languages</a></span></li><li><span class="file"><a href="ch02s05.html" tabindex="1">Adding images</a></span></li></ul></li><li><span class="file"><a href="ch03.html" tabindex="1">Developer Docs</a></span><ul><li><span class="file"><a href="ch03s01.html" tabindex="1">Design</a></span></li><li><span class="file"><a href="ch03s02.html" tabindex="1">Search</a></span><ul><li><span class="file"><a href="ch03s02s01.html" tabindex="1">New Stemmers</a></span></li></ul></li></ul></li><li><span class="file"><a href="ch04.html" tabindex="1">FAQ</a></span></li><li><span class="file"><a href="ch05.html" tabindex="1">Test section</a></span><ul><li><span class="file"><a href="ch05s01.html" tabindex="1">Some search words for testing</a></span></li><li><span class="file"><a href="ch05s02.html" tabindex="1">Some search words for testing (inflected)</a></span></li></ul></li><li><span class="file"><a href="ix01.html" tabindex="1">Index</a></span></li></ul></div></div><div id="searchDiv"><div id="search"><form onsubmit="Verifie(searchForm);return false" name="searchForm" class="searchForm"><div><input id="textToSearch" name="textToSearch" type="search" placeholder="Search" class="searchText" tabindex="1"></input> <input onclick="Verifie(searchForm)" type="button" class="searchButton" value="Go" id="doSearch" tabindex="1"></input></div></form></div><div id="searchResults"><center></center></div><p class="searchHighlight"><a href="#" onclick="toggleHighlight()">Search Highlighter (On/Off)</a></p></div></div></div></div></body></html> diff --git a/webhelp/docs/ch02s05.html b/webhelp/docs/ch02s05.html index 188c895..b36ad38 100644 --- a/webhelp/docs/ch02s05.html +++ b/webhelp/docs/ch02s05.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="X-UA-Compatible" content="IE=edge"></meta> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> -<title>Adding images - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.0"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="ch02.html" title="Using the package"></link><link rel="prev" href="ch02s04.html" title="Adding support for other (non-CJKV) languages"></link><link rel="next" href="ch03.html" title="Developer Docs"></link><meta name="Section-title" content="Adding images"></meta><script type="text/javascript"> +<title>Adding images - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="ch02.html" title="Using the package"></link><link rel="prev" href="ch02s04.html" title="Adding support for other (non-CJKV) languages"></link><link rel="next" href="ch03.html" title="Developer Docs"></link><meta name="Section-title" content="Adding images"></meta><script type="text/javascript"> //The id for tree cookie var treeCookieId = "treeview-1636"; var language = "en"; @@ -127,7 +127,7 @@ border: none; background: none; font-weight: none; color: none; } | <a accesskey="u" class="navLinkUp" tabindex="5" href="ch02.html">Up</a> | - <a accesskey="n" class="navLinkNext" tabindex="5" href="ch03.html">Next</a></td></tr></table></div></div><div id="content"><div class="section"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="idp204352"></a>Adding images</h2></div></div></div> + <a accesskey="n" class="navLinkNext" tabindex="5" href="ch03.html">Next</a></td></tr></table></div></div><div id="content"><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="idp204080"></a>Adding images</h2></div></div></div> <p>This section shows how to add images to WebHelp. For that, follow the simple procedure given.</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"> <p>Put the images in a subdirectory of your source file directory. For example @@ -137,12 +137,12 @@ border: none; background: none; font-weight: none; color: none; } <p>Following image is from <span class="bold"><strong>webhelp/docsrs/images/sample.jpg</strong></span>. The docbook code is shown below.</p> <p> - </p><div class="figure"><a id="idp209936"></a><p class="title"><strong>Figure 1. Sample Image</strong></p><div class="figure-contents"> + </p><div class="figure"><a id="idp209584"></a><p class="title"><strong>Figure 1. Sample Image</strong></p><div class="figure-contents"> <div class="mediaobject"><img src="images/sample.jpg" alt="Sample Image"></img></div> </div></div><p><br class="figure-break"></br> </p> - <div class="example"><a id="idp213008"></a><p class="title"><strong>Example 1. Example code for adding images. Note down the relative path used</strong></p><div class="example-contents"> + <div class="example"><a id="idp212720"></a><p class="title"><strong>Example 1. Example code for adding images. Note down the relative path used</strong></p><div class="example-contents"> <pre class="programlisting"><figure> <title>Sample</title> diff --git a/webhelp/docs/ch03.html b/webhelp/docs/ch03.html index ba81d50..24025a1 100644 --- a/webhelp/docs/ch03.html +++ b/webhelp/docs/ch03.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="X-UA-Compatible" content="IE=edge"></meta> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> -<title>Developer Docs - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.0"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="prev" href="ch02s05.html" title="Adding images"></link><link rel="next" href="ch03s01.html" title="Design"></link><meta name="Section-title" content="Developer Docs"></meta><script type="text/javascript"> +<title>Developer Docs - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="prev" href="ch02s05.html" title="Adding images"></link><link rel="next" href="ch03s01.html" title="Design"></link><meta name="Section-title" content="Developer Docs"></meta><script type="text/javascript"> //The id for tree cookie var treeCookieId = "treeview-1636"; var language = "en"; @@ -125,8 +125,7 @@ border: none; background: none; font-weight: none; color: none; } <![endif]--><script type="text/javascript" src="common/browserDetect.js"></script><script type="text/javascript" src="common/jquery/jquery-1.7.2.min.js"></script><script type="text/javascript" src="common/jquery/jquery.ui.all.js"></script><script type="text/javascript" src="common/jquery/jquery.cookie.js"></script><script type="text/javascript" src="common/jquery/treeview/jquery.treeview.min.js"></script><script type="text/javascript" src="common/jquery/layout/jquery.layout.js"></script><script type="text/javascript" src="search/l10n.js"></script><script type="text/javascript" src="search/htmlFileInfoList.js"></script><script type="text/javascript" src="search/nwSearchFnt.js"></script><script type="text/javascript" src="search/stemmers/en_stemmer.js"><!--//make this scalable to other languages as well.--></script><script type="text/javascript" src="search/index-1.js"></script><script type="text/javascript" src="search/index-2.js"></script><script type="text/javascript" src="search/index-3.js"></script></head><body><noscript><div id="noscript">JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site.</div></noscript><div id="header"><a href="index.html"><img style="margin-right: 2px; height: 59px; padding-right: 25px; padding-top: 8px" align="right" src="common/images/logo.png" alt=" Documentation"></img></a><h1>README: Web-based Help from DocBook XML<br></br>Developer Docs</h1><div id="navheader"><table class="navLinks"><tr><td><a id="showHideButton" href="#" onclick="myLayout.toggle('west')" class="pointLeft" tabindex="5" title="Hide TOC tree">Sidebar </a></td><td><a accesskey="p" class="navLinkPrevious" tabindex="5" href="ch02s05.html">Prev</a> | - <a accesskey="n" class="navLinkNext" tabindex="5" href="ch03s01.html">Next</a></td></tr></table></div></div><div id="content"><div class="chapter"><div xmlns="" class="titlepage"><div><div><h1 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp217760"></a>Developer Docs</h1></div></div></div> -<div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="section"><a href="ch03s01.html">Design</a></span></dt><dt><span class="section"><a href="ch03s02.html">Search</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s02s01.html">New Stemmers</a></span></dt></dl></dd></dl></div> + <a accesskey="n" class="navLinkNext" tabindex="5" href="ch03s01.html">Next</a></td></tr></table></div></div><div id="content"><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a id="idp217472"></a>Developer Docs</h1></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="section"><a href="ch03s01.html">Design</a></span></dt><dt><span class="section"><a href="ch03s02.html">Search</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s02s01.html">New Stemmers</a></span></dt></dl></dd></dl></div> <p class="summary">This chapter provides an overview of how webhelp is implemented.</p> <p>The table of contents and search panes are implemented as divs and rendered as if they diff --git a/webhelp/docs/ch03s01.html b/webhelp/docs/ch03s01.html index 82d27a3..298445c 100644 --- a/webhelp/docs/ch03s01.html +++ b/webhelp/docs/ch03s01.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="X-UA-Compatible" content="IE=edge"></meta> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> -<title>Design - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.0"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="ch03.html" title="Developer Docs"></link><link rel="prev" href="ch03.html" title="Developer Docs"></link><link rel="next" href="ch03s02.html" title="Search"></link><meta name="Section-title" content="Design"></meta><script type="text/javascript"> +<title>Design - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="ch03.html" title="Developer Docs"></link><link rel="prev" href="ch03.html" title="Developer Docs"></link><link rel="next" href="ch03s02.html" title="Search"></link><meta name="Section-title" content="Design"></meta><script type="text/javascript"> //The id for tree cookie var treeCookieId = "treeview-1636"; var language = "en"; @@ -127,7 +127,7 @@ border: none; background: none; font-weight: none; color: none; } | <a accesskey="u" class="navLinkUp" tabindex="5" href="ch03.html">Up</a> | - <a accesskey="n" class="navLinkNext" tabindex="5" href="ch03s02.html">Next</a></td></tr></table></div></div><div id="content"><div class="section"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="idp220320"></a>Design</h2></div></div></div> + <a accesskey="n" class="navLinkNext" tabindex="5" href="ch03s02.html">Next</a></td></tr></table></div></div><div id="content"><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="idp220032"></a>Design</h2></div></div></div> <p class="summary">An overview of webhelp page structure.</p> <p>DocBook WebHelp page structure is fully built on css-based design abandoning frameset @@ -166,6 +166,6 @@ persist: "cookie" <p>Search Tab: This includes the search feature.</p> </li></ul></div> </li></ul></div><p> - <a id="idp233936" class="indexterm"></a></p> + <a id="idp233648" class="indexterm"></a></p> </div><script type="text/javascript" src="common/main.js"></script><script type="text/javascript" src="common/splitterInit.js"></script><div class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch03s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></div><div id="sidebar"><div id="leftnavigation" style="padding-top:3px;"><div id="tabs"><ul><li><a href="#treeDiv" style="outline:0;" tabindex="1"><span class="contentsTab">Contents</span></a></li><li><a href="#searchDiv" style="outline:0;" tabindex="1" onclick="doSearch()"><span class="searchTab">Search</span></a></li></ul><div id="treeDiv"><img src="common/images/loading.gif" alt="loading table of contents..." id="tocLoading" style="display:block;"></img><div id="ulTreeDiv" style="display:none"><ul id="tree" class="filetree"><li><span class="file"><a href="ch01.html" tabindex="1">Introduction</a></span></li><li><span class="file"><a href="ch02.html" tabindex="1">Using the package</a></span><ul><li><span class="file"><a href="ch02s01.html" tabindex="1">Generating webhelp output using the Ant build.xml file</a></span></li><li><span class="file"><a href="ch02s02.html" tabindex="1">Using and customizing the output</a></span><ul><li><span class="file"><a href="ch02s02s01.html" tabindex="1">Recommended Apache configurations</a></span></li></ul></li><li><span class="file"><a href="ch02s03.html" tabindex="1">Search indexing</a></span></li><li><span class="file"><a href="ch02s04.html" tabindex="1">Adding support for other (non-CJKV) languages</a></span></li><li><span class="file"><a href="ch02s05.html" tabindex="1">Adding images</a></span></li></ul></li><li><span class="file"><a href="ch03.html" tabindex="1">Developer Docs</a></span><ul><li id="webhelp-currentid"><span class="file"><a href="ch03s01.html" tabindex="1">Design</a></span></li><li><span class="file"><a href="ch03s02.html" tabindex="1">Search</a></span><ul><li><span class="file"><a href="ch03s02s01.html" tabindex="1">New Stemmers</a></span></li></ul></li></ul></li><li><span class="file"><a href="ch04.html" tabindex="1">FAQ</a></span></li><li><span class="file"><a href="ch05.html" tabindex="1">Test section</a></span><ul><li><span class="file"><a href="ch05s01.html" tabindex="1">Some search words for testing</a></span></li><li><span class="file"><a href="ch05s02.html" tabindex="1">Some search words for testing (inflected)</a></span></li></ul></li><li><span class="file"><a href="ix01.html" tabindex="1">Index</a></span></li></ul></div></div><div id="searchDiv"><div id="search"><form onsubmit="Verifie(searchForm);return false" name="searchForm" class="searchForm"><div><input id="textToSearch" name="textToSearch" type="search" placeholder="Search" class="searchText" tabindex="1"></input> <input onclick="Verifie(searchForm)" type="button" class="searchButton" value="Go" id="doSearch" tabindex="1"></input></div></form></div><div id="searchResults"><center></center></div><p class="searchHighlight"><a href="#" onclick="toggleHighlight()">Search Highlighter (On/Off)</a></p></div></div></div></div></body></html> diff --git a/webhelp/docs/ch03s02.html b/webhelp/docs/ch03s02.html index 724b1a3..55cc8ed 100644 --- a/webhelp/docs/ch03s02.html +++ b/webhelp/docs/ch03s02.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="X-UA-Compatible" content="IE=edge"></meta> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> -<title>Search - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.0"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="ch03.html" title="Developer Docs"></link><link rel="prev" href="ch03s01.html" title="Design"></link><link rel="next" href="ch03s02s01.html" title="New Stemmers"></link><meta name="Section-title" content="Search"></meta><script type="text/javascript"> +<title>Search - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="ch03.html" title="Developer Docs"></link><link rel="prev" href="ch03s01.html" title="Design"></link><link rel="next" href="ch03s02s01.html" title="New Stemmers"></link><meta name="Section-title" content="Search"></meta><script type="text/javascript"> //The id for tree cookie var treeCookieId = "treeview-1636"; var language = "en"; @@ -127,8 +127,7 @@ border: none; background: none; font-weight: none; color: none; } | <a accesskey="u" class="navLinkUp" tabindex="5" href="ch03.html">Up</a> | - <a accesskey="n" class="navLinkNext" tabindex="5" href="ch03s02s01.html">Next</a></td></tr></table></div></div><div id="content"><div class="section"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="idp235008"></a>Search</h2></div></div></div> -<div class="toc"><dl class="toc"><dt><span class="section"><a href="ch03s02s01.html">New Stemmers</a></span></dt></dl></div> + <a accesskey="n" class="navLinkNext" tabindex="5" href="ch03s02s01.html">Next</a></td></tr></table></div></div><div id="content"><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="idp234720"></a>Search</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="section"><a href="ch03s02s01.html">New Stemmers</a></span></dt></dl></div> <p class="summary">Overview design of Search mechanism.</p> <p>The serching is a fully client-side implementation of querying texts for content @@ -192,7 +191,7 @@ border: none; background: none; font-weight: none; color: none; } </li></ul></div><p> </p> </li></ul></div><p> - <a id="idp255024" class="indexterm"></a></p> + <a id="idp254736" class="indexterm"></a></p> </div><script type="text/javascript" src="common/main.js"></script><script type="text/javascript" src="common/splitterInit.js"></script><div class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03s01.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch03s02s01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></div><div id="sidebar"><div id="leftnavigation" style="padding-top:3px;"><div id="tabs"><ul><li><a href="#treeDiv" style="outline:0;" tabindex="1"><span class="contentsTab">Contents</span></a></li><li><a href="#searchDiv" style="outline:0;" tabindex="1" onclick="doSearch()"><span class="searchTab">Search</span></a></li></ul><div id="treeDiv"><img src="common/images/loading.gif" alt="loading table of contents..." id="tocLoading" style="display:block;"></img><div id="ulTreeDiv" style="display:none"><ul id="tree" class="filetree"><li><span class="file"><a href="ch01.html" tabindex="1">Introduction</a></span></li><li><span class="file"><a href="ch02.html" tabindex="1">Using the package</a></span><ul><li><span class="file"><a href="ch02s01.html" tabindex="1">Generating webhelp output using the Ant build.xml file</a></span></li><li><span class="file"><a href="ch02s02.html" tabindex="1">Using and customizing the output</a></span><ul><li><span class="file"><a href="ch02s02s01.html" tabindex="1">Recommended Apache configurations</a></span></li></ul></li><li><span class="file"><a href="ch02s03.html" tabindex="1">Search indexing</a></span></li><li><span class="file"><a href="ch02s04.html" tabindex="1">Adding support for other (non-CJKV) languages</a></span></li><li><span class="file"><a href="ch02s05.html" tabindex="1">Adding images</a></span></li></ul></li><li><span class="file"><a href="ch03.html" tabindex="1">Developer Docs</a></span><ul><li><span class="file"><a href="ch03s01.html" tabindex="1">Design</a></span></li><li id="webhelp-currentid"><span class="file"><a href="ch03s02.html" tabindex="1">Search</a></span><ul><li><span class="file"><a href="ch03s02s01.html" tabindex="1">New Stemmers</a></span></li></ul></li></ul></li><li><span class="file"><a href="ch04.html" tabindex="1">FAQ</a></span></li><li><span class="file"><a href="ch05.html" tabindex="1">Test section</a></span><ul><li><span class="file"><a href="ch05s01.html" tabindex="1">Some search words for testing</a></span></li><li><span class="file"><a href="ch05s02.html" tabindex="1">Some search words for testing (inflected)</a></span></li></ul></li><li><span class="file"><a href="ix01.html" tabindex="1">Index</a></span></li></ul></div></div><div id="searchDiv"><div id="search"><form onsubmit="Verifie(searchForm);return false" name="searchForm" class="searchForm"><div><input id="textToSearch" name="textToSearch" type="search" placeholder="Search" class="searchText" tabindex="1"></input> <input onclick="Verifie(searchForm)" type="button" class="searchButton" value="Go" id="doSearch" tabindex="1"></input></div></form></div><div id="searchResults"><center></center></div><p class="searchHighlight"><a href="#" onclick="toggleHighlight()">Search Highlighter (On/Off)</a></p></div></div></div></div></body></html> diff --git a/webhelp/docs/ch03s02s01.html b/webhelp/docs/ch03s02s01.html index f1fb222..e28b4e8 100644 --- a/webhelp/docs/ch03s02s01.html +++ b/webhelp/docs/ch03s02s01.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="X-UA-Compatible" content="IE=edge"></meta> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> -<title>New Stemmers - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.0"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="ch03s02.html" title="Search"></link><link rel="prev" href="ch03s02.html" title="Search"></link><link rel="next" href="ch04.html" title="FAQ"></link><meta name="Section-title" content="New Stemmers"></meta><script type="text/javascript"> +<title>New Stemmers - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="ch03s02.html" title="Search"></link><link rel="prev" href="ch03s02.html" title="Search"></link><link rel="next" href="ch04.html" title="FAQ"></link><meta name="Section-title" content="New Stemmers"></meta><script type="text/javascript"> //The id for tree cookie var treeCookieId = "treeview-1636"; var language = "en"; @@ -127,7 +127,7 @@ border: none; background: none; font-weight: none; color: none; } | <a accesskey="u" class="navLinkUp" tabindex="5" href="ch03s02.html">Up</a> | - <a accesskey="n" class="navLinkNext" tabindex="5" href="ch04.html">Next</a></td></tr></table></div></div><div id="content"><div class="section"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp256000"></a>New Stemmers</h3></div></div></div> + <a accesskey="n" class="navLinkNext" tabindex="5" href="ch04.html">Next</a></td></tr></table></div></div><div id="content"><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="idp255712"></a>New Stemmers</h3></div></div></div> <p class="summary">Adding new Stemmers is very simple.</p> <p>Currently, only English, French, and German stemmers are integrated in to WebHelp. But @@ -165,7 +165,7 @@ border: none; background: none; font-weight: none; color: none; } <code class="filename">docbook-webhelp/indexer/src/com/nexwave/nquindexer/IndexerTask.java</code> in a text editor and add your language code to the <code class="code">supportedLanguages</code> String Array. </p> - <div class="example"><a id="idp270240"></a><p class="title"><strong>Example 2. Add new language to supportedLanguages array</strong></p><div class="example-contents"> + <div class="example"><a id="idp269744"></a><p class="title"><strong>Example 2. Add new language to supportedLanguages array</strong></p><div class="example-contents"> <p> change the Array from, </p><pre class="programlisting"> @@ -188,7 +188,7 @@ private String[] supportedLanguages= {"en", "de", "fr", "cn", "ja", "ko", <span stemmer Object in your language. It's self understandable. See the example. The class names are at: <code class="filename">docbook-webhelp/indexer/src/com/nexwave/stemmer/snowball/ext/</code>. </p> - <div class="example"><a id="idp276192"></a><p class="title"><strong>Example 3. Initialize correct stemmer based on the + <div class="example"><a id="idp275408"></a><p class="title"><strong>Example 3. Initialize correct stemmer based on the <code class="code">webhelp.indexer.language</code> specified</strong></p><div class="example-contents"> <pre class="programlisting"> @@ -215,6 +215,6 @@ private String[] supportedLanguages= {"en", "de", "fr", "cn", "ja", "ko", <span Then, run <code class="code">ant webhelp</code> to generate the output from your docbook file. For any questions, contact us or email to the docbook mailing list <code class="email"><<a class="email" href="mailto:docbook-apps@lists.oasis-open.org">docbook-apps@lists.oasis-open.org</a>></code>.</p> - <a id="idp281696" class="indexterm"></a> + <a id="idp281360" class="indexterm"></a> </div><script type="text/javascript" src="common/main.js"></script><script type="text/javascript" src="common/splitterInit.js"></script><div class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03s02.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch03s02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></div><div id="sidebar"><div id="leftnavigation" style="padding-top:3px;"><div id="tabs"><ul><li><a href="#treeDiv" style="outline:0;" tabindex="1"><span class="contentsTab">Contents</span></a></li><li><a href="#searchDiv" style="outline:0;" tabindex="1" onclick="doSearch()"><span class="searchTab">Search</span></a></li></ul><div id="treeDiv"><img src="common/images/loading.gif" alt="loading table of contents..." id="tocLoading" style="display:block;"></img><div id="ulTreeDiv" style="display:none"><ul id="tree" class="filetree"><li><span class="file"><a href="ch01.html" tabindex="1">Introduction</a></span></li><li><span class="file"><a href="ch02.html" tabindex="1">Using the package</a></span><ul><li><span class="file"><a href="ch02s01.html" tabindex="1">Generating webhelp output using the Ant build.xml file</a></span></li><li><span class="file"><a href="ch02s02.html" tabindex="1">Using and customizing the output</a></span><ul><li><span class="file"><a href="ch02s02s01.html" tabindex="1">Recommended Apache configurations</a></span></li></ul></li><li><span class="file"><a href="ch02s03.html" tabindex="1">Search indexing</a></span></li><li><span class="file"><a href="ch02s04.html" tabindex="1">Adding support for other (non-CJKV) languages</a></span></li><li><span class="file"><a href="ch02s05.html" tabindex="1">Adding images</a></span></li></ul></li><li><span class="file"><a href="ch03.html" tabindex="1">Developer Docs</a></span><ul><li><span class="file"><a href="ch03s01.html" tabindex="1">Design</a></span></li><li><span class="file"><a href="ch03s02.html" tabindex="1">Search</a></span><ul><li id="webhelp-currentid"><span class="file"><a href="ch03s02s01.html" tabindex="1">New Stemmers</a></span></li></ul></li></ul></li><li><span class="file"><a href="ch04.html" tabindex="1">FAQ</a></span></li><li><span class="file"><a href="ch05.html" tabindex="1">Test section</a></span><ul><li><span class="file"><a href="ch05s01.html" tabindex="1">Some search words for testing</a></span></li><li><span class="file"><a href="ch05s02.html" tabindex="1">Some search words for testing (inflected)</a></span></li></ul></li><li><span class="file"><a href="ix01.html" tabindex="1">Index</a></span></li></ul></div></div><div id="searchDiv"><div id="search"><form onsubmit="Verifie(searchForm);return false" name="searchForm" class="searchForm"><div><input id="textToSearch" name="textToSearch" type="search" placeholder="Search" class="searchText" tabindex="1"></input> <input onclick="Verifie(searchForm)" type="button" class="searchButton" value="Go" id="doSearch" tabindex="1"></input></div></form></div><div id="searchResults"><center></center></div><p class="searchHighlight"><a href="#" onclick="toggleHighlight()">Search Highlighter (On/Off)</a></p></div></div></div></div></body></html> diff --git a/webhelp/docs/ch04.html b/webhelp/docs/ch04.html index f10d18a..b8e43e3 100644 --- a/webhelp/docs/ch04.html +++ b/webhelp/docs/ch04.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="X-UA-Compatible" content="IE=edge"></meta> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> -<title>FAQ - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.0"></meta><meta name="description" content="Frequently Asked Questions"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="prev" href="ch03s02s01.html" title="New Stemmers"></link><link rel="next" href="ch05.html" title="Test section"></link><meta name="Section-title" content="FAQ"></meta><script type="text/javascript"> +<title>FAQ - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"></meta><meta name="description" content="Frequently Asked Questions"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="prev" href="ch03s02s01.html" title="New Stemmers"></link><link rel="next" href="ch05.html" title="Test section"></link><meta name="Section-title" content="FAQ"></meta><script type="text/javascript"> //The id for tree cookie var treeCookieId = "treeview-1636"; var language = "en"; @@ -125,22 +125,22 @@ border: none; background: none; font-weight: none; color: none; } <![endif]--><script type="text/javascript" src="common/browserDetect.js"></script><script type="text/javascript" src="common/jquery/jquery-1.7.2.min.js"></script><script type="text/javascript" src="common/jquery/jquery.ui.all.js"></script><script type="text/javascript" src="common/jquery/jquery.cookie.js"></script><script type="text/javascript" src="common/jquery/treeview/jquery.treeview.min.js"></script><script type="text/javascript" src="common/jquery/layout/jquery.layout.js"></script><script type="text/javascript" src="search/l10n.js"></script><script type="text/javascript" src="search/htmlFileInfoList.js"></script><script type="text/javascript" src="search/nwSearchFnt.js"></script><script type="text/javascript" src="search/stemmers/en_stemmer.js"><!--//make this scalable to other languages as well.--></script><script type="text/javascript" src="search/index-1.js"></script><script type="text/javascript" src="search/index-2.js"></script><script type="text/javascript" src="search/index-3.js"></script></head><body><noscript><div id="noscript">JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site.</div></noscript><div id="header"><a href="index.html"><img style="margin-right: 2px; height: 59px; padding-right: 25px; padding-top: 8px" align="right" src="common/images/logo.png" alt=" Documentation"></img></a><h1>README: Web-based Help from DocBook XML<br></br>FAQ</h1><div id="navheader"><table class="navLinks"><tr><td><a id="showHideButton" href="#" onclick="myLayout.toggle('west')" class="pointLeft" tabindex="5" title="Hide TOC tree">Sidebar </a></td><td><a accesskey="p" class="navLinkPrevious" tabindex="5" href="ch03s02s01.html">Prev</a> | - <a accesskey="n" class="navLinkNext" tabindex="5" href="ch05.html">Next</a></td></tr></table></div></div><div id="content"><div class="chapter"><div xmlns="" class="titlepage"><div><div><h1 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp282592"></a>FAQ</h1></div></div></div> + <a accesskey="n" class="navLinkNext" tabindex="5" href="ch05.html">Next</a></td></tr></table></div></div><div id="content"><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a id="idp282256"></a>FAQ</h1></div></div></div> - <div class="qandaset"><a id="idp283232"></a><dl><dt>1. <a href="ch04.html#idp284800">On what browsers and operating systems WebHelp has tested extensively?</a></dt><dt>2. <a href="ch04.html#idp287008">Apart from this demo, where can I find other demos or production deployments of - WebHelp?</a></dt><dt>3. <a href="ch04.html#idp290288">When building the webhelp output, I'm getting the following error. What's the reason - for this?</a></dt><dt>4. <a href="ch04.html#idp293504">Does WebHelp Indexer can index HTML transformation as well?</a></dt><dt>5. <a href="ch04.html#idp296672">I need more information about webhelp-indexer. Where can I find it?</a></dt></dl><table border="0" style="width: 100%;"><colgroup><col align="left" width="1%"></col><col></col></colgroup><tbody> - <tr class="question"><td align="left" valign="top"><a id="idp284800"></a><a id="idp285056"></a><p><strong>1.</strong></p></td><td align="left" valign="top"><p>On what browsers and operating systems WebHelp has tested extensively?</p></td></tr> + <div class="qandaset"><a id="idp282896"></a><dl><dt>1. <a href="ch04.html#idp284464">On what browsers and operating systems WebHelp has tested extensively?</a></dt><dt>2. <a href="ch04.html#idp286640">Apart from this demo, where can I find other demos or production deployments of + WebHelp?</a></dt><dt>3. <a href="ch04.html#idp289760">When building the webhelp output, I'm getting the following error. What's the reason + for this?</a></dt><dt>4. <a href="ch04.html#idp293824">Does WebHelp Indexer can index HTML transformation as well?</a></dt><dt>5. <a href="ch04.html#idp296192">I need more information about webhelp-indexer. Where can I find it?</a></dt></dl><table border="0" style="width: 100%;"><colgroup><col align="left" width="1%"></col><col></col></colgroup><tbody> + <tr class="question"><td align="left" valign="top"><a id="idp284464"></a><a id="idp284720"></a><p><strong>1.</strong></p></td><td align="left" valign="top"><p>On what browsers and operating systems WebHelp has tested extensively?</p></td></tr> <tr class="answer"><td align="left" valign="top"></td><td align="left" valign="top"><p>We tested it with versions of most browsers including Firefox 3.x+, IE 7+, Chrome, Safari, and iPod/iPhone. The JavaScript codes are mostly jquery plugins, so you’d want to check the jquery support matrix for details.</p></td></tr> - <tr class="question"><td align="left" valign="top"><a id="idp287008"></a><a id="idp287424"></a><p><strong>2.</strong></p></td><td align="left" valign="top"><p>Apart from this demo, where can I find other demos or production deployments of + <tr class="question"><td align="left" valign="top"><a id="idp286640"></a><a id="idp286896"></a><p><strong>2.</strong></p></td><td align="left" valign="top"><p>Apart from this demo, where can I find other demos or production deployments of WebHelp?</p></td></tr> <tr class="answer"><td align="left" valign="top"></td><td align="left" valign="top"><p>There are four production deployments provided in <a class="ulink" href="http://wiki.docbook.org/WebHelp" target="_top">WebHelp wiki</a> currently.</p></td></tr> - <tr class="question"><td align="left" valign="top"><a id="idp290288"></a><a id="idp288928"></a><p><strong>3.</strong></p></td><td align="left" valign="top"><p>When building the webhelp output, I'm getting the following error. What's the reason + <tr class="question"><td align="left" valign="top"><a id="idp289760"></a><a id="idp290016"></a><p><strong>3.</strong></p></td><td align="left" valign="top"><p>When building the webhelp output, I'm getting the following error. What's the reason for this?</p><pre class="programlisting">[xslt] : Warning! file:/C:/Users/kasun/docbook-xsl-1.77.0/xhtml/autoidx.xsl: line 596: Attribute 'href' outside of element. [xslt] : Warning! file:/C:/Users/kasun/docbook-xsl-1.77.0/xhtml/autoidx.xsl: @@ -152,12 +152,12 @@ border: none; background: none; font-weight: none; color: none; } xercesImpl.jar=/usr/share/java/xercesImpl.jar xml-apis.jar=/usr/share/java/xml-apis.jar</pre></td></tr> - <tr class="question"><td align="left" valign="top"><a id="idp293504"></a><a id="idp294864"></a><p><strong>4.</strong></p></td><td align="left" valign="top"><p>Does WebHelp Indexer can index HTML transformation as well?</p></td></tr> + <tr class="question"><td align="left" valign="top"><a id="idp293824"></a><a id="idp294080"></a><p><strong>4.</strong></p></td><td align="left" valign="top"><p>Does WebHelp Indexer can index HTML transformation as well?</p></td></tr> <tr class="answer"><td align="left" valign="top"></td><td align="left" valign="top"><p>Yes, WebHelp supports HTML transformations as well in addition to XHTML.</p></td></tr> - <tr class="question"><td align="left" valign="top"><a id="idp296672"></a><a id="idp296992"></a><p><strong>5.</strong></p></td><td align="left" valign="top"><p>I need more information about webhelp-indexer. Where can I find it?</p></td></tr> + <tr class="question"><td align="left" valign="top"><a id="idp296192"></a><a id="idp296448"></a><p><strong>5.</strong></p></td><td align="left" valign="top"><p>I need more information about webhelp-indexer. Where can I find it?</p></td></tr> <tr class="answer"><td align="left" valign="top"></td><td align="left" valign="top"><p>The DocBook Webhelp Indexer is based on the HTMLSearch plugin for DITA. See <a class="ulink" href="http://www.helpml.com:8088/help/index.jsp?topic=/org.sample.help.doc/htmlsearch/DHSC_BestPractices_htmlsearch.html" target="_top">HTMLSearch documentation </a> for more information.</p></td></tr> </tbody></table></div> - <a id="idp299936" class="indexterm"></a> + <a id="idp299456" class="indexterm"></a> </div><script type="text/javascript" src="common/main.js"></script><script type="text/javascript" src="common/splitterInit.js"></script><div class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03s02s01.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch05.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></div><div id="sidebar"><div id="leftnavigation" style="padding-top:3px;"><div id="tabs"><ul><li><a href="#treeDiv" style="outline:0;" tabindex="1"><span class="contentsTab">Contents</span></a></li><li><a href="#searchDiv" style="outline:0;" tabindex="1" onclick="doSearch()"><span class="searchTab">Search</span></a></li></ul><div id="treeDiv"><img src="common/images/loading.gif" alt="loading table of contents..." id="tocLoading" style="display:block;"></img><div id="ulTreeDiv" style="display:none"><ul id="tree" class="filetree"><li><span class="file"><a href="ch01.html" tabindex="1">Introduction</a></span></li><li><span class="file"><a href="ch02.html" tabindex="1">Using the package</a></span><ul><li><span class="file"><a href="ch02s01.html" tabindex="1">Generating webhelp output using the Ant build.xml file</a></span></li><li><span class="file"><a href="ch02s02.html" tabindex="1">Using and customizing the output</a></span><ul><li><span class="file"><a href="ch02s02s01.html" tabindex="1">Recommended Apache configurations</a></span></li></ul></li><li><span class="file"><a href="ch02s03.html" tabindex="1">Search indexing</a></span></li><li><span class="file"><a href="ch02s04.html" tabindex="1">Adding support for other (non-CJKV) languages</a></span></li><li><span class="file"><a href="ch02s05.html" tabindex="1">Adding images</a></span></li></ul></li><li><span class="file"><a href="ch03.html" tabindex="1">Developer Docs</a></span><ul><li><span class="file"><a href="ch03s01.html" tabindex="1">Design</a></span></li><li><span class="file"><a href="ch03s02.html" tabindex="1">Search</a></span><ul><li><span class="file"><a href="ch03s02s01.html" tabindex="1">New Stemmers</a></span></li></ul></li></ul></li><li id="webhelp-currentid"><span class="file"><a href="ch04.html" tabindex="1">FAQ</a></span></li><li><span class="file"><a href="ch05.html" tabindex="1">Test section</a></span><ul><li><span class="file"><a href="ch05s01.html" tabindex="1">Some search words for testing</a></span></li><li><span class="file"><a href="ch05s02.html" tabindex="1">Some search words for testing (inflected)</a></span></li></ul></li><li><span class="file"><a href="ix01.html" tabindex="1">Index</a></span></li></ul></div></div><div id="searchDiv"><div id="search"><form onsubmit="Verifie(searchForm);return false" name="searchForm" class="searchForm"><div><input id="textToSearch" name="textToSearch" type="search" placeholder="Search" class="searchText" tabindex="1"></input> <input onclick="Verifie(searchForm)" type="button" class="searchButton" value="Go" id="doSearch" tabindex="1"></input></div></form></div><div id="searchResults"><center></center></div><p class="searchHighlight"><a href="#" onclick="toggleHighlight()">Search Highlighter (On/Off)</a></p></div></div></div></div></body></html> diff --git a/webhelp/docs/ch05.html b/webhelp/docs/ch05.html index 4a4a6fa..0f3dd0d 100644 --- a/webhelp/docs/ch05.html +++ b/webhelp/docs/ch05.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="X-UA-Compatible" content="IE=edge"></meta> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> -<title>Test section - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.0"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="prev" href="ch04.html" title="FAQ"></link><link rel="next" href="ch05s01.html" title="Some search words for testing"></link><meta name="Section-title" content="Test section"></meta><script type="text/javascript"> +<title>Test section - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="prev" href="ch04.html" title="FAQ"></link><link rel="next" href="ch05s01.html" title="Some search words for testing"></link><meta name="Section-title" content="Test section"></meta><script type="text/javascript"> //The id for tree cookie var treeCookieId = "treeview-1636"; var language = "en"; @@ -125,8 +125,7 @@ border: none; background: none; font-weight: none; color: none; } <![endif]--><script type="text/javascript" src="common/browserDetect.js"></script><script type="text/javascript" src="common/jquery/jquery-1.7.2.min.js"></script><script type="text/javascript" src="common/jquery/jquery.ui.all.js"></script><script type="text/javascript" src="common/jquery/jquery.cookie.js"></script><script type="text/javascript" src="common/jquery/treeview/jquery.treeview.min.js"></script><script type="text/javascript" src="common/jquery/layout/jquery.layout.js"></script><script type="text/javascript" src="search/l10n.js"></script><script type="text/javascript" src="search/htmlFileInfoList.js"></script><script type="text/javascript" src="search/nwSearchFnt.js"></script><script type="text/javascript" src="search/stemmers/en_stemmer.js"><!--//make this scalable to other languages as well.--></script><script type="text/javascript" src="search/index-1.js"></script><script type="text/javascript" src="search/index-2.js"></script><script type="text/javascript" src="search/index-3.js"></script></head><body><noscript><div id="noscript">JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site.</div></noscript><div id="header"><a href="index.html"><img style="margin-right: 2px; height: 59px; padding-right: 25px; padding-top: 8px" align="right" src="common/images/logo.png" alt=" Documentation"></img></a><h1>README: Web-based Help from DocBook XML<br></br>Test section</h1><div id="navheader"><table class="navLinks"><tr><td><a id="showHideButton" href="#" onclick="myLayout.toggle('west')" class="pointLeft" tabindex="5" title="Hide TOC tree">Sidebar </a></td><td><a accesskey="p" class="navLinkPrevious" tabindex="5" href="ch04.html">Prev</a> | - <a accesskey="n" class="navLinkNext" tabindex="5" href="ch05s01.html">Next</a></td></tr></table></div></div><div id="content"><div class="chapter"><div xmlns="" class="titlepage"><div><div><h1 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp300816"></a>Test section</h1></div></div></div> -<div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="section"><a href="ch05s01.html">Some search words for testing</a></span></dt><dt><span class="section"><a href="ch05s02.html">Some search words for testing (inflected)</a></span></dt></dl></div> + <a accesskey="n" class="navLinkNext" tabindex="5" href="ch05s01.html">Next</a></td></tr></table></div></div><div id="content"><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a id="idp300352"></a>Test section</h1></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="section"><a href="ch05s01.html">Some search words for testing</a></span></dt><dt><span class="section"><a href="ch05s02.html">Some search words for testing (inflected)</a></span></dt></dl></div> diff --git a/webhelp/docs/ch05s01.html b/webhelp/docs/ch05s01.html index 4c7a3a6..57d80fe 100644 --- a/webhelp/docs/ch05s01.html +++ b/webhelp/docs/ch05s01.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="X-UA-Compatible" content="IE=edge"></meta> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> -<title>Some search words for testing - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.0"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="ch05.html" title="Test section"></link><link rel="prev" href="ch05.html" title="Test section"></link><link rel="next" href="ch05s02.html" title="Some search words for testing (inflected)"></link><meta name="Section-title" content="Some search words for testing"></meta><script type="text/javascript"> +<title>Some search words for testing - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="ch05.html" title="Test section"></link><link rel="prev" href="ch05.html" title="Test section"></link><link rel="next" href="ch05s02.html" title="Some search words for testing (inflected)"></link><meta name="Section-title" content="Some search words for testing"></meta><script type="text/javascript"> //The id for tree cookie var treeCookieId = "treeview-1636"; var language = "en"; @@ -127,7 +127,7 @@ border: none; background: none; font-weight: none; color: none; } | <a accesskey="u" class="navLinkUp" tabindex="5" href="ch05.html">Up</a> | - <a accesskey="n" class="navLinkNext" tabindex="5" href="ch05s02.html">Next</a></td></tr></table></div></div><div id="content"><div class="section"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="idp301616"></a>Some search words for testing</h2></div></div></div> + <a accesskey="n" class="navLinkNext" tabindex="5" href="ch05s02.html">Next</a></td></tr></table></div></div><div id="content"><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="idp301072"></a>Some search words for testing</h2></div></div></div> <p>arsenal, arsenic, buy, say, by, vary, try, sky, nucleus, day, key, currency, currencies, build.xml</p> </div><script type="text/javascript" src="common/main.js"></script><script type="text/javascript" src="common/splitterInit.js"></script><div class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch05.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch05.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch05s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></div><div id="sidebar"><div id="leftnavigation" style="padding-top:3px;"><div id="tabs"><ul><li><a href="#treeDiv" style="outline:0;" tabindex="1"><span class="contentsTab">Contents</span></a></li><li><a href="#searchDiv" style="outline:0;" tabindex="1" onclick="doSearch()"><span class="searchTab">Search</span></a></li></ul><div id="treeDiv"><img src="common/images/loading.gif" alt="loading table of contents..." id="tocLoading" style="display:block;"></img><div id="ulTreeDiv" style="display:none"><ul id="tree" class="filetree"><li><span class="file"><a href="ch01.html" tabindex="1">Introduction</a></span></li><li><span class="file"><a href="ch02.html" tabindex="1">Using the package</a></span><ul><li><span class="file"><a href="ch02s01.html" tabindex="1">Generating webhelp output using the Ant build.xml diff --git a/webhelp/docs/ch05s02.html b/webhelp/docs/ch05s02.html index 723c69d..b925977 100644 --- a/webhelp/docs/ch05s02.html +++ b/webhelp/docs/ch05s02.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="X-UA-Compatible" content="IE=edge"></meta> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> -<title>Some search words for testing (inflected) - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.0"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="ch05.html" title="Test section"></link><link rel="prev" href="ch05s01.html" title="Some search words for testing"></link><link rel="next" href="ix01.html" title="Index"></link><meta name="Section-title" content="Some search words for testing (inflected)"></meta><script type="text/javascript"> +<title>Some search words for testing (inflected) - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="ch05.html" title="Test section"></link><link rel="prev" href="ch05s01.html" title="Some search words for testing"></link><link rel="next" href="ix01.html" title="Index"></link><meta name="Section-title" content="Some search words for testing (inflected)"></meta><script type="text/javascript"> //The id for tree cookie var treeCookieId = "treeview-1636"; var language = "en"; @@ -127,7 +127,7 @@ border: none; background: none; font-weight: none; color: none; } | <a accesskey="u" class="navLinkUp" tabindex="5" href="ch05.html">Up</a> | - <a accesskey="n" class="navLinkNext" tabindex="5" href="ix01.html">Next</a></td></tr></table></div></div><div id="content"><div class="section"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="idp302944"></a>Some search words for testing (inflected)</h2></div></div></div> + <a accesskey="n" class="navLinkNext" tabindex="5" href="ix01.html">Next</a></td></tr></table></div></div><div id="content"><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="idp302464"></a>Some search words for testing (inflected)</h2></div></div></div> <p>arsenal, arsenic, buys, says, varies, tries, skies, nuclei, days, keys, currencies, build.xml</p> </div><script type="text/javascript" src="common/main.js"></script><script type="text/javascript" src="common/splitterInit.js"></script><div class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch05s01.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch05.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ix01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></div><div id="sidebar"><div id="leftnavigation" style="padding-top:3px;"><div id="tabs"><ul><li><a href="#treeDiv" style="outline:0;" tabindex="1"><span class="contentsTab">Contents</span></a></li><li><a href="#searchDiv" style="outline:0;" tabindex="1" onclick="doSearch()"><span class="searchTab">Search</span></a></li></ul><div id="treeDiv"><img src="common/images/loading.gif" alt="loading table of contents..." id="tocLoading" style="display:block;"></img><div id="ulTreeDiv" style="display:none"><ul id="tree" class="filetree"><li><span class="file"><a href="ch01.html" tabindex="1">Introduction</a></span></li><li><span class="file"><a href="ch02.html" tabindex="1">Using the package</a></span><ul><li><span class="file"><a href="ch02s01.html" tabindex="1">Generating webhelp output using the Ant build.xml diff --git a/webhelp/docs/index.html b/webhelp/docs/index.html index 64e6060..b9d6568 100644 --- a/webhelp/docs/index.html +++ b/webhelp/docs/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="X-UA-Compatible" content="IE=edge"></meta> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> -<title>README: Web-based Help from DocBook XML - </title><meta name="generator" content="DocBook XSL Stylesheets V1.79.0"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="next" href="ch01.html" title="Introduction"></link><meta name="Section-title" content="README: Web-based Help from DocBook XML"></meta><script type="text/javascript"> +<title>README: Web-based Help from DocBook XML - </title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="next" href="ch01.html" title="Introduction"></link><meta name="Section-title" content="README: Web-based Help from DocBook XML"></meta><script type="text/javascript"> //The id for tree cookie var treeCookieId = "treeview-1636"; var language = "en"; @@ -125,13 +125,7 @@ border: none; background: none; font-weight: none; color: none; } <![endif]--><script type="text/javascript" src="common/browserDetect.js"></script><script type="text/javascript" src="common/jquery/jquery-1.7.2.min.js"></script><script type="text/javascript" src="common/jquery/jquery.ui.all.js"></script><script type="text/javascript" src="common/jquery/jquery.cookie.js"></script><script type="text/javascript" src="common/jquery/treeview/jquery.treeview.min.js"></script><script type="text/javascript" src="common/jquery/layout/jquery.layout.js"></script><script type="text/javascript" src="search/l10n.js"></script><script type="text/javascript" src="search/htmlFileInfoList.js"></script><script type="text/javascript" src="search/nwSearchFnt.js"></script><script type="text/javascript" src="search/stemmers/en_stemmer.js"><!--//make this scalable to other languages as well.--></script><script type="text/javascript" src="search/index-1.js"></script><script type="text/javascript" src="search/index-2.js"></script><script type="text/javascript" src="search/index-3.js"></script></head><body><noscript><div id="noscript">JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site.</div></noscript><div id="header"><a href="index.html"><img style="margin-right: 2px; height: 59px; padding-right: 25px; padding-top: 8px" align="right" src="common/images/logo.png" alt=" Documentation"></img></a><h1>README: Web-based Help from DocBook XML<br></br> </h1><div id="navheader"><table class="navLinks"><tr><td><a id="showHideButton" href="#" onclick="myLayout.toggle('west')" class="pointLeft" tabindex="5" title="Hide TOC tree">Sidebar </a></td><td> | - <a accesskey="n" class="navLinkNext" tabindex="5" href="ch01.html">Next</a></td></tr></table></div></div><div id="content"><div class="book"><div xmlns="" class="titlepage"> -<div> -<div><h1 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp3536"></a>README: Web-based Help from DocBook XML</h1></div> -<div><div xmlns="http://www.w3.org/1999/xhtml" class="author"><h3 class="author"><span class="firstname">David</span> <span class="surname">Cramer</span></h3><code class="email"><<a class="email" href="mailto:david AT thingbag DOT net">david AT thingbag DOT net</a>></code></div></div> -<div><div xmlns="http://www.w3.org/1999/xhtml" class="author"><h3 class="author"><span class="firstname">Kasun</span> <span class="surname">Gajasinghe</span></h3><code class="email"><<a class="email" href="mailto:kasunbg AT gmail DOT com">kasunbg AT gmail DOT com</a>></code></div></div> -<div><p xmlns="http://www.w3.org/1999/xhtml" class="copyright">Copyright © 2008-2012 Kasun Gajasinghe, David Cramer</p></div> -<div><div xmlns="http://www.w3.org/1999/xhtml" class="legalnotice"><a id="idp10448"></a> + <a accesskey="n" class="navLinkNext" tabindex="5" href="ch01.html">Next</a></td></tr></table></div></div><div id="content"><div class="book"><div class="titlepage"><div><div><h1 class="title"><a id="idp6480"></a>README: Web-based Help from DocBook XML</h1></div><div><div class="author"><h3 class="author"><span class="firstname">David</span> <span class="surname">Cramer</span></h3><code class="email"><<a class="email" href="mailto:david AT thingbag DOT net">david AT thingbag DOT net</a>></code></div></div><div><div class="author"><h3 class="author"><span class="firstname">Kasun</span> <span class="surname">Gajasinghe</span></h3><code class="email"><<a class="email" href="mailto:kasunbg AT gmail DOT com">kasunbg AT gmail DOT com</a>></code></div></div><div><p class="copyright">Copyright © 2008-2012 Kasun Gajasinghe, David Cramer</p></div><div><div class="legalnotice"><a id="idp10336"></a> <p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the <span class="quote">“<span class="quote">Software</span>”</span>), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, @@ -170,15 +164,15 @@ border: none; background: none; font-weight: none; color: none; } copyrighted by <a class="ulink" href="http://jquery.com/" target="_top">JQuery</a> under the MIT License. The file <code class="filename">jquery.cookie.js</code> Copyright (c) 2006 Klaus Hartl under the MIT license.</p> - <a id="idp30400" class="indexterm"></a> + <a id="idp29600" class="indexterm"></a> </li><li class="listitem"> <p>Some files in the <code class="filename">template/search</code> and <code class="filename">indexer</code> directories were originally part of N. Quaine's htmlsearch DITA plugin. The htmlsearch DITA plugin is available from the <a class="ulink" href="http://tech.groups.yahoo.com/group/dita-users/files/Demos/" target="_top">files page</a> of the DITA-users yahoogroup. The htmlsearch plugin was released under a BSD-style license. See <code class="filename">indexer/license.txt</code> - for details. <a id="idp34208" class="indexterm"></a> - <a id="idp35040" class="indexterm"></a></p> + for details. <a id="idp33408" class="indexterm"></a> + <a id="idp34176" class="indexterm"></a></p> </li><li class="listitem"> <p>Stemmers from the <a class="ulink" href="http://snowball.tartarus.org/texts/stemmersoverview.html" target="_top">Snowball project</a> released under a BSD license.</p> @@ -198,12 +192,7 @@ border: none; background: none; font-weight: none; color: none; } </li><li class="listitem"> <p>Cosmetic improvements provided by <a class="ulink" href="http://docs.openstack.org" target="_top">OpenStack</a>.</p> </li></ul></div><p> Webhelp for DocBook was first developed as a <a class="ulink" href="http://code.google.com/soc/" target="_top">Google Summer of Code</a> project. </p> - </div></div> -<div><p xmlns="http://www.w3.org/1999/xhtml" class="pubdate">January 2012</p></div> -</div> -<hr> -</div> -<div class="list-of-figures"><p><strong>List of Figures</strong></p><dl><dt>1. <a href="ch02s05.html#idp209936">Sample Image</a></dt></dl></div><div class="list-of-examples"><p><strong>List of Examples</strong></p><dl><dt>1. <a href="ch02s05.html#idp213008">Example code for adding images. Note down the relative path used</a></dt><dt>2. <a href="ch03s02s01.html#idp270240">Add new language to supportedLanguages array</a></dt><dt>3. <a href="ch03s02s01.html#idp276192">Initialize correct stemmer based on the + </div></div><div><p class="pubdate">January 2012</p></div></div><hr></hr></div><div class="list-of-figures"><p><strong>List of Figures</strong></p><dl><dt>1. <a href="ch02s05.html#idp209584">Sample Image</a></dt></dl></div><div class="list-of-examples"><p><strong>List of Examples</strong></p><dl><dt>1. <a href="ch02s05.html#idp212720">Example code for adding images. Note down the relative path used</a></dt><dt>2. <a href="ch03s02s01.html#idp269744">Add new language to supportedLanguages array</a></dt><dt>3. <a href="ch03s02s01.html#idp275408">Initialize correct stemmer based on the <code class="code">webhelp.indexer.language</code> specified</a></dt></dl></div> diff --git a/webhelp/docs/ix01.html b/webhelp/docs/ix01.html index 4d9f824..ca70622 100644 --- a/webhelp/docs/ix01.html +++ b/webhelp/docs/ix01.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="X-UA-Compatible" content="IE=edge"></meta> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> -<title>Index - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.0"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="prev" href="ch05s02.html" title="Some search words for testing (inflected)"></link><meta name="Section-title" content="Index"></meta><script type="text/javascript"> +<title>Index - - README: Web-based Help from DocBook XML</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"></meta><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="up" href="index.html" title="README: Web-based Help from DocBook XML"></link><link rel="prev" href="ch05s02.html" title="Some search words for testing (inflected)"></link><meta name="Section-title" content="Index"></meta><script type="text/javascript"> //The id for tree cookie var treeCookieId = "treeview-1636"; var language = "en"; @@ -123,6 +123,5 @@ border: none; background: none; font-weight: none; color: none; } </style><!--[if IE]> <link rel="stylesheet" type="text/css" href="../common/css/ie.css"/> <![endif]--><script type="text/javascript" src="common/browserDetect.js"></script><script type="text/javascript" src="common/jquery/jquery-1.7.2.min.js"></script><script type="text/javascript" src="common/jquery/jquery.ui.all.js"></script><script type="text/javascript" src="common/jquery/jquery.cookie.js"></script><script type="text/javascript" src="common/jquery/treeview/jquery.treeview.min.js"></script><script type="text/javascript" src="common/jquery/layout/jquery.layout.js"></script><script type="text/javascript" src="search/l10n.js"></script><script type="text/javascript" src="search/htmlFileInfoList.js"></script><script type="text/javascript" src="search/nwSearchFnt.js"></script><script type="text/javascript" src="search/stemmers/en_stemmer.js"><!--//make this scalable to other languages as well.--></script><script type="text/javascript" src="search/index-1.js"></script><script type="text/javascript" src="search/index-2.js"></script><script type="text/javascript" src="search/index-3.js"></script></head><body><noscript><div id="noscript">JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site.</div></noscript><div id="header"><a href="index.html"><img style="margin-right: 2px; height: 59px; padding-right: 25px; padding-top: 8px" align="right" src="common/images/logo.png" alt=" Documentation"></img></a><h1>README: Web-based Help from DocBook XML<br></br>Index</h1><div id="navheader"><table class="navLinks"><tr><td><a id="showHideButton" href="#" onclick="myLayout.toggle('west')" class="pointLeft" tabindex="5" title="Hide TOC tree">Sidebar - </a></td><td><a accesskey="p" class="navLinkPrevious" tabindex="5" href="ch05s02.html">Prev</a> </td></tr></table></div></div><div id="content"><div class="index"><div xmlns="" class="titlepage"><div><div><h1 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp304496"></a>Index</h1></div></div></div> -<div xmlns:xlink="http://www.w3.org/1999/xlink" class="index"><div class="indexdiv"><h3>A</h3><dl><dt id="ientry-idp187360">ANT_HOME, <a class="indexterm" href="ch02s03.html">Search indexing</a></dt></dl></div><div class="indexdiv"><h3>D</h3><dl><dt id="ientry-idp233936">design, <a class="indexterm" href="ch03s01.html">Design</a></dt><dt id="ientry-idp35040">DITA</dt><dd><dl><dt>htmlsearch plugin, <a class="indexterm" href="index.html">README: Web-based Help from DocBook XML</a></dt></dl></dd></dl></div><div class="indexdiv"><h3>F</h3><dl><dt id="ientry-idp299936">FAQ, <a class="indexterm" href="ch04.html">FAQ</a></dt><dt id="ientry-idp49680">features, <a class="indexterm" href="ch01.html">Introduction</a></dt></dl></div><div class="indexdiv"><h3>H</h3><dl><dt id="ientry-idp34208">htmlsearch, <a class="indexterm" href="index.html">README: Web-based Help from DocBook XML</a></dt></dl></div><div class="indexdiv"><h3>I</h3><dl><dt id="ientry-idp184704">indexer</dt><dd><dl><dt>building, <a class="indexterm" href="ch02s03.html">Search indexing</a></dt><dt>CLASSPATH, <a class="indexterm" href="ch02s03.html">Search indexing</a></dt></dl></dd></dl></div><div class="indexdiv"><h3>J</h3><dl><dt id="ientry-idp30400">jquery, <a class="indexterm" href="index.html">README: Web-based Help from DocBook XML</a></dt></dl></div><div class="indexdiv"><h3>S</h3><dl><dt id="ientry-idp55872">search, <a class="indexterm" href="ch03s02.html">Search</a></dt><dd><dl><dt>description, <a class="indexterm" href="ch01.html">Introduction</a></dt><dt>features, <a class="indexterm" href="ch01.html">Introduction</a></dt><dt>highlighting, <a class="indexterm" href="ch01.html">Introduction</a></dt><dt>indexing, <a class="indexterm" href="ch02s03.html">Search indexing</a></dt><dt>stemming, <a class="indexterm" href="ch01.html">Introduction</a></dt></dl></dd><dt id="ientry-idp281696">stemmer, <a class="indexterm" href="ch03s02s01.html">New Stemmers</a></dt><dt id="ientry-idp192176">stemming, <a class="indexterm" href="ch02s04.html">Adding support for other (non-CJKV) languages</a></dt></dl></div></div></div><script type="text/javascript" src="common/main.js"></script><script type="text/javascript" src="common/splitterInit.js"></script><div class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch05s02.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> </td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></div><div id="sidebar"><div id="leftnavigation" style="padding-top:3px;"><div id="tabs"><ul><li><a href="#treeDiv" style="outline:0;" tabindex="1"><span class="contentsTab">Contents</span></a></li><li><a href="#searchDiv" style="outline:0;" tabindex="1" onclick="doSearch()"><span class="searchTab">Search</span></a></li></ul><div id="treeDiv"><img src="common/images/loading.gif" alt="loading table of contents..." id="tocLoading" style="display:block;"></img><div id="ulTreeDiv" style="display:none"><ul id="tree" class="filetree"><li><span class="file"><a href="ch01.html" tabindex="1">Introduction</a></span></li><li><span class="file"><a href="ch02.html" tabindex="1">Using the package</a></span><ul><li><span class="file"><a href="ch02s01.html" tabindex="1">Generating webhelp output using the Ant build.xml + </a></td><td><a accesskey="p" class="navLinkPrevious" tabindex="5" href="ch05s02.html">Prev</a> </td></tr></table></div></div><div id="content"><div class="index"><div class="titlepage"><div><div><h1 class="title"><a id="idp304064"></a>Index</h1></div></div></div><div xmlns:xlink="http://www.w3.org/1999/xlink" class="index"><div class="indexdiv"><h3>A</h3><dl><dt id="ientry-idp186912">ANT_HOME, <a class="indexterm" href="ch02s03.html">Search indexing</a></dt></dl></div><div class="indexdiv"><h3>D</h3><dl><dt id="ientry-idp233648">design, <a class="indexterm" href="ch03s01.html">Design</a></dt><dt id="ientry-idp34176">DITA</dt><dd><dl><dt>htmlsearch plugin, <a class="indexterm" href="index.html">README: Web-based Help from DocBook XML</a></dt></dl></dd></dl></div><div class="indexdiv"><h3>F</h3><dl><dt id="ientry-idp299456">FAQ, <a class="indexterm" href="ch04.html">FAQ</a></dt><dt id="ientry-idp51824">features, <a class="indexterm" href="ch01.html">Introduction</a></dt></dl></div><div class="indexdiv"><h3>H</h3><dl><dt id="ientry-idp33408">htmlsearch, <a class="indexterm" href="index.html">README: Web-based Help from DocBook XML</a></dt></dl></div><div class="indexdiv"><h3>I</h3><dl><dt id="ientry-idp184208">indexer</dt><dd><dl><dt>building, <a class="indexterm" href="ch02s03.html">Search indexing</a></dt><dt>CLASSPATH, <a class="indexterm" href="ch02s03.html">Search indexing</a></dt></dl></dd></dl></div><div class="indexdiv"><h3>J</h3><dl><dt id="ientry-idp29600">jquery, <a class="indexterm" href="index.html">README: Web-based Help from DocBook XML</a></dt></dl></div><div class="indexdiv"><h3>S</h3><dl><dt id="ientry-idp55344">search, <a class="indexterm" href="ch03s02.html">Search</a></dt><dd><dl><dt>description, <a class="indexterm" href="ch01.html">Introduction</a></dt><dt>features, <a class="indexterm" href="ch01.html">Introduction</a></dt><dt>highlighting, <a class="indexterm" href="ch01.html">Introduction</a></dt><dt>indexing, <a class="indexterm" href="ch02s03.html">Search indexing</a></dt><dt>stemming, <a class="indexterm" href="ch01.html">Introduction</a></dt></dl></dd><dt id="ientry-idp281360">stemmer, <a class="indexterm" href="ch03s02s01.html">New Stemmers</a></dt><dt id="ientry-idp191648">stemming, <a class="indexterm" href="ch02s04.html">Adding support for other (non-CJKV) languages</a></dt></dl></div></div></div><script type="text/javascript" src="common/main.js"></script><script type="text/javascript" src="common/splitterInit.js"></script><div class="navfooter"><hr></hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch05s02.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> </td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></div><div id="sidebar"><div id="leftnavigation" style="padding-top:3px;"><div id="tabs"><ul><li><a href="#treeDiv" style="outline:0;" tabindex="1"><span class="contentsTab">Contents</span></a></li><li><a href="#searchDiv" style="outline:0;" tabindex="1" onclick="doSearch()"><span class="searchTab">Search</span></a></li></ul><div id="treeDiv"><img src="common/images/loading.gif" alt="loading table of contents..." id="tocLoading" style="display:block;"></img><div id="ulTreeDiv" style="display:none"><ul id="tree" class="filetree"><li><span class="file"><a href="ch01.html" tabindex="1">Introduction</a></span></li><li><span class="file"><a href="ch02.html" tabindex="1">Using the package</a></span><ul><li><span class="file"><a href="ch02s01.html" tabindex="1">Generating webhelp output using the Ant build.xml file</a></span></li><li><span class="file"><a href="ch02s02.html" tabindex="1">Using and customizing the output</a></span><ul><li><span class="file"><a href="ch02s02s01.html" tabindex="1">Recommended Apache configurations</a></span></li></ul></li><li><span class="file"><a href="ch02s03.html" tabindex="1">Search indexing</a></span></li><li><span class="file"><a href="ch02s04.html" tabindex="1">Adding support for other (non-CJKV) languages</a></span></li><li><span class="file"><a href="ch02s05.html" tabindex="1">Adding images</a></span></li></ul></li><li><span class="file"><a href="ch03.html" tabindex="1">Developer Docs</a></span><ul><li><span class="file"><a href="ch03s01.html" tabindex="1">Design</a></span></li><li><span class="file"><a href="ch03s02.html" tabindex="1">Search</a></span><ul><li><span class="file"><a href="ch03s02s01.html" tabindex="1">New Stemmers</a></span></li></ul></li></ul></li><li><span class="file"><a href="ch04.html" tabindex="1">FAQ</a></span></li><li><span class="file"><a href="ch05.html" tabindex="1">Test section</a></span><ul><li><span class="file"><a href="ch05s01.html" tabindex="1">Some search words for testing</a></span></li><li><span class="file"><a href="ch05s02.html" tabindex="1">Some search words for testing (inflected)</a></span></li></ul></li><li id="webhelp-currentid"><span class="file"><a href="ix01.html" tabindex="1">Index</a></span></li></ul></div></div><div id="searchDiv"><div id="search"><form onsubmit="Verifie(searchForm);return false" name="searchForm" class="searchForm"><div><input id="textToSearch" name="textToSearch" type="search" placeholder="Search" class="searchText" tabindex="1"></input> <input onclick="Verifie(searchForm)" type="button" class="searchButton" value="Go" id="doSearch" tabindex="1"></input></div></form></div><div id="searchResults"><center></center></div><p class="searchHighlight"><a href="#" onclick="toggleHighlight()">Search Highlighter (On/Off)</a></p></div></div></div></div></body></html> diff --git a/webhelp/xsl/titlepage.templates.xsl b/webhelp/xsl/titlepage.templates.xsl index 65309ef..4f18ad8 100644 --- a/webhelp/xsl/titlepage.templates.xsl +++ b/webhelp/xsl/titlepage.templates.xsl @@ -1,6 +1,6 @@ <?xml version="1.0"?> -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:exsl="http://exslt.org/common" version="1.0" exclude-result-prefixes="exsl"> +<xsl:stylesheet xmlns="http://www.w3.org/1999/xhtml" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:exsl="http://exslt.org/common" version="1.0" exclude-result-prefixes="exsl"> <!-- This stylesheet was created by template/titlepage.xsl--> |