deweese     2003/09/26 06:39:25

  Modified:    xdocs    book.xml cvs.xml installing.xml
  Log:
  1) More documenation work for new release/archive/nightly structures.
  
  Revision  Changes    Path
  1.15      +1 -1      xml-batik/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/xdocs/book.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  
  
  
  1.3       +29 -16    xml-batik/xdocs/cvs.xml
  
  Index: cvs.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/xdocs/cvs.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- cvs.xml   26 Sep 2003 10:38:00 -0000      1.2
  +++ cvs.xml   26 Sep 2003 13:39:25 -0000      1.3
  @@ -27,31 +27,44 @@
           <s1 title="Introduction">
               <p>
               This page provides information about how to access Batik's
  -            source code.  There are three main ways:
  +            source code.  There are four main ways:
               </p>
               <ul>
  -              <li>The first and easiest is by downloading a <link
  +              <li>The first, and prefered method for developers, is
  +              through AnonCVS. Anyone can checkout source code from
  +              our anonymous CVS server. To do so, simply use the
  +              following commands (if you are using a GUI CVS client,
  +              configure it appropriately):<br/>
  +          
  +              <code>cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic</code><br/>
  +              <code>login</code><br/> 
  +              <code>password: anoncvs</code><br/> 
  +              <br/> 
  +              <code>cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic</code><br/>
  +              <code>checkout xml-batik</code><br/><br/>
  +              </li>
  +
  +              <li>The second and probably easiest is by downloading a <link
                 href="http://www.apache.org/dyn/closer.cgi/xml/batik";>source
                 distribution</link>.  These are the packages that start
  -              with 'batik-src'.
  +              with 'batik-src'.  These correspond to the major releases of
  +              Batik.<br/>
                 </li>
   
  -              <li>The second is through <link
  +              <li>The third is by downloading a <link
  +              href="http://cvs.apache.org/builds/xml-batik";>nightly
  +              build</link>.  The '-cvs-' packages contain a complete
  +              copy of CVS.  The '-src-' packages contain only what is
  +              needed to build and run Batik.  The biggest difference
  +              being that cVS includes the <link href="test.html">test
  +              infrastructure</link>.<br/>
  +              </li>
  +
  +              <li>The fourth is through <link
                 href="http://cvs.apache.org/viewcvs.cgi/xml-batik";
                 >viewcvs</link>.  This provides the ability to traverse
                 the CVS repository over the web, and check differences
                 between versions.
  -              </li>
  -              <li>The third is through AnonCVS. Anyone can checkout
  -              source code from our anonymous CVS server. To do so,
  -              simply use the following commands (if you are using a
  -              GUI CVS client, configure it appropriately):<br/>
  -           <code>cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic</code><br/>
  -           <code>login</code><br/>
  -           <code>password: anoncvs</code><br/>
  -<br/>
  -           <code>cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic</code><br/>
  -           <code>checkout xml-batik</code><br/>
                 </li>
               </ul>
           </s1>
  
  
  
  1.14      +30 -4     xml-batik/xdocs/installing.xml
  
  Index: installing.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/xdocs/installing.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- installing.xml    26 Sep 2003 12:28:28 -0000      1.13
  +++ installing.xml    26 Sep 2003 13:39:25 -0000      1.14
  @@ -99,7 +99,7 @@
           various components you will find in the download area and
           their intended use:</p>
         <ul>
  -        <li><strong>batik-</strong><em>version</em><strong>.zip</strong> (e.g., 
<code>batik-1.5.zip.</code>)
  +        <li><strong>batik-</strong><em>version</em><strong>.zip</strong> (e.g., 
<code>batik-1.5.zip</code>)<br/>
             The <em>binary distribution</em> contains a compiled
             executable JAR files that let you get started with
             Batik easily. This  is the recommended distribution
  @@ -109,7 +109,8 @@
             set of sample SVG files.</li>
   
           <li><strong>batik-src-</strong><em>version</em><strong>.zip</strong> 
  -          (e.g., <code>batik-src-1.5.zip.</code>)The <em>source
  +          (e.g., <code>batik-src-1.5.zip</code>)<br/>
  +          The <em>source
               distribution</em> contains a complete snapshot of
             the Batik source code, documentation, regression tools
             and utilities as well as the script for building
  @@ -119,9 +120,34 @@
             understand how Batik can be integrated in their
             applications or how Batik can be extended. </li>
   
  -        <li><strong>batik-docs-</strong><em>version</em><strong>.zip</strong>
  +        <li><strong>batik-docs-</strong><em>version</em><strong>.zip</strong><br/>
             The <em>documentation bundle</em> contains a copy of 
             the Javadoc for the Batik source code.</li>
  +      </ul>
  +
  +      <p>We make nightly copies of the source tree avaiable from the
  +      <link href="http://cvs.apache.org/builds/xml-batik";>Apache
  +      build</link> server. These builds represent the current state of
  +      development and may or may not be as stable as releases.
  +      There are two types of distributions provided.</p>
  +      <ul>
  +        <li><strong>batik-cvs-</strong><em>date</em><strong>.zip</strong>
  +          (e.g., <code>batik-cvs-03-09-26.zip</code>)<br/> 
  +
  +          This contains a complete copy of the CVS tree, including
  +          support for running <link href="test.html">regard</link>
  +          Batik's regression testing utility.  In particular this
  +          includes all the reference images for testing.  Developers
  +          are encouraged to get these or better use <link
  +          href="cvs.html">CVS</link> directly.
  +        </li>
  +        <li><strong>batik-src-</strong><em>date</em><strong>.zip</strong>
  +          (e.g., <code>batik-src-03-09-26.zip</code>)<br/> 
  +
  +          This contains all the source code an libraries needed to
  +          build and run Batik from source. But does not include the
  +          testing facilities.
  +        </li>
         </ul>
   
         <p>Older releases are avaiable from the <link
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to