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 2006/04/04 04:49:56 UTC

svn commit: r391216 - /forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml

Author: crossley
Date: Mon Apr  3 19:49:55 2006
New Revision: 391216

URL: http://svn.apache.org/viewcvs?rev=391216&view=rev
Log:
Add section about "Entity catalog for DTDs and other resources".

Modified:
    forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml?rev=391216&r1=391215&r2=391216&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml Mon Apr  3 19:49:55 2006
@@ -236,7 +236,14 @@
     
     <section id="resources">
       <title>Create the Necessary Resource Files</title>
-      <fixme author="rdg">Discuss the XSL files and other such resources</fixme>
+      <fixme author="open">Discuss the XSL files and other such resources</fixme>
+      <section id="dtd-catalog">
+        <title>Entity catalog for DTDs and other resources</title>
+        <p>If the plugin uses non-core DTDs and other entities, then add them to  the
+          <code>resources/schema</code> directory and configure a catalog.xcat file.
+          The best way to do this is to copy an example from another plugin (e.g. listLocations)
+          and edit it to suit.</p>
+      </section>
     </section>
     
     <section id="samples">