You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by co...@apache.org on 2004/03/20 19:06:53 UTC

cvs commit: cocoon-2.1/src/documentation/xdocs/userdocs/flow book.xml views.xml woody.xml

coliver     2004/03/20 10:06:53

  Modified:    src/documentation/xdocs/userdocs/flow book.xml views.xml
  Removed:     src/documentation/xdocs/userdocs/flow woody.xml
  Log:
  Removed references to JXForms and Woody
  
  Revision  Changes    Path
  1.17      +0 -2      cocoon-2.1/src/documentation/xdocs/userdocs/flow/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/flow/book.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- book.xml	6 Mar 2004 02:25:53 -0000	1.16
  +++ book.xml	20 Mar 2004 18:06:53 -0000	1.17
  @@ -38,7 +38,5 @@
       <menu-item label="JXTemplate" href="jxtemplate.html"/>
       <menu-item label="JPath" href="jpath.html"/>
       <menu-item label="Velocity" href="velocity.html"/> 
  -    <menu-item label="JXForms" href="jxforms.html"/>
  -    <menu-item label="Woody" href="woody.html"/>
     </menu>
   </book>
  
  
  
  1.15      +1 -4      cocoon-2.1/src/documentation/xdocs/userdocs/flow/views.xml
  
  Index: views.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/flow/views.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- views.xml	6 Mar 2004 02:25:54 -0000	1.14
  +++ views.xml	20 Mar 2004 18:06:53 -0000	1.15
  @@ -25,7 +25,7 @@
     </authors>
    </header>
    <body>
  -  <s1 title="Flowscript-aware Generators and Form Frameworks">
  +  <s1 title="Flowscript-aware Generators">
      <p>The second argument to <link href="api.html#sendPage"><code>cocoon.sendPage()</code></link> and
       <link href="api.html#sendPageAndWait"><code>cocoon.sendPageAndWait()</code></link> is a context object,
       which can be a simple dictionary with values that need to be displayed by the page. More
  @@ -37,9 +37,6 @@
       <link href="jxtemplate.html">JXTemplate Generator</link>,
       <link href="jpath.html">JPath XSP Logic Sheet</link> and
       <link href="velocity.html">Velocity Generator</link>.
  -   </p>
  -   <p>
  -     In addition, Cocoon provides several higher-level frameworks to create single and multi-page forms that can be used with your Flowscripts. Currently, these are <link href="jxforms.html">JXForms</link> and <link href="woody.html">Woody</link>.
      </p>
     </s1>
    </body>