deweese     2003/09/26 03:38:01

  Modified:    xdocs    book.xml cvs.xml faq.xml index.xml installing.xml
                        site-book.xml svgpp.xml svgrasterizer.xml
                        svgviewer.xml
  Log:
  Moving site to use apache mirrors for distributions.
  
  Revision  Changes    Path
  1.14      +2 -2      xml-batik/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/xdocs/book.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- book.xml  19 Mar 2003 01:03:54 -0000      1.13
  +++ book.xml  26 Sep 2003 10:38:00 -0000      1.14
  @@ -15,7 +15,7 @@
   <!-- version $Id$        -->
   <!-- ========================================================================= -->
   
  -<book title="Apache Batik documentation" copyright="2000-2003 The Apache Software 
Foundation">
  +<book title="Apache Batik documentation" copyright="2000-2002 The Apache Software 
Foundation">
       <!-- ======================= -->
       <!-- Home                    -->
       <!-- ======================= -->
  @@ -28,7 +28,7 @@
       <page id="index"              label="Overview"                 
source="index.xml"/>
       <faqs id="faqs"               label="FAQ"                      
source="faq.xml"/>
       <page id="license"            label="License"                  
source="license.xml"/>
  -    <external                     label="Download"                 
href="http://xml.apache.org/batik/dist"; />
  +    <external                     label="Download"                 
href="http://www.apache.org/dyn/closer.cgi/xml/batik"; />
       <page id="install"            label="Install"                  
source="installing.xml"/>
       <page id="batikDemo"          label="Demo"                     
source="batikDemo.xml"/>
       <separator/>
  
  
  
  1.2       +2 -2      xml-batik/xdocs/cvs.xml
  
  Index: cvs.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/xdocs/cvs.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cvs.xml   4 Mar 2003 12:11:59 -0000       1.1
  +++ cvs.xml   26 Sep 2003 10:38:00 -0000      1.2
  @@ -31,7 +31,7 @@
               </p>
               <ul>
                 <li>The first and easiest is by downloading a <link
  -              href="http://xml.apache.org/batik/dist";>source
  +              href="http://www.apache.org/dyn/closer.cgi/xml/batik";>source
                 distribution</link>.  These are the packages that start
                 with 'batik-src'.
                 </li>
  
  
  
  1.38      +11 -12    xml-batik/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/xdocs/faq.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- faq.xml   10 Aug 2003 18:03:16 -0000      1.37
  +++ faq.xml   26 Sep 2003 10:38:00 -0000      1.38
  @@ -210,16 +210,15 @@
       <question>How can I see a demo?</question>
       <answer>
           <p>
  -        You can see an online demonstration of Squiggle the SVG browser
  -        on the <link href="batikDemo.html">demo page</link>. Alternatively,
  -        you can <link href="dist">download</link>
  -        Batik or see 
  -        <link href="svgviewer.html">screenshots</link> 
  -        of the Batik SVG viewer, images created from the 
  -        <link href="svgrasterizer.html">rasterizer</link>
  -        and an <link href="svggen.html">example</link>
  -        of how to use the <link href="svggen.html">SVGGraphics2D</link> 
  -        generator.
  +        You can see an online demonstration of Squiggle the SVG
  +        browser on the <link href="batikDemo.html">demo
  +        page</link>. Alternatively, you can <link
  +        href="http://www.apache.org/dyn/closer.cgi/xml/batik";>download</link>
  +        Batik or see <link href="svgviewer.html">screenshots</link> of
  +        the Batik SVG viewer, images created from the <link
  +        href="svgrasterizer.html">rasterizer</link> and an <link
  +        href="svggen.html">example</link> of how to use the <link
  +        href="svggen.html">SVGGraphics2D</link> generator.
           </p>
       </answer>
   
  @@ -486,7 +485,7 @@
           1.3</link> to run Batik.
           </p>
           <p>
  -        To install Batik you need to <link href="dist">download</link>
  +        To install Batik you need to <link 
href="http://www.apache.org/dyn/closer.cgi/xml/batik";>download</link>
           the binary or source distribution and unzip it on your computer.
           </p>
        <p>You can have a look at the <link
  
  
  
  1.48      +2 -2      xml-batik/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/xdocs/index.xml,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- index.xml 10 Jul 2003 11:56:06 -0000      1.47
  +++ index.xml 26 Sep 2003 10:38:01 -0000      1.48
  @@ -147,7 +147,7 @@
           <p>
           You can get the Batik distribution (<link 
href="install.html#distributions">source</link> 
           and <link href="install.html#distributions">binary</link>) on the 
  -        <link href="http://xml.apache.org/batik/dist/";>download page</link>.
  +        <link href="http://xml.apache.org/dyn/closer.cgi/xml/batik";>download 
page</link>.
           </p>
           <note>
           All other libraries needed by Batik are included in the distribution.
  
  
  
  1.12      +282 -170  xml-batik/xdocs/installing.xml
  
  Index: installing.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/xdocs/installing.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- installing.xml    19 Mar 2003 01:03:54 -0000      1.11
  +++ installing.xml    26 Sep 2003 10:38:01 -0000      1.12
  @@ -1,175 +1,287 @@
   <?xml version="1.0"?>
   <!DOCTYPE document SYSTEM "./dtd/document-v10.dtd">
   
  -<!-- ========================================================================= -->
  -<!-- Copyright (C) The Apache Software Foundation. All rights reserved.        -->
  -<!--                                                                           -->
  -<!-- This software is published under the terms of the Apache Software License -->
  -<!-- version 1.1, a copy of which has been included with this distribution in  -->
  -<!-- the LICENSE file.                                                         -->
  -<!-- ========================================================================= -->
  +<!--
   
  -<!-- ========================================================================= -->
  + ============================================================================
  +                   The Apache Software License, Version 1.1
  + ============================================================================
  +
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  +
  + Redistribution and use in source and binary forms, with or without modifica-
  + tion, are permitted provided that the following conditions are met:
  +
  + 1. Redistributions of  source code must  retain the above copyright  notice,
  +    this list of conditions and the following disclaimer.
  +
  + 2. Redistributions in binary form must reproduce the above copyright notice,
  +    this list of conditions and the following disclaimer in the documentation
  +    and/or other materials provided with the distribution.
  +
  + 3. The end-user documentation included with the redistribution, if any, must
  +    include  the following  acknowledgment:  "This product includes  software
  +    developed  by the  Apache Software Foundation  (http://www.apache.org/)."
  +    Alternately, this  acknowledgment may  appear in the software itself,  if
  +    and wherever such third-party acknowledgments normally appear.
  +
  + 4. The names "Batik" and  "Apache Software Foundation" must  not  be
  +    used to  endorse or promote  products derived from  this software without
  +    prior written permission. For written permission, please contact
  +    [EMAIL PROTECTED]
  +
  + 5. Products  derived from this software may not  be called "Apache", nor may
  +    "Apache" appear  in their name,  without prior written permission  of the
  +    Apache Software Foundation.
  +
  + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
  + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  + FITNESS  FOR A PARTICULAR  PURPOSE ARE  DISCLAIMED.  IN NO  EVENT SHALL  THE
  + APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + DING, BUT NOT LIMITED TO, PROCUREMENT  OF SUBSTITUTE GOODS OR SERVICES; LOSS
  + OF USE, DATA, OR  PROFITS; OR BUSINESS  INTERRUPTION)  HOWEVER CAUSED AND ON
  + ANY  THEORY OF LIABILITY,  WHETHER  IN CONTRACT,  STRICT LIABILITY,  OR TORT
  + (INCLUDING  NEGLIGENCE OR  OTHERWISE) ARISING IN  ANY WAY OUT OF THE  USE OF
  + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  +
  + This software  consists of voluntary contributions made  by many individuals
  + on  behalf of the Apache Software  Foundation. For more  information on the
  + Apache Software Foundation, please see <http://www.apache.org/>.
  +
  +-->
  +
  +<!-- ====================================================================== -->
   <!-- version $Id$ -->
  -<!-- ========================================================================= -->
  +<!-- ====================================================================== -->
   <document>
  -    <header>
  -        <title>Installing Batik</title>
  -        <authors>
  -            <person name="Christophe Jolif" email="[EMAIL PROTECTED]"/>
  -            <person name="Vincent Hardy" email="[EMAIL PROTECTED]"/>
  -        </authors>
  -    </header>
  -
  -    <body>
  -
  -        <s1 title="Introduction">
  -
  -            <p>This page discusses the following Batik installation issues:</p>
  -            <ul>
  -                <li><link href="#systemRequirements">System Requirements</link></li>
  -                <li><link href="#distributions">Choosing a download from the 
distribution</link></li>
  -                <li><link href="#optionalComponents">OptionalComponents</link></li>
  -            </ul>
  -        </s1>
  -
  -        <anchor id="systemRequirements" />
  -        <s1 title="System Requirements">
  -            <p>
  -            Batik requires the following systems to be already installed in your
  -            system:
  -            </p>
  -            <ul>
  -                <li><strong>Java Virtual Machine</strong>
  -                A Java 1.3 or greater compatible virtual machine must be present. 
  -                </li>
  -            </ul>
  -        </s1>
  -
  -        <anchor id="distributions" />
  -        <s1 title="Choosing a download from the distribution">
  -
  -            <p>To install Batik, you will need to go to the <link 
href="dist">download area</link>
  -            and download one or more ZIP file containing the distribution of your 
choice. Here are
  -            the 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.1.zip.</code>)
  -                The <em>binary distribution</em> contains a compiled executable JAR 
files that let you get started with Batik easily. This 
  -                is the recommended distribution if you want to look at Batik's 
features, or you want to
  -                experiment with SVG and see the fun things you can do with Batik. 
The binary distribution 
  -                comes with a set of sample SVG files.</li>
  -
  -                
<li><strong>batik-src-</strong><em>version</em><strong>.zip</strong> 
  -                (e.g.,  <code>batik-src-1.1.zip.</code>)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 Batik. That distribution is a 
snapshot of 
  -                the CVS repository. This is the recommended distribution for 
developers who want 
  -                to dive into the code and 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>
  -                The <em>documentation bundle</em> contains a copy of 
  -                the Javadoc for the Batik source code.</li>
  -            </ul>
  -
  -            <p>In all cases, the user should:</p>
  -            <ul>
  -                <li>Make sure a Java Development Kit (JDK) is installed on the 
computer
  -                    where Batik will be installed. See <link 
href="requirements">System Requirements</link>.
  -                    Make sure that the <code>java</code> runtime is in the 
<code>PATH</code> environment
  -                    variable.</li>
  -                <li>Select the directory where he/she wants to download the 
distribution</li>
  -                <li>Download the desired distribution from the <link 
href="dist">download area</link></li>
  -                <li>Open a console and go to the directory where the distribution 
was downloaded.</li>
  -                <li>Unpack the distribution with Java's JAR utility:<br></br>
  -                    <code>jar xvf &lt;distribution&gt;</code><br />
  -                    For example, if you have downloaded batik-1.1.zip into 
/home/IamHere, type the
  -                    following at the command prompt:<br />
  -                    <code>cd /home/IamHere</code><br />
  -                    <code>jar xvf batik-1.1.zip</code><br />
  -                    <strong>IMPORTANT:</strong> UNIX users, do not use the 
<code>unzip</code> utility to
  -                    unpack the various Batik zip files, as this would not set the 
directories access rights
  -                    properly.
  -                    </li>
  -                <li>From there, following the instructions specific to the 
application you want to use.
  -                    For example, see the <link href="svgviewer.html">SVG 
Browser</link> page or the
  -                    <link href="svgrasterizer.html">SVG Rasterizer</link> page for 
an explanation on
  -                    how to use these tools.</li>
  -            </ul>
  -
  -        </s1>
  -
  -        <anchor id="optionalComponents" />
  -        <s1 title="Optional Components">
  -         <p>
  -         By default, Batik source distribution comes with the <link 
href="http://www.mozilla.org/rhino";>Mozilla Rhino</link> JavaScript Engine 
(<code>js.jar</code>). 
  -         </p>
  -         <p>
  -         To enable other scripting languages support, you will only need to install
  -         the correct jar files in <code>lib</code> directory of Batik and to 
  -         recompile your distribution.
  -         </p>
  -         <ul>
  -             <li>
  -             For Python, you need to download Jython distribution at the following
  -             URL <link href="http://www.jython.org";>http://www.jython.org</link>. 
  -             Then you put the <code>jython.jar</code> file in the Batik <code>
  -             lib</code> directory.
  -             </li>
  -             <li>
  -             For Tcl, you need to download Jacl &amp; TclBlend distribution at
  -             the following URL <link 
href="http://dev.scriptics.com/software/java/";>http://dev.scriptics.com/software/java</link>.
 
  -             Then you put the <code>jacl.jar</code> &amp; <code>tcljava.jar</code>
  -             files in the Batik <code>lib</code> directory.
  -             </li>
  -         </ul>
  -         <p>
  -         Conversely, you can remove the <code>js.jar</code> of the Batik 
  -         <code>lib</code> directory to remove JavaScript support and have a smaller
  -         distribution.
  -         </p>
  -        </s1>
  -        <anchor id="jarFiles" />
  -        <s1 title="Jar File Dependency Graph">
  -         <p>The Batik Distribution comes with many Jar files.  Not
  -         all of them are needed in every case (although the
  -         provided applications tend to use most of them).  The
  -         following is a diagram showing the dependencies between
  -         the various jar files in the Batik binary distribution (it
  -         also shows the major package interdependencies for source
  -         developers).
  -            </p>
  -         <p>Jar files in white boxes are library jar files that
  -         Batik includes from external sources.  The light blue
  -         boxes correspond to library jar files (those found in the
  -         'lib' directory of a binary distribution) built from Batik
  -         source code.  The dark blue boxes represent the
  -         application jar files.
  -            </p>
  -         <p>When boxes touch, the box on top depends on the box
  -         below it (there is no horizontal touching).  Arrows also
  -         indicate dependencies (the source of the arrow depends on
  -         the destination). In some cases a thick underline with an
  -         arrow is used to indicate that a large number of jar files
  -         share a common dependency, this however does not indicate
  -         any dependency between the jar files underlined.
  -            </p>
  -            <figure src="images/jarDependImg.png" 
  -                 alt="Batik Jar File Dependency Graph" />
  -            <note>  Some jar file names are shortend for clarity.<br/>
  -
  -                    All 'batik' package references are short for
  -                 'org.apache.batik'.<br/>
  -            </note>
  -         <p>It is worth pointing out that a determined/clever
  -         programmer may be able to pair down some of these
  -         dependencies.  For example the 'batik-dom.jar' depends on
  -         'xerces.jar' because of the SAXDocumentFactory class in
  -         'org.apache.batik.dom.util'.  If you didn't need to parse
  -         XML it would be possible to ignore or break this
  -         dependency and still use the 'batik-dom.jar' file for it's
  -         DOM implementation.
  -            </p>
  -        </s1>
  -    </body>
  +  <header>
  +    <title>Installing Batik</title>
  +    <authors>
  +      <person name="Christophe Jolif" email="[EMAIL PROTECTED]"/>
  +      <person name="Vincent Hardy" email="[EMAIL PROTECTED]"/>
  +    </authors>
  +  </header>
  +
  +  <body>
  +    <s1 title="Introduction">
  +      <p>This page discusses the following Batik installation issues:</p>
  +      <ul>
  +        <li><link href="#systemRequirements">System requirements</link></li>
  +        <li><link href="#distributions">Choosing a distribution to 
download</link></li>
  +        <li><link href="#optionalComponents">Optional components</link></li>
  +        <li><link href="#verify">Verifying a distribution</link></li>
  +      </ul>
  +    </s1>
  +
  +    <anchor id="systemRequirements" />
  +    <s1 title="System Requirements">
  +      <p>
  +        Batik requires the following systems to be already
  +        installed in your system:
  +      </p>
  +      <ul>
  +        <li><strong>Java Virtual Machine</strong>
  +          A Java 1.3 or greater compatible virtual machine must be present. 
  +        </li>
  +      </ul>
  +    </s1>
  +
  +    <anchor id="distributions" />
  +    <s1 title="Choosing a distribution to download">
  +
  +      <p>To install Batik, you will need to go to the <link
  +          href="http://www.apache.org/dyn/closer.cgi/xml/batik";>download 
area</link> and download one or more
  +        ZIP file containing the distribution of your choice. It is
  +        good practice to <link href="verify">verify the
  +          integrity</link> of the distribution files, especially if
  +        you are using one of our mirror sites. Here are the
  +        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>)
  +          The <em>binary distribution</em> contains a compiled
  +          executable JAR files that let you get started with
  +          Batik easily. This  is the recommended distribution
  +          if you want to look at Batik's features, or you want
  +          to experiment with SVG and see the fun things you can
  +          do with Batik. The binary distribution comes with a
  +          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
  +            distribution</em> contains a complete snapshot of
  +          the Batik source code, documentation, regression tools
  +          and utilities as well as the script for building
  +          Batik. That distribution is a snapshot of the CVS
  +          repository. This is the recommended distribution for
  +          developers who want to dive into the code and
  +          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>
  +          The <em>documentation bundle</em> contains a copy of 
  +          the Javadoc for the Batik source code.</li>
  +      </ul>
  +
  +      <p>In all cases, the user should:</p>
  +      <ul>
  +        <li>Make sure a Java Development Kit (JDK) is installed on the
  +        computer where Batik will be installed. See <link
  +        href="requirements">System Requirements</link>.  Make sure
  +        that the <code>java</code> runtime is in the <code>PATH</code>
  +        environment variable.
  +        </li>
  +        <li>Select the directory where he/she wants to download the
  +        distribution
  +        </li>
  +        <li>Download the desired distribution from the <link
  +        href="http://www.apache.org/dyn/closer.cgi/xml/batik";>download
  +        area</link></li> <li>Open a console and go to the directory
  +        where the distribution was downloaded.
  +        </li>
  +        <li>Unpack the distribution with Java's JAR utility:<br></br>
  +        <code>jar xvf &lt;distribution&gt;</code><br /> For example,
  +        if you have downloaded batik-1.5.zip into /home/IamHere, type
  +        the following at the command prompt:<br /> <code>cd
  +        /home/IamHere</code><br /> <code>jar xvf
  +        batik-1.5.zip</code><br /> <strong>IMPORTANT:</strong> UNIX
  +        users, do not use the <code>unzip</code> utility to unpack the
  +        various Batik zip files, as this would not set the directories
  +        access rights properly.
  +        </li>
  +        <li>From there, following the instructions specific to the
  +        application you want to use.  For example, see the <link
  +        href="svgviewer.html">SVG Browser</link> page or the <link
  +        href="svgrasterizer.html">SVG Rasterizer</link> page for an
  +        explanation on how to use these tools.
  +        </li>
  +      </ul>
  +
  +    </s1>
  +
  +    <anchor id="optionalComponents" />
  +    <s1 title="Optional Components">
  +      <p>
  +        By default, Batik source distribution comes with the <link
  +          href="http://www.mozilla.org/rhino";>Mozilla Rhino</link>
  +        JavaScript Engine (<code>js.jar</code>).
  +      </p>
  +      <p>
  +        To enable other scripting languages support, you will only
  +        need to install the correct jar files in <code>lib</code>
  +        directory of Batik and to recompile your distribution.
  +      </p>
  +      <ul>
  +        <li>
  +          For Python, you need to download Jython distribution
  +          at the following URL <link
  +            href="http://www.jython.org";>http://www.jython.org</link>.
  +          Then you put the <code>jython.jar</code> file in the
  +          Batik <code> lib</code> directory.
  +        </li>
  +        <li>
  +          For Tcl, you need to download Jacl &amp; TclBlend
  +          distribution at the following URL <link
  +            
href="http://dev.scriptics.com/software/java/";>http://dev.scriptics.com/software/java</link>.
  +          Then you put the <code>jacl.jar</code> &amp;
  +          <code>tcljava.jar</code> files in the Batik
  +          <code>lib</code> directory.
  +        </li>
  +      </ul>
  +      <p>
  +        Conversely, you can remove the <code>js.jar</code> of the
  +        Batik <code>lib</code> directory to remove JavaScript
  +        support and have a smaller distribution.
  +      </p>
  +    </s1>
  +    <anchor id="jarFiles" />
  +    <s1 title="Jar File Dependency Graph">
  +      <p>The Batik Distribution comes with many Jar files.  Not all of
  +      them are needed in every case (although the provided
  +      applications tend to use most of them).  The following is a
  +      diagram showing the dependencies between the various jar files
  +      in the Batik binary distribution (it also shows the major
  +      package interdependencies for source developers).
  +      </p>
  +      <p>Jar files in white boxes are library jar files that Batik
  +      includes from external sources.  The light blue boxes correspond
  +      to library jar files (those found in the 'lib' directory of a
  +      binary distribution) built from Batik source code.  The dark
  +      blue boxes represent the application jar files.
  +      </p>
  +      <p>When boxes touch, the box on top depends on the box below it
  +      (there is no horizontal touching).  Arrows also indicate
  +      dependencies (the source of the arrow depends on the
  +      destination). In some cases a thick underline with an arrow is
  +      used to indicate that a large number of jar files share a common
  +      dependency, this however does not indicate any dependency
  +      between the jar files underlined.
  +      </p>
  +      <figure src="images/jarDependImg.png" 
  +        alt="Batik Jar File Dependency Graph" />
  +      <note>  Some jar file names are shortend for clarity.<br/>
  +        All 'batik' package references are short for
  +        'org.apache.batik'.<br/>
  +      </note>
  +      <p>It is worth pointing out that a determined/clever programmer
  +      may be able to pair down some of these dependencies.  For
  +      example the 'batik-dom.jar' depends on 'xerces.jar' because of
  +      the SAXDocumentFactory class in 'org.apache.batik.dom.util'.  If
  +      you didn't need to parse XML it would be possible to ignore or
  +      break this dependency and still use the 'batik-dom.jar' file for
  +      it's DOM implementation.
  +      </p>
  +    </s1>
  +    
  +    <anchor id="verify" />
  +    <s1 title="Verify Releases">
  +      <p>
  +        It is essential that you verify the integrity of the
  +        downloaded files using the PGP or MD5 signatures.
  +      </p>
  +      <p>
  +        The PGP signatures can be verified using PGP or GPG.  First
  +        download the <link
  +        href="http://www.apache.org/dist/batik/KEYS";>KEYS</link> as
  +        well as the <code>asc</code> signature file for the particular
  +        distribution you choose.  Make sure you get these files from
  +        the <link href="http://www.apache.org/dist/batik/";>main
  +        distribution directory</link> , rather than from a
  +        mirror. Then verify the signatures using
  +      </p>
  +      <p>
  +     <code>
  +          % pgpk -a KEYS <br/>
  +        % pgpv batik-1.5.zip.asc<br/>
  +      </code>
  +        <em>or</em><br/>
  +     <code>
  +          % pgp -ka KEYS<br/>
  +        % pgp batik-1.5.zip.asc<br/>
  +      </code>
  +        <em>or</em><br/>
  +     <code>
  +          % gpg --import KEYS<br/>
  +        % gpg --verify batik-1.5.zip.asc
  +      </code>
  +      </p>
  +      <p>
  +        Alternatively, you can verify the MD5 signature on the files.
  +        A unix program called <code>md5</code> or <code>md5sum</code>
  +        is included in many unix distributions.  It is also available
  +        as part of <link
  +          href="http://www.gnu.org/software/textutils/textutils.html";>GNU
  +          Textutils</link> .  Windows users can get binary md5 programs
  +        from <link href="http://www.fourmilab.ch/md5/";>here</link> ,
  +        <link
  +          href="http://www.pc-tools.net/win32/freeware/console/";>here</link>
  +        , or <link href="http://www.slavasoft.com/fsum/";>here</link> .
  +      </p>
  +      <p>
  +        We recommend using PGP signatures as they can provide a much
  +        higher level of assurance compaired with MD5.
  +      </p>
  +    </s1>
  +  </body>
   </document>
  
  
  
  1.36      +2 -2      xml-batik/xdocs/site-book.xml
  
  Index: site-book.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/xdocs/site-book.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- site-book.xml     14 Mar 2003 17:03:11 -0000      1.35
  +++ site-book.xml     26 Sep 2003 10:38:01 -0000      1.36
  @@ -28,7 +28,7 @@
       <page id="index"              label="Overview"                 
source="index.xml"/>
       <faqs id="faqs"               label="FAQ"                      
source="faq.xml"/>
       <page id="license"            label="License"                  
source="license.xml"/>
  -    <external                     label="Download"                 
href="http://xml.apache.org/batik/dist"; />
  +    <external                     label="Download"                 
href="http://www.apache.org/dyn/closer.cgi/xml/batik"; />
       <page id="install"            label="Install"                  
source="installing.xml"/>
       <page id="batikDemo"          label="Demo"                     
source="batikDemo.xml"/>
       <separator/>
  
  
  
  1.9       +10 -5     xml-batik/xdocs/svgpp.xml
  
  Index: svgpp.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/xdocs/svgpp.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- svgpp.xml 26 Jul 2003 19:26:15 -0000      1.8
  +++ svgpp.xml 26 Sep 2003 10:38:01 -0000      1.9
  @@ -46,10 +46,15 @@
           <anchor id="downloading" />
           <s1 title="Downloading the pretty-printer">
   
  -            <p>Refer to the <link href="install.html">install page</link> and the
  -            <link href="dist">download area</link> to find out what to download and 
how to 
  -            download it. Remember that you can get either the <link 
href="install.html#distributions">source distribution</link>
  -            or the <link href="install.html#distributions">binary 
distribution</link>.</p>
  +            <p>Refer to the <link href="install.html">install
  +            page</link> and the <link
  +            href="http://www.apache.org/dyn/closer.cgi/xml/batik";>download
  +            area</link> to find out what to download and how to
  +            download it. Remember that you can get either the <link
  +            href="install.html#distributions">source
  +            distribution</link>
 or the <link
  +            href="install.html#distributions">binary
  +            distribution</link>.</p>
           </s1>
   
           <anchor id="using" />
  
  
  
  1.14      +10 -5     xml-batik/xdocs/svgrasterizer.xml
  
  Index: svgrasterizer.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/xdocs/svgrasterizer.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- svgrasterizer.xml 18 Sep 2002 09:23:12 -0000      1.13
  +++ svgrasterizer.xml 26 Sep 2003 10:38:01 -0000      1.14
  @@ -50,10 +50,15 @@
           <anchor id="downloading" />
           <s1 title="Downloading the rasterizer">
   
  -            <p>Refer to the <link href="install.html">install page</link> and the
  -            <link href="dist">download area</link> to find out what to download and 
how to 
  -            install it. Remember that you can get either the <link 
href="install.html#distributions">source distribution</link>
  -            or the <link href="install.html#distributions">binary 
distribution</link>.</p>
  +            <p>Refer to the <link href="install.html">install
  +            page</link> and the <link
  +            href="http://www.apache.org/dyn/closer.cgi/xml/batik";>download
  +            area</link> to find out what to download and how to
  +            install it. Remember that you can get either the <link
  +            href="install.html#distributions">source
  +            distribution</link> or the <link
  +            href="install.html#distributions">binary
  +            distribution</link>.</p>
           </s1>
   
           <anchor id="using" />
  
  
  
  1.19      +12 -6     xml-batik/xdocs/svgviewer.xml
  
  Index: svgviewer.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/xdocs/svgviewer.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- svgviewer.xml     21 Jun 2002 13:28:05 -0000      1.18
  +++ svgviewer.xml     26 Sep 2003 10:38:01 -0000      1.19
  @@ -45,11 +45,17 @@
           <anchor id="downloading" />
           <s1 title="Downloading the browser">
   
  -            <p>Refer to the <link href="dist">download area</link> to find out how 
to 
  -            download Batik. Remember that you can get either the <link 
href="install.html#distributions">source distribution</link>
  -            or the <link href="install.html#distributions">binary 
distribution</link>.</p>
  -            <p>Refer to the <link href="install.html">installation page</link> for 
instructions
  -            on how to install the Batik download on your system.</p>
  +            <p>Refer to the <link
  +            href="http://www.apache.org/dyn/closer.cgi/xml/batik";>download
  +            area</link> to find out how to download Batik. Remember
  +            that you can get either the <link
  +            href="install.html#distributions">source
  +            distribution</link>
 or the <link
  +            href="install.html#distributions">binary
  +            distribution</link>.</p> <p>Refer to the <link
  +            href="install.html">installation page</link> for
  +            instructions on how to install the Batik download on your
  +            system.</p>
           </s1>
   
           <anchor id="starting" />
  
  
  

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

Reply via email to