dims        00/11/20 03:55:02

  Modified:    .        Tag: xml-cocoon2 build.xml
               xdocs    Tag: xml-cocoon2 docs-book.xml installing.xml
  Log:
  Patch for Documentation from "Tom Klaasen" <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.2.45  +1 -0      xml-cocoon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.xml,v
  retrieving revision 1.6.2.44
  retrieving revision 1.6.2.45
  diff -u -r1.6.2.44 -r1.6.2.45
  --- build.xml 2000/10/28 22:36:09     1.6.2.44
  +++ build.xml 2000/11/20 11:54:59     1.6.2.45
  @@ -315,6 +315,7 @@
     <!-- Prepares the docs                                                   
-->
     <!-- =================================================================== 
-->
     <target name="prepare-docs" depends="init">
  +    <copydir src="${docs.dir}/images" dest="${build.docs}/images"/>
       <copy file="changes.xml" tofile="${docs.dir}/changes.xml" 
filtering="on"/>
       <copy file="todo.xml"    tofile="${docs.dir}/todo.xml"/>
   
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.9   +8 -0      xml-cocoon/xdocs/docs-book.xml
  
  Index: docs-book.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/xdocs/docs-book.xml,v
  retrieving revision 1.4.2.8
  retrieving revision 1.4.2.9
  diff -u -r1.4.2.8 -r1.4.2.9
  --- docs-book.xml     2000/10/28 10:19:31     1.4.2.8
  +++ docs-book.xml     2000/11/20 11:55:00     1.4.2.9
  @@ -5,8 +5,16 @@
     <page id="index" label="Index" source="index.xml"/>
     <page id="license" label="License" source="license.xml"/>
     <page id="install" label="Install" source="installing.xml"/>
  +<separator/>
  +  <page id="overview" label="Overview" source="overview.xml"/>
  +  <page id="httprequest" label="HttpRequest" source="httprequest.xml"/>
  +  <page id="avalon" label="Avalon" source="avalon.xml"/>
  +  <page id="extending" label="Extending" source="extending.xml"/>
  +<separator/>
  +  <page id="xsp" label="XSP" source="xsp.xml"/>
     <page id="xsp-internals" label="XSP Internals" source="xsp-internals.xml"/>
     <page id="logicsheet-concepts" label="XSP Logicsheets" 
source="logicsheet-concepts.xml"/>
  +<separator/>
     <page id="sitemap" label="Sitemap" source="sitemap.xml"/>
     <page id="svg" label="SVG Serializer" source="svg-serializer.xml"/>
     <page id="imageencoder" label="Image Encoders" 
source="image-encoders.xml"/>
  
  
  
  1.8.2.11  +32 -3     xml-cocoon/xdocs/installing.xml
  
  Index: installing.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/xdocs/installing.xml,v
  retrieving revision 1.8.2.10
  retrieving revision 1.8.2.11
  diff -u -r1.8.2.10 -r1.8.2.11
  --- installing.xml    2000/09/27 16:04:01     1.8.2.10
  +++ installing.xml    2000/11/20 11:55:01     1.8.2.11
  @@ -1,5 +1,4 @@
   <?xml version="1.0" encoding="ISO-8859-1" ?>
  -
   <!DOCTYPE document SYSTEM "./dtd/document-v10.dtd">
   
   <document>
  @@ -8,7 +7,8 @@
     <authors>
      <person name="Stefano Mazzocchi" email="[EMAIL PROTECTED]"/>
      <person name="Giacomo Pati" email="[EMAIL PROTECTED]"/>
  -  </authors>
  +  <person name="Tom Klaasen" email="[EMAIL PROTECTED]"/> 
  +      </authors>
    </header>
   
    <body>
  @@ -39,5 +39,34 @@
     
    </s1>
    
  - </body>
  + <s1 title="Step-by-step installation instructions for Windows"> 
  +             <ol> 
  +               <li>Download
  +                      <link 
href="ftp://cvsgui.sourceforge.net/pub/cvsgui/WinCvs11b16.zip";>WinCVS
  +             (v1.16 beta)</link> (homepage is <link 
href="http://www.wincvs.org/";>http://www.wincvs.org/</link>);</li> 
  +             <li> Install it;</li> 
  +             <li> Start it;</li> 
  +             <li>Click on admin-&gt;preferences;</li> 
  +             <li> In "Enter the CVSROOT:" enter
  +               ":pserver:[EMAIL PROTECTED]:/home/cvspublic" (without 
quotes);</li> 
  +             <li>In "Authentication:" choose ""passwd" file on the cvs 
server";</li> 
  +             <li>Click "Ok";</li> 
  +             <li>Click admin-&gt;login;</li> 
  +             <li> When asked for the password: anwer "anoncvs" (without 
quotes);</li> 
  +             <li> Click "create-&gt;checkout module";</li> 
  +             <li>Module name and path on the server is "xml-cocoon" (no 
quotes);</li> 
  +             <li>Choose a dir to put the source code in;</li> 
  +             <li>Click tab "checkout options";</li> 
  +             <li>Select option "by revision/tag/branch";</li> 
  +             <li>In the text-box behind that: "xml-cocoon2" (without quotes) 
</li> 
  +             <li>Click "Ok";</li> 
  +             <li>If everything goes well, messages will start to appear in 
the log
  +               window;</li> 
  +             <li>Wait until you see "*****CVS exited normally with code 
0*****" in the
  +               log window;</li> 
  +             <li>The Cocoon2 source is now on your HD;</li> 
  +             <li>Refer to the INSTALL file in the cocoon-dir to create and 
install the
  +               cocoon.war file.</li> 
  +             </ol> 
  +      </s1></body>
   </document>
  
  
  

Reply via email to