vgritsenko 2003/05/07 12:32:42
Modified: src/scratchpad/webapp/samples scratchpad.xsamples src/webapp/samples block-samples.xml Log: Change block samples' titles Revision Changes Path 1.2 +3 -1 cocoon-2.1/src/scratchpad/webapp/samples/scratchpad.xsamples Index: scratchpad.xsamples =================================================================== RCS file: /home/cvs/cocoon-2.1/src/scratchpad/webapp/samples/scratchpad.xsamples,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- scratchpad.xsamples 15 Mar 2003 22:52:53 -0000 1.1 +++ scratchpad.xsamples 7 May 2003 19:32:42 -0000 1.2 @@ -1,10 +1,12 @@ +<?xml version="1.0"?> + <xsamples xpath="/samples" unless="[EMAIL PROTECTED]'Scratchpad Samples']"> <group name="Scratchpad Samples"> <sample name="Scratchpad" href="scratchpad"> Here you find the samples about the functionality included in the scratchpad, which is the place where new stuff is developed but not yet considered stable enough for production. - </sample> + </sample> </group> </xsamples> 1.6 +6 -4 cocoon-2.1/src/webapp/samples/block-samples.xml Index: block-samples.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/block-samples.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- block-samples.xml 7 May 2003 04:57:12 -0000 1.5 +++ block-samples.xml 7 May 2003 19:32:42 -0000 1.6 @@ -4,8 +4,10 @@ <samples xmlns:xlink="http://www.w3.org/1999/xlink" name="Blocks Samples"> - <group name="Main examples page"> - <sample name="Back" href="../samples/">to Cocoon examples main page</sample> - </group> + <group name="Back"> + <sample name="Back" href="./"> + Back to the samples home page. + </sample> + </group> </samples>