stefano 2003/03/10 17:57:21
Added: src/resources/javadoc javadoc.xwelcome
src/documentation documentation.xwelcome
src/idl idldoc.xwelcome
Log:
Adding xpatches for the welcome file
Revision Changes Path
1.1 cocoon-2.1/src/resources/javadoc/javadoc.xwelcome
Index: javadoc.xwelcome
===================================================================
<xwelcome xpath="/welcome" unless="[EMAIL PROTECTED]'javadocs']">
<message id="javadocs">
Here you find the <link href="api/java/index.html">Java API documentation</link>
of the Cocoon internals.
</message>
</xwelcome>
1.1 cocoon-2.1/src/documentation/documentation.xwelcome
Index: documentation.xwelcome
===================================================================
<xwelcome xpath="/welcome" unless="[EMAIL PROTECTED]'docs']">
<message id="docs">
Here you find the <link href="docs/">Cocoon Documentation</link>.
</message>
</xwelcome>
1.1 cocoon-2.1/src/idl/idldoc.xwelcome
Index: idldoc.xwelcome
===================================================================
<xwelcome xpath="/welcome" unless="[EMAIL PROTECTED]'idldocs']">
<message id="idldocs">
Here you find the <link href="api/fom/index.html">Flow Object Model (FOM)
documentation</link>.
</message>
</xwelcome>