]> granicus.if.org Git - docbook-dsssl/log
docbook-dsssl
19 years agoRemoved colspan on tr elements since it is invalid and
Bob Stayton [Mon, 12 Sep 2005 08:10:03 +0000 (08:10 +0000)]
Removed colspan on tr elements since it is invalid and
already on the td anyway.  Fixes bug 1261832.

19 years agoCan you say infinite loop? I knew you could.
Norman Walsh [Sun, 11 Sep 2005 22:53:19 +0000 (22:53 +0000)]
Can you say infinite loop? I knew you could.

19 years agoarbortext.extensions supports the url(...) syntax.
Bob Stayton [Fri, 9 Sep 2005 18:50:49 +0000 (18:50 +0000)]
arbortext.extensions supports the url(...) syntax.

19 years agoAdded colon to list of delimiters for parsing datetime strings
Michael Smith [Fri, 9 Sep 2005 03:58:58 +0000 (03:58 +0000)]
Added colon to list of delimiters for parsing datetime strings
into tokens. Closes #1285053. Thanks to Jeroen Ruigrok for the bug
report, and to Mauritz Jeanson for spotting the cause.

19 years agoAppendixes inside article are considered for ToC
Jirka Kosek [Wed, 7 Sep 2005 16:52:57 +0000 (16:52 +0000)]
Appendixes inside article are considered for ToC

19 years agoRemoved catalog.xml from version control and updated build to
Michael Smith [Fri, 2 Sep 2005 06:50:52 +0000 (06:50 +0000)]
Removed catalog.xml from version control and updated build to
automatically generate it. (To ensure it always contains the
correct version number for the release.) Thanks to John L. Clark
for the suggestion.

19 years agoProcess not only subelements of book, but all content including PI (possibly custom).
Jirka Kosek [Thu, 1 Sep 2005 20:56:46 +0000 (20:56 +0000)]
Process not only subelements of book, but all content including PI (possibly custom).

19 years agoChanged version attribute on xsl:stylesheet from 1.1 to 1.0
Michael Smith [Sun, 28 Aug 2005 15:26:33 +0000 (15:26 +0000)]
Changed version attribute on xsl:stylesheet from 1.1 to 1.0

19 years agoFixed typo
Michael Smith [Sat, 27 Aug 2005 04:11:10 +0000 (04:11 +0000)]
Fixed typo

19 years agoChanged short descriptions in doc for *autolabel* params to match
Michael Smith [Sat, 27 Aug 2005 04:05:32 +0000 (04:05 +0000)]
Changed short descriptions in doc for *autolabel* params to match
new autolabel behavior.

19 years agoAttempt to support @dir more effectively
Norman Walsh [Wed, 24 Aug 2005 14:04:55 +0000 (14:04 +0000)]
Attempt to support @dir more effectively

19 years agoFixed bug in char attribute, where text-align was being set to
Bob Stayton [Tue, 16 Aug 2005 19:26:31 +0000 (19:26 +0000)]
Fixed bug in char attribute, where text-align was being set to
any char value, even if the align attribute was not 'char'.
The CALS spec says text-align set to the value of char only
if the align attribute is 'char'.

19 years agoVersion 1.69.1 released.
Michael Smith [Thu, 11 Aug 2005 23:31:07 +0000 (23:31 +0000)]
Version 1.69.1 released.

19 years agoVersion 1.69.1 released.
Michael Smith [Thu, 11 Aug 2005 23:29:01 +0000 (23:29 +0000)]
Version 1.69.1 released.

19 years agoUpdated for 1.69.1 release.
Michael Smith [Thu, 11 Aug 2005 23:27:13 +0000 (23:27 +0000)]
Updated for 1.69.1 release.

19 years agoSet default value of annotation.support param to 0 (off). Also,
Michael Smith [Thu, 11 Aug 2005 05:29:15 +0000 (05:29 +0000)]
Set default value of annotation.support param to 0 (off). Also,
wrapped contents of the apply-annotations template in a "if"
statement, so that those contents get evaluated only if
annotation.support is non-zero.

The reason for these changes was a report from Doug du Boulay (on
the docbook-apps list) that processing of the apply-annotations
template was consuming 75% of the total processing time for a
2.5Mb file. Anatoly Techtonik followed with a comment that with
1.69.0, "Compiling took about full working day on 12Mb file while
earlier it was about 2-4 hours".

19 years agoFixed check for first following siblings in lists.
Michael Smith [Thu, 11 Aug 2005 04:42:26 +0000 (04:42 +0000)]
Fixed check for first following siblings in lists.

19 years agoFix bug 1247565: missing attribute set on symbol entries.
Bob Stayton [Tue, 9 Aug 2005 09:40:21 +0000 (09:40 +0000)]
Fix bug 1247565: missing attribute set on symbol entries.

19 years agofo:table-body and fo:table-header now set start-indent and
Bob Stayton [Tue, 9 Aug 2005 09:30:44 +0000 (09:30 +0000)]
fo:table-body and fo:table-header now set start-indent and
end-indent to zero to reset the table reference areas.

19 years agoOutput .sp macro in mixed blocks where we were outputting
Michael Smith [Tue, 9 Aug 2005 09:11:02 +0000 (09:11 +0000)]
Output .sp macro in mixed blocks where we were outputting
completely blank line before. Thanks (again) to Costin Stroie for
pointing out the problems and providing a test case.

Also, corrected the test for checking first preceding siblings of
text nodes in mixed blocks (the test is used for determining
whether or not we need to insert a line break before those nodes.)

19 years agoAdded support for Apple Pages application
Steve Ball [Sat, 6 Aug 2005 04:01:46 +0000 (04:01 +0000)]
Added support for Apple Pages application

19 years agoFixed bug #1244478. Indexterms in informal objects are now getting correct page refer...
Jirka Kosek [Fri, 5 Aug 2005 19:20:50 +0000 (19:20 +0000)]
Fixed bug #1244478. Indexterms in informal objects are now getting correct page reference.

19 years agoKruft removal.
Michael Smith [Fri, 5 Aug 2005 08:52:51 +0000 (08:52 +0000)]
Kruft removal.

19 years agoFixed bug that caused literal .sp to show up in output. (Thanks to
Michael Smith [Fri, 5 Aug 2005 08:09:50 +0000 (08:09 +0000)]
Fixed bug that caused literal .sp to show up in output. (Thanks to
Costin Stroie for reporting).

WARNING: One of the consequences of this change is that the
stylesheet no longer generates spaces at the end of certain lines.
I had it doing that as a sort of hack to prevent certain kinds of
problems in output. It seems like the hack my no longer be
necessary. But if I am wrong, this change may cause spaces to show
up at the beginning of some lines in "mixed content". If you see
those, then this change has introduced a regression, and I will
need to go back and figure out the right way to fix it (instead of
the kludgy way I was doing it before.

Also, instances like the following were showing up in some cases.

  .PP
  .sp

That is, a .PP macro immediately followed by a .sp macro. I can
think of no good read to ever generate that, and I am not sure why
it is getting generated. So I have taked the lazy way out and
caused the stylesheet to now strip out the .sp from all such
instances, leaving just the .PP

19 years agoAdd cf to exclude-result-prefixes because it is for internal use only.
Bob Stayton [Thu, 4 Aug 2005 07:03:47 +0000 (07:03 +0000)]
Add cf to exclude-result-prefixes because it is for internal use only.

19 years agoChanged default part numbering format back to 'I'.
Bob Stayton [Thu, 28 Jul 2005 03:57:58 +0000 (03:57 +0000)]
Changed default part numbering format back to 'I'.

19 years agoFixed starting page number for first part element in single-sided output.
Bob Stayton [Wed, 27 Jul 2005 17:16:36 +0000 (17:16 +0000)]
Fixed starting page number for first part element in single-sided output.

19 years agoFixed handling of lists with titles. Also reworked handling of
Michael Smith [Sun, 24 Jul 2005 14:10:31 +0000 (14:10 +0000)]
Fixed handling of lists with titles. Also reworked handling of
space around lists. (Closes #1243003 and 1241371).

Among other things, this change "normalizes" line space before and
after verbatims. For most cases, the stylesheet now attempts to
ensure each verbatim is preceded and followed by exactly one line
of space.

19 years agoMake appendixes use upperalpha numeration
Norman Walsh [Wed, 20 Jul 2005 13:57:01 +0000 (13:57 +0000)]
Make appendixes use upperalpha numeration

19 years agoMade a couple of fixes for handling release uploads correctly.
Michael Smith [Mon, 18 Jul 2005 05:44:43 +0000 (05:44 +0000)]
Made a couple of fixes for handling release uploads correctly.

19 years agoVersion 1.69.0 released.
Michael Smith [Mon, 18 Jul 2005 01:44:15 +0000 (01:44 +0000)]
Version 1.69.0 released.

19 years agoFinal changes for 1.69.0 release.
Michael Smith [Mon, 18 Jul 2005 01:38:51 +0000 (01:38 +0000)]
Final changes for 1.69.0 release.

19 years agoIgnore annotations.xsl
Michael Smith [Mon, 18 Jul 2005 01:36:44 +0000 (01:36 +0000)]
Ignore annotations.xsl

19 years agoAdded parameter for the annotation CSS
Norman Walsh [Thu, 14 Jul 2005 17:04:25 +0000 (17:04 +0000)]
Added parameter for the annotation CSS

19 years agoAdded a first cut at support for DocBook 5 style annotations
Norman Walsh [Thu, 14 Jul 2005 14:30:44 +0000 (14:30 +0000)]
Added a first cut at support for DocBook 5 style annotations

19 years agoAdded bullet to set of string-substitution chars.
Michael Smith [Thu, 14 Jul 2005 12:20:11 +0000 (12:20 +0000)]
Added bullet to set of string-substitution chars.

19 years agoUse string value of link contents in link list so character
Michael Smith [Thu, 14 Jul 2005 11:38:18 +0000 (11:38 +0000)]
Use string value of link contents in link list so character
formatting is "normalized" (no bold or ital).

19 years agoCheckpointing. Still need to add FO section.
Michael Smith [Thu, 14 Jul 2005 05:34:08 +0000 (05:34 +0000)]
Checkpointing. Still need to add FO section.

19 years agoRemoved unnecessary .br requests.
Michael Smith [Thu, 14 Jul 2005 04:31:08 +0000 (04:31 +0000)]
Removed unnecessary .br requests.

19 years agoRemoved unnecessary .LP requests that were being generated after
Michael Smith [Wed, 13 Jul 2005 17:03:08 +0000 (17:03 +0000)]
Removed unnecessary .LP requests that were being generated after
lists. I don't know why those were there, but they have apparently
been in since the code was first added to the repository.

19 years agoPrevent hyphenation of computer inlines, filenames, and URLs.
Michael Smith [Wed, 13 Jul 2005 03:57:50 +0000 (03:57 +0000)]
Prevent hyphenation of computer inlines, filenames, and URLs.
(Closes #1124391; thanks to Ryan Hofschneider for reporting).

By default, even when hyphenation is enabled (globally),
hyphenation is now suppressed for "computer inlines" (currently,
just classname, constant, envar, errorcode, option, replaceable,
userinput, type, varname -- but probably need to add more) and for
filenames, and for URLs from Ulink.

It can be (re)enabled using the man.hyphenate.computer.inlines,
man.hyphenate.filenames, and man.hyphenate.urls params.

19 years agoMade Funcsynopsisinfo bold, and made it a proper .PP block, and
Michael Smith [Wed, 13 Jul 2005 03:48:44 +0000 (03:48 +0000)]
Made Funcsynopsisinfo bold, and made it a proper .PP block, and
removed the extra space (.sp) that was being added after it.

19 years agoBoldface everything in Funcsynopsis output except params.
Michael Smith [Tue, 12 Jul 2005 13:51:44 +0000 (13:51 +0000)]
Boldface everything in Funcsynopsis output except params.
Closes #1236641.

The man(7) man page says:

  For functions, the arguments are always specified using italics,
  even in the SYNOPSIS section, where the rest of the function is
  specified in bold:

A look through the contents of the man/man2 directory shows that
most (all) existing pages do follow this "everything in bold" rule.

That means the <type> content and any punctuation (parens,
semicolons, varargs) also must be bolded.

19 years agoAdded substitutions for \& and \%
Michael Smith [Tue, 12 Jul 2005 11:44:02 +0000 (11:44 +0000)]
Added substitutions for \& and \%

19 years agoAdded support for suppressing hyphenation of "computer inlines"
Michael Smith [Tue, 12 Jul 2005 10:37:47 +0000 (10:37 +0000)]
Added support for suppressing hyphenation of "computer inlines"
and filenames and URLs. More details to follow with param
checkins.

19 years agoadded subtitles, fixed itemizedlist
Steve Ball [Tue, 12 Jul 2005 01:21:15 +0000 (01:21 +0000)]
added subtitles, fixed itemizedlist

19 years agoAdded "References"
Michael Smith [Tue, 12 Jul 2005 00:15:27 +0000 (00:15 +0000)]
Added "References"

19 years agoRemoved obsolete templates using mode="component.number".
Bob Stayton [Mon, 11 Jul 2005 15:30:25 +0000 (15:30 +0000)]
Removed obsolete templates using mode="component.number".

19 years agoImplemented out-of-line handling of URLs for links (Ulinks).
Michael Smith [Mon, 11 Jul 2005 10:29:58 +0000 (10:29 +0000)]
Implemented out-of-line handling of URLs for links (Ulinks).
(Closes #1234711 and #1233909)

For display of links, this implementation gives users three choices:

  1. Number & list links. Each link is numbered and a numbered
     list of all links is added to the end of the document.

     or

  2. Only list links. Links are not numbered, but an (unnumbered)
     list of links is added to the end of the document.

     or

  3. Suppress links. Don't number links and don't add any list of
     links to the end of the document

Users can also choose whether links should be underlined.

Default is "the works" -- list, number, and underline links. The
man.links.* parameters can be used to change the defaults.

The default heading for the link list is REFERENCES. That can be
changed using the man.links.list.heading param.

There is a performance hit for listing and numbering links. But it
is not an unreasonable one.

The code currently only checks for Ulinks. It can be updated later
(possibly) to deal with DocBook NG linking. But come to think of
it, DocBook NG links get converted by the strip-ns template. So
DocBook NG users will just need to run that first. Or, if I can
ever manage to get the single-pass conversion process to work with
manpages, it will get done automatically.

19 years agoAdded man.links.list.enabled
Michael Smith [Mon, 11 Jul 2005 10:04:34 +0000 (10:04 +0000)]
Added man.links.list.enabled

19 years agoUpdated doc for link-related params.
Michael Smith [Mon, 11 Jul 2005 10:03:48 +0000 (10:03 +0000)]
Updated doc for link-related params.
Renamed man.links.section.heading to man.links.list.heading.

19 years agoStupid regex was breaking snapshot build. Fixed.
Michael Smith [Mon, 11 Jul 2005 08:58:00 +0000 (08:58 +0000)]
Stupid regex was breaking snapshot build. Fixed.

19 years agoAdded comment about non-breaking space.
Michael Smith [Mon, 11 Jul 2005 07:45:50 +0000 (07:45 +0000)]
Added comment about non-breaking space.

19 years agoUlink handling -- fixed performance issue (per-Refentry sets of
Michael Smith [Sun, 10 Jul 2005 16:39:04 +0000 (16:39 +0000)]
Ulink handling -- fixed performance issue (per-Refentry sets of
Ulinks are now assembled once per document and stored in a
global variable).

It now takes roughly on the order of 15 to 20 percent longer to
process a doc with links numbered than it does to process it with
links unnumbered. Which may sound like a lot, but with a doc that
has 100+ links, on my machine, that still amounts to less than a
one-second difference (only about 0.7 seconds).

19 years agoulink handling now working as expected; but performance is poor
Michael Smith [Sun, 10 Jul 2005 11:37:33 +0000 (11:37 +0000)]
ulink handling now working as expected; but performance is poor
for docs that have a lot of ulinks; that needs to be fixed

19 years agoCheckpointing further ulink changes.
Michael Smith [Sun, 10 Jul 2005 09:56:58 +0000 (09:56 +0000)]
Checkpointing further ulink changes.

19 years agoUpdated reference pages to support number format options.
Bob Stayton [Sun, 10 Jul 2005 09:12:59 +0000 (09:12 +0000)]
Updated reference pages to support number format options.

19 years agoAdded template to process part element in mode object.title.template
Bob Stayton [Sun, 10 Jul 2005 08:54:39 +0000 (08:54 +0000)]
Added template to process part element in mode object.title.template
so it can properly choose gentext template for numbered
or unnumbered parts.

19 years agoAdded part templates in contexts title-numbered and title-unnumbered.
Bob Stayton [Sun, 10 Jul 2005 08:39:03 +0000 (08:39 +0000)]
Added part templates in contexts title-numbered and title-unnumbered.

19 years agoFixed missing "Part n." label for part titles.
Bob Stayton [Sun, 10 Jul 2005 08:27:58 +0000 (08:27 +0000)]
Fixed missing "Part n." label for part titles.

19 years agoAdded support for specifying number format for auto labels for
Bob Stayton [Sun, 10 Jul 2005 08:14:08 +0000 (08:14 +0000)]
Added support for specifying number format for auto labels for
chapter, appendix, part, preface from patch #1234737
to satsify feature request #1178038.

19 years agoCheckpointing further ulink changes. All visible links are now
Michael Smith [Sat, 9 Jul 2005 10:07:58 +0000 (10:07 +0000)]
Checkpointing further ulink changes. All visible links are now
displayed in the link list, and numbered. But it performance
leaves something to be desired. And not working properly for case
where document contains multiple Refentry.

19 years agoCheckpointing. Now link list contains unique URLs (removes dupes),
Michael Smith [Sat, 9 Jul 2005 09:00:14 +0000 (09:00 +0000)]
Checkpointing. Now link list contains unique URLs (removes dupes),
but needs more work -- some URLs are getting suppressed that
shouldn't be; one symptom of that is that numbering is thrown off.

19 years agoApplied patch #850001 to add content-type property to
Bob Stayton [Sat, 9 Jul 2005 07:57:54 +0000 (07:57 +0000)]
Applied patch #850001 to add content-type property to
external-graphic element based on imagedata format attribute.

19 years agoulink fixes. (initial implementation of out-of-line handling of ulinks)
Michael Smith [Sat, 9 Jul 2005 07:41:58 +0000 (07:41 +0000)]
ulink fixes. (initial implementation of out-of-line handling of ulinks)

19 years agoAdded new params for controlling link handling.
Michael Smith [Fri, 8 Jul 2005 14:37:09 +0000 (14:37 +0000)]
Added new params for controlling link handling.

19 years agoSet type value for man.charmap.uri to "uri"
Michael Smith [Fri, 8 Jul 2005 14:35:55 +0000 (14:35 +0000)]
Set type value for man.charmap.uri to "uri"

19 years agoAdded prepend-pad function for right-padding strings to a specific
Michael Smith [Fri, 8 Jul 2005 10:35:55 +0000 (10:35 +0000)]
Added prepend-pad function for right-padding strings to a specific
length.

19 years agoRemoved redundant template.
Michael Smith [Fri, 8 Jul 2005 10:21:31 +0000 (10:21 +0000)]
Removed redundant template.

19 years agoBibliography in article shouldn't be centered. This stuff really must be refactored...
Jirka Kosek [Fri, 8 Jul 2005 09:40:49 +0000 (09:40 +0000)]
Bibliography in article shouldn't be centered. This stuff really must be refactored better way!

19 years agoAdd "date" namespace.
Michael Smith [Fri, 8 Jul 2005 08:41:01 +0000 (08:41 +0000)]
Add "date" namespace.

19 years agoAdded trademark and servicemark mappings.
Michael Smith [Fri, 8 Jul 2005 04:11:39 +0000 (04:11 +0000)]
Added trademark and servicemark mappings.

19 years agoTypos and wording tweaks (to sync up with language in the release
Michael Smith [Wed, 6 Jul 2005 10:39:51 +0000 (10:39 +0000)]
Typos and wording tweaks (to sync up with language in the release
notes)

19 years ago(internal) Added support for TDG hyperlinking with <tag> (instead
Michael Smith [Wed, 6 Jul 2005 05:16:18 +0000 (05:16 +0000)]
(internal) Added support for TDG hyperlinking with <tag> (instead
of just <sgmltag>. Also added support for ignoring <tag>s and
<sgmltag>s that have a "namespace" attribute whose value contains
"http://docbook.sf.net/" or "http://docbook.sourceforge.net/"
(that is, those don't get turned into TDG hyperlinks).

(Note: This change has no effect on the behavior of the DocBook XSL
stylesheets; it only affects the build used to create the actual)
DocBook XSL releases.)

19 years agoReplaced duplicated "charmap" IDs with good ones.
Michael Smith [Wed, 6 Jul 2005 05:12:08 +0000 (05:12 +0000)]
Replaced duplicated "charmap" IDs with good ones.

19 years agoAdded "namespace" attributes to non-DocBook <tag>s, to prevent
Michael Smith [Wed, 6 Jul 2005 05:07:25 +0000 (05:07 +0000)]
Added "namespace" attributes to non-DocBook <tag>s, to prevent
them from being converted to TDG hyperlinks.

19 years agoFixed typo.
Michael Smith [Tue, 5 Jul 2005 11:44:01 +0000 (11:44 +0000)]
Fixed typo.

19 years agoAdded not about setting man.output.quietly to speed up processing
Michael Smith [Tue, 5 Jul 2005 11:42:16 +0000 (11:42 +0000)]
Added not about setting man.output.quietly to speed up processing
time.

19 years agoRemoved leftover debugging variables.
Michael Smith [Tue, 5 Jul 2005 11:37:42 +0000 (11:37 +0000)]
Removed leftover debugging variables.

19 years agoAdded support for enabling users to control what appears and does
Michael Smith [Tue, 5 Jul 2005 11:32:42 +0000 (11:32 +0000)]
Added support for enabling users to control what appears and does
not appear in the content of the .TH title-line header/footer.
(Closes #1210492)

19 years agoUse utility.xsl
Michael Smith [Tue, 5 Jul 2005 09:55:30 +0000 (09:55 +0000)]
Use utility.xsl

19 years agoRenamed general.xsl to utility.xsl.
Michael Smith [Tue, 5 Jul 2005 09:54:46 +0000 (09:54 +0000)]
Renamed general.xsl to utility.xsl.

19 years agoImplemented output-independent mechanism for gathering refentry
Michael Smith [Tue, 5 Jul 2005 09:34:41 +0000 (09:34 +0000)]
Implemented output-independent mechanism for gathering refentry
metadata, along with a customization parameters for tuning it.
(Closes #1232541)

19 years agoImplemented capability for users to customize "refentry metadata
Michael Smith [Tue, 5 Jul 2005 09:19:17 +0000 (09:19 +0000)]
Implemented capability for users to customize "refentry metadata
gathering" by specifying XPath expressions to use as "info
profiles" for gathering the data, and, in some cases, to suppress
parts of the data collected.

19 years agoAdded params to support makin "metadata gathering" independent of
Michael Smith [Tue, 5 Jul 2005 07:10:00 +0000 (07:10 +0000)]
Added params to support makin "metadata gathering" independent of
output format (initial change for #1232541, more to follow shortly).

19 years agoAdded man.subheading.divider.enabled flag and tweaked doc for
Michael Smith [Tue, 5 Jul 2005 03:51:11 +0000 (03:51 +0000)]
Added man.subheading.divider.enabled flag and tweaked doc for
man.subheading.divider

19 years agoAdded the following substitutions:
Michael Smith [Tue, 5 Jul 2005 03:49:25 +0000 (03:49 +0000)]
Added the following substitutions:

  <!-- * non-breaking space
  <substitution oldstring="&#x00a0;" newstring="\ "/>
  <!-- * copyright sign
  <substitution oldstring="&#x00a9;" newstring="\(co"/>
  <!-- * registered sign
  <substitution oldstring="&#x00ae;" newstring="\(rg"/>
  <!-- * left double quote
  <substitution oldstring="&#x201c;" newstring="\(lq"/>
  <!-- * right double quote
  <substitution oldstring="&#x201d;" newstring="\(rq"/>
  <!-- * left single quote
  <substitution oldstring="&#x2018;" newstring="\(oq"/>
  <!-- * right single quote
  <substitution oldstring="&#x2019;" newstring="\(cq"/>

The reason is that those are all characters that the DocBook XSL
stylesheets themselves generate under certain circumstances; so
dealing with them in man.string.subst.map ensures they will always
be replaced, even if man.charmap.enabled is zero.

19 years agoDid some reorganizing.
Michael Smith [Tue, 5 Jul 2005 02:49:13 +0000 (02:49 +0000)]
Did some reorganizing.

- Moved prepare.manpage.contents template out of general.xsl file
  and into other.xsl; general.xsl templates are now all templates
  that are called multiple times for each refentry, while
  templates in other.xsl are called only once per each refentry.

- Removed get.metadata template; refentry metadata gathering is
  now done by common/refentry.xsl in a way that is independent of
  the final output format; so the common/refentry.xsl templates
  can be called not just by manpages stylesheets, but by
  stylesheets for any other output format

- Added a write.man.file template. This is basically just a
  wrapper around the write.text.chunk template; it takes "name"
  and "section" params, assembles those into a filename, then
  passes that filename to write.text.chunk

19 years agoAdded evaluate.info.profile template.
Michael Smith [Tue, 5 Jul 2005 00:54:57 +0000 (00:54 +0000)]
Added evaluate.info.profile template.

19 years agoUpdate header comment.
Michael Smith [Tue, 5 Jul 2005 00:33:49 +0000 (00:33 +0000)]
Update header comment.

19 years agoAdded trademark/productname template.
Michael Smith [Tue, 5 Jul 2005 00:22:21 +0000 (00:22 +0000)]
Added trademark/productname template.

This template causes true Unicode characters to be output for the
"copyright" and "registered" symbols (which be default then get
replaced by the apply-string-subst-map template). It outputs the
string "(TM)" for trademark (because roff "\(tm" output is not
good) and "(SM)" for servicemark.

19 years agosuppress Abstract
Michael Smith [Tue, 5 Jul 2005 00:17:54 +0000 (00:17 +0000)]
suppress Abstract

19 years agoCleaned up redundancies in refnamediv and refsynopsisdiv title handling.
Michael Smith [Tue, 5 Jul 2005 00:15:52 +0000 (00:15 +0000)]
Cleaned up redundancies in refnamediv and refsynopsisdiv title handling.

19 years agoAdded refentry metadata-gathering documentation.
Michael Smith [Tue, 5 Jul 2005 00:06:41 +0000 (00:06 +0000)]
Added refentry metadata-gathering documentation.

19 years agoChanged title.
Michael Smith [Mon, 4 Jul 2005 23:57:32 +0000 (23:57 +0000)]
Changed title.

19 years agoInitial add.
Michael Smith [Mon, 4 Jul 2005 23:51:51 +0000 (23:51 +0000)]
Initial add.

This file provides templates for gathering refentry metadata. The
templates are currently only called by the manpages stylesheets,
but they are designed to be generally useful.

19 years agoinitial add
Michael Smith [Mon, 4 Jul 2005 12:16:43 +0000 (12:16 +0000)]
initial add

19 years agoAdd start-indent="0pt" to counteract any body.start.indent
Bob Stayton [Mon, 4 Jul 2005 05:23:17 +0000 (05:23 +0000)]
Add start-indent="0pt" to counteract any body.start.indent
on an index that is in an article.

19 years agoAdded improved letters localization from Vitaly Ostanin
Jirka Kosek [Fri, 1 Jul 2005 13:28:50 +0000 (13:28 +0000)]
Added improved letters localization from Vitaly Ostanin

19 years agoCheckpointing. In the middle of tinkering with composition of the
Michael Smith [Fri, 1 Jul 2005 13:24:49 +0000 (13:24 +0000)]
Checkpointing. In the middle of tinkering with composition of the
.TH title line. Started pulling at thread and unwound things. This
works as-is now (not broken) but is not finished.