You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by pi...@apache.org on 2005/09/01 19:06:28 UTC

svn commit: r265756 - /cocoon/branches/BRANCH_2_1_X/src/blocks/validation/samples/welcome.xml

Author: pier
Date: Thu Sep  1 10:06:25 2005
New Revision: 265756

URL: http://svn.apache.org/viewcvs?rev=265756&view=rev
Log:
Wrong samples name and pointers to on-line documentation

Modified:
    cocoon/branches/BRANCH_2_1_X/src/blocks/validation/samples/welcome.xml

Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/validation/samples/welcome.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/validation/samples/welcome.xml?rev=265756&r1=265755&r2=265756&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/validation/samples/welcome.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/validation/samples/welcome.xml Thu Sep  1 10:06:25 2005
@@ -17,7 +17,7 @@
 
 <!-- CVS $Id: samples.xml 230598 2005-08-06 21:53:09Z antonio $ -->
 
-<samples name="HTML Block Samples" xmlns:xlink="http://www.w3.org/1999/xlink">
+<samples name="Validation Block Samples" xmlns:xlink="http://www.w3.org/1999/xlink">
 
   <group name="Back">
     <sample name="Back" href="../..">to Cocoon Samples main page</sample>
@@ -35,5 +35,17 @@
       Shows the output of a pipeline configured with a wrong schema.
     </sample>
   </group>
+
+  <group name="Avaliable Documentation">
+    <sample name="Validation Block Documentation"
+            href="http://cocoon.zones.apache.org/daisy/documentation/blocks/validation.html">
+      On-line documentation for the Validation block.
+    </sample>
+    <sample name="JING Transformer Documentation"
+            href="http://cocoon.zones.apache.org/daisy/documentation/components/transformers/jingtransformer.html">
+      On-line documentation for the JingTransformer.
+    </sample>
+  </group>
+    
 
 </samples>