stephan     2002/08/21 01:08:18

  Modified:    src/webapp/samples samples.xml sitemap.xmap
  Added:       src/scratchpad/webapp/samples scratchpad-samples.xml
  Log:
  The scratchpad got his own samples file.
  
  Revision  Changes    Path
  1.24      +2 -2      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.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- samples.xml       21 Aug 2002 07:30:41 -0000      1.23
  +++ samples.xml       21 Aug 2002 08:08:18 -0000      1.24
  @@ -197,7 +197,7 @@
     </group>
     
     <group name="Scratchpad samples">
  -   <sample name="Try Scratchpad" href="../mount/">
  +   <sample name="Try Scratchpad" href="scratchpad">
       Here is a peek of what the next release of Cocoon will bring.
       To test these samples, you mus have built cocoon with "build (sh|bat) 
installscratchpadwar".
      </sample>
  
  
  
  1.17      +6 -0      xml-cocoon2/src/webapp/samples/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/sitemap.xmap,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- sitemap.xmap      13 Aug 2002 15:15:33 -0000      1.16
  +++ sitemap.xmap      21 Aug 2002 08:08:18 -0000      1.17
  @@ -921,6 +921,12 @@
       <map:transform type="xalan" 
src="common/style/xsl/html/simple-samples2html.xsl"/>
       <map:serialize/>
      </map:match>
  +
  +   <map:match pattern="scratchpad">
  +    <map:generate src="scratchpad-samples.xml"/>
  +    <map:transform type="xalan" 
src="common/style/xsl/html/simple-samples2html.xsl"/>
  +    <map:serialize/>
  +   </map:match>
     
      <!-- ========================= Server ================================ -->
   
  
  
  
  1.1                  xml-cocoon2/src/scratchpad/webapp/samples/scratchpad-samples.xml
  
  Index: scratchpad-samples.xml
  ===================================================================
  <?xml version="1.0" encoding="iso-8859-1"?>
  
  <!-- CVS: $Id: scratchpad-samples.xml,v 1.1 2002/08/21 08:08:18 stephan Exp $ -->
  
  <samples xmlns:xlink="http://www.w3.org/1999/xlink";>
  
    <group name="Castor">
      <sample name="CastorTransformer" href="castor/">
        Show the usage of the Castor Transformer.
      </sample>
    </group>
  
    <group name="Charts">
      <sample name="Wings Transformer" href="charts/">
        Show the usage of the Krysalis Wings Chart Generator.
      </sample>
    </group>
  
    <group name="Slash Edit">
      <sample name="Source Writing Transformer" href="editor/">
        Show the usage of the Source Writing Transformer by 
        an Online editor Form.
      </sample>
    </group>
  
    <group name="Paginator">
      <sample name="PaginatorTransformer" href="paginator/">
        Show the usage of the Paginator Transformer.
      </sample>
    </group>
    
    <group name="Precept">
      <sample name="Precept" href="precept/">
        Introduction into the Precept Form components. 
      </sample>
    </group>
    
    <group name="SiteBuilder">
      <sample name="SiteBuilder" href="sitebuilder/">
        ???
      </sample>
    </group>
  
    <group name="Slide Integration">
      <sample name="Slide" href="slide/">
        Shows a examle how it could be possible to integration a 
        Content Management System, like Jakarta Slide, into Cocoon.
      </sample>
    </group>
   
  </samples>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to