You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2004/07/13 12:58:34 UTC

svn commit: rev 22870 - in forrest/trunk: . src/documentation/content/xdocs/docs

Author: crossley
Date: Tue Jul 13 03:58:34 2004
New Revision: 22870

Modified:
   forrest/trunk/src/documentation/content/xdocs/docs/upgrading_06.xml
   forrest/trunk/status.xml
Log:
Mention the CatalogManager.properties method to declare local DTD catalogs.


Modified: forrest/trunk/src/documentation/content/xdocs/docs/upgrading_06.xml
==============================================================================
--- forrest/trunk/src/documentation/content/xdocs/docs/upgrading_06.xml	(original)
+++ forrest/trunk/src/documentation/content/xdocs/docs/upgrading_06.xml	Tue Jul 13 03:58:34 2004
@@ -132,7 +132,7 @@
         SystemIdentifiers. Some used local filenames, others used
         apache.org/forrest/dtd/ URIs. In v0.6 we changed to use
         System Identifiers at forrest.apache.org/dtd/ as resource URLs.
-        You do not need to change them becaus eyou are using the entity
+        You do not need to change them because you are using the entity
         resolver, but to remain consistent, it probably is best.
       </p>
       <p>
@@ -145,6 +145,19 @@
         for DTD resolution via document() - please help to fix it.
         Also see the 
         <link href="http://cocoon.apache.org/2.1/faq/faq-xslt.html">Cocoon FAQ</link>.
+      </p>
+    </section>
+
+    <section id="local-catalog">
+      <title>Projects can use a local CatalogManager.properties</title>
+      <p>
+      You can add a local CatalogManager.properties to your 
+      project.classes-dir to define your additional catalogs for DTDs
+      and other entities.
+      </p>
+      <p>
+      If you do not add such a configuration file then there will be a
+      harmless message on startup "CatalogManager.properties not found".
       </p>
     </section>
 

Modified: forrest/trunk/status.xml
==============================================================================
--- forrest/trunk/status.xml	(original)
+++ forrest/trunk/status.xml	Tue Jul 13 03:58:34 2004
@@ -49,6 +49,10 @@
         Added new document to facilitate
         <link href="site:upgrading_06">upgrading to v0.6</link>
       </action>
+      <action dev="DC" type="update" context="code">
+        Projects can use a local CatalogManager.properties to declare
+        additional Catalogs for DTDs and other entities.
+      </action>
       <action dev="DB" type="update" context="code">
         Improve look of PDF pages.
       </action>