diff options
author | Simon Pepping <spepping@apache.org> | 2010-07-07 15:04:01 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2010-07-07 15:04:01 +0000 |
commit | 4436971c877e163e05b906e574d76eb444870bbd (patch) | |
tree | 8da8793dc4c40d84ce49b24f06425e2523f5c44a /src/documentation/content/xdocs/quickstartguide.xml | |
parent | adc8287f7b653624543e4d28f830105adc7a8393 (diff) | |
download | xmlgraphics-fop-4436971c877e163e05b906e574d76eb444870bbd.tar.gz xmlgraphics-fop-4436971c877e163e05b906e574d76eb444870bbd.zip |
Changes to the documentation, partly needed for the new release,
partly updates to outdated information
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_0@961399 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/quickstartguide.xml')
-rw-r--r-- | src/documentation/content/xdocs/quickstartguide.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/documentation/content/xdocs/quickstartguide.xml b/src/documentation/content/xdocs/quickstartguide.xml index 7993e4bde..4ea1d0110 100644 --- a/src/documentation/content/xdocs/quickstartguide.xml +++ b/src/documentation/content/xdocs/quickstartguide.xml @@ -29,15 +29,15 @@ <p>The goal of this <strong>Quick Start Guide</strong> is to help novice users get Apache FOP up and running quickly. Typically, you'll need to:</p> <ol> <li><link href="download.html">Download FOP</link></li> - <li><link href="0.95/compiling.html">Build FOP</link> (you can skip this step if you download the binary distribution!)</li> - <li><link href="0.95/configuration.html">Configure FOP</link></li> - <li><link href="0.95/running.html">Run FOP</link></li> + <li><link href="1.0/compiling.html">Build FOP</link> (you can skip this step if you download the binary distribution!)</li> + <li><link href="1.0/configuration.html">Configure FOP</link></li> + <li><link href="1.0/running.html">Run FOP</link></li> </ol> <p>Here are some links to help you find out what FOP can do, as well as how and where to get help:</p> <ul> - <li><link href="0.95/embedding.html">Calling FOP from a Java Application</link></li> - <li><link href="0.95/servlets.html">Using FOP in Servlets</link></li> - <li><link href="0.95/anttask.html">Using FOP in an 'Ant' Build Script</link></li> + <li><link href="1.0/embedding.html">Calling FOP from a Java Application</link></li> + <li><link href="1.0/servlets.html">Using FOP in Servlets</link></li> + <li><link href="1.0/anttask.html">Using FOP in an 'Ant' Build Script</link></li> <li><link href="compliance.html" title="FOP Compliance">XSL-FO Compliance</link> (what FOP supports and what it doesn't)</li> <li><link href="faq.html">FAQs</link></li> <li><link href="gethelp.html">Getting Help</link></li> @@ -45,7 +45,7 @@ </ul> <p> Once you've familiarized yourself with the basics, you can get more detailed information, - in the detailed FOP <link href="0.95/index.html">product documentation</link>. + in the detailed FOP <link href="1.0/index.html">product documentation</link>. </p> </section> @@ -65,7 +65,7 @@ <li> Get a command prompt in the <fop-home> directory and write:<br/> Windows: <code>fop -fo examples/fo/basic/readme.fo -awt</code><br/> - Unix: <code>./fop.sh -fo examples/fo/basic/readme.fo -awt</code><br/> + Unix: <code>./fop -fo examples/fo/basic/readme.fo -awt</code><br/> </li> <li> If all went well, this should open a window showing you a "readme"-style document. @@ -112,7 +112,7 @@ Finally, let's put the previous two steps together: Go back to the command prompt and enter the following command:<br/> Windows: <code>fop -xml name.xml -xsl name2fo.xsl -pdf name.pdf</code><br/> - Unix: <code>./fop.sh -xml name.xml -xsl name2fo.xsl -pdf name.pdf</code><br/> + Unix: <code>./fop -xml name.xml -xsl name2fo.xsl -pdf name.pdf</code><br/> </li> <li> You've produced your first PDF with Apache FOP! Please open <code>name.pdf</code> |