Author: crossley Date: Wed Apr 4 23:49:10 2007 New Revision: 525731 URL: http://svn.apache.org/viewvc?view=rev&rev=525731 Log: Add notes about using a system-wide catalog to share DTDs between multiple projects. Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml forrest/trunk/site-author/content/xdocs/docs_0_80/validation.xml forrest/trunk/site-author/content/xdocs/site.xml forrest/trunk/site-author/status.xml Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml?view=diff&rev=525731&r1=525730&r2=525731 ============================================================================== --- forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml (original) +++ forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml Wed Apr 4 23:49:10 2007 @@ -822,10 +822,19 @@ - How to configure the Catalog Entity Resolver to use my own local DTDs? + How to configure the Catalog Entity Resolver to use my own local project DTDs?

See Using Forrest for + configuration guidance. +

+
+
+ + We need an additional system-wide catalog to share DTDs between projects + +

+ See Using Forrest for configuration guidance.

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/validation.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/validation.xml?view=diff&rev=525731&r1=525730&r2=525731 ============================================================================== --- forrest/trunk/site-author/content/xdocs/docs_0_80/validation.xml (original) +++ forrest/trunk/site-author/content/xdocs/docs_0_80/validation.xml Wed Apr 4 23:49:10 2007 @@ -254,9 +254,16 @@

Forrest provides a standard catalog file at forrest/main/webapp/resources/schema/catalog.xcat - for the document - types that Forrest provides. Projects can augment this with their - own catalog file located in + for the document types that Forrest supplies. +

+ +

+ An additional system-wide catalog can be configured for use by multiple forrest-based projects. + See the "local-catalog" parameter in main/webapp/WEB-INF/xconf/forrest-core.xconf +

+ +

+ Projects can augment this with their own catalog file located in ${project.schema-dir}/catalog.xcat to use it you must specify either the path (full or relative) to your catalog.xcat in the CatalogManager.properties @@ -267,7 +274,7 @@ When Cocoon starts, it reads the CatalogManager.properties file from your project.classes-dir. This is usually src/documentation/classes/ but you can change this in forrest.properties. When you seed - a new site using forrest seed-site a sample catalog file + a new site using forrest seed a sample catalog file is placed in the site structure, you can use this as a template for your own files.

Modified: forrest/trunk/site-author/content/xdocs/site.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/site.xml?view=diff&rev=525731&r1=525730&r2=525731 ============================================================================== --- forrest/trunk/site-author/content/xdocs/site.xml (original) +++ forrest/trunk/site-author/content/xdocs/site.xml Wed Apr 4 23:49:10 2007 @@ -370,6 +370,7 @@ + Modified: forrest/trunk/site-author/status.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/status.xml?view=diff&rev=525731&r1=525730&r2=525731 ============================================================================== --- forrest/trunk/site-author/status.xml (original) +++ forrest/trunk/site-author/status.xml Wed Apr 4 23:49:10 2007 @@ -148,6 +148,10 @@ and examples in the 'forrest seed-sample' site. + Added notes about configuring + a system-wide XML Catalog Entity Resolver to share local DTDs between multiple projects. + + Added notes about debugging the XML Catalog Entity Resolver for local DTDs.