User: tobias Date: 01/03/11 16:48:02 Modified: src/docs/docbook VERSION Added: src/docs/docbook BUGS ChangeLog README TODO WhatsNew Log: updated to newest version (dbx130.zip) for better PDF support Revision Changes Path 1.2 +1 -1 manual/src/docs/docbook/VERSION Index: VERSION =================================================================== RCS file: /products/cvs/ejboss/manual/src/docs/docbook/VERSION,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- VERSION 2001/02/11 00:04:55 1.1 +++ VERSION 2001/03/12 00:48:01 1.2 @@ -1,6 +1,6 @@ <?xml version='1.0'?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> -<xsl:variable name="VERSION">1.25</xsl:variable> +<xsl:variable name="VERSION">1.30</xsl:variable> </xsl:stylesheet> 1.1 manual/src/docs/docbook/BUGS Index: BUGS =================================================================== The fo stylesheet is probably not in perfect sync with the html stylesheet Using Equations w/o titles results in incorrectly numbered equations with titles. Use InformalEquation instead. The 'char' alignment in tables is not supported 1.1 manual/src/docs/docbook/ChangeLog Index: ChangeLog =================================================================== 2001-03-09 Norman Walsh <[EMAIL PROTECTED]> * RELEASE-NOTES: New file. * VERSION: Version 1.30 released. 2001-01-30 Norman Walsh <[EMAIL PROTECTED]> * VERSION: Version 1.29 released. 2001-01-12 Norman Walsh <[EMAIL PROTECTED]> * VERSION: Version 1.28 (experimental) released 2001-01-07 Norman Walsh <[EMAIL PROTECTED]> * VERSION: Version 1.27 released. 2000-12-16 Norman Walsh <[EMAIL PROTECTED]> * VERSION: Version 1.26 released. 2000-11-18 Norman Walsh <[EMAIL PROTECTED]> * VERSION: Version 1.25 released. 2000-11-17 Norman Walsh <[EMAIL PROTECTED]> * .cvsignore: Added regression directory * Makefile: Added extensions 2000-11-09 Norman Walsh <[EMAIL PROTECTED]> * VERSION: Version 1.24 released. 2000-11-03 Norman Walsh <[EMAIL PROTECTED]> * Makefile: Make clean cleans the test directory 2000-11-02 Norman Walsh <[EMAIL PROTECTED]> * VERSION: Version 1.23 released. 2000-10-26 Norman Walsh <[EMAIL PROTECTED]> * TODO: Add note about localizing author-string * VERSION: Version 1.21 released. * VERSION: Version 1.22 released. 2000-10-20 Norman Walsh <[EMAIL PROTECTED]> * Makefile: Reorganized the targets a bit; added a doc target * Makefile: Make 'nextversion' really do something * VERSION: Version 1.20 released. 2000-10-19 Norman Walsh <[EMAIL PROTECTED]> * Makefile: Added 'clean' target 2000-10-17 Norman Walsh <[EMAIL PROTECTED]> * Makefile: Updates * Makefile: Recurse into html directory 2000-10-16 Norman Walsh <[EMAIL PROTECTED]> * .cvsignore: Ignore the doc directory * .cvsignore, Makefile: Build doc * Makefile: New file. 2000-10-12 Norman Walsh <[EMAIL PROTECTED]> * VERSION: Version 1.19 (experimental) released 2000-10-09 Norman Walsh <[EMAIL PROTECTED]> * .cvsignore: New file. * BUGS, LostLog, README, TODO, VERSION: New file. 1.1 manual/src/docs/docbook/README Index: README =================================================================== README for the DocBook Stylesheets These are XSL stylesheets for the DocBk XML DTD. (They would also work for the DocBook DTD, modulo certain namecase problems and the fact that there aren't (yet) any XSL implementations that work with SGML source documents.) As of version 1.0, most of the elements in DocBook are handled in some way or another, usually reasonably, but there's still lots of work to be done. Manifest -------- README this file TODO planned features not yet implemented (may be incomplete :-) BUGS known problems (may also be incomplete :-) VERSION the current version number (note that this is an XSL stylesheet, included by both fo/docbook.xsl and html/docbook.xsl) WhatsNew changes since the last public release (for a complete list of changes, see the ChangeLog file(s)) bin/ scripts and other tools that work with the stylesheets common/ contains code common to both stylesheets contrib/ stylesheets contributed by others dtds/ dtds used by the stylesheets or stylesheet outputs fo/ a stylesheet that produces XSL FO result trees html/ a stylesheet that produces HTML/XHTML result trees lib/ contains schema-independent functions template/ contains templates for building stylesheet customization layers test/ test documents Changes ------- See the ChangeLog in each directory for additional information about the specific changes. See WhatsNew for changes since the last release. Installation ------------ Unpack the distribution somewhere. Use --- Process your DocBook documents with one of the following stylesheets using your favorite XSLT processor: xhtml/docbook.xsl produces an XHTML result tree html/docbook.xsl produces an HTML result tree fo/docbook.xsl produces an FO result tree Copyright --------- Copyright (C) 1999, 2000 Norman Walsh Ironically, assertion of copyright is done to make it _easier_ to distribute these stylesheets. (At least one organization, Software in the Public Interest, requires an explicit copyright statement in order to redistribute the software.) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ``Software''), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. Except as contained in this notice, the names of individuals credited with contribution to this software shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the individuals in question. Any stylesheet derived from this Software that is publically distributed will be identified with a different name and the version strings in any derived Software will be changed so that no possibility of confusion between the derived package and this Software will exist. Warranty -------- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL NORMAN WALSH OR ANY OTHER CONTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Contacting the Author --------------------- These stylesheets are maintained by Norman Walsh, <[EMAIL PROTECTED]>. The best way to reach norm is by email. You will find additional contact information at http://nwalsh.com/~ndw/ 1.1 manual/src/docs/docbook/TODO Index: TODO =================================================================== Documentation The chunk.pl script is still incomplete Continued lists Callouts with Areas Bibliography support needs improvement Line numbering in linespecific displays Localize author-string 1.1 manual/src/docs/docbook/WhatsNew Index: WhatsNew =================================================================== Changes since version 1.29 (2001-01-30) Changes to docbook/* | 2001-03-09 Norman Walsh <[EMAIL PROTECTED]> | | * RELEASE-NOTES: New file. | | * VERSION: Version 1.30 released. | Changes to docbook/common/* | 2001-02-19 Norman Walsh <[EMAIL PROTECTED]> | | * common.xsl: Handle title-content reqest for partintro by | grabbing title of parent | | 2001-02-17 Norman Walsh <[EMAIL PROTECTED]> | | * common.xsl: Commented out the DTD question | Changes to docbook/docsrc/* | 2001-03-09 Norman Walsh <[EMAIL PROTECTED]> | | * documentation.xml: Update copyright and add Bob Stayton as a | contributor | Changes to docbook/fo/* | 2001-03-09 Norman Walsh <[EMAIL PROTECTED]> | | * autotoc.xsl: Perform indents properly | | * param.xsl: Fixed typo | | * param.xsl: Added toc.margin.properties; use Unicode callouts | by default | | * param.xsl, table.xsl: Allow extension functions to process | FO tables | | * table.xsl: Attempt to handle table frames; incomplete | | * xtdocbook.xsl, xtindex.xsl: New file. | | 2001-02-27 Norman Walsh <[EMAIL PROTECTED]> | | * autotoc.xsl: Fix TOC entries in divisions and components | | * callout.xsl, graphics.xsl, verbatim.xsl: Extension function | changes | | * param.xsl: Extension function changes and added Unicode | callout support | | 2001-02-19 Norman Walsh <[EMAIL PROTECTED]> | | * admon.xsl: Fixed typos in keep-with-next properties (value | is always instead of true) | | * callout.xsl, param.xsl: Allow Unicode characters for callout | graphics | | * lists.xsl: Attempt to handle termlength on variablelists | | * titlepage.xsl: Add missing fo:blocks | | * verbatim.xsl: Remove text-align=start on addresses, | sometimes they're centered | Changes to docbook/html/* | 2001-03-09 Norman Walsh <[EMAIL PROTECTED]> | | * chunk.xsl: Remove Xalan1 workaround because it crashes | Xalan2 | | * xtdocbook.xsl, xtindex.xsl: New file. | | 2001-02-27 Norman Walsh <[EMAIL PROTECTED]> | | * callout.xsl, graphics.xsl, table.xsl, verbatim.xsl: | Extension function changes | | * param.xsl: Extension function changes and added Unicode | callout support | | * titlepage.xsl: Whitespace changes | | 2001-02-26 Norman Walsh <[EMAIL PROTECTED]> | | * autotoc.xsl: Add articles in divisions to the division TOC | | 2001-02-19 Norman Walsh <[EMAIL PROTECTED]> | | * autotoc.xsl: Put articles, bibliographys, glossarys, and | appendixes in component TOCs | | * callout.xsl, graphics.xsl, table.xsl, verbatim.xsl: | Integrate all Saxon extensions into one namespace | | * index.xsl: Fix typo and whitespace | | * inline.xsl: Make sgmltag attributes monospace | | * lists.xsl: Support compact itemizedlists; output anchors for | callout lists | | * param.xsl: Parameters for implementation-neutral extensions; | just the beginnings of support... | | * titlepage.xsl: Support conference stuff on titlepages; make | releaseinfo a para instead of an inline. | Changes to docbook/test/* | 2001-03-09 Norman Walsh <[EMAIL PROTECTED]> | | * Makefile, book.xml, book2.xml, exttest.xml, ttest.xml: Test | hacking | | 2001-02-27 Norman Walsh <[EMAIL PROTECTED]> | | * Makefile, book.xml, exttest-fo.xsl, exttest.xml, | exttest.xsl, test.xml: Testing hacks | | 2001-02-22 Norman Walsh <[EMAIL PROTECTED]> | | * exttest.xml, exttest.xsl: New file. | Changes to docbook/doc/* | 2001-03-09 Norman Walsh <[EMAIL PROTECTED]> | | * Makefile: Avoid chunking problems | Changes to docbook/extensions/* | 2001-02-25 Norman Walsh <[EMAIL PROTECTED]> | | * Makefile: Another snapshot | | * prj.el: New file. | Changes to docbook/extensions/saxon6/* | 2001-02-16 Norman Walsh <[EMAIL PROTECTED]> | | * .cvsignore: New file. | Changes to docbook/extensions/saxon61/* | 2001-02-16 Norman Walsh <[EMAIL PROTECTED]> | | * .cvsignore: New file. | Changes to docbook/extensions/saxon551/* | 2001-02-16 Norman Walsh <[EMAIL PROTECTED]> | | * .cvsignore: New file. | Changes to docbook/extensions/xalan2/* | 2001-02-16 Norman Walsh <[EMAIL PROTECTED]> | | * .cvsignore: New file. | Changes to docbook/extensions/saxon6/com/nwalsh/saxon/* | 2001-03-09 Norman Walsh <[EMAIL PROTECTED]> | | * CalloutEmitter.java: Fix bug in handling of FO callouts | | * ColumnScanEmitter.java, ColumnUpdateEmitter.java, | Table.java: Allow extension functions to process FO tables | | 2001-02-27 Norman Walsh <[EMAIL PROTECTED]> | | * Verbatim.java: Fix bug where undefined variables weren't | noticed | | 2001-02-25 Norman Walsh <[EMAIL PROTECTED]> | | * Callout.java, CalloutEmitter.java, FormatCallout.java, | FormatGraphicCallout.java, FormatTextCallout.java, | FormatUnicodeCallout.java, Text.java, Verbatim.java: Another | snapshot | | 2001-02-16 Norman Walsh <[EMAIL PROTECTED]> | | * CVS.java, CalloutEmitter.java, ColumnScanEmitter.java, | ColumnUpdateEmitter.java, CopyEmitter.java, | LineCountEmitter.java, NumberLinesEmitter.java, Table.java, | Text.java, TextFactory.java, Verbatim.java, package.html: | New file. | Changes to docbook/extensions/saxon61/com/nwalsh/saxon/* | 2001-03-09 Norman Walsh <[EMAIL PROTECTED]> | | * CalloutEmitter.java: Fix bug in handling of FO callouts | | * ColumnScanEmitter.java, ColumnUpdateEmitter.java, | Table.java: Allow extension functions to process FO tables | | 2001-02-27 Norman Walsh <[EMAIL PROTECTED]> | | * CalloutEmitter.java, FormatUnicodeCallout.java: Whitespace | changes | | * Verbatim.java: Fix bug where undefined variables weren't | noticed | | 2001-02-25 Norman Walsh <[EMAIL PROTECTED]> | | * Callout.java, CalloutEmitter.java, FormatCallout.java, | FormatGraphicCallout.java, FormatTextCallout.java, | FormatUnicodeCallout.java, Table.java, Text.java, | Verbatim.java: Another snapshot | | 2001-02-16 Norman Walsh <[EMAIL PROTECTED]> | | * CVS.java, CalloutEmitter.java, ColumnScanEmitter.java, | ColumnUpdateEmitter.java, CopyEmitter.java, | LineCountEmitter.java, NumberLinesEmitter.java, Table.java, | Text.java, TextFactory.java, Verbatim.java, package.html: | New file. | Changes to docbook/extensions/saxon551/com/nwalsh/saxon/* | 2001-02-27 Norman Walsh <[EMAIL PROTECTED]> | | * Verbatim.java: Fix bug where undefined variables weren't | noticed | | 2001-02-25 Norman Walsh <[EMAIL PROTECTED]> | | * FormatCallout.java, FormatGraphicCallout.java, | FormatTextCallout.java, FormatUnicodeCallout.java, | Text.java, Verbatim.java: Another snapshot | | 2001-02-16 Norman Walsh <[EMAIL PROTECTED]> | | * CVS.java, Callout.java, Text.java, TextFactory.java, | Verbatim.java, package.html: New file. | Changes to docbook/extensions/xalan2/com/nwalsh/xalan/* | 2001-03-09 Norman Walsh <[EMAIL PROTECTED]> | | * Table.java: Allow extension functions to process FO tables | | 2001-02-25 Norman Walsh <[EMAIL PROTECTED]> | | * FormatCallout.java, FormatGraphicCallout.java, | FormatTextCallout.java, FormatUnicodeCallout.java, | Params.java, Table.java, Text.java, Verbatim.java: Another | snapshot | | 2001-02-22 Norman Walsh <[EMAIL PROTECTED]> | | * CVS.java, Callout.java, FormatCallout.java, | FormatGraphicCallout.java, FormatTextCallout.java, | FormatUnicodeCallout.java, Verbatim.java: Checkpoint | | 2001-02-16 Norman Walsh <[EMAIL PROTECTED]> | | * Callout.java, Func.java, Text.java, Verbatim.java, | package.html: New file. |
