]> granicus.if.org Git - docbook-dsssl/log
docbook-dsssl
18 years agoFixed bug #1445304 indexterm in biblioentry not handled correctly
Bob Stayton [Sun, 30 Apr 2006 08:49:50 +0000 (08:49 +0000)]
Fixed bug #1445304 indexterm in biblioentry not handled correctly
in bibliography.mode.

18 years agoNew image file with resolution set to 150dpi, works in
Bob Stayton [Sun, 30 Apr 2006 08:31:01 +0000 (08:31 +0000)]
New image file with resolution set to 150dpi, works in
fop 0.91, xep, antenna house.

18 years agoAdded the autotoc.label.in.hyperlink param.
Michael Smith [Thu, 27 Apr 2006 09:40:33 +0000 (09:40 +0000)]
Added the autotoc.label.in.hyperlink param.

If the value of autotoc.label.in.hyperlink is non-zero, labels are
included in hyperlinked titles in the TOC. If it is instead zero,
labels are still displayed prior to the hyperlinked titles, but
are not hyperlinked along with the titles.

Closes patch #1065868. Thanks to anatoly techtonik for the patch.

18 years agoAdded two new params: html.head.legalnotice.link.types and
Michael Smith [Thu, 27 Apr 2006 08:59:37 +0000 (08:59 +0000)]
Added two new params: html.head.legalnotice.link.types and
html.head.legalnotice.link.multiple.

If the value of the generate.legalnotice.link is non-zero, then
the stylesheet generates (in the head section of the HTML source)
either a single HTML link element or, if the value of the
html.head.legalnotice.link.multiple is non-zero, one link element
for each link type specified. Each link has the following
attributes:

  - a rel attribute whose value is derived from the value of
    html.head.legalnotice.link.types

  - an href attribute whose value is set to the URL of the file
    containing the legalnotice

  - a title attribute whose value is set to the title of the
    corresponding legalnotice (or a title programatically
    determined by the stylesheet)

For example:

  <link rel="copyright" href="ln-id2524073.html" title="Legal Notice">

Closes #1476450. Thanks to Sam Steingold.

18 years agoApplied patch from Ville Skytt. Changes to comments/javadoc only.
Michael Smith [Thu, 27 Apr 2006 08:26:47 +0000 (08:26 +0000)]
Applied patch from Ville Skytt. Changes to comments/javadoc only.
Closes patch #613993.

18 years agoFixed borked markup.
Michael Smith [Wed, 26 Apr 2006 04:53:47 +0000 (04:53 +0000)]
Fixed borked markup.

18 years agoAdded the following params:
Michael Smith [Wed, 26 Apr 2006 04:38:28 +0000 (04:38 +0000)]
Added the following params:

  - man.indent.width (string-valued)
  - man.indent.refsect (boolean)
  - man.indent.blurbs (boolean)
  - man.indent.lists (boolean)
  - man.indent.verbatims (boolean)

Note that in earlier snapshots, man.indent.width was named
man.indentation.default.value and the boolean params had names
like man.indentation.*.adjust. Also the man.indent.blurbs param
was called man.indentation.authors.adjust (or something).

The behavior now is: If the value of a particular man.indent.*
boolean param is non-zero, the corresponding contents (refsect*,
list items, authorblurb/personblurb, vervatims) are displayed with
a left margin indented by a width equal to the value of
man.indent.width.

18 years agoAdded man.table.footnotes.divider param.
Michael Smith [Tue, 25 Apr 2006 16:07:48 +0000 (16:07 +0000)]
Added man.table.footnotes.divider param.

In each table that contains footenotes, the string specified by
the man.table.footnotes.divider parameter is output before the
list of footnotes for the table.

18 years agoAdded the man.output.in.separate.dir, man.output.base.dir, and
Michael Smith [Tue, 25 Apr 2006 09:38:26 +0000 (09:38 +0000)]
Added the man.output.in.separate.dir, man.output.base.dir, and
man.output.subdirs.enabled parameters.

The man.output.base.dir parameter specifies the base directory
into which man-page files are output. The
man.output.subdirs.enabled parameter controls whether the files
are output in subdirectories within the base directory.

The values of the man.output.base.dir and
man.output.subdirs.enabled parameters are used only if the value
of man.output.in.separate.dir parameter is non-zero. If the value
of man.output.in.separate.dir is zero, man-page files are not
output in a separate directory.

18 years agoAdded man.font.table.headings and man.font.table.title params,
Michael Smith [Tue, 25 Apr 2006 08:44:17 +0000 (08:44 +0000)]
Added man.font.table.headings and man.font.table.title params,
for controlling font in table headings and titles.

18 years agoCorrected oversight in param values.
Michael Smith [Tue, 25 Apr 2006 08:12:02 +0000 (08:12 +0000)]
Corrected oversight in param values.

18 years agoAdded man.font.funcsynopsisinfo and man.font.funcprototype
Michael Smith [Tue, 25 Apr 2006 08:02:20 +0000 (08:02 +0000)]
Added man.font.funcsynopsisinfo and man.font.funcprototype
params, for specifying the roff font (for example, BI, B, I) for
funcsynopsisinfo and funcprototype output.

18 years agoChanged to select="0" in refclass.suppress (instead of ..>0</..)
Michael Smith [Tue, 25 Apr 2006 06:52:58 +0000 (06:52 +0000)]
Changed to select="0" in refclass.suppress (instead of ..>0</..)

18 years agoAdded man.segtitle.suppress param.
Michael Smith [Tue, 25 Apr 2006 06:51:43 +0000 (06:51 +0000)]
Added man.segtitle.suppress param.

If the value of man.segtitle.suppress is non-zero, then display of
segtitle contents is suppressed in output.

18 years agoAdded man.output.manifest.enabled and man.output.manifest.filename params.
Michael Smith [Tue, 25 Apr 2006 06:31:24 +0000 (06:31 +0000)]
Added man.output.manifest.enabled and man.output.manifest.filename params.

If man.output.manifest.enabled is non-zero, a list of filenames
for man pages generated by the stylesheet transformation is
written to the file named by man.output.manifest.filename

18 years agoFixed typo.
Michael Smith [Tue, 25 Apr 2006 04:03:06 +0000 (04:03 +0000)]
Fixed typo.

18 years agoChanged embedded manpages customization layer to use man.output.*
Michael Smith [Tue, 25 Apr 2006 03:57:17 +0000 (03:57 +0000)]
Changed embedded manpages customization layer to use man.output.*
param names for controlling output directory.

18 years agoRemoved leftover refclass.suppress cruft.
Michael Smith [Tue, 25 Apr 2006 03:12:09 +0000 (03:12 +0000)]
Removed leftover refclass.suppress cruft.

18 years agoAdded refclass.suppress param.
Michael Smith [Tue, 25 Apr 2006 03:09:08 +0000 (03:09 +0000)]
Added refclass.suppress param.

If the value of refclass.suppress is non-zero, then display
refclass contents is suppressed in output. Affects HTML and FO
output only.

18 years agoFixed problem with test for fop.extensions in "floater" template.
Michael Smith [Tue, 25 Apr 2006 01:25:19 +0000 (01:25 +0000)]
Fixed problem with test for fop.extensions in "floater" template.
Closes #1475639. Thanks to Mauritz Jeanson for reporting.

18 years agoAdded refentry.meta.get.quietly param.
Michael Smith [Mon, 24 Apr 2006 05:52:56 +0000 (05:52 +0000)]
Added refentry.meta.get.quietly param.

If zero (the default), notes and warnings about "missing" markup
are generated during gathering of refentry metadata. If non-zero,
the metadata is gathered "quietly" -- that is, the notes and
warnings are suppressed.

NOTE: If you are processing a large amount of refentry content,
      you may be able to speed up processing significantly by
      setting a non-zero value for refentry.meta.get.quietly.

18 years agoChanged names of all boolean indentation params to man.indent.*
Michael Smith [Mon, 24 Apr 2006 03:17:40 +0000 (03:17 +0000)]
Changed names of all boolean indentation params to man.indent.*
Also discarded individual man.indent.*.value params and switched
to just using a common man.indent.width param (3n by default).

18 years agoFixed problem with synopsis content being mis-aligned.
Michael Smith [Mon, 24 Apr 2006 03:13:51 +0000 (03:13 +0000)]
Fixed problem with synopsis content being mis-aligned.

18 years agoFixed problem with man.output.* name conflict (forgot to update
Michael Smith [Mon, 24 Apr 2006 02:29:31 +0000 (02:29 +0000)]
Fixed problem with man.output.* name conflict (forgot to update
names in previous commit).

18 years agoAdded boolean man.output.in.separate.dir param, to control whether
Michael Smith [Sun, 23 Apr 2006 04:53:23 +0000 (04:53 +0000)]
Added boolean man.output.in.separate.dir param, to control whether
or not man files are output in separate directory.

18 years agoAdded some missing context items. Closes patch #1472583. Thanks to
Michael Smith [Sun, 23 Apr 2006 03:32:25 +0000 (03:32 +0000)]
Added some missing context items. Closes patch #1472583. Thanks to
Min Sik Kim for reporting.

18 years agoRemoved "called" and "the" gentext keys.
Michael Smith [Sun, 23 Apr 2006 03:06:40 +0000 (03:06 +0000)]
Removed "called" and "the" gentext keys.

18 years agoHandling of @entityref added back
Jirka Kosek [Sat, 22 Apr 2006 10:08:50 +0000 (10:08 +0000)]
Handling of @entityref added back

18 years agoDo not break // in URL
Jirka Kosek [Sat, 22 Apr 2006 09:37:00 +0000 (09:37 +0000)]
Do not break // in URL

18 years agoUse common xml:base fixup routine
Jirka Kosek [Fri, 21 Apr 2006 20:26:55 +0000 (20:26 +0000)]
Use common xml:base fixup routine

18 years agoWe must use file:///c:/ instead of c:/ because extension functions are choking on...
Jirka Kosek [Fri, 21 Apr 2006 20:24:19 +0000 (20:24 +0000)]
We must use file:///c:/ instead of c:/ because extension functions are choking on c:/. Grrrr.

18 years agoMove xml:base fiddling to named template: add-xml-base
Norman Walsh [Fri, 21 Apr 2006 20:10:44 +0000 (20:10 +0000)]
Move xml:base fiddling to named template: add-xml-base

18 years agoMake sure entityref gets expanded when stripping (there are no entity declarations...
Norman Walsh [Fri, 21 Apr 2006 20:07:34 +0000 (20:07 +0000)]
Make sure entityref gets expanded when stripping (there are no entity declarations in the stripped document)

18 years agoAttempt to deal with file:/c:/path correctly (c:/path)
Norman Walsh [Fri, 21 Apr 2006 19:52:39 +0000 (19:52 +0000)]
Attempt to deal with file:/c:/path correctly (c:/path)

18 years agoAdded comment about possible hacking to deal with graphic relative URI issue
Norman Walsh [Fri, 21 Apr 2006 16:12:15 +0000 (16:12 +0000)]
Added comment about possible hacking to deal with graphic relative URI issue

18 years agoAfter namespace stripping, the source document is the temporary tree
Norman Walsh [Fri, 21 Apr 2006 14:40:10 +0000 (14:40 +0000)]
After namespace stripping, the source document is the temporary tree
created by the stripping process and it has the wrong base URI for
relative references. Earlier versions of this code used to try to
fix that by patching the elements with relative @fileref attributes.
That was inadequate because it calculated an absolute base URI without
considering that there might be xml:base attributes already in effect.
It seems obvious now that the right thing to do is simply to put the
xml:base on the root of the document. And that seems to work.

18 years agoAdded convenience for testing the stripped results (commented out for productio)
Norman Walsh [Fri, 21 Apr 2006 14:37:19 +0000 (14:37 +0000)]
Added convenience for testing the stripped results (commented out for productio)

18 years agoDocBook V5.0 uses class="comment" for both XML/SGML comments
Jirka Kosek [Thu, 20 Apr 2006 12:27:58 +0000 (12:27 +0000)]
DocBook V5.0 uses class="comment" for both XML/SGML comments

18 years agoAlign free text with the syntax diagram of versioning schema
Jirka Kosek [Thu, 20 Apr 2006 06:29:54 +0000 (06:29 +0000)]
Align free text with the syntax diagram of versioning schema

18 years agoAdded description of a new versioning scheme
Jirka Kosek [Wed, 19 Apr 2006 21:38:12 +0000 (21:38 +0000)]
Added description of a new versioning scheme

18 years agoImproved support for task subelements
Jirka Kosek [Wed, 19 Apr 2006 13:38:37 +0000 (13:38 +0000)]
Improved support for task subelements

18 years agoFix bug #1471303: Comments cause incorrect <group> processing
Norman Walsh [Wed, 19 Apr 2006 12:47:23 +0000 (12:47 +0000)]
Fix bug #1471303: Comments cause incorrect <group> processing

18 years agoAdded missing anchor
Jirka Kosek [Wed, 19 Apr 2006 10:03:18 +0000 (10:03 +0000)]
Added missing anchor

18 years agoConditions for auto-generating index are aligned with the rest of stylesheets.
Jirka Kosek [Wed, 19 Apr 2006 08:45:52 +0000 (08:45 +0000)]
Conditions for auto-generating index are aligned with the rest of stylesheets.

18 years agoMakefile for creating wrapper files that combine source files for
Michael Smith [Wed, 19 Apr 2006 06:25:42 +0000 (06:25 +0000)]
Makefile for creating wrapper files that combine source files for
multiple DocBook doc instances.

18 years agoReplaced "echo" with "@echo" where appropriate, to suppress echo output.
Michael Smith [Wed, 19 Apr 2006 06:24:47 +0000 (06:24 +0000)]
Replaced "echo" with "@echo" where appropriate, to suppress echo output.

18 years agoAdded missing param declarations on several templates. Lack of
Michael Smith [Sun, 16 Apr 2006 04:25:29 +0000 (04:25 +0000)]
Added missing param declarations on several templates. Lack of
them was causing processing with Saxon to fail. Thanks to
Denis Bradford for reporting the problem.

18 years agoUpdated Farsi locale file with edits from Sina Khakbaz (by way of
Michael Smith [Sat, 15 Apr 2006 16:12:52 +0000 (16:12 +0000)]
Updated Farsi locale file with edits from Sina Khakbaz (by way of
Kia Teymourian).

18 years agoFixed bug #1309992. All elements with explicit ID are now added into help map file.
Jirka Kosek [Fri, 14 Apr 2006 19:20:59 +0000 (19:20 +0000)]
Fixed bug #1309992. All elements with explicit ID are now added into help map file.

18 years agoFixed bug # 1372895. Refentry is now handled properly.
Jirka Kosek [Fri, 14 Apr 2006 18:56:30 +0000 (18:56 +0000)]
Fixed bug # 1372895. Refentry is now handled properly.

18 years agoFixed bug #1431113. Profiling is now working with JavaHelp. Please note that using...
Jirka Kosek [Fri, 14 Apr 2006 18:49:24 +0000 (18:49 +0000)]
Fixed bug #1431113. Profiling is now working with JavaHelp. Please note that using $rootid is not fully supported with profiling and JavaHelp yet.

18 years agoIndexterm which are just ends of ranges are ignored
Jirka Kosek [Fri, 14 Apr 2006 18:35:03 +0000 (18:35 +0000)]
Indexterm which are just ends of ranges are ignored

18 years agoFixed bug # 1465290. Spaces are converted fo:leader only inside DocBook (non-namespac...
Jirka Kosek [Fri, 14 Apr 2006 18:11:23 +0000 (18:11 +0000)]
Fixed bug # 1465290. Spaces are converted fo:leader only inside DocBook (non-namespaced elements). Text nodes inside different namespaces (e.g. MathML, SVG) are left untouched.

18 years agoUpdated table converter to include context info when logging
Michael Smith [Fri, 14 Apr 2006 15:00:11 +0000 (15:00 +0000)]
Updated table converter to include context info when logging
warnings about nested tables.

18 years agoUpdated for CS-02 in preparation for submission for the OASIS Standard process
Norman Walsh [Fri, 14 Apr 2006 14:45:03 +0000 (14:45 +0000)]
Updated for CS-02 in preparation for submission for the OASIS Standard process

18 years agoAdjusted excludes to refine handling of Makefile.* files.
Michael Smith [Fri, 14 Apr 2006 14:16:36 +0000 (14:16 +0000)]
Adjusted excludes to refine handling of Makefile.* files.

18 years agoFixed problem that was preventing tools dir from being packaged.
Michael Smith [Fri, 14 Apr 2006 13:56:20 +0000 (13:56 +0000)]
Fixed problem that was preventing tools dir from being packaged.

18 years agoFixed small bug in new verbatim-indenting code.
Michael Smith [Fri, 14 Apr 2006 11:10:48 +0000 (11:10 +0000)]
Fixed small bug in new verbatim-indenting code.

18 years agoCreated a new message-logging named template, log.message, by
Michael Smith [Fri, 14 Apr 2006 10:22:41 +0000 (10:22 +0000)]
Created a new message-logging named template, log.message, by
generalizing the old refentry.emit.message template and moving it
out of common/refentry.xsl and into common/common.xsl

18 years agoAdded options for controlling indentation of verbatim output.
Michael Smith [Fri, 14 Apr 2006 08:41:41 +0000 (08:41 +0000)]
Added options for controlling indentation of verbatim output.
Controlled through the man.indentation.verbatims.adjust and
man.indentation.verbatims.value params. Closes #1242997

18 years agoAdded options for controlling indentation in lists and in *blurb
Michael Smith [Fri, 14 Apr 2006 08:25:36 +0000 (08:25 +0000)]
Added options for controlling indentation in lists and in *blurb
output in the AUTHORS section. Controlled through the
man.indentation.lists.adjust, man.indentation.lists.value,
man.indentation.authors.adjust, and man.indentation.authors.value
parameters. Default is 3 characters (instead of the roff default
of 8 characters). Closes #1449369.

Also, removed the indent that was being set on informalexample
outuput. I will instead add an option for indenting verbatims,
which I think is what the informalexample indent was intended for
originally.

18 years agoChanged line-spacing call before synopfragment to use ".sp -1n"
Michael Smith [Fri, 14 Apr 2006 06:12:34 +0000 (06:12 +0000)]
Changed line-spacing call before synopfragment to use ".sp -1n"
("n" units specified) instead of plain ".sp -1"

18 years agoAdded support for rendering figure titles correctly (with a line
Michael Smith [Fri, 14 Apr 2006 05:57:41 +0000 (05:57 +0000)]
Added support for rendering figure titles correctly (with a line
break before then and in bold).

18 years agoMoved Makefile.DocBook from contrib module to xsl module.
Michael Smith [Fri, 14 Apr 2006 05:11:33 +0000 (05:11 +0000)]
Moved Makefile.DocBook from contrib module to xsl module.

18 years agoAdded support for cleaning up output when man.base.dir and
Michael Smith [Fri, 14 Apr 2006 05:05:46 +0000 (05:05 +0000)]
Added support for cleaning up output when man.base.dir and
man.subdirs.enabled or in effect.

18 years agoAdded support for writing man files into a specific output
Michael Smith [Fri, 14 Apr 2006 04:58:31 +0000 (04:58 +0000)]
Added support for writing man files into a specific output
directory and into appropriate subdirectories within that output
directory. Controlled through the man.base.dir parameter (similar
to the base.dir support in the HTML stylesheet) and the
man.subdirs.enabled parameter, which automatically determines the
name of an appropriate subdir (for example, man/man7, man/man1,
etc.) based on the section number/manvolnum of the source Refentry.

Closes #1255036 and #1170317. Thanks to Denis Bradford for the
original feature request, and to Costin Stroie for submitting a
patch that was very helpful in implementing the support.

18 years agoFixed syntax used for calling XSLT process.
Michael Smith [Fri, 14 Apr 2006 01:42:30 +0000 (01:42 +0000)]
Fixed syntax used for calling XSLT process.

18 years agoRemoved include statement that was pulling in VERSION file. The
Michael Smith [Fri, 14 Apr 2006 00:17:15 +0000 (00:17 +0000)]
Removed include statement that was pulling in VERSION file. The
current standalone slides FO stylesheets don't do anything with
the VERSION data anyway, and after they're officially integrated,
will always be pulling in the docbook-xsl VERSION data anyway.

18 years agoRefined XPath statements and notification messages for refentry
Michael Smith [Thu, 13 Apr 2006 23:30:16 +0000 (23:30 +0000)]
Refined XPath statements and notification messages for refentry
metadata handling.

18 years agoReverted recent change that added template match for root. It's
Michael Smith [Thu, 13 Apr 2006 17:23:39 +0000 (17:23 +0000)]
Reverted recent change that added template match for root. It's
not needed. In fact, it breaks stuff.

18 years agoCorrected install.sh dependency.
Michael Smith [Thu, 13 Apr 2006 16:12:45 +0000 (16:12 +0000)]
Corrected install.sh dependency.

18 years agoMade "cat messages" also go to standard error.
Michael Smith [Thu, 13 Apr 2006 15:19:51 +0000 (15:19 +0000)]
Made "cat messages" also go to standard error.

18 years agoMade install.sh send all messages to standard error instead of
Michael Smith [Thu, 13 Apr 2006 14:50:12 +0000 (14:50 +0000)]
Made install.sh send all messages to standard error instead of
standard out.

18 years agoMade segtitle bold in FO output. Closes #948245. Thanks to
Michael Smith [Thu, 13 Apr 2006 11:22:41 +0000 (11:22 +0000)]
Made segtitle bold in FO output. Closes #948245. Thanks to
Alastair Rankine for reporting.

18 years agoCorrected behavior of test.sh script so that in can be invoked
Michael Smith [Thu, 13 Apr 2006 10:30:52 +0000 (10:30 +0000)]
Corrected behavior of test.sh script so that in can be invoked
from anywhere and still work correctly.

18 years agoAdded information on using the --batch switch.
Michael Smith [Thu, 13 Apr 2006 09:29:22 +0000 (09:29 +0000)]
Added information on using the --batch switch.

18 years agoAdded switch to install.sh to enable non-interactive (batch)
Michael Smith [Thu, 13 Apr 2006 09:23:52 +0000 (09:23 +0000)]
Added switch to install.sh to enable non-interactive (batch)
installs.

18 years agoChanged version numbers
Norman Walsh [Wed, 12 Apr 2006 17:44:51 +0000 (17:44 +0000)]
Changed version numbers

18 years agoV5.0b5
Norman Walsh [Wed, 12 Apr 2006 16:02:40 +0000 (16:02 +0000)]
V5.0b5

18 years agoFixed typo in refpurpose
Norman Walsh [Wed, 12 Apr 2006 16:00:55 +0000 (16:00 +0000)]
Fixed typo in refpurpose

18 years agoMade class on refmiscinfo a class/otherclass enumerated value attribute
Norman Walsh [Wed, 12 Apr 2006 12:42:42 +0000 (12:42 +0000)]
Made class on refmiscinfo a class/otherclass enumerated value attribute

18 years agoMinor description update.
Bob Stayton [Tue, 11 Apr 2006 18:16:15 +0000 (18:16 +0000)]
Minor description update.

18 years agoAdded message-prolog and message-epilog and
Michael Smith [Mon, 10 Apr 2006 14:15:28 +0000 (14:15 +0000)]
Added message-prolog and message-epilog and
suppress-context-node-name local params to the write.chunk and
write.text.chunk templates. They enable additional info to be
emitted before/after the "Writing..." message, and enable they
context-node name to be suppressed in output. The reason for
these additions is that the write.text.chunk template is
"repurposed" in manpages output for writing the names of soelim
stub files as well as "real" man pages, and also is used for
writing the manifest file, and it is useful to emit details about
the type of file it is writing each time.

18 years agoAdded refentry.emit.message utility templated and and
Michael Smith [Mon, 10 Apr 2006 11:11:52 +0000 (11:11 +0000)]
Added refentry.emit.message utility templated and and
refentry.emit.messages parameter for emitting note/warning
messages about missing markup.

18 years agoAdded support for copyright and legalnotice.
Michael Smith [Mon, 10 Apr 2006 01:55:16 +0000 (01:55 +0000)]
Added support for copyright and legalnotice.
The manpages stylesheets now output a COPYRIGHT section, after the
AUTHORS section, if a copyright or legalnotice is found in the
source. The section contains the copyright contents followed by
the legalnotice contents. Closes #1450209.

18 years agoFixed regression caused by recent changes to refentry metadata
Michael Smith [Sun, 9 Apr 2006 11:38:26 +0000 (11:38 +0000)]
Fixed regression caused by recent changes to refentry metadata
handling. Closes #1467100. Thanks to Daniel Leidert for reporting.

18 years agoAdded support for "software" and "sectdesc" class values on
Michael Smith [Sat, 8 Apr 2006 16:54:41 +0000 (16:54 +0000)]
Added support for "software" and "sectdesc" class values on
refmiscinfo; "software" is treated identically to "source", and
"setdesc" is treated identically to "manual".

18 years agoMade further refinements to the code for doing Refentry metadata
Michael Smith [Fri, 7 Apr 2006 18:36:06 +0000 (18:36 +0000)]
Made further refinements to the code for doing Refentry metadata
gathering; "normalized" the formatting of notification/warning
messages emitted during metadata gathering.

18 years agoSimplified XPath check for refentry "source" metadata.
Michael Smith [Fri, 7 Apr 2006 14:54:23 +0000 (14:54 +0000)]
Simplified XPath check for refentry "source" metadata.

18 years agoDrastically reworked all of the XPath expressions used in refentry
Michael Smith [Fri, 7 Apr 2006 12:21:25 +0000 (12:21 +0000)]
Drastically reworked all of the XPath expressions used in refentry
metadata gathering -- completely removed $parentinfo and turned
$info into a set of nodes that includes the *info contents of the
Refentry plus the *info contents all all of its ancestor
elements. The basic XPath expression now used throughout is (using
the example of checking for a date):

  (($info[//date])[last()]/date)[1].

That selects the "last" *info/date date in document order -- that
is, the one eitther on the Refentry itself or on the closest
ancestor to the Refentry.

It's likely this change may break some things; may need to pick
up some pieces later.

Also, changed the default value for the man.th.extra2.max.length
from 40 to 30.

18 years agoEnsure better postcript/PDF output from "man -Tps" by doing a
Michael Smith [Fri, 7 Apr 2006 07:15:05 +0000 (07:15 +0000)]
Ensure better postcript/PDF output from "man -Tps" by doing a
"negative" vertical space with  ".sp -1n" everywhere instead of
just ".sp -1".

18 years agoAdded some editor/othercredit stuff to refentry.002.xml.
Michael Smith [Fri, 7 Apr 2006 07:11:47 +0000 (07:11 +0000)]
Added some editor/othercredit stuff to refentry.002.xml.

18 years agoRemoved encoding on table.xsl stylesheet.
Michael Smith [Fri, 7 Apr 2006 04:34:01 +0000 (04:34 +0000)]
Removed encoding on table.xsl stylesheet.

18 years agoDid some comment cleanup on the table.xsl file.
Michael Smith [Fri, 7 Apr 2006 04:27:27 +0000 (04:27 +0000)]
Did some comment cleanup on the table.xsl file.

18 years agoFixed handling of punctuation for Funcparams in HTML output.
Michael Smith [Fri, 7 Apr 2006 01:03:31 +0000 (01:03 +0000)]
Fixed handling of punctuation for Funcparams in HTML output.
Closes #1213275.

18 years agoChanged test expression used for determining whether a term in a
Michael Smith [Fri, 7 Apr 2006 00:13:08 +0000 (00:13 +0000)]
Changed test expression used for determining whether a term in a
variablelist is the final term. Was using "position() = last()",
but that caused a fatal XPath error in xsltproc (though not in
Saxon); changed to "not(following-sibling::term)", which is
probably a better way of doing it anyway.

18 years agoStyle improvement
Jirka Kosek [Thu, 6 Apr 2006 21:00:19 +0000 (21:00 +0000)]
Style improvement

18 years agoAdded proposal of versioning section
Jirka Kosek [Thu, 6 Apr 2006 20:32:17 +0000 (20:32 +0000)]
Added proposal of versioning section

18 years agoAdjusted spacing around K&R-formatted Funcdef and Paramdef output
Michael Smith [Thu, 6 Apr 2006 14:39:59 +0000 (14:39 +0000)]
Adjusted spacing around K&R-formatted Funcdef and Paramdef output
such that it can more easily be discerned where one ends and the
other begins. Closes #1213264.

18 years agoMade handling of paramdef/parameter in FO output consistent with
Michael Smith [Thu, 6 Apr 2006 14:21:17 +0000 (14:21 +0000)]
Made handling of paramdef/parameter in FO output consistent with
that in HTML and manpages output. Closes #1213259.