You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by st...@locus.apache.org on 2000/01/24 22:35:55 UTC

cvs commit: xml-cocoon/docs guide.xml index.xml installing.xml

stefano     00/01/24 13:35:55

  Modified:    docs     guide.xml index.xml installing.xml
  Log:
  cleanups
  
  Revision  Changes    Path
  1.6       +2 -3      xml-cocoon/docs/guide.xml
  
  Index: guide.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/docs/guide.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- guide.xml	1999/12/15 02:05:19	1.5
  +++ guide.xml	2000/01/24 21:35:54	1.6
  @@ -289,8 +289,7 @@
        is not sent back to the client directly, but it gets loaded and executed
        as a document producer. This guarantees both performance improvement
        (since the producer are cached) as well as easier producer development,
  -     following the common compiled server pages model. [this part is not yet
  -     implemented]
  +     following the common compiled server pages model.
      </dd>
     </dl>
    </s1>
  @@ -413,7 +412,7 @@
     storage system which is able to save stored objects in a persistent state that
     outlives the JVM execution. This is mainly used for pages that are very
     expensive to generate and last very long without changes, such as compiled
  -  server pages. [this part is not yet implemented]</p>
  +  server pages.</p>
     
     <p>The store system is responsible of handling the cached pages
     as well as the pre-parsed XML documents. This is mostly used by XSLT
  
  
  
  1.9       +1 -2      xml-cocoon/docs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/docs/index.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- index.xml	2000/01/08 00:09:31	1.8
  +++ index.xml	2000/01/24 21:35:54	1.9
  @@ -125,8 +125,7 @@
   
    <s1 title="Where do I get it?">
     <p>
  -   Go to the <link href="http://xml.apache.org/dist/">download area</link>
  -   and be sure you read the release note in that page.
  +   Here is the <link href="http://xml.apache.org/dist/">download area</link>.
     </p>
    </s1>
    
  
  
  
  1.17      +20 -22    xml-cocoon/docs/installing.xml
  
  Index: installing.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/docs/installing.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- installing.xml	2000/01/23 23:10:30	1.16
  +++ installing.xml	2000/01/24 21:35:54	1.17
  @@ -259,7 +259,7 @@
       <em>[jar-name]</em> with the package file name).
      </p>
       
  -   <source>wrapper.classpath=[path-to-jar]/[jar-name].jar</source>
  +<source>wrapper.classpath=[path-to-jar]/[jar-name].jar</source>
      
      <p>
       Here is an example:
  @@ -296,7 +296,7 @@
       Cocoon to reside):
      </p>
      
  -   <source>servlet.org.apache.cocoon.Cocoon.initArgs=properties=[path-to-cocoon]/bin/cocoon.properties</source>
  +<source>servlet.org.apache.cocoon.Cocoon.initArgs=properties=[path-to-cocoon]/bin/cocoon.properties</source>
     
      <p>
       Note that you should not need to change anything from the template
  @@ -398,21 +398,21 @@
       </p>
   
   <source><![CDATA[
  - <servlet>
  -  <servlet-name>org.apache.cocoon.Cocoon</servlet-name>
  -  <servlet-class>org.apache.cocoon.Cocoon</servlet-class>
  -  <init-param>
  -   <param-name>properties</param-name>
  -   <param-value>
  -     [path-to-cocoon.properties]/cocoon.properties
  -   </param-value>
  -  </init-param>
  - </servlet>
  - 
  - <servlet-mapping>
  -  <servlet-name>org.apache.cocoon.Cocoon</servlet-name>
  -  <url-pattern>*.xml</url-pattern>
  - </servlet-mapping>
  +<servlet>
  + <servlet-name>org.apache.cocoon.Cocoon</servlet-name>
  + <servlet-class>org.apache.cocoon.Cocoon</servlet-class>
  + <init-param>
  +  <param-name>properties</param-name>
  +  <param-value>
  +    [path-to-cocoon.properties]/cocoon.properties
  +  </param-value>
  + </init-param>
  +</servlet>
  +
  +<servlet-mapping>
  + <servlet-name>org.apache.cocoon.Cocoon</servlet-name>
  + <url-pattern>*.xml</url-pattern>
  +</servlet-mapping>
   ]]></source>
   
       <p>
  @@ -462,10 +462,8 @@
       Once you've done that, you should register Cocoon by adding these lines
       to your configuration files:
      </p>
  -   <source>
  -    weblogic.httpd.register.*.xml=\org.apache.cocoon.Cocoon
  -    weblogic.httpd.initArgs.*.xml=\properties=[path-to-cocoon]/bin/cocoon.properties
  -   </source>
  +<source>weblogic.httpd.register.*.xml=\org.apache.cocoon.Cocoon
  +weblogic.httpd.initArgs.*.xml=\properties=[path-to-cocoon]/bin/cocoon.properties</source>
      <p>
       making sure that you replaced <em>[path-to-cocoon]</em> with the actual
       path in your system.
  @@ -616,7 +614,7 @@
     </table>
     
     <note>
  -   Eue to a bug in <link href="http://www.blackdown.org">Blackdown
  +   Due to a bug in <link href="http://www.blackdown.org">Blackdown
      JDK 1.2pre2</link> for Linux, we suggest you to use green threads instead of the
      native ones which are much less stable, expecially highly concurrent operations
      like servlet engines and servlet execution.