nicolaken 02/05/30 09:22:06
Added: src/documentation/resources/schema catalog catalog.xcat
CatalogManager.properties README
Log:
Updating docs generation to Cocoon 2.0.3 used in Centipede;
cleaning the structure related to documentation.
Revision Changes Path
1.1 jakarta-avalon/src/documentation/resources/schema/catalog
Index: catalog
===================================================================
-- OASIS TR 9401 Catalog for Forrest --
OVERRIDE YES
-- Document Type Definitions --
PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
"dtd/document-v11.dtd"
PUBLIC "-//APACHE//DTD Specification V1.1//EN"
"dtd/specification-v11.dtd"
PUBLIC "-//APACHE//DTD FAQ V1.1//EN"
"dtd/faq-v11.dtd"
PUBLIC "-//APACHE//DTD Changes V1.1//EN"
"dtd/changes-v11.dtd"
PUBLIC "-//APACHE//DTD Todo V1.1//EN"
"dtd/todo-v11.dtd"
PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN"
"dtd/book-cocoon-v10.dtd"
-- ISO public identifiers for sets of character entities --
PUBLIC "ISO 8879-1986//ENTITIES Added Latin 1//EN//XML"
"entity/ISOlat1.pen"
PUBLIC "ISO 9573-15:1993//ENTITIES Greek Letters//EN//XML"
"entity/ISOgrk1.pen"
PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN//XML"
"entity/ISOpub.pen"
PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN//XML"
"entity/ISOtech.pen"
PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML"
"entity/ISOnum.pen"
PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML"
"entity/ISOdia.pen"
PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN//XML"
"entity/ISOlat1.pen"
1.1
jakarta-avalon/src/documentation/resources/schema/catalog.xcat
Index: catalog.xcat
===================================================================
<!-- OASIS XML Catalog for Forrest -->
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
-- Document Type Definitions --
<public publicId="-//APACHE//DTD Documentation V1.1//EN"
uri="dtd/document-v11.dtd"/>
<public publicId="-//APACHE//DTD Specification V1.1//EN"
uri="dtd/specification-v11.dtd"/>
<public publicId="-//APACHE//DTD FAQ V1.1//EN"
uri="dtd/faq-v11.dtd"/>
<public publicId="-//APACHE//DTD Changes V1.1//EN"
uri="dtd/changes-v11.dtd"/>
<public publicId="-//APACHE//DTD Todo V1.1//EN"
uri="dtd/todo-v11.dtd"/>
<public publicId="-//APACHE//DTD Cocoon Documentation Book V1.0//EN"
uri="dtd/book-cocoon-v10.dtd"/>
<!-- ISO public identifiers for sets of character entities -->
<public publicId="ISO 8879-1986//ENTITIES Added Latin 1//EN//XML"
uri="entity/ISOlat1.pen"/>
<public publicId="ISO 9573-15:1993//ENTITIES Greek Letters//EN//XML"
uri="entity/ISOgrk1.pen"/>
<public publicId="ISO 8879:1986//ENTITIES Publishing//EN//XML"
uri="entity/ISOpub.pen"/>
<public publicId="ISO 8879:1986//ENTITIES General Technical//EN//XML"
uri="entity/ISOtech.pen"/>
<public publicId="ISO 8879:1986//ENTITIES Numeric and Special
Graphic//EN//XML"
uri="entity/ISOnum.pen"/>
<public publicId="ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML"
uri="entity/ISOdia.pen"/>
<public publicId="ISO 8879:1986//ENTITIES Added Latin 1//EN//XML"
uri="entity/ISOlat1.pen"/>
</catalog>
1.1
jakarta-avalon/src/documentation/resources/schema/CatalogManager.properties
Index: CatalogManager.properties
===================================================================
# CatalogManager.properties
#
# This is the default properties file for Apache Forrest. This facilitates
local
# configuration of application-specific catalogs. You can also use
cocoon.xconf
# to over-ride or supplement these settings.
#
# Apache Forrest will automatically load a default OASIS catalog from
# src/resources/schema/catalog
#
# See the Apache Cocoon documentation (catalog.html).
# verbosity ... level of messages for status/debug (messages go to STDOUT)
# The following messages are provided ...
# 0 = none
# 1 = ?
# 2 = 1+, Loading catalog, Resolved public, Resolved system
# 3 = 2+, Catalog does not exist, resolvePublic, resolveSystem
# 10 = 3+, List all catalog entries when loading a catalog
# (Cocoon also logs the "Resolved public" messages.)
# TODO: determine all messages at each level
#
verbosity=1
# catalogs ... list of additional catalogs to load
# use full pathnames
# pathname separator is always semi-colon (;) regardless of operating system
# directory separator is always slash (/) regardless of operating system
#
#catalogs=/path/to/local/catalog
catalogs=
# prefer ... we prefer to use Public Identifiers for entity resolution
#
prefer=public
# static-catalog ... see the Sun doco
# TODO: ? what impact does this setting have for Apache Cocoon
#
static-catalog=yes
# allow-oasis-xml-catalog-pi ... see the Sun doco
# TODO: ? what impact does this setting have for Apache Cocoon
#
allow-oasis-xml-catalog-pi=yes
# catalog-class-name ... specify an alternate class name to use
# Apache Cocoon does not need this setting - we already have a named class
#
# catalog-class-name=com.sun.resolver.Resolver
1.1 jakarta-avalon/src/documentation/resources/schema/README
Index: README
===================================================================
Document Type Definitions
-------------------------
In this folder you find the catalog of the XML entities and DTD that will
be used by Forrest.
They include schemas for:
1) documentation
2) specifications
3) FAQs
4) changes
5) TODO lists
and the markup has been kept as similar as possible to XHTML (along with the
same entities).
This has been used instead of DocBook to simplify the learning effort but
still
remove all the unstructured elements of XHTML.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>