Author: andreas
Date: Mon Jul 23 00:49:13 2007
New Revision: 558642
URL: http://svn.apache.org/viewvc?view=rev&rev=558642
Log:
Updated resource type docs. Thanks to Steve Nunez for reporting.
Modified:
lenya/docu/src/documentation/content/xdocs/docs/2_0_x/reference/resource-types.xml
Modified: lenya/docu/src/documentation/content/xdocs/docs/2_0_x/reference/resource-types.xml
URL: http://svn.apache.org/viewvc/lenya/docu/src/documentation/content/xdocs/docs/2_0_x/reference/resource-types.xml?view=diff&rev=558642&r1=558641&r2=558642
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/docs/2_0_x/reference/resource-types.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/docs/2_0_x/reference/resource-types.xml Mon
Jul 23 00:49:13 2007
@@ -161,7 +161,8 @@
schema for your resource type as described in
<a href="site:wfconfig">Workflow Configuration</a>.
A workflow schema can be shared between multiple resource types.
- The workflow schema is assigned to a resource type in <code>publication.xconf</code>
+ The workflow schema is assigned to a resource type in
+ <code>$PUB_HOME/config/publication.xml</code>
(see section <em>Adding Resource Types to a Publication</em>).
</p>
</section>
@@ -241,7 +242,8 @@
<p>
A resource type provides a set of <em>formats</em> to provide different
ways of presenting content documents.
- The formats are defined in the resource type declaration:
+ The formats are defined in the resource type declaration in
+ <code>$MODULE_HOME/config/cocoon-xconf/resourcetype-profile.xconf</code>:
</p>
<source xml:space="preserve">
<![CDATA[<format name="xhtml" uri="cocoon://modules/profile/xhtml.xml"/>]]>
---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org
|