📄 changelog
字号:
2002-06-28 Norman Walsh <nwalsh@users.sourceforge.net> * chunk-common.xsl: Fix footnote context error (Felix Rabe)2002-06-27 Norman Walsh <nwalsh@users.sourceforge.net> * footnote.xsl: Make sure function-available is used around the node-set extension function2002-06-27 Jirka Kosek <kosek@users.sourceforge.net> * footnote.xsl: Fixed typo2002-06-27 Norman Walsh <nwalsh@users.sourceforge.net> * table.xsl: Whitespace2002-06-26 Norman Walsh <nwalsh@users.sourceforge.net> * inline.xsl, xref.xsl: Unwrap nested links * table.xsl: Rework the CSS table-border properties so that all three don't have to be specified at once2002-06-16 Norman Walsh <nwalsh@users.sourceforge.net> * chunker.xsl: Turn off omit-xml-declaration, for what it's worth, in text mode * table.xsl: Added PI for cellspacing and cellpadding; also added currently useless Python extension hooks2002-06-13 Jirka Kosek <kosek@users.sourceforge.net> * Makefile.param: New features. A lot of new features. For HTML Help. * Makefile.param: Added parameter for disabling HTML output when testing various HTML Help features.2002-06-13 Norman Walsh <nwalsh@users.sourceforge.net> * chunker.xsl: Use the new chunking parameters: NOTE WELL: they are described in param.xweb but actually defined in chunker.xsl to make it independent2002-06-13 Jirka Kosek <kosek@users.sourceforge.net> * chunker.xsl: Modified output attributes for text chunks as Saxon doesn't like empty values for them.2002-06-13 Norman Walsh <nwalsh@users.sourceforge.net> * html-rtf.xsl: Renamed a template * inline.xsl: Changed test condition for xlink: simple links * manifest.xsl, math.xsl, param.ent: Use the new chunking parameters: NOTE WELL: they are described in param.xweb but actually defined in chunker.xsl to make it independent2002-06-13 Jirka Kosek <kosek@users.sourceforge.net> * param.ent: New features. A lot of new features. For HTML Help. * param.ent: Added parameter for disabling HTML output when testing various HTML Help features.2002-06-13 Norman Walsh <nwalsh@users.sourceforge.net> * param.xweb: Use the new chunking parameters: NOTE WELL: they are described in param.xweb but actually defined in chunker.xsl to make it independent2002-06-13 Jirka Kosek <kosek@users.sourceforge.net> * param.xweb: New features. A lot of new features. For HTML Help. * param.xweb: Added parameter for disabling HTML output when testing various HTML Help features.2002-06-12 Jirka Kosek <kosek@users.sourceforge.net> * chunk-common.xsl, param.ent, param.xweb: Added new parameters suppress.{footer|header}.navigation for separate control over navigation bar in footer and header.2002-06-11 Norman Walsh <nwalsh@users.sourceforge.net> * formal.xsl: Make sure formal objects have an anchor * graphics.xsl: Don't put alt on object or embed * graphics.xsl: Don't output viewport table if it isn't going to do anything useful * graphics.xsl, param.ent, param.xweb: Made new parameters public * html-rtf.xsl: When unwrapping; don't produce empty elements if there's no need * html-rtf.xsl: Fix list of block elements and support xhtml * xref.xsl: Experimental support for xrefstyle2002-06-09 Norman Walsh <nwalsh@users.sourceforge.net> * docbook.xsl: Feature req #565822: support multiple html.stylesheets * docbook.xsl: Patch #565199: fix quotation marks in draft URL generation in CSS2002-06-06 Norman Walsh <nwalsh@users.sourceforge.net> * docbook.xsl: Add support for HTML META name=description from abstract * param.ent, param.xweb: New parameters: generate.meata.abstract and use.role.as.xrefstyle2002-06-03 Jirka Kosek <kosek@users.sourceforge.net> * Makefile: Added dependencies for profiling stylesheets2002-05-23 Norman Walsh <nwalsh@users.sourceforge.net> * graphics.xsl, param.ent, param.xweb: Support for SVG in HTML * html-rtf.xsl: Protect calls to extension functions behind function-available tests2002-05-21 Norman Walsh <nwalsh@users.sourceforge.net> * qandaset.xsl: Fix anchors for references to QandAEntrys. Output '. ' in some contexts (this is a hack)2002-05-17 Norman Walsh <nwalsh@users.sourceforge.net> * onechunk.xsl: Make TOC (and other internal references) all just fragment identifiers...we're making one chunk after all2002-05-16 Norman Walsh <nwalsh@users.sourceforge.net> * autotoc.xsl, html.xsl: Moved href.target to html.xsl; added href.target.uri (which is functionally equivalent to href.target in the non-chunking case)2002-05-15 Norman Walsh <nwalsh@users.sourceforge.net> * chunk.xsl, onechunk.xsl: Fix bugs in onechunk---it wasn't working at all2002-05-14 Norman Walsh <nwalsh@users.sourceforge.net> * graphics.xsl: Bug #555809: make sure that a longdesc, if written, gets the correct relative URI2002-05-13 Norman Walsh <nwalsh@users.sourceforge.net> * chunk-common.xsl: Fix inherited directory naming problems when using dbhtml. Add context to site navigation link calls * chunk-common.xsl, param.ent, param.xweb: Add extra LINK elements to the HTML HEAD of chunked output (for enhanced site navigation as per Mozilla 1.0) * chunker.xsl: Work around relative filename bug in libxslt * pi.xsl: Try to avoid x//y in inherited dbhtml dir settings2002-05-12 Norman Walsh <nwalsh@users.sourceforge.net> * block.xsl: Support title on blockquote * chunk.xsl: Turn off refentry.separator by default when chunking * chunk.xsl: Fix ugly prev/next bug introduced by my attempt to work around Xalan problems * graphics.xsl: Reworked support for graphic attributes; now support DocBook 4.2CR1 attributes * html.xsl: Remove reference to obsolete using.chunker parameter * math.xsl: Support MathML by passing it through unchanged * param.ent, param.xweb: Added points.per.em; removed obsolete using.chunker * table.xsl: Improve support for table borders drawn with CSS (get the semantics right); add support for entry-bgcolor PI * verbatim.xsl: Format literal layout elements correctly when linenumbering * xref.xsl: Support xref to refnamediv and all elements with titles (at least when they have titles)2002-05-10 Jirka Kosek <kosek@users.sourceforge.net> * chunk.xsl: Added support for manifest file as requested by Nik in #5529452002-05-10 Norman Walsh <nwalsh@users.sourceforge.net> * lists.xsl: Remove reference to obsolete using.chunker parameter2002-05-10 Jirka Kosek <kosek@users.sourceforge.net> * manifest.xsl, param.ent, param.xweb: Added support for manifest file as requested by Nik in #5529452002-05-10 Norman Walsh <nwalsh@users.sourceforge.net> * pi.xsl: Remove reference to obsolete using.chunker parameter2002-05-07 Robert Stayton <bobstayton@users.sourceforge.net> * chunk.xsl: The call to write.chunk did not have the $chunk.quietly parameter set. I think I failed to commit that change after testing it in Feb. * xref.xsl: Added a template for article in mode="xref-to" that is similar to the one for chapter. Now you can use <xref> with a linkend pointing to an article.2002-05-06 Norman Walsh <nwalsh@users.sourceforge.net> * chunk.xsl, onechunk.xsl: Fix bug #551966 applying onechunk to book2002-04-30 Norman Walsh <nwalsh@users.sourceforge.net> * chunk.xsl: First attempt to workaround Xalan array-out-of-bounds bug2002-03-25 Norman Walsh <nwalsh@users.sourceforge.net> * autotoc.xsl, chunk-common.xsl, pi.xsl: Handle links across dbhtml-specified relative directories correctly * formal.xsl: Support longdesc on tables * table.xsl: Use the textobject/phrase for the table summary attribute, if one is present2002-03-24 Norman Walsh <nwalsh@users.sourceforge.net> * graphics.xsl: Remove style from longdesc link; added support for textdata in textobject * inline.xsl: Support personname * xref.xsl: Handle xref to editor, othercredit, and personname2002-03-21 Norman Walsh <nwalsh@users.sourceforge.net> * biblio.xsl, titlepage.xsl: Support biblioid2002-03-18 Norman Walsh <nwalsh@users.sourceforge.net> * Makefile, autotoc.xsl, component.xsl, division.xsl, param.ent, param.xweb, qandaset.xsl, refentry.xsl, sections.xsl: Replace generate.*.toc and generate.*.lot with single generate.toc parameter. * autotoc.xsl: Fix ToC section depth calculation2002-03-15 Norman Walsh <nwalsh@users.sourceforge.net> * synop.xsl: Improve appearance of classsynopsis elements2002-03-14 Norman Walsh <nwalsh@users.sourceforge.net> * .cvsignore: Ignore profiling stylesheets * Makefile: Make profiling onechunk * admon.xsl, autoidx.xsl, autotoc.xsl, biblio.xsl, block.xsl, callout.xsl, changebars.xsl, chunk-common.xsl, chunk.xsl, chunker.xsl, chunktoc.xsl, component.xsl, division.xsl, docbook.xsl, ebnf.xsl, footnote.xsl, formal.xsl, glossary.xsl, graphics.xsl, html-rtf.xsl, html.xsl, index.xsl, info.xsl, inline.xsl, keywords.xsl, lists.xsl, maketoc.xsl, math.xsl, oldchunker.xsl, onechunk.xsl, param.ent, param.xweb, pi.xsl, qandaset.xsl, refentry.xsl, sections.xsl, synop.xsl, table.xsl, titlepage.templates.xml, titlepage.xsl, toc.xsl, verbatim.xsl, xref.xsl: Whitespace only: change CR/LF back to LF. Norm was a total moron. * admon.xsl, autoidx.xsl, autotoc.xsl, biblio.xsl, block.xsl, callout.xsl, changebars.xsl, chunk-common.xsl, chunk.xsl, chunker.xsl, chunktoc.xsl, component.xsl, division.xsl, docbook.xsl, ebnf.xsl, footnote.xsl, formal.xsl, glossary.xsl, graphics.xsl, html-rtf.xsl, html.xsl, index.xsl, info.xsl, inline.xsl, keywords.xsl, lists.xsl, maketoc.xsl, math.xsl, oldchunker.xsl, onechunk.xsl, param.ent, param.xweb, pi.xsl, qandaset.xsl, refentry.xsl, sections.xsl, synop.xsl, table.xsl, titlepage.templates.xml, titlepage.xsl, toc.xsl, verbatim.xsl, xref.xsl: Whitespace changes only: use PC-style CR/LF because Unix clients choke on this far less often than PC clients choke on the reverse. Grrr. * block.xsl: Generate anchors before the formal.object.heading, not within it; support formal.title.placement * formal.xsl, lists.xsl, param.ent, param.xweb: Support formal.title.placement * lists.xsl, titlepage.xsl: Handle revisionflag a little better on copyrights * titlepage.xsl: Generate anchors before the formal.object.heading, not within it2002-03-13 Norman Walsh <nwalsh@users.sourceforge.net> * footnote.xsl: Fix debugging error * footnote.xsl: Numerate footnotes and table footnotes correctly * lists.xsl: Bug #516227: segmentedlist/titles * refentry.xsl: Process refsynopsisdiv titles in their own template so they don't get default title processing * table.xsl: Make tfoot come out before tbody; even in HTML it's supposed to be that way * verbatim.xsl: Improve efficiency of make-verbatim; thanks to Paul Grosso, John Dreystadt, et. al.2002-03-12 Robert Stayton <bobstayton@users.sourceforge.net> * callout.xsl: Modified match="co" template to use its linkends attribute to form a hotlink to the callout element, forming the two-ways links as described in The Definitive Guide. At this time, only a single linkend value is supported, since HTML doesn't handle multiply-targeted links.2002-03-11 Jirka Kosek <kosek@users.sourceforge.net> * footnote.xsl: Fixed bug #520995. Removed duplicated footnote numbers.2002-03-10 Norman Walsh <nwalsh@users.sourceforge.net> * biblio.xsl: Support the new generate.id.attributes parameter to prevent generating both div ID and a NAME attributes; also suppress revhistory in bibliographies * component.xsl, division.xsl, glossary.xsl, index.xsl, param.ent, param.xweb: Support the new generate.id.attributes parameter to prevent generating both div ID and a NAME attributes * inline.xsl: Use em instead of i for emphasis * onechunk.xsl: Update onechunk to the new chunking scheme2002-03-07 Robert Stayton <bobstayton@users.sourceforge.net> * autotoc.xsl: Modified refentry to use mode=title.markup rather than mode=title so indexterms are not included in the TOC entries for refentry.2002-03-03 Jirka Kosek <kosek@users.sourceforge.net> * Makefile.param, param.ent, param.xweb: Added new stylesheet parameters for profiling.2002-03-01 Jirka Kosek <kosek@users.sourceforge.net> * Makefile, Makefile.param: First portion of new profiling code. New stylesheet parameters will come later.2002-03-01 Norman Walsh <nwalsh@users.sourceforge.net> * docbook.xsl: Move stylesheet.result.type out of param and put it explicitly in each stylesheet because it has to be different * graphics.xsl: Handle the case where graphics in inlineequations are inline * param.ent: Removed stylesheet.result.type reference * param.xweb: Added fragref for chunk.quietly * titlepage.xsl: Added DIV wrappers to author and authorgroup for CSS styling2002-02-25 Robert Stayton <bobstayton@users.sourceforge.net> * chunker.xsl, chunktoc.xsl, graphics.xsl, param.ent, param.xweb, titlepage.xsl: Added chunk.quietly parameter and altered the calls to write.chunk to set the 'quiet' param to that value.2002-02-21 Jirka Kosek <kosek@users.sourceforge.net> * Makefile.param, math.xsl, param.ent, param.xweb: Better control over delimiters for TeX equations. Added parameter tex.math.delims, when is set to 0, no delimiters (like $ and $$) are output. Same can be done for single equation by <?dbtex delims="no"?>.2002-02-20 Norman Walsh <nwalsh@users.sourceforge.net> * autotoc.xsl: Fix toc-depth bug in recursive sections2002-02-10 Jirka Kosek <kosek@users.sourceforge.net> * Makefile.param, param.ent, param.xweb: Added parameter htmlhelp.default.topic for overriding default topic to display.2002-02-09 Jirka Kosek <kosek@users.sourceforge.net> * Makefile.param, param.ent, param.xweb: Added parameter which controls appearance of root element in HTML Help ToC.2002-02-07 Norman Walsh <nwalsh@users.sourceforge.net> * autotoc.xsl, chunk-common.xsl, chunk.xsl, chunktoc.xsl, maketoc.xsl, param.ent, param.xweb: Added experimental manual TOC processing for chunking and TOC generation * calc-chunks.xsl, chunk-experimental.xsl, expchunk.xsl: Deleting old experiments * docbook.xsl: Tweaked rendering of 'draft' watermark2002-02-03 Jirka Kosek <kosek@users.sourceforge.net>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -