You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2006/02/03 17:24:55 UTC

svn commit: r374702 - /lenya/docu/src/documentation/content/xdocs/1_4/reference/resource-types.xml

Author: andreas
Date: Fri Feb  3 08:24:51 2006
New Revision: 374702

URL: http://svn.apache.org/viewcvs?rev=374702&view=rev
Log:
Updated resource type docs (see bug 38466). Thanks to Joern Nettingsmeier for the comments.

Modified:
    lenya/docu/src/documentation/content/xdocs/1_4/reference/resource-types.xml

Modified: lenya/docu/src/documentation/content/xdocs/1_4/reference/resource-types.xml
URL: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/content/xdocs/1_4/reference/resource-types.xml?rev=374702&r1=374701&r2=374702&view=diff
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/1_4/reference/resource-types.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/1_4/reference/resource-types.xml Fri Feb  3 08:24:51 2006
@@ -76,12 +76,13 @@
 
   
   <p>
-    You can add references to any resource types configured in <code>cocoon.xconf</code>,
+    You can add references to any resource types configured in
+    <code><![CDATA[<lenya-webapp>/WEB-INF/cocoon.xconf]]></code>,
     containing
   </p>
   
   <ul>
-    <li>resource types provided by publets,</li>
+    <li>resource types provided by modules,</li>
     <li>resource types of template publications, and</li>
     <li>resource types of the publication itself.</li>
   </ul>
@@ -100,7 +101,7 @@
     </p>
     <p>
       The sample document is typically placed in
-      <code>&lt;publication&gt;/lenya/resources/samples/</code>.
+      <code><![CDATA[<publication>/lenya/resources/samples/]]></code>.
       You can choose an arbitrary filename, but it is recommended to
       use the resource type name (e.g., <code>profile.xml</code>).
     </p>
@@ -157,6 +158,13 @@
   </component-instance>
 
 </xconf>]]></source>
+
+    <p>
+      This XPatch file will be used when the publication is deployed (e.g., when you issue
+      a <code>./build</code> command). Its contents will be patched into
+      <code><![CDATA[<lenya-webapp>/WEB-INF/cocoon.xconf]]></code>.
+    </p>
+
   </section>
   
   <section><title>Define a Custom Menubar</title>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org