deweese 2003/07/26 12:26:15
Modified: xdocs scriptIntro.xml svgpp.xml ttf2svg.xml
Log:
Fixed broken links to installing.html (should be install.html).
Revision Changes Path
1.10 +2 -2 xml-batik/xdocs/scriptIntro.xml
Index: scriptIntro.xml
===================================================================
RCS file: /home/cvs/xml-batik/xdocs/scriptIntro.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- scriptIntro.xml 17 Jun 2002 16:28:00 -0000 1.9
+++ scriptIntro.xml 26 Jul 2003 19:26:15 -0000 1.10
@@ -53,7 +53,7 @@
(<code>js.jar</code> ). Even if it is the only
scripting language provided with standard with the Batik
distribution, other languages such a Python or Tcl can
- also be <link href="installing.html#optionalComponents">
+ also be <link href="install.html#optionalComponents">
supported</link>.
</p>
<p><strong>Note:</strong>All examples in this section will use
1.8 +2 -2 xml-batik/xdocs/svgpp.xml
Index: svgpp.xml
===================================================================
RCS file: /home/cvs/xml-batik/xdocs/svgpp.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- svgpp.xml 17 Jun 2002 16:28:01 -0000 1.7
+++ svgpp.xml 26 Jul 2003 19:26:15 -0000 1.8
@@ -92,7 +92,7 @@
<s2 title="Using the source distribution">
- <p>If you downloaded the <link
href="installing.html#distributions">source distribution</link> of Batik, you
+ <p>If you downloaded the <link
href="install.html#distributions">source distribution</link> of Batik, you
got a zip or tar file that expanded into a directory called
<code>xml-batik</code>. In that directory, you
can find build scripts for the platform you are running on. For
example, there is
a <code>build.bat</code> script for users of the Windows platform
and there is a <code>build.sh</code> script
1.6 +3 -3 xml-batik/xdocs/ttf2svg.xml
Index: ttf2svg.xml
===================================================================
RCS file: /home/cvs/xml-batik/xdocs/ttf2svg.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ttf2svg.xml 17 Jun 2002 16:28:01 -0000 1.5
+++ ttf2svg.xml 26 Jul 2003 19:26:15 -0000 1.6
@@ -38,9 +38,9 @@
</s1>
<anchor id="runningTheApplication" />
<s1 title="Running the Font Converter">
- <p>If you are using the Batik <link
href="installing.html#distributions">binary distribution</link>, type the following at
the command line:<br/><br />
+ <p>If you are using the Batik <link
href="install.html#distributions">binary distribution</link>, type the following at
the command line:<br/><br />
<code>java -jar batik-ttf2svg.jar [options]</code><br /><br />
- If you are using the Batik <link
href="installing.html#distributions">source distribution</link>, type the following at
the command line:<br/><br />
+ If you are using the Batik <link
href="install.html#distributions">source distribution</link>, type the following at
the command line:<br/><br />
<code>build ttf2svg [options]</code><br /><br />
In both cases, the options are the same:<br /><br />
<code>Options: <ttf-path> [-l <range-begin>] [-h
<range-end>] [-ascii] [-id <id>] [-o <output-path>]
[-testcard]</code><br /><br />
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]