crossley 2004/03/20 05:28:29
Modified: src/webapp/samples samples.xml
Log:
Try to make "Blocks samples" more prominent.
Present the generated documentation.
Revision Changes Path
1.35 +28 -20 cocoon-2.1/src/webapp/samples/samples.xml
Index: samples.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/samples.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- samples.xml 20 Mar 2004 13:02:10 -0000 1.34
+++ samples.xml 20 Mar 2004 13:28:29 -0000 1.35
@@ -56,23 +56,6 @@
</sample>
</group>
- <group name="Cocoon Control Flow">
- <note>
- Since the Cocoon Control Flow is a core technology you find more
examples
- that make use of it e.g. the Petstore, JXForms and Woody block
- </note>
- <sample name="Examples" href="flow/">
- Examples of Cocoon's control flow of Web pages.
- </sample>
- </group>
-
- <group name="Cocoon Forms Processing">
- <sample href="simpleform/" name="Simple Forms">
- These examples show a simple way to work with HTML forms. More powerful
- form solutions can be found in the blocks section.
- </sample>
- </group>
-
<group name="More Core Samples">
<sample href="modules/" name="The Power of Sitemap: Input Modules">
This example shows the usage of Input Modules in sitemap attribute
expressions.
@@ -92,15 +75,32 @@
Some stuff that does not fit into the other groups of samples.
</sample>
</group>
-
+
<group name="Block Samples">
<sample name="Blocks with samples" href="blocks">
Functionality outside the core has been moved to units called "blocks".
- This will lead to a more modular Cocoon. Here you find the samples
+ This will lead to a more modular Cocoon. Here you find the many
samples
provided by the currently installed blocks.
</sample>
</group>
+ <group name="Cocoon Control Flow">
+ <note>
+ Since the Cocoon Control Flow is a core technology you find more
examples
+ that make use of it e.g. the Petstore, JXForms and Woody block
+ </note>
+ <sample name="Examples" href="flow/">
+ Examples of Cocoon's control flow of Web pages.
+ </sample>
+ </group>
+
+ <group name="Cocoon Forms Processing">
+ <sample href="simpleform/" name="Simple Forms">
+ These examples show a simple way to work with HTML forms. More powerful
+ form solutions can be found in the blocks section.
+ </sample>
+ </group>
+
<group name="Test Pages">
<sample name="Anteater tests" href="test/">
Pages used by the anteater-tests build target, for automated testing
@@ -125,6 +125,14 @@
in a colour-coded table. Be patient - this process will take a while.
NOTE: this will work only if you have included the documentation when
you built the web application
+ </sample>
+ </group>
+
+ <group name="Back">
+ <sample name="Front page" href="..">
+ </sample>
+ <sample name="Core Documentation" href="../docs/">
+ Documentation is generated from the xml source.
</sample>
</group>
</samples>