vgritsenko    02/01/10 09:00:03

  Modified:    src/documentation/xdocs/installing index.xml
  Log:
  Update "downloading" chapter, fix broken link.
  
  Revision  Changes    Path
  1.2       +67 -56    xml-cocoon2/src/documentation/xdocs/installing/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/installing/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml 3 Jan 2002 12:31:03 -0000       1.1
  +++ index.xml 10 Jan 2002 17:00:03 -0000      1.2
  @@ -2,50 +2,49 @@
   <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" 
"../dtd/document-v10.dtd">
   
   <document>
  - <header>
  -   <title>Installing Apache Cocoon</title>
  -   <authors>
  -     <person name="Stefano Mazzocchi" email="[EMAIL PROTECTED]"/>
  -     <person name="Giacomo Pati" email="[EMAIL PROTECTED]"/>
  -     <person name="Tom Klaasen" email="[EMAIL PROTECTED]"/>
  -     <person name="Chris Stevenson" email="[EMAIL PROTECTED]"/>
  -     <person name="Carsten Ziegeler" email="[EMAIL PROTECTED]"/>
  -   </authors>
  - </header>
  -
  - <body>
  -
  - <s1 title="System Requirements">
  -  <p>
  -   Apache Cocoon requires the following systems to be already installed in your 
system:
  -  </p>
  -
  -  <p><strong>Java Virtual Machine</strong>
  -    A Java 1.2 or later compatible virtual machine must be present for both
  -    command line and servlet type usage of Apache Cocoon. Note that all servlet 
engines
  -    require a JVM to run so if you are already using servlets you already have
  -    one installed.
  -   </p>
  -
  -   <p><strong>Servlet Engine</strong>
  -    A Servlet 2.2 compliant servlet engine must be present in order to support
  -    servlet operation and dynamic request handling. Note that this requirement
  -    is optional for command line operation.
  -   </p>
  -
  -  <p>If you don't have a servlet engine installed, well, stop right here and
  -  go to the Apache Tomcat project
  -  <link 
href="http://jakarta.apache.org/tomcat/";>http://jakarta.apache.org/tomcat/</link>
  -  then come back when you are done.</p>
  +  <header>
  +    <title>Installing Apache Cocoon</title>
  +    <authors>
  +      <person name="Stefano Mazzocchi" email="[EMAIL PROTECTED]"/>
  +      <person name="Giacomo Pati" email="[EMAIL PROTECTED]"/>
  +      <person name="Tom Klaasen" email="[EMAIL PROTECTED]"/>
  +      <person name="Chris Stevenson" email="[EMAIL PROTECTED]"/>
  +      <person name="Carsten Ziegeler" email="[EMAIL PROTECTED]"/>
  +      <person name="Vadim Gritsenko" email="[EMAIL PROTECTED]"/>
  +    </authors>
  +  </header>
   
  - </s1>
  +  <body>
   
  +    <s1 title="System Requirements">
  +      <p>
  +       Apache Cocoon requires the following systems to be already installed in your 
system:
  +      </p>
  +    
  +      <p><strong>Java Virtual Machine</strong>
  +       A Java 1.2 or later compatible virtual machine must be present for both
  +       command line and servlet type usage of Apache Cocoon. Note that all servlet 
engines
  +       require a JVM to run so if you are already using servlets you already have
  +       one installed.
  +      </p>
  +    
  +      <p><strong>Servlet Engine</strong>
  +       A Servlet 2.2 compliant servlet engine must be present in order to support
  +       servlet operation and dynamic request handling. Note that this requirement
  +       is optional for command line operation.
  +      </p>
  +    
  +      <p>If you don't have a servlet engine installed, well, stop right here and
  +      go to the Apache Tomcat project
  +      <link 
href="http://jakarta.apache.org/tomcat/";>http://jakarta.apache.org/tomcat/</link>
  +      then come back when you are done.</p>
  +    </s1>
   
       <s1 title="Getting Apache Cocoon">
         <p>
  -       You have two choices for getting Cocoon: you can either download
  -       a stable relese or you can get the latest development version
  -       directly from the cvs repository.
  +       You have three choices for getting Cocoon: you can either download
  +       a stable relese, or you can download development snapshot, or you can 
  +       get the latest development version directly from the cvs repository.
         </p>      
         <s2 title="Download a distribution">
          <p>
  @@ -54,6 +53,13 @@
           directory.
          </p>
         </s2>
  +      <s2 title="Download a development snapshot">
  +       <p>
  +        You also can download one of the development snapshots from the
  +        <link href="http://xml.apache.org/from-cvs/xml-cocoon2/";>CVS 
snapshots</link>
  +        directory.
  +       </p>
  +      </s2>
         <s2 title="Step-by-step cvs instructions for Windows">
           <p>See the Cocoon document
            <link href="../contrib.html">Contrib</link>
  @@ -61,7 +67,7 @@
           </p>
           <ol>
             <li>Download
  -            <link 
href="ftp://cvsgui.sourceforge.net/pub/cvsgui/WinCvs120.zip";>WinCVS
  +            <link href="http://telia.dl.sourceforge.net/cvsgui/WinCvs120.zip";>WinCVS
                 (v1.2)</link> (homepage is <link 
href="http://www.wincvs.org/";>http://www.wincvs.org/</link>);
             </li>
             <li>Install it;</li>
  @@ -77,7 +83,7 @@
             <li>Module name and path on the server is "xml-cocoon2" (no quotes);</li>
             <li>Choose a dir to put the source code in;</li>
             <li>Go to the "Checkout-options" tab and select "By revision/tag/branch"
  -              and enter "cocoon_20_branch";</li>
  +              and enter "HEAD";</li>
             <li>Click "Ok";</li>
             <li>If everything goes well, messages will start to appear in the log
               window;</li>
  @@ -91,7 +97,9 @@
             <li>Start the shell of your choice.</li>
             <li>Enter "cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic 
login".</li>
             <li>When asked for the password: answer "anoncvs".</li>
  -          <li>Enter "cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic -z3 
checkout -r cocoon_20_branch xml-cocoon2". This will create a directory called 
"xml-cocoon2" where the Cocoon2 source will be stored.</li>
  +          <li>Enter "cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic -z3 
checkout
  +            -r HEAD xml-cocoon2". This will create a directory called "xml-cocoon2" 
where the 
  +            Cocoon2 source will be stored.</li>
             <li>Wait until cvs has finished.</li>
             <li>The Cocoon source is now on your harddrive.</li>
           </ol>
  @@ -117,20 +125,7 @@
   
       </s2>
   
  -    <s2 title="Create the Cocoon WAR package">
  -
  -      <p>To do this you simply have to type:</p>
  -
  -      <source>
  -[unix]  ./build.sh  -Dinclude.webapp.libs=yes webapp
  -[win32] .\build.bat -Dinclude.webapp.libs=yes webapp
  -      </source>
  -
  -      <p>this will create the "cocoon.war" file in the
  -      './build/cocoon' directory.</p>
  -
  -    </s2>
  -
  +<!--
       <s2 title="Making the sql examples work out of the box">
        <p>
         The sample web application delivered with Cocoon contains some
  @@ -153,6 +148,8 @@
          and that you must follow the steps below, too.
         </p>
       </s2>
  +-->
  +
       <s2 title="Adding additional components">
        <p>
         Some of the components delivered with Cocoon required additional libraries,
  @@ -208,6 +205,20 @@
        <p><strong>Note:</strong> If you added a library/package, you
         need to rebuild Cocoon as described in 'Create the Cocoon WAR package'.
        </p>
  +    </s2>
  +
  +    <s2 title="Create the Cocoon WAR package">
  +
  +      <p>To do this you simply have to type:</p>
  +
  +      <source>
  +[unix]  ./build.sh  -Dinclude.webapp.libs=yes webapp
  +[win32] .\build.bat -Dinclude.webapp.libs=yes webapp
  +      </source>
  +
  +      <p>this will create the "cocoon.war" file in the
  +      './build/cocoon' directory.</p>
  +
       </s2>
    </s1>
   
  
  
  

----------------------------------------------------------------------
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