Michael Smith [Tue, 14 Aug 2007 00:30:12 +0000 (00:30 +0000)]
Added single-pass namespace-stripping support to the htmlhelp,
eclipse, and javahelp stylesheets.
Michael Smith [Mon, 13 Aug 2007 12:48:27 +0000 (12:48 +0000)]
Added target for building a namespaced version of the test file
used for smoke-testing builds.
Michael Smith [Mon, 13 Aug 2007 11:13:37 +0000 (11:13 +0000)]
Made italic handling of
Mauritz Jeanson [Sat, 11 Aug 2007 18:28:55 +0000 (18:28 +0000)]
A few small parameter fixes.
Mauritz Jeanson [Sat, 11 Aug 2007 17:31:59 +0000 (17:31 +0000)]
Emphasized that the parameter only works with Saxon 6.
Fixed reference to chunker.output.encoding.
Mauritz Jeanson [Sat, 11 Aug 2007 16:10:40 +0000 (16:10 +0000)]
Fixed typo in tests for @xlink:title.
Mauritz Jeanson [Thu, 9 Aug 2007 18:06:57 +0000 (18:06 +0000)]
Added user dpawson (Dave Pawson).
Modified author template so that the username is output if a real name has not been defined.
Mauritz Jeanson [Thu, 9 Aug 2007 17:59:54 +0000 (17:59 +0000)]
Added documentation for the dbhh PI (used for context-sensitive HTML Help).
(The two templates matching 'dbhh' are still in htmlhelp-common.xsl).
Mauritz Jeanson [Thu, 9 Aug 2007 17:52:29 +0000 (17:52 +0000)]
Added missing equals sign (dbfo-need).
Mauritz Jeanson [Thu, 9 Aug 2007 15:53:31 +0000 (15:53 +0000)]
Corrected synopsis of dbhtml-include PI.
Michael Smith [Thu, 9 Aug 2007 11:58:07 +0000 (11:58 +0000)]
Removed manual smoke-test step (because it has now been mostly
automated).
Michael Smith [Thu, 9 Aug 2007 11:02:10 +0000 (11:02 +0000)]
Added warning about "unreversible" steps in release process.
Michael Smith [Thu, 9 Aug 2007 10:57:47 +0000 (10:57 +0000)]
Made error-filter expression in build-check script slightly more
forgiving; added Makefile.tests to list of files to exclude from
packaging.
Michael Smith [Thu, 9 Aug 2007 10:35:12 +0000 (10:35 +0000)]
Use "-pre" instead of "+pre" because version number ends up in ID
values and causes errors because it's not an NCName (getting
really tired of that arbitrary and unnecessary restriction...)
Michael Smith [Thu, 9 Aug 2007 10:20:55 +0000 (10:20 +0000)]
Added "smoketest" target and made "distrib" target depend on it.
Michael Smith [Thu, 9 Aug 2007 09:03:46 +0000 (09:03 +0000)]
Updated testfile.xml
Michael Smith [Thu, 9 Aug 2007 09:02:56 +0000 (09:02 +0000)]
Moved dbhtml-include instances from refentry.007.xml file to
refentry.008.xml
Michael Smith [Thu, 9 Aug 2007 08:50:47 +0000 (08:50 +0000)]
Added testfile.xml
Michael Smith [Thu, 9 Aug 2007 08:17:27 +0000 (08:17 +0000)]
Updated with info about post-release tasks.
Michael Smith [Thu, 9 Aug 2007 08:14:05 +0000 (08:14 +0000)]
Ignore RELEASE-NOTES-PARTIAL.txt an extensions/ dir.
Michael Smith [Thu, 9 Aug 2007 07:48:28 +0000 (07:48 +0000)]
Restored the VERSION file to current snapshot state.
Michael Smith [Thu, 9 Aug 2007 07:46:23 +0000 (07:46 +0000)]
Corrected commit message for delete of tag target.
Michael Smith [Thu, 9 Aug 2007 07:42:33 +0000 (07:42 +0000)]
temporarily reverting for tagging purposes
Michael Smith [Thu, 9 Aug 2007 07:17:40 +0000 (07:17 +0000)]
Made "tag" target do what it is supposed to do, and made "install"
target depend on "tag" target.
Jirka Kosek [Wed, 8 Aug 2007 10:13:02 +0000 (10:13 +0000)]
Fixed wrong template name
Mauritz Jeanson [Mon, 6 Aug 2007 19:22:06 +0000 (19:22 +0000)]
Changed uri to link.
Mauritz Jeanson [Mon, 6 Aug 2007 18:48:29 +0000 (18:48 +0000)]
Reworded refpurpose.
Mauritz Jeanson [Mon, 6 Aug 2007 18:47:25 +0000 (18:47 +0000)]
Reworded refpurpose.
Mauritz Jeanson [Mon, 6 Aug 2007 17:20:29 +0000 (17:20 +0000)]
Fixed typos.
Michael Smith [Mon, 6 Aug 2007 10:18:36 +0000 (10:18 +0000)]
Problem:
Rows in tables with more than 10 rows get sorted into incorrect
order.
Cause:
Code in manpages table handler does sorting, using xsl:sort, to
deal with instances of cells that span multiple rows. But that
sorting was being done alphabetically rather than numerically --
the reason being that the default sort method for xsl:sort is
"text" (alphabetical).
Fix:
Added @data-type=number to relevant xsl:sort instances in table
code.
Closes #
1763332. Thanks to kesuke.
Michael Smith [Mon, 6 Aug 2007 10:07:03 +0000 (10:07 +0000)]
Restored VERSION and RELEASE-NOTES.xml files to snapshot state
Mauritz Jeanson [Sat, 4 Aug 2007 20:27:26 +0000 (20:27 +0000)]
Some small fixes.
Mauritz Jeanson [Sat, 4 Aug 2007 19:55:08 +0000 (19:55 +0000)]
Added annot-open.png and annot-close.png (taken from http://docbook.sourceforge.net/release/images/).
Mauritz Jeanson [Fri, 3 Aug 2007 18:35:31 +0000 (18:35 +0000)]
Updated URL, added note.
Mauritz Jeanson [Thu, 2 Aug 2007 18:34:30 +0000 (18:34 +0000)]
Added inline markup.
Mauritz Jeanson [Thu, 2 Aug 2007 18:23:17 +0000 (18:23 +0000)]
Some recasting of the documentation.
Mauritz Jeanson [Thu, 2 Aug 2007 17:56:27 +0000 (17:56 +0000)]
Changed element names to lowercase.
Mauritz Jeanson [Thu, 2 Aug 2007 17:50:53 +0000 (17:50 +0000)]
Added a description.
Mauritz Jeanson [Thu, 2 Aug 2007 17:15:54 +0000 (17:15 +0000)]
Fixed typos.
Mauritz Jeanson [Thu, 2 Aug 2007 13:50:43 +0000 (13:50 +0000)]
Bob Stayton [Mon, 30 Jul 2007 21:29:06 +0000 (21:29 +0000)]
procedure was inheriting keep-together from formal.object.properties, but
a procedure does not need to be kept together by default.
Mauritz Jeanson [Sat, 28 Jul 2007 16:42:35 +0000 (16:42 +0000)]
Added template for handling links with role='tcg' (patterned after HTML version).
Mauritz Jeanson [Sat, 28 Jul 2007 14:21:54 +0000 (14:21 +0000)]
Corrected refpurpose and description.
(The name of this parameter is misspelt, but I'm ignoring that for now.
The HTML Help section in TCG has the correct spelling, btw.)
Mauritz Jeanson [Sat, 28 Jul 2007 14:12:54 +0000 (14:12 +0000)]
Updated refpurpose and description; added TCG link.
Michael Smith [Sat, 28 Jul 2007 06:21:00 +0000 (06:21 +0000)]
Fixed typo.
Mauritz Jeanson [Fri, 27 Jul 2007 09:10:35 +0000 (09:10 +0000)]
More clarifications and wording tweaks.
Michael Smith [Fri, 27 Jul 2007 07:00:22 +0000 (07:00 +0000)]
- Added the "tag" make target (unfinished) for tagging releases.
- Renamed get-element.xsl to eval-xpath.xsl and modified it to be
capable of getting string value of a node based on an XPath
expression provided on the command line.
- Removed get-param.xsl as changes to the xsl/VERSION file make
get-params.xsl obsolete.
Mauritz Jeanson [Fri, 27 Jul 2007 06:50:11 +0000 (06:50 +0000)]
Tweaked wording (note that the parameter controls the display of a menu bar, not a menu).
Michael Smith [Fri, 27 Jul 2007 01:18:49 +0000 (01:18 +0000)]
Exclude .lib.xmlid
Mauritz Jeanson [Thu, 26 Jul 2007 21:42:04 +0000 (21:42 +0000)]
Replaced <font> with <span> and/or inline styles. This fixes the problem with <span class="ERROR">
in XHTML (and <font> is deprecated anyway). Closes bug #
1715774.
Mauritz Jeanson [Thu, 26 Jul 2007 21:34:48 +0000 (21:34 +0000)]
Added test to avoid "Undefined variable: callout.icon.size" messages when generating HTML.
Michael Smith [Thu, 26 Jul 2007 14:31:42 +0000 (14:31 +0000)]
Removed .param.* and .lib.* files from packaging. Closes #
1760698.
Thanks to Daniel Leidert.
Michael Smith [Thu, 26 Jul 2007 14:08:55 +0000 (14:08 +0000)]
Added import of common/charmap.xsl to fix problem of calls to
missing named templates. Closes #
1760697. Thanks to Daniel
Leidert.
Dave Pawson [Thu, 26 Jul 2007 08:21:53 +0000 (08:21 +0000)]
Parameter checking stylesheet + py file
Dave Pawson [Thu, 26 Jul 2007 08:16:24 +0000 (08:16 +0000)]
Tidy up of javahelp.encoding.xml
Steve Ball [Thu, 26 Jul 2007 00:08:03 +0000 (00:08 +0000)]
Modularised blocks2dbk to allow customisation,
Added support for tables to pages2normalise
Michael Smith [Wed, 25 Jul 2007 18:08:31 +0000 (18:08 +0000)]
Fixed wording in embedded doc for reference.autolabel param.
Michael Smith [Wed, 25 Jul 2007 18:00:01 +0000 (18:00 +0000)]
Restored equal sign in default value of olink.fragid param.
Michael Smith [Wed, 25 Jul 2007 17:57:24 +0000 (17:57 +0000)]
Restored tag markup around textobject in html.longdesc param doc.
Michael Smith [Wed, 25 Jul 2007 17:54:36 +0000 (17:54 +0000)]
Removed some invalid markup in the default.table.width param doc.
Michael Smith [Wed, 25 Jul 2007 17:52:12 +0000 (17:52 +0000)]
Restored leading "/" in default value of the olink.resolver param.
Michael Smith [Wed, 25 Jul 2007 17:48:51 +0000 (17:48 +0000)]
The textinsert.extension parameter really does just enable the
textinsert extension (that is, it's not the parameter that inserts
the contents of external files - textinsert extension element does).
Michael Smith [Wed, 25 Jul 2007 17:40:39 +0000 (17:40 +0000)]
Fixed typo (contex.h -> context.h) in htmlhelp.force.map.and.alias
param docs.
Michael Smith [Wed, 25 Jul 2007 17:01:31 +0000 (17:01 +0000)]
Restored tag markup on emphasis element in the
emphasis.propagates.style doc.
Michael Smith [Wed, 25 Jul 2007 16:58:02 +0000 (16:58 +0000)]
Reverted the r7131 change to the value of the
nominal.image.width param (the value is an literal expression
that's meant to be evaluated, not a string expression.
Michael Smith [Wed, 25 Jul 2007 16:48:23 +0000 (16:48 +0000)]
Fixed "Jump2" typo (should be "Jump1")
Michael Smith [Wed, 25 Jul 2007 16:46:01 +0000 (16:46 +0000)]
Default value appears to actually be context.h
Michael Smith [Wed, 25 Jul 2007 16:31:02 +0000 (16:31 +0000)]
Default for id.warnings is not actually for them not to be
emitted.
Michael Smith [Wed, 25 Jul 2007 16:03:49 +0000 (16:03 +0000)]
Restored necessary ".frag" in IDs of src:fragment instances in
chunker.output.* param files.
Michael Smith [Wed, 25 Jul 2007 15:49:48 +0000 (15:49 +0000)]
Restored necessary ".frag" part to ID on scr:fragment
Michael Smith [Wed, 25 Jul 2007 15:35:23 +0000 (15:35 +0000)]
Added localization for ProductionSet.
Mauritz Jeanson [Tue, 24 Jul 2007 19:57:46 +0000 (19:57 +0000)]
Use admon.textlabel instead of admon.graphics (to avoid problems with paths to the admonition graphics).
Mauritz Jeanson [Tue, 24 Jul 2007 18:08:46 +0000 (18:08 +0000)]
Set admon.graphics to 1 to make it easier to distinguish between types of admonitions.
Dave Pawson [Tue, 24 Jul 2007 17:13:52 +0000 (17:13 +0000)]
Regular formatting re-org.
Michael Smith [Tue, 24 Jul 2007 06:56:52 +0000 (06:56 +0000)]
Minor clean-up of abstract.notitle.enabled.xml to make it follow
proper convention for default values for booleans. Also, added
abstract.notitle.enabled=1 to stylesheet we use for building the
reference docs for the distro (I though it was there and in fact
claimed that it was there, but, well, I guess I was
wrong/drunk/lying...)
Michael Smith [Tue, 24 Jul 2007 06:50:31 +0000 (06:50 +0000)]
Fixed test for abstract.notitle.enabled. The way I had it, it was
having an effect opposite to its documented effect; that is, it
was generating an abstract title only if abstract.notitle.enabled
was not zero; but it should actually generate the title only if
abstract.notitle.enabled *is* zero. Thanks to Marie Sauvage for
testing and reporting this very quickly after 1.73.0 was released.
Michael Smith [Tue, 24 Jul 2007 05:49:12 +0000 (05:49 +0000)]
Made the addns.xsl file import common/utility.xsl instead of
common/common.xsl (because I moved the logging template that it
calls from common.xsl to utility.xsl, but forgot to update the
import here...)
Mauritz Jeanson [Mon, 23 Jul 2007 11:54:17 +0000 (11:54 +0000)]
Fixed refpurpose wording.
Michael Smith [Mon, 23 Jul 2007 08:42:24 +0000 (08:42 +0000)]
Added various changes to automate parts of the release build that
hadn't yet been automated, and to better integrate the
docbook-xsl-ns upload/install into the release build:
- we now build a "partial" text version of the release notes,
RELEASE-NOTES-PARTIAL.text, to use in the release
announcements and SF release notes
- now use a copy of the freshmeat-submit script in the
releasetools dir (so that others don't have to separately
download and install it)
- added an "announce" target that calls the "release-announce"
script, which sends announcement mail to docbook-apps
Michael Smith [Mon, 23 Jul 2007 08:17:10 +0000 (08:17 +0000)]
Added script for posting release announcements by e-mail (to
docbook-apps, etc.)
Michael Smith [Mon, 23 Jul 2007 07:46:25 +0000 (07:46 +0000)]
Added freshmeat-submit script.
Michael Smith [Mon, 23 Jul 2007 07:36:46 +0000 (07:36 +0000)]
Set keywords.
Michael Smith [Mon, 23 Jul 2007 07:33:44 +0000 (07:33 +0000)]
Added freshmeat-submit
Bob Stayton [Sun, 22 Jul 2007 20:01:35 +0000 (20:01 +0000)]
Fix bug in duplicate variable for doc.title.
Michael Smith [Sun, 22 Jul 2007 17:07:18 +0000 (17:07 +0000)]
Updated for 1.73.0 release
Michael Smith [Sun, 22 Jul 2007 15:07:26 +0000 (15:07 +0000)]
Added Latvian locale
Michael Smith [Sun, 22 Jul 2007 14:34:57 +0000 (14:34 +0000)]
Version 1.73.0 released
Michael Smith [Sun, 22 Jul 2007 14:33:49 +0000 (14:33 +0000)]
Version 1.73.0 released
Michael Smith [Sun, 22 Jul 2007 14:17:36 +0000 (14:17 +0000)]
Version 1.73.0 released
Michael Smith [Sun, 22 Jul 2007 14:03:43 +0000 (14:03 +0000)]
Version 1.73.0 released
Michael Smith [Sun, 22 Jul 2007 12:36:42 +0000 (12:36 +0000)]
Fixed typo.
Michael Smith [Sun, 22 Jul 2007 12:19:19 +0000 (12:19 +0000)]
Added the man.authors.section.enabled and
man.copyright.section.enabled parameters. Set those to zero when
you want to suppress display of the auto-generated AUTHORS and
COPYRIGHT sections. Closes request #
1467806. Thanks to Daniel
Leidert.
Michael Smith [Sun, 22 Jul 2007 10:31:15 +0000 (10:31 +0000)]
Fixed typo.
Michael Smith [Sun, 22 Jul 2007 10:29:01 +0000 (10:29 +0000)]
Added support for auto-generating doc hyperlinks for names of
docbook-xsl PIs referenced in the docs.
Michael Smith [Sun, 22 Jul 2007 10:26:00 +0000 (10:26 +0000)]
Added handling for refsee@role=tcg sections.
Michael Smith [Sun, 22 Jul 2007 10:24:00 +0000 (10:24 +0000)]
Minor change to add more prominent "warning" in output of the
stylesheets that generate the elements and params list used in the
doc build.
Michael Smith [Sun, 22 Jul 2007 10:22:06 +0000 (10:22 +0000)]
Mark up PIs with tag@class=xmlpi so that they can get picked up an
formatted correctly by the doc build.
Michael Smith [Fri, 20 Jul 2007 17:01:16 +0000 (17:01 +0000)]
Added Latvian localization file, from Girts Ziemelis.
Mauritz Jeanson [Fri, 20 Jul 2007 16:49:00 +0000 (16:49 +0000)]
Modified refpurpose text.
Mauritz Jeanson [Fri, 20 Jul 2007 15:57:12 +0000 (15:57 +0000)]
Fixed typos, made some small changes.