stephan 2003/01/31 10:48:26 Modified: src/scratchpad/webapp/samples scratchpad-samples.xml src/webapp/samples samples.xml Added: src/blocks/chaperon/conf chaperon.xsamples src/blocks/precept/conf precept.xsamples src/blocks/profiler/conf profiler.xsamples Log: Moved some entries into xsamples patch files. Revision Changes Path 1.1 xml-cocoon2/src/blocks/chaperon/conf/chaperon.xsamples Index: chaperon.xsamples =================================================================== <?xml version="1.0"?> <xsamples xpath="/samples" unless="group[@name='chaperon']"> <group name="chaperon"> <sample name="Chaperon Text Parser" href="chaperon/"> Examples showing how to use the Chaperon Parser to parse common text files like Wiki or Java files. </sample> </group> </xsamples> 1.1 xml-cocoon2/src/blocks/precept/conf/precept.xsamples Index: precept.xsamples =================================================================== <?xml version="1.0"?> <xsamples xpath="/samples" unless="group[@name='precept']"> <group name="precept"> <sample name="Precept" href="precept/"> Introduction into the Precept Form components. </sample> </group> </xsamples> 1.1 xml-cocoon2/src/blocks/profiler/conf/profiler.xsamples Index: profiler.xsamples =================================================================== <?xml version="1.0"?> <xsamples xpath="/samples" unless="group[@name='profiler']"> <group name="profiler"> <sample name="Profiler" href="profiler/"> This example shows the usage of the Profiler component for profiling and debugging of pipelines. </sample> </group> </xsamples> 1.5 +1 -7 xml-cocoon2/src/scratchpad/webapp/samples/scratchpad-samples.xml Index: scratchpad-samples.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/webapp/samples/scratchpad-samples.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- scratchpad-samples.xml 31 Jan 2003 18:08:48 -0000 1.4 +++ scratchpad-samples.xml 31 Jan 2003 18:48:26 -0000 1.5 @@ -29,12 +29,6 @@ </sample> </group> -<!-- <group name="Precept"> - <sample name="Precept" href="precept/"> - Introduction into the Precept Form components. - </sample> - </group>--> - <group name="SOAP Server"> <sample name="SOAP Server" href="soap-server/"> Axis based SOAP server. 1.38 +7 -14 xml-cocoon2/src/webapp/samples/samples.xml Index: samples.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/samples.xml,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- samples.xml 17 Jan 2003 14:29:32 -0000 1.37 +++ samples.xml 31 Jan 2003 18:48:26 -0000 1.38 @@ -83,9 +83,6 @@ <sample name="Error Page" href="system/generror.html"> This example shows what happens if an error is triggered in the pipeline. </sample> - <sample name="Profiler" href="profiler/welcome"> - This example shows the usage of the Profiler components. - </sample> </group> <group name="Control flow"> <sample name="Documentation" href="flow/"> @@ -175,25 +172,21 @@ Samples showing how to use Apache POI to use common office file formats with Cocoon. </sample> - <sample name="Chaperon Text Parser" href="chaperon/"> - Samples showing how to use the Chaperon Parser to parse common text files - like Wiki or Java files. - </sample> <sample name="Miscellaneous" href="misc/"> Other samples: Catalog entity resolver, ... </sample> </group> - <group name="Scratchpad samples"> - <sample name="Try Scratchpad" href="scratchpad"> - Here is a peek of what the next release of Cocoon will bring. - To test these samples, you must have built Cocoon with "build (sh|bat) installscratchpadwar". - </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. Some samples depend on additional components that need to be installed and configured correctly. + </sample> + </group> + <group name="Scratchpad samples"> + <sample name="Try Scratchpad" href="scratchpad"> + Here is a peek of what the next release of Cocoon will bring. + To test these samples, you must have built Cocoon with "build (sh|bat) installscratchpadwar". </sample> </group> </samples>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]