changelog
来自「opennms得相关源码 请大家看看」· 代码 · 共 1,740 行 · 第 1/5 页
TXT
1,740 行
a generated ID so the link to it from the TOC failed. * formal.xsl: Added title parameter to formal.object.heading since the match="abstract" template is trying to use it with such a parameter.2004-03-25 Jirka Kosek <kosek@users.sourceforge.net> * graphics.xsl: Support default textdata encoding also on files included via imagedata and inlinegraphics.2004-03-25 Norman Walsh <nwalsh@users.sourceforge.net> * graphics.xsl: Fix typo in attribute quoting2004-03-24 Jirka Kosek <kosek@users.sourceforge.net> * Makefile.param, graphics.xsl, param.ent, param.xweb: Added Saxon support for encoding attribute on textdata. Added new parameter textdata.default.encoding which specifies encoding when encoding attribute on textdata is missing.2004-02-13 Robert Stayton <bobstayton@users.sourceforge.net> * biblio.xsl, glossary.xsl, index.xsl: Removed obsolete component.title.mode templates.2004-01-29 Norman Walsh <nwalsh@users.sourceforge.net> * autotoc.xsl: Use titleabbrev in ToC * biblio.xsl: Support info in bibliography mode; support personblurb as an alternative to authorblurb * component.xsl: Support 'info' * docbook.xsl: Support DocBook NG by way of the following hack: if we find an NG document, do an identity transform to throw away the NG namespace and then process the result. Requires exsl:node-set(). * docbookng.xsl: New file. * inline.xsl: Support 'tag' as a synonym for 'sgmltag' * lists.xsl: Make simpara in callout magic; don't output a p inside the li. Sigh. * table.xsl: Support bgcolor and class dbhtml PIs on table rows * titlepage.xsl: Support personblurb as a synonym for authorblurb * xref.xsl: Support xref to personblurb the same way as authorblurb2004-01-08 Norman Walsh <nwalsh@users.sourceforge.net> * biblio.xsl: Initial support for bibliolist * table.xsl: Abort if there's no @cols2003-12-31 Jirka Kosek <kosek@users.sourceforge.net> * autoidx-ng.xsl: New file.2003-12-30 Robert Stayton <bobstayton@users.sourceforge.net> * biblio.xsl, xref.xsl: Changed document($bibliography.collection) to document($bibliography.collection,.) so it will look in the current directory instead of the stylesheet directory. * graphics.xsl: Fixed test for graphic inside inlineequation. * xref.xsl: Added refsection to mode="xref-to" to support xref to refsection.2003-12-15 Norman Walsh <nwalsh@users.sourceforge.net> * chunk-common.xsl: Fix ugly performance problem in footer.navigation (thanks again Guillaume du Bourguet)2003-12-12 Robert Stayton <bobstayton@users.sourceforge.net> * inline.xsl: Fix bug [ 841586 ] id-attibute in firstterm prohibits link to glossary.2003-12-09 Robert Stayton <bobstayton@users.sourceforge.net> * autotoc.xsl: Omit setindex from TOC if $generate.index = 02003-12-05 Robert Stayton <bobstayton@users.sourceforge.net> * table.xsl: Now colwidth="*" treated as colwidth="1*" for tablecolumns extension.2003-12-01 Robert Stayton <bobstayton@users.sourceforge.net> * lists.xsl: Processing of listitems now processes and preserves order of comments and PIs.2003-11-30 Robert Stayton <bobstayton@users.sourceforge.net> * autoidx.xsl, changebars.xsl, chunk-code.xsl, chunk-common.xsl, chunk.xsl, chunker.xsl, chunkfast.xsl, chunktoc.xsl, html-rtf.xsl, htmltbl.xsl, maketoc.xsl, manifest.xsl, oldchunker.xsl, onechunk.xsl, profile-chunk.xsl, profile-onechunk.xsl, task.xsl: Added CVS $Id$ comments.2003-11-29 Jirka Kosek <kosek@users.sourceforge.net> * Makefile.param, param.ent, param.xweb: Added new HTML Help parameters from patches by W. Borgert2003-11-25 Norman Walsh <nwalsh@users.sourceforge.net> * chunk-common.xsl: Experimental fix for some xref linking issues in cases where dbhtml 'dir' is used.2003-11-24 Norman Walsh <nwalsh@users.sourceforge.net> * chunk-common.xsl: Fix ugly performance problem with chunking (thanks Guillaume du Bourguet) * glossary.xsl: Fix bugs in formatting of glosslist2003-11-23 Norman Walsh <nwalsh@users.sourceforge.net> * inline.xsl: Support code inline2003-11-02 Robert Stayton <bobstayton@users.sourceforge.net> * chunk-common.xsl: Moved call to user.head.content to just before </head> to give the user the last word.2003-10-23 <uid50791@users.sourceforge.net> * chunk-code.xsl: Remove index from Next and Previous when $generate.index = 0.2003-10-03 Norman Walsh <nwalsh@users.sourceforge.net> * lists.xsl: Support stepalternatives2003-09-28 Norman Walsh <nwalsh@users.sourceforge.net> * index.xsl: Handle indexdiv/title properly * lists.xsl: Bug #779655: fix PIs and comments in segmented lists2003-09-27 Norman Walsh <nwalsh@users.sourceforge.net> * block.xsl, qandaset.xsl: Bug #687783: attempt rudimentary support for blockinfo2003-09-23 Jirka Kosek <kosek@users.sourceforge.net> * Makefile.param, html.xsl, manifest.xsl, param.ent, param.xweb: Added new parameter manifest.in.base.dir which can be used to place manifest file and also project files for HTML Help and Eclipse Help into base.dir. This improvement also fixes bug (feature) #662955.2003-08-29 Robert Stayton <bobstayton@users.sourceforge.net> * autotoc.xsl: Fixed bug in new toc.line template. * chunker.xsl: No change, just new timestamp so html2xhtml.xsl will update it when generate the xhtml version.2003-08-29 Norman Walsh <nwalsh@users.sourceforge.net> * inline.xsl: Rudimentary support for @dir2003-08-27 Norman Walsh <nwalsh@users.sourceforge.net> * docbook.xsl, formal.xsl, htmltbl.xsl, table.xsl: Reorganize code for consistency with FO; check for obviously broken tables * docbook.xsl, task.xsl: Support task * formal.xsl, table.xsl: Support HTML tables * inline.xsl: Support uri * verbatim.xsl: Support startinglinenumber and continuation on verbatim environments2003-08-07 Robert Stayton <bobstayton@users.sourceforge.net> * callout.xsl: Fixed callout numbering bug when <co> inside an inline.2003-08-04 Robert Stayton <bobstayton@users.sourceforge.net> * qandaset.xsl: Fixed logic for turning on qandaset/qandadiv TOCs with generate.toc param or dbhtml toc PI.2003-08-01 Robert Stayton <bobstayton@users.sourceforge.net> * titlepage.xsl: Moved email in "author" template to appear after the affiliation.2003-07-31 Jirka Kosek <kosek@users.sourceforge.net> * Makefile.param, param.xweb: Added missing parameter2003-07-31 Robert Stayton <bobstayton@users.sourceforge.net> * qandaset.xsl: Fixed extraneous dot when defaultlabel=qanda. * qandaset.xsl: Removed extraneous dot from question in autotoc mode as well when defaultlabel=qanda.2003-07-25 Robert Stayton <bobstayton@users.sourceforge.net> * param.ent: Added insert.xref.page.number with value of zero to ensure that xrefstyle attributes don't try to generate a page number reference for HTML output. This parameter does not show up in the HTML doc because it is not to be changed. * param.ent, param.xweb: Added xref.label-title.separator, xref.label-page.separator, and xref.title-page.separator parameters to support the xrefstyle select: feature.2003-07-22 Jirka Kosek <kosek@users.sourceforge.net> * Makefile.param, param.ent, param.xweb: Added support for Eclipse Help Platform * html.xsl: Moving template to place where it can be reused2003-07-21 Robert Stayton <bobstayton@users.sourceforge.net> * autotoc.xsl: Added a toc.line template to handle formatting of each line in a TOC, similar to that in the FO side. Makes customizing HTML toc easier.2003-07-17 Robert Stayton <bobstayton@users.sourceforge.net> * graphics.xsl: Image depth calculation was using nominal.image.width when it should have been using nominal.image.depth.2003-07-10 Robert Stayton <bobstayton@users.sourceforge.net> * lists.xsl: Added no-op templates for list titleabbrev elements.2003-07-08 Robert Stayton <bobstayton@users.sourceforge.net> * maketoc.xsl: Handle refentry with mode="toc" here since refentry mode="toc" in autotoc.xsl does not use subtoc. This fixes bug #743612.2003-06-25 Robert Stayton <bobstayton@users.sourceforge.net> * block.xsl: Process formalpara/title to variable so can test for last char of any generated text.2003-06-23 Robert Stayton <bobstayton@users.sourceforge.net> * refentry.xsl: Added param conditional="0" to call to 'anchor' template for refsections, so those sections are valid targets for indexterm links as expected by autoidx.xsl.2003-06-23 Jirka Kosek <kosek@users.sourceforge.net> * titlepage.xsl: DocBook 4.2 allows e-mail address inside author element and now is this feature supported also by stylesheets. Not sure whether this solution is the best, but it works.2003-06-22 Robert Stayton <bobstayton@users.sourceforge.net> * docbook.xsl, param.ent, param.xweb: Added draft.mode parameter. * graphics.xsl: Fix bug #733406: ignore.image.scaling misses contentwidth.2003-06-22 Norman Walsh <nwalsh@users.sourceforge.net> * param.xweb: Added fragment for draft.mode2003-06-21 Norman Walsh <nwalsh@users.sourceforge.net> * block.xsl: Make attribution a div not a span * chunk-code.xsl: Test part/glossary for chunking * html-rtf.xsl: Added remove-empty-div mode2003-06-19 Robert Stayton <bobstayton@users.sourceforge.net> * autotoc.xsl: Fixed bug 743752 where generate.index=0 and empty index left a dead Index link in the TOC. * biblio.xsl: Removed duplicate templates for biblioid. * onechunk.xsl, profile-onechunk.xsl: Reset suppress.navigation parameter to 1 to turn off useless nav headers.2003-05-28 Robert Stayton <bobstayton@users.sourceforge.net> * sections.xsl: Fixed bridgehead renderas levels to match section level. This was missed when the section levels were corrected a couple of releases back.2003-05-18 Norman Walsh <nwalsh@users.sourceforge.net> * .cvsignore: Ignore profile-chunk-code.xsl2003-05-12 Jirka Kosek <kosek@users.sourceforge.net> * Makefile, Makefile.param, profile-chunk.xsl, profile-onechunk.xsl: Fixed profiling to work with modified chunking code2003-05-08 Norman Walsh <nwalsh@users.sourceforge.net> * autotoc.xsl: Support glossary, bibliography, and index in components * block.xsl: Use a div for the attribution so that it can be styled better with CSS * chunk-code.xsl, chunk.xsl: Refactored chunking code so that customization of chunk algorithm and chunk elements is more practical * param.xweb: Added fragref for admon.textlabel2003-05-07 Robert Stayton <bobstayton@users.sourceforge.net> * admon.xsl: admon.textlabel turned off still outputs a note's title child. * admon.xsl: Added admon.textlabel parameter to enable turning off the text label such as Note, Warning. * param.ent, param.xweb: Fixed name bug in admon.textlabel.2003-04-14 Jirka Kosek <kosek@users.sourceforge.net> * Makefile.param, docbook.xsl: Initial support for timestamp PI. From now you can use <?timestamp format="Y-m-d H:M:S"?> to get current datetime in your document. More features like localization and exctracting date from CVS tag will follow.2003-04-13 Norman Walsh <nwalsh@users.sourceforge.net> * table.xsl: A few bug fixes for the colsep/rowsep code2003-04-12 Norman Walsh <nwalsh@users.sourceforge.net> * callout.xsl: Support coref * ebnf.xsl: Support ebnf.assignment and ebnf.statement.terminator * graphics.xsl: Support textobject/phrase on inlinemediaobject * inline.xsl: Support beginpage (does nothing; see TDG) * lists.xsl: Support 'start' PI on ordered lists * param.ent, param.xweb: Added ebnf.assignment and ebnf.statement.terminator * table.xsl: Support bgcolor (instead of entry-bgcolor) PI in table cells; make sure rowsep and colsep don't have any effect on the last row or column2003-03-26 Michael Smith <xmldoc@users.sourceforge.net> * Makefile: wdocbook.xsl obsoleted by w2docbook.xsl, updated globally2003-03-25 Michael Smith <xmldoc@users.sourceforge.net> * Makefile: reverting wdocbook.xsl -> w2docbook.xsl changes2003-03-24 Michael Smith <xmldoc@users.sourceforge.net> * Makefile: wrong filename '../../litprog/wdocbook.xsl' broke build, fixed2003-03-20 Norman Walsh <nwalsh@users.sourceforge.net> * docbook.xsl: Added } to background-image css2003-02-28 Robert Stayton <bobstayton@users.sourceforge.net> * glossary.xsl: Added warning when $glossary.collection is not blank, but it cannot open the specified file.2003-02-26 Robert Stayton <bobstayton@users.sourceforge.net> * qandaset.xsl: Fixed test of $toc PI to turn on qandaset TOC.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?