diff options
Diffstat (limited to 'src/documentation/content/xdocs/download.xml')
-rw-r--r-- | src/documentation/content/xdocs/download.xml | 162 |
1 files changed, 126 insertions, 36 deletions
diff --git a/src/documentation/content/xdocs/download.xml b/src/documentation/content/xdocs/download.xml index a5723fc1d..a8405c877 100644 --- a/src/documentation/content/xdocs/download.xml +++ b/src/documentation/content/xdocs/download.xml @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="no"?> <!-- - Copyright 1999-2004 The Apache Software Foundation + Copyright 1999-2005 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,45 +15,135 @@ limitations under the License. --> <!-- $Id$ --> -<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" - "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd"> - +<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "http://forrest.apache.org/dtd/document-v13.dtd"> <document> <header> - <title>FOP: Downloading A Distribution</title> + <title>Apache FOP: Downloading A Distribution</title> <version>$Revision$</version> </header> <body> - <section id="dist-type"> - <title>Binary or Source?</title> - <p>Most FOP users will want to download the latest binary distribution, which is ready to run "out of the box." -However, a source distribution will be preferable if you fall into one of the following categories:</p> - <ul> - <li>You wish to modify FOP.</li> - <li>You wish to use a version more recent than the latest release. For example, if you have read on the user mailing list that a bug has been fixed or a feature added that you are eager to try, you might download a source distribution from the CVS repository so that you don't have to wait for the next release.</li> - <li>You wish to build a local copy of the API documentation (javadocs).</li> - </ul> - </section> - <section id="binary"> - <title>Binary Download</title> - <p>Binary distributions include "-bin" in their names, and can be downloaded from a - <link href="http://www.apache.org/dyn/closer.cgi/xml/fop">FOP Distribution mirror</link>. - </p> - </section> - <section id="source"> - <title>Source Download</title> - <p>You must first determine which of the two main development branches you wish to download, "maintenance" or "redesign". -See <link href="dev/index.html">Development Introduction</link> for more details on the choices, and for the CVS tags to use when downloading the "maintenance" branch.</p> - <p>There are three ways to obtain a source distribution. Please note that they are listed from least current to most current:</p> - <ul> - <li>Download a released version from a <link href="http://www.apache.org/dyn/closer.cgi/xml/fop">FOP Distribution mirror</link>. Source distributions include "-src" in their names. Please note that official releases currently are <em>only</em> made from the "maintenance" branch.</li> - <li>Download a CVS snapshot from the cvs files <link href="http://xml.apache.org/from-cvs/xml-fop/">here</link>. These snapshots are built approximately every six hours, and have the GMT of their creation time embedded in their names. Please note that CVS snapshots are made only for the "redesign" branch.</li> - <li>Download directly from the CVS repository. -Anyone can do this using the <link href="http://xml.apache.org/cvs.html#AnonCVS">Anonymous CVS Server</link>. By default, the CVS code is up-to-the-minute, the same code that the developers are modifying. See the <link href="dev/tools.html#cvs">CVS section of Developer Tools</link> for more information on using CVS.</li> - </ul> - <p>With any source distribution, you will need to <link href="compiling.html">Build FOP</link> from the source files.</p> -</section> - </body> + <section id="dist-type"> + <title>Binary or Source?</title> + <p> + Most FOP users will want to download the latest binary distribution, + which is ready to run "out of the box." However, a source distribution + will be preferable if you fall into one of the following categories: + </p> + <ul> + <li> + You wish to modify FOP. + </li> + <li> + You wish to use a version more recent than the latest release. For + example, if you have read on the user mailing list that a bug has + been fixed or a feature added that you are eager to try, you might + download a source distribution from the CVS repository so that you + don't have to wait for the next release. + </li> + <li> + You wish to build a local copy of the API documentation (javadocs). + </li> + </ul> + </section> + <section id="binary"> + <title>Binary Download</title> + <p> + Binary distributions include "-bin" in their names, and can be downloaded from a + <link href="http://www.apache.org/dyn/closer.cgi/xml/fop">FOP Distribution mirror</link>. + </p> + </section> + <section id="source"> + <title>Source Download</title> + <p> + You must first determine which of the two main development branches you wish + to download, "maintenance" or "redesign". See + <link href="dev/index.html">Development Introduction</link> for more details + on the choices, and for the CVS tags to use when downloading the "maintenance" + branch. + </p> + <p> + There are several ways to obtain a source distribution. Please note that they + are listed from least current to most current: + </p> + <ul> + <li> + Download a released version from a + <link href="http://www.apache.org/dyn/closer.cgi/xml/fop">FOP Distribution mirror</link>. + Source distributions include "-src" in their names. Please note that official + releases currently are <em>only</em> made from the "maintenance" branch. + </li> + <!--li> + Download a CVS snapshot from the cvs files + <link href="http://xml.apache.org/from-cvs/xml-fop/">here</link>. + These snapshots are built approximately every six hours, and have the GMT of + their creation time embedded in their names. Please note that CVS snapshots + are made only for the "redesign" branch. + </li--> + <li> + Download directly from the SVN repository. + Anyone can do this using the + <link href="http://xmlgraphics.apache.org/repo.html">Anonymous SVN Server</link>. + By default, the code in SVN is up-to-the-minute, the same code that the developers + are modifying. See the <link href="dev/tools.html#svn">SVN section of Developer Tools</link> + for more information on using SVN. + </li> + </ul> + <p/> + <table> + <tr> + <th colspan="2">Maintenance Branch</th> + </tr> + <tr> + <td>Repository URL</td> + <td> + <link href="http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain/"> + <code>http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain/</code> + </link> + </td> + </tr> + <tr> + <td>Web view</td> + <td> + <link href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/branches/fop-0_20_2-maintain/"> + <code>http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/branches/fop-0_20_2-maintain/</code> + </link> + </td> + </tr> + <tr> + <th colspan="2">Trunk</th> + </tr> + <tr> + <td>Repository URL</td> + <td> + <link href="http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/"> + <code>http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/</code> + </link> + </td> + </tr> + <tr> + <td>Web view</td> + <td> + <link href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/trunk/"> + <code>http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/trunk/</code> + </link> + </td> + </tr> + </table> + <p> + With any source distribution, you will need to + <link href="compiling.html">Build FOP</link> from the source files. + </p> + <fixme author="jeremias">Reenable the link to the SVN snapshots once they are available.</fixme> + </section> + <section id="archives"> + <title>Archive Download</title> + <p> + FOP Archive distributions are linked from the upper portion of the Apache FOP + Download Mirror Page and can be downloaded from the FOP Archives + <link href="http://archive.apache.org/dist/xml/fop/binaries/">binaries</link> & + <link href="http://archive.apache.org/dist/xml/fop/source/">source</link> links. + </p> + </section> + </body> </document> - <!-- Last Line of $RCSfile$ --> |