stevenn     2003/05/08 05:40:10

  Modified:    src/documentation/xdocs/developing avalon.xml extending.xml
                        httprequest.xml
               src/documentation/xdocs/installing index.xml
               src/documentation/xdocs overview.xml
  Log:
  Correcting validation errors and change email address of Tom Klaasen while I 
was at it.
  
  Revision  Changes    Path
  1.2       +1 -1      cocoon-2.1/src/documentation/xdocs/developing/avalon.xml
  
  Index: avalon.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/developing/avalon.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- avalon.xml        9 Mar 2003 00:07:43 -0000       1.1
  +++ avalon.xml        8 May 2003 12:40:10 -0000       1.2
  @@ -7,7 +7,7 @@
         <version>0.2</version>
         <type>Technical document</type>
         <authors>
  -             <person name="Tom Klaasen" email="[EMAIL PROTECTED]"/>
  +             <person name="Tom Klaasen" email="[EMAIL PROTECTED]"/>
                <person name="Berin Loritsch" email="[EMAIL PROTECTED]"/>
                <person name="Carsten Ziegeler" email="[EMAIL PROTECTED]"/>
         </authors>
  
  
  
  1.2       +1 -1      
cocoon-2.1/src/documentation/xdocs/developing/extending.xml
  
  Index: extending.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/developing/extending.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- extending.xml     9 Mar 2003 00:07:43 -0000       1.1
  +++ extending.xml     8 May 2003 12:40:10 -0000       1.2
  @@ -7,7 +7,7 @@
                <version>0.1</version>
                <type>Technical document</type>
                <authors>
  -                     <person name="Tom Klaasen" email="[EMAIL PROTECTED]"/>
  +                     <person name="Tom Klaasen" email="[EMAIL PROTECTED]"/>
                </authors>
        </header>
        <body>
  
  
  
  1.2       +1 -1      
cocoon-2.1/src/documentation/xdocs/developing/httprequest.xml
  
  Index: httprequest.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/developing/httprequest.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- httprequest.xml   9 Mar 2003 00:07:43 -0000       1.1
  +++ httprequest.xml   8 May 2003 12:40:10 -0000       1.2
  @@ -6,7 +6,7 @@
         <title>Request Processing</title>
         <version>0.1</version> 
         <type>Technical Document</type> 
  -      <authors><person name="Tom Klaasen" email="[EMAIL PROTECTED]"/> 
  +      <authors><person name="Tom Klaasen" email="[EMAIL PROTECTED]"/> 
         </authors> 
         <abstract>This document tries to explain Cocoon technically. We do 
this by
               describing what happens if somebody types in the URL of a simple 
Cocoon page.</abstract>
  
  
  
  1.6       +4 -5      cocoon-2.1/src/documentation/xdocs/installing/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/installing/index.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.xml 8 May 2003 02:55:11 -0000       1.5
  +++ index.xml 8 May 2003 12:40:10 -0000       1.6
  @@ -8,7 +8,7 @@
       <authors>
         <person name="Stefano Mazzocchi" email="[EMAIL PROTECTED]"/>
         <person name="Giacomo Pati" email="[EMAIL PROTECTED]"/>
  -      <person name="Tom Klaasen" 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]"/>
  @@ -41,7 +41,7 @@
   
         <p>When the time comes to run your Cocoon application in a full 
featured 
         servlet container, you may want to consider the following Open Source 
  -      options: 
  +      options:</p> 
         <ol> 
                <li>The Apache Tomcat project
                        <link 
href="http://jakarta.apache.org/tomcat/";>http://jakarta.apache.org/tomcat/</link>
  @@ -50,7 +50,6 @@
                        <link 
href="http://jetty.mortbay.org/";>http://jetty.mortbay.org/</link>
                </li>
         </ol>
  -      </p>
       </s1>
   
       <s1 title="Getting Apache Cocoon">
  @@ -167,7 +166,7 @@
           </note>
         </s2>
   
  -       <fixme>Is this still an issue?</fixme>
  +       <fixme author="ghoward">Is this still an issue?</fixme>
         <s2 title="UNIX with X server">
           <p>Cocoon is bundled with the <link 
href="http://xml.apache.org/batik/";>Batik</link>
             (SVG rasterization toolkit) to deliver SVG imaging capabilities. 
Batik uses Java
  @@ -187,7 +186,7 @@
             and X libraries still must be installed.</note>
         </s2>
   
  -       <fixme>Is this still an issue?</fixme>
  +       <fixme author="ghoward">Is this still an issue?</fixme>
         <s2 title="Headless UNIX and PJA">
           <p>If you are using unix with the Sun JDK 1.4, it can run in the
             headless environment (but you still must have X libraries 
installed!)
  
  
  
  1.2       +1 -1      cocoon-2.1/src/documentation/xdocs/overview.xml
  
  Index: overview.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/overview.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- overview.xml      9 Mar 2003 00:07:36 -0000       1.1
  +++ overview.xml      8 May 2003 12:40:10 -0000       1.2
  @@ -7,7 +7,7 @@
         <title>Overview of Apache Cocoon</title>
         <version>0.2</version> 
         <type>Overview document</type> 
  -      <authors><person name="Tom Klaasen" email="[EMAIL PROTECTED]"/> 
  +      <authors><person name="Tom Klaasen" email="[EMAIL PROTECTED]"/> 
         </authors> 
     </header> 
     <body> 
  
  
  

Reply via email to