# Copyright 2006 The Apache Software Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. README.FIRST - Important Information about PDF rendering! README - Documentation Overview build-docbook.xml - ant tasks for docbook transformation build.xml - frontend build file for the documentation project.properties - project settings CatalogManager.properties - Configuration file for xml commons resolver xml-catalog.xml - Catalog file for xml commons resolver src/docbook - Docbook files to transform src/docbook//images - User images src/styles - User XSLT styles src/styles/html.xsl - Stylesheet driver for HTML src/styles/htmlsingle.xsl - Stylesheet driver for HTML-Single src/styles/pdf.xsl - Stylesheet driver for PDF src/styles/html - XSLT styles for HTML and HTML-Single src/styles/html/custom.xsl - Custom settings for HTML and HTML-Single src/styles/html/titlepage.xml - Titlepage definition for HTML and HTML-Single src/styles/pdf - XSLT styles for PDF src/styles/pdf/custom.xsl - Custom settings for PDF src/styles/pdf/titlepage.xml - Titlepage definition for PDF src/css - Shared User CSS files for html and htmlsingle docbook/zip - Docbook reference files docbook/src/zip/docbook-xml-4.4.zip - XML definition files from http://www.oasis-open.org/docbook/xml/ docbook/src/zip/docbook-xsl-1.70.0.zip - XSL transformation styles from http://sourceforge.net/project/showfiles.php?group_id=21935 lib - libraries for XSLT transformation - and FOP - and Xerces - and additional Fonts for FOP - and XML resolver MANIFEST - This file TODO - If you feel like helping out, tackle these tasks. LICENSE.txt - The license (ASL 2.0) for this toolset