deweese 2003/10/01 18:14:28
Modified: targets/batik install.html
Log:
Fixed typos
Included verification steps in 'install' directions.
Revision Changes Path
1.21 +18 -6 xml-site/targets/batik/install.html
Index: install.html
===================================================================
RCS file: /home/cvs/xml-site/targets/batik/install.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- install.html 30 Sep 2003 01:07:51 -0000 1.20
+++ install.html 2 Oct 2003 01:14:28 -0000 1.21
@@ -146,7 +146,7 @@
the Javadoc for the Batik source code.</LI>
</UL></BLOCKQUOTE>
- <P align="left">We make nightly copies of the source tree avaiable
from the
+ <P align="left">We make nightly copies of the source tree available
from the
<A href="http://cvs.apache.org/builds/xml-batik">Apache
build</A> server. These builds represent the current state of
development and may or may not be as stable as releases.
@@ -164,7 +164,7 @@
<LI><B>batik-src-</B><I>date</I><B>.zip</B>
(e.g., <CODE><FONT face="courier,
monospaced">batik-src-03-09-26.zip</FONT></CODE>)<BR>
- This contains all the source code an libraries needed to
+ This contains all the source code and libraries needed to
build and run Batik from source. But does not include the
testing facilities.
</LI>
@@ -185,10 +185,21 @@
<LI>Select the directory where he/she wants to download the
distribution
</LI>
+
<LI>Download the desired distribution from the <A
href="http://www.apache.org/dyn/closer.cgi/xml/batik">download
- area</A></LI> <LI>Open a console and go to the directory
- where the distribution was downloaded.
- </LI>
+ area</A></LI>
+
+ <LI>Download the associated PGP signature (.asc) and KEYS file
+ (preferable) or MD5 hash (.md5). This must be done directly
+ from the <A href="http://www.apache.org/dist/xml/batik">Apache
+ download</A> area to mean anything.</LI>
+
+ <LI>Open a console and go to the directory
+ where the distribution was downloaded.</LI>
+
+ <LI><A href="#verify">Verify the integrity</A> of the
+ distribution</LI>
+
<LI>Unpack the distribution with Java's JAR utility:<BR>
<CODE><FONT face="courier, monospaced">jar xvf
<distribution></FONT></CODE><BR> For example,
if you have downloaded batik-1.5.zip into /home/IamHere, type
@@ -199,6 +210,7 @@
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 <A
href="svgviewer.html">SVG Browser</A> page or the <A
href="svgrasterizer.html">SVG Rasterizer</A> page for an
explanation on how to use these tools.
@@ -268,7 +280,7 @@
'org.apache.batik'.<BR>
</I></FONT></TD></TR></TABLE></P>
<P align="left">It is worth pointing out that a determined/clever
programmer
- may be able to pair down some of these dependencies. For
+ may be able to pare 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]