You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by up...@apache.org on 2003/08/07 15:03:09 UTC

cvs commit: cocoon-2.1/src/documentation/xdocs/userdocs/offline bean.xml

upayavira    2003/08/07 06:03:09

  Modified:    src/documentation/xdocs/userdocs/offline bean.xml
  Log:
  Clarifying that the bean isn't just for offline use
  
  Revision  Changes    Path
  1.2       +6 -5      cocoon-2.1/src/documentation/xdocs/userdocs/offline/bean.xml
  
  Index: bean.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/offline/bean.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- bean.xml	7 Aug 2003 10:39:42 -0000	1.1
  +++ bean.xml	7 Aug 2003 13:03:09 -0000	1.2
  @@ -12,14 +12,15 @@
     </header>
     <body>
   	 <s1 title="Overview">
  -		<p>The Cocoon Bean provides a Java programmatic interface for offline page and site generation
  -		   with Apache Cocoon.
  +		<p>The Cocoon Bean provides a Java programmatic interface for embedding Cocoon into other
  +		   applications.
   		</p>
   	 </s1>
   	 <s1 title="Details">
  -       <p>The Cocoon Bean forms the core of, and is used by the Cocoon Command Line Interface 
  -          (CLI).</p>
  -       <p>To find more about using the bean, look at the code for the CLI, which can be found 
  +       <p>At present, the bean is mainly used for offline page generation. However, there is no 
  +          reason why it should only be used in offline applications.</p>
  +       <p>An example of an application that uses the bean is the Cocoon Command Line Interface (CLI). 
  +          To find more about using the bean, look at the code for the CLI, which can be found 
             in the Cocoon codebase in <code>src/java</code>, in the class 
             <code>org.apache.cocoon.Main</code>.</p>
          <note>Whilst the Cocoon Bean works, it is still under development, and therefore its API