xml-commons/java/external/README.dom.txt $Id: README.dom.txt 477038 2006-11-20 04:40:36Z mrglavas $ HEAR YE, HEAR YE! All of the .java software and associated documentation about the DOM in this repository are distributed under the license from the W3C, which is provided herein. LICENSE.dom-software.txt covers all software from the W3C including the following items in the xml-commons project: xml-commons/java/external/src/org/w3c and all subdirectories (Note: SAC (The Simple API for CSS) has been published under an older version of the W3C license. The original license file is LICENSE.sac.html.) LICENSE.dom-documentation.txt covers all documentation from the W3C including the following items in the xml-commons project: xml-commons/java/external/xdocs/dom and all subdirectories The actual DOM Java Language Binding classes in xml-commons came from: http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html The specification of DOM Level 3's various parts is at: http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/ http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407/ http://www.w3.org/TR/2004/NOTE-DOM-Level-3-XPath-20040226/ The specification of DOM Level 2's various parts is at: http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/ http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/ http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113/ http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/ The specification of DOM Level 1's various parts is at: http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html.html Links to all available W3C DOM Java Bindings can be found at: http://www.w3.org/DOM/DOMTR The actual classes of The Simple API for CSS (SAC) came from: http://www.w3.org/Style/CSS/SAC/ http://www.w3.org/2002/06/sacjava-1.3.zip The actual DOM Java Language Binding classes for SMIL came from: http://dev.w3.org/cvsweb/java/classes/org/w3c/dom/smil/ (both ElementTimeControl.java and TimeEvent.java were taken at revision 1.1) The actual DOM Java Language Binding classes for SVG 1.1 came from: http://www.w3.org/TR/SVG11/java.html
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 13895 | Paul Allen | Copying using p4convert-docbook | ||
//guest/perforce_software/doc_build/main/fop-1.1/lib/xml-apis-ext.README.dom.txt | |||||
#1 | 12728 | eedwards |
Upgrade ANT doc build infrastructure to assemble PDFs: - remove non-namespaced DocBook source and add namespaced DocBook source. - add Apache FOP 1.1 - copy fonts, images, XSL into _build, establishing new asset structure. The original structure remains until all guides using it can be upgraded, and several other issues can be resolved. - updated build.xml to allow for per-target build properties. - upgraded the P4SAG to use the new infrastructure. - tweaked admonition presentation in PDFs to remove admonition graphics, and resemble closely the presentation used in the new HTML layout, including the same colors. With these changes, building PDFs involves using a shell, navigating into the guide's directory (just P4SAG for now), and executing "ant pdf". Issues still to be resolved: - PDF generation encounters several warnings about missing fonts (bold versions of Symbol and ZapfDingbats), and a couple of locations where the page content exceeds the defined content area. - Due to issues within Apache FOP, PDF generation emits a substantial amount of output that is not easily suppressed without losing important warning information. - Apache FOP's interface to ANT does not expose a way to set the font base directory. The current configuration does work under Mac OSX, but further testing on Windows will need to be done to determine if the relative paths defined continue to work. The workaround is for Windows users to customize the fop-config.xml to provide absolute system paths to the required fonts. - HTML generation needs further browser testing, and exhibits broken navigation on iOS browsers within the TOC sidebar. - A number of PDF and HTML presentation tweaks still need to be made, for example: sidebars, gui* DocBook tags, whitespace, section separation, etc. |