vgritsenko 2003/05/07 12:16:38
Modified: src/blocks/authentication-fw/conf authentication-fw.xsamples src/blocks/chaperon/conf chaperon.xsamples src/blocks/databases/conf databases.xsamples src/blocks/fop/conf fop.xsamples src/blocks/jfor/conf jfor.xsamples src/blocks/jsp/conf jsp.xsamples src/blocks/linkrewriter/conf linkrewriter.xsamples src/blocks/lucene/conf lucene.xsamples src/blocks/mail/conf mail.xsamples src/blocks/portal/conf portal.xsamples src/blocks/portal-fw/conf portal-fw.xsamples src/blocks/precept/conf precept.xsamples src/blocks/profiler/conf profiler.xsamples src/blocks/qdox/conf qdox.xsamples src/blocks/slide/conf slide.xsamples src/blocks/swf/conf swf.xsamples src/blocks/web3/conf web3.xsamples src/blocks/woody/conf woody.xsamples src/blocks/xmlform/conf xmlform.xsamples Log: Change block samples' titles Revision Changes Path 1.2 +4 -4 cocoon-2.1/src/blocks/authentication-fw/conf/authentication-fw.xsamples Index: authentication-fw.xsamples =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/authentication-fw/conf/authentication-fw.xsamples,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- authentication-fw.xsamples 9 Mar 2003 00:02:12 -0000 1.1 +++ authentication-fw.xsamples 7 May 2003 19:16:35 -0000 1.2 @@ -1,11 +1,11 @@ <?xml version="1.0"?> -<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'authentication-fw']"> +<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'Authentication Framework']"> - <group name="authentication-fw"> + <group name="Authentication Framework"> <sample name="Authentication Framework" href="authentication-fw/login"> - This is a demo of the authentication framework integrated into Cocoon. - </sample> + This is a demo of the authentication framework integrated into Cocoon. + </sample> </group> </xsamples> 1.2 +3 -3 cocoon-2.1/src/blocks/chaperon/conf/chaperon.xsamples Index: chaperon.xsamples =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/chaperon/conf/chaperon.xsamples,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- chaperon.xsamples 9 Mar 2003 00:02:47 -0000 1.1 +++ chaperon.xsamples 7 May 2003 19:16:36 -0000 1.2 @@ -1,11 +1,11 @@ <?xml version="1.0"?> -<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'chaperon']"> +<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'Chaperon']"> - <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> + </sample> </group> </xsamples> 1.2 +11 -12 cocoon-2.1/src/blocks/databases/conf/databases.xsamples Index: databases.xsamples =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/databases/conf/databases.xsamples,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- databases.xsamples 9 Mar 2003 00:03:01 -0000 1.1 +++ databases.xsamples 7 May 2003 19:16:36 -0000 1.2 @@ -1,19 +1,18 @@ <?xml version="1.0"?> -<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'databases']"> +<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'Databases']"> - <group name="databases"> - <note> - For the examples of this block to work, either the HSQLDB block - needs to be present as well or another RDBMS backend needs to - be configured. Schema information is contained in each - subdirectory of samples/databases. - </note> - - <sample name="Samples" href="databases/samples"> - Continue to database block samples. - </sample> + <group name="Databases"> + <note> + For the examples of this block to work, either the HSQLDB block + needs to be present as well or another RDBMS backend needs to + be configured. Schema information is contained in each + subdirectory of samples/databases. + </note> + <sample name="Samples" href="databases/samples"> + Continue to database block samples. + </sample> </group> </xsamples> 1.2 +6 -8 cocoon-2.1/src/blocks/fop/conf/fop.xsamples Index: fop.xsamples =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/fop/conf/fop.xsamples,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fop.xsamples 1 May 2003 11:23:26 -0000 1.1 +++ fop.xsamples 7 May 2003 19:16:36 -0000 1.2 @@ -1,13 +1,11 @@ <?xml version="1.0"?> -<!-- make FOP samples appear in the samples page --> +<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'FOP']"> -<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'fop']"> - - <group name="fop"> - <sample name="FOP PDF serializer" href="fop/"> - Examples of PDF document generation. - </sample> - </group> + <group name="FOP"> + <sample name="FOP PDF serializer" href="fop/"> + Examples of PDF document generation. + </sample> + </group> </xsamples> 1.2 +1 -1 cocoon-2.1/src/blocks/jfor/conf/jfor.xsamples Index: jfor.xsamples =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/jfor/conf/jfor.xsamples,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- jfor.xsamples 27 Mar 2003 09:47:01 -0000 1.1 +++ jfor.xsamples 7 May 2003 19:16:36 -0000 1.2 @@ -5,6 +5,6 @@ <group name="jfor"> <sample name="jfor RTF serializer" href="jfor/"> Examples of RTF document generation. - </sample> + </sample> </group> </xsamples> 1.2 +3 -3 cocoon-2.1/src/blocks/jsp/conf/jsp.xsamples Index: jsp.xsamples =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/jsp/conf/jsp.xsamples,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- jsp.xsamples 9 Mar 2003 00:04:10 -0000 1.1 +++ jsp.xsamples 7 May 2003 19:16:37 -0000 1.2 @@ -1,10 +1,10 @@ <?xml version="1.0"?> -<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'jsp']"> +<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'JSP']"> - <group name="jsp"> + <group name="JSP"> <sample name="Java Server Pages" href="jsp/"> JSP usage with Cocoon - </sample> + </sample> </group> </xsamples> 1.2 +3 -3 cocoon-2.1/src/blocks/linkrewriter/conf/linkrewriter.xsamples Index: linkrewriter.xsamples =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/linkrewriter/conf/linkrewriter.xsamples,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- linkrewriter.xsamples 13 Mar 2003 09:00:30 -0000 1.1 +++ linkrewriter.xsamples 7 May 2003 19:16:37 -0000 1.2 @@ -1,13 +1,13 @@ <?xml version="1.0"?> -<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'linkrewriter']"> +<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'Link Rewriter']"> - <group name="linkrewriter"> + <group name="Link Rewriter"> <sample name="LinkRewriter Transformer" href="linkrewriter/"> A demo of the LinkRewriterTransformer, which rewrites XML links (by default, href attributes) with values looked up from any Input Module. See http://xml.apache.org/forrest/linking.html - </sample> + </sample> </group> </xsamples> 1.2 +3 -3 cocoon-2.1/src/blocks/lucene/conf/lucene.xsamples Index: lucene.xsamples =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/lucene/conf/lucene.xsamples,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lucene.xsamples 21 Mar 2003 07:54:18 -0000 1.1 +++ lucene.xsamples 7 May 2003 19:16:37 -0000 1.2 @@ -1,10 +1,10 @@ <?xml version="1.0"?> -<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'lucene']"> +<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'Lucene']"> - <group name="lucene"> + <group name="Lucene"> <sample name="Search with Lucene" href="lucene/welcome"> Examples showing use of Apache Lucene to search. - </sample> + </sample> </group> </xsamples> 1.2 +5 -6 cocoon-2.1/src/blocks/mail/conf/mail.xsamples Index: mail.xsamples =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/mail/conf/mail.xsamples,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mail.xsamples 17 Apr 2003 20:44:34 -0000 1.1 +++ mail.xsamples 7 May 2003 19:16:37 -0000 1.2 @@ -1,12 +1,11 @@ <?xml version="1.0"?> -<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'mail']"> - - <group name="mail"> - <sample name="Samples" href="mail/samples"> - Continue to mail block samples. - </sample> +<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'Mail']"> + <group name="Mail"> + <sample name="Samples" href="mail/samples"> + Continue to mail block samples. + </sample> </group> </xsamples> 1.3 +2 -2 cocoon-2.1/src/blocks/portal/conf/portal.xsamples Index: portal.xsamples =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/portal/conf/portal.xsamples,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- portal.xsamples 7 May 2003 09:07:10 -0000 1.2 +++ portal.xsamples 7 May 2003 19:16:37 -0000 1.3 @@ -4,8 +4,8 @@ <group name="Portal Engine"> <sample name="Demo Portal" href="portal/portal"> - This is a demo of the new powerfull portal engine based on Apache Cocoon. - </sample> + This is a demo of the new powerfull portal engine based on Apache Cocoon. + </sample> </group> </xsamples> 1.2 +4 -4 cocoon-2.1/src/blocks/portal-fw/conf/portal-fw.xsamples Index: portal-fw.xsamples =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/portal-fw/conf/portal-fw.xsamples,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- portal-fw.xsamples 9 Mar 2003 00:05:14 -0000 1.1 +++ portal-fw.xsamples 7 May 2003 19:16:37 -0000 1.2 @@ -1,11 +1,11 @@ <?xml version="1.0"?> -<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'portal-fw']"> +<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'Portal Framework']"> - <group name="portal-fw"> + <group name="Portal Framework"> <sample name="Portal Framework" href="portal-fw/sunspotdemoportal"> - This is a demo of the portal framework integrated into Cocoon. - </sample> + This is a demo of the portal framework integrated into Cocoon. + </sample> </group> </xsamples> 1.2 +3 -3 cocoon-2.1/src/blocks/precept/conf/precept.xsamples Index: precept.xsamples =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/precept/conf/precept.xsamples,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- precept.xsamples 9 Mar 2003 00:05:35 -0000 1.1 +++ precept.xsamples 7 May 2003 19:16:37 -0000 1.2 @@ -1,10 +1,10 @@ <?xml version="1.0"?> -<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'precept']"> +<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'Precept']"> - <group name="precept"> + <group name="Precept"> <sample name="Precept" href="precept/"> Introduction into the Precept Form components. - </sample> + </sample> </group> </xsamples> 1.2 +3 -3 cocoon-2.1/src/blocks/profiler/conf/profiler.xsamples Index: profiler.xsamples =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/profiler/conf/profiler.xsamples,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- profiler.xsamples 9 Mar 2003 00:05:49 -0000 1.1 +++ profiler.xsamples 7 May 2003 19:16:37 -0000 1.2 @@ -1,11 +1,11 @@ <?xml version="1.0"?> -<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'profiler']"> +<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'Profiler']"> - <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> + </sample> </group> </xsamples> 1.3 +2 -0 cocoon-2.1/src/blocks/qdox/conf/qdox.xsamples Index: qdox.xsamples =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/qdox/conf/qdox.xsamples,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- qdox.xsamples 7 May 2003 09:46:07 -0000 1.2 +++ qdox.xsamples 7 May 2003 19:16:37 -0000 1.3 @@ -1,7 +1,9 @@ <?xml version="1.0"?> <xsamples xpath="/samples" unless="[EMAIL PROTECTED]'QDox']"> + <group name="QDox"> <sample name="Samples" href="qdox/">Javadoc-like parsing of Java code using QDox.</sample> </group> + </xsamples> 1.2 +2 -2 cocoon-2.1/src/blocks/slide/conf/slide.xsamples Index: slide.xsamples =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/slide/conf/slide.xsamples,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- slide.xsamples 9 Mar 2003 00:06:14 -0000 1.1 +++ slide.xsamples 7 May 2003 19:16:37 -0000 1.2 @@ -1,8 +1,8 @@ <?xml version="1.0"?> -<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'slide']"> +<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'Slide']"> - <group name="slide"> + <group name="Slide"> <sample name="Slide Integration" href="slide/"> Shows an example of how it could be possible to integrate a Content Management System, like Jakarta Slide, into Cocoon. 1.3 +8 -7 cocoon-2.1/src/blocks/swf/conf/swf.xsamples Index: swf.xsamples =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/swf/conf/swf.xsamples,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- swf.xsamples 5 May 2003 23:46:46 -0000 1.2 +++ swf.xsamples 7 May 2003 19:16:37 -0000 1.3 @@ -6,10 +6,11 @@ --> <xsamples xpath="/samples" unless="[EMAIL PROTECTED]'SWF']"> - <group name="SWF"> - <sample name="SWF" href="swf/"> - Flash! - </sample> - </group> -</xsamples> + <group name="SWF"> + <sample name="SWF" href="swf/"> + Flash! + </sample> + </group> + +</xsamples> 1.3 +5 -5 cocoon-2.1/src/blocks/web3/conf/web3.xsamples Index: web3.xsamples =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/web3/conf/web3.xsamples,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- web3.xsamples 6 May 2003 14:12:59 -0000 1.2 +++ web3.xsamples 7 May 2003 19:16:37 -0000 1.3 @@ -1,16 +1,16 @@ <?xml version="1.0"?> -<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'web3']"> +<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'Web3']"> - <group name="web3"> + <group name="Web3"> <note> For the examples of this block to work, an SAP R/3 system and some SAP java classes need to be available and configured according to the docs that can be found in the developer section of the Apache Cocoon documentation. </note> - <sample name="Samples" href="web3/samples"> - Continue to web3 block samples. - </sample> + <sample name="Samples" href="web3/samples"> + Continue to Web3 block samples. + </sample> </group> </xsamples> 1.2 +5 -3 cocoon-2.1/src/blocks/woody/conf/woody.xsamples Index: woody.xsamples =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/woody/conf/woody.xsamples,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- woody.xsamples 22 Apr 2003 12:04:18 -0000 1.1 +++ woody.xsamples 7 May 2003 19:16:38 -0000 1.2 @@ -1,9 +1,11 @@ <?xml version="1.0"?> -<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'woody']"> - <group name="woody"> +<xsamples xpath="/samples" unless="[EMAIL PROTECTED]'Woody']"> + + <group name="Woody"> <sample name="Woody" href="woody/"> Woody (a form framework) examples. - </sample> + </sample> </group> + </xsamples> 1.2 +1 -0 cocoon-2.1/src/blocks/xmlform/conf/xmlform.xsamples Index: xmlform.xsamples =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/xmlform/conf/xmlform.xsamples,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xmlform.xsamples 25 Apr 2003 08:34:56 -0000 1.1 +++ xmlform.xsamples 7 May 2003 19:16:38 -0000 1.2 @@ -1,4 +1,5 @@ <?xml version="1.0"?> + <xsamples xpath="/samples" unless="[EMAIL PROTECTED]'XMLForm: Form Handling and Web Services']"> <group name="XMLForm: Form Handling and Web Services">