summaryrefslogtreecommitdiff
path: root/textproc/docbook-xsl
AgeCommit message (Collapse)AuthorFilesLines
2003-07-22Update to 1.61.3: a bugfix release.jmmv3-7/+22
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-27Update to 1.61.2.wiz3-8/+42
Lots of bug fixes and improvements. o Initial support for timestamp PI. From now you can use <?dbtimestamp format="Y-m-d H:M:S"?> to get current datetime in your document. Added localization support for datetime PI o Added level 6 to test for section depth in section.level template so that section.title.level6.properties will be used for sections that are 6 deep or deeper. This should also cause a h6 to be created in html output. o Don't use SVG graphics if use.svg=0 o Now uses number-and-title-template for sections only if section.autolabel is not zero. o Added missing 'english-language-name' attribute to the l10n element, and the missing 'style' attribute to the template element so the current gentext documents will validate. o Corrected several references to parameter qanda.defaultlabel that were missing the "$". o Now accepts admon.textlabel parameter to turn off Note, Warning, etc. label. o FeatReq #684561: support more XEP metadata o Added hyphenation support. Added support for coref. Added beginpage support. (does nothing; see TDG). o Added support for hyphenation-character, hyphenation-push-character-count, and hyphenation-remain-character-count o Added root.properties, ebnf.assignment, and ebnf.statement.terminator o Support bgcolor PI in table cells; make sure rowsep and colsep don't have any effect on the last row or column o Handle othercredit on titlepage a little better o Applied fix from Jeff Beal that fixed the bug that put secondary page numbers on primary entries. Same with tertiary page numbers on secondary entries. o Added definition of missing variable collection. o Make footnote formatting 'normal' even when it occurs in a context that has special formatting o Added warning when glossary.collection is not blank, but it cannot open the specified file. o Pick up the frame attribute on table and informaltable. o indexdiv/title in non-autogenerated indexes are now picked up. o Removed (unused) component.title.properties o Move IDs from page-sequences down to titlepage blocks o Use proportional-column-width(1) on more tables. Use proportional-column-width() for header/footer tables; suppress relative-align when when using FOP o Check for glossterm.auto.link when linking firstterms; don't output gl. prefix on glossterm links o Generate Part ToCs o Support glossary, bibliography, and index in component ToCs. o Refactored chunking code so that customization of chunk algorithm and chunk elements is more practical o Support textobject/phrase on inlinemediaobject. o Support 'start' PI on ordered lists o Fixed test of $toc PI to turn on qandaset TOC. o Added process.chunk.footnotes to sect2 through 5 to fix bug of missing footnotes when chunk level greater than 1. o Added paramater toc.max.depth which controls maximal depth of ToC as requested by PHP-DOC group.
2003-04-10make ${PAX} usage consistent:grant1-5/+5
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2003-01-29Add a preliminary catalog file to resolve system entries with the localjmmv3-2/+18
installed files. Use textproc/xmlcatmgr/catalogs.mk to register it with the XML_CATALOGS variable. Bump PKGREVISION.
2003-01-27Update docbook-xsl to 1.60.1.grant3-6/+30
Changes since 1.59.2: Lots of bug fixes: * Attributes to control the templates are now namespace qualified. * Support use of titleabbrev in running headers and footers. * Added (experimental) xref.with.number.and.title parameter to enable number/title cross references even when the default would be just the number. * Generate part ToCs if they're requested. * Use proportional-column-width() in header/footer tables. * Handle alignment correctly when screenshot wraps a graphic in a figure. * Format chapter and appendix cross references consistently. * Attempt to support tables with multiple tgroups in FO. * Output fo:table-columns in simplelist tables. * Use titlepage.templates.xml for indexdiv and glossdiv formatting. * Improve support for new bibliography elements. * Added footnote.number.format, table.footnote.number.format, footnote.number.symbols, and table.footnote.number.symbols for better control of footnote markers. * Added glossentry.show.acronyms. * Suppress the draft-mode page masters when draft-mode is no. * Make blank pages verso not recto. D'Oh! * Improved formatting of ulink footnotes. * Fixed bugs in graphic width/height calculations. * Added class attributes to inline elements. * Don't add .html to the filenames identified with the dbhtml PI. * Don't force a ToC when sections contain refentrys. * Make section title sizes a function of the body.master.size.
2003-01-22Update docbook-xsl to 1.59.2. Changes follow:jmmv3-7/+27
Release 1.59.2 The 1.59.2 fixes an FO bug in the page masters that causes FOP to fail. o Removed the region-name from the region-body of blank pages. There's no reason to give the body of blank pages a unique name and doing so causes a mismatch that FOP detects. o Output IDs for the first paragraphs in listitems. o Fixed some small bugs in the handling of page numbers in double-sided mode. o Attempt to prevent duplicated IDs from being produced when endterm on xref points to something with nested structure. o Fix aligment problems in equations. o Output the type attribute on unordered lists (UL) in HTML only if the css.decoration parameter is true. o Calculate the font size in formal.title.properties so that it's 1.2 times the base font size, not a fixed "12pt". Release 1.59.1 The 1.59.1 fixes a few bugs. o Added Bulgarian localization. o Indexing improvements; localize book indexes to books but allow setindex to index an entire set. o The default value for rowsep and colsep is now "1" as per CALS. o Added support for titleabbrev (use them for cross references). o Improvements to mediaobject for selecting print vs. online images. o Added seperate property sets for figures, examples, equations, tabless, and procedures. o Make lineannotations italic. o Support xrefstyle attribute. o Make endterm on xref higher priority than xreflabel target. o Glossary formatting improvements.
2003-01-02Fix sh fragment to install files into the right place, and installgrant2-731/+726
additional files so that docbook.xsl can be used.
2002-12-26Install directories before using pax to copy files inside them. Shouldjmmv1-1/+3
solve problems shown in Hubert's bulk build.
2002-12-18Initial import of docbook-xsl-1.58.1.jmmv4-0/+1349
The DocBook XSL stylesheets provide a serie of ready-to-use templates to process documents based on the DocBook XML DTD. They can generate different types of output files, like XHTML, slides, manpages, JavaDoc... They are written in a modular fashion. Each of the HTML and FO stylesheets starts with a driver file that assembles a collection of component files into a complete stylesheet. This modular design puts similar things together into smaller files that are easier to write and maintain than one big stylesheet. Approved by wiz.