From 666bf251c809246b78fba65c2745495fd06ac1bf Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Mon, 7 Apr 2003 03:37:18 +0000 Subject: [PATCH] Rearrange for clarity. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196219 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/download.xml | 62 ++++++++++---------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/src/documentation/content/xdocs/download.xml b/src/documentation/content/xdocs/download.xml index 71cbef9a5..d0fbd7012 100644 --- a/src/documentation/content/xdocs/download.xml +++ b/src/documentation/content/xdocs/download.xml @@ -3,38 +3,38 @@ "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd"> -
- Download -
- - -
- Downloading FOP -

You can download the latest release version from the distribution directory.

-

Each version exists as binary (bin) and source (src) distribution. The binary distribution contains the - compiled package along with the documentation (including some example XSL-FO files). The source distribution - additionally contains the whole source code.

-

If you want to work with the latest and nicest code, you can download it from CVS. See the section - on AnonCVS in the xml.apache.org documentation for details.

-

Sometimes people have difficulties to access the CVS server; in this case you can download - a snapshot from the CVS files here. - Please be aware that the snapshots currently mirrors the development code for the upcoming FOP 1.0 and not the - code from the current releases. You need to download from CVS in this case. (See the note below)

-

If you don't download a binary distribution you have to build FOP yourself - - see Compiling FOP for details. -

- - Important: Currently, releases of FOP are coming out of the - "fop-0_20_2-maintain" branch. The "MAIN" branch is currently - under development. See Development Docs - for more information. - -

To run FOP from the command line, see Running FOP.

-

If you are interested in embedding FOP in a Java application of your own, see - Embedding FOP. -

+
+ Downloading FOP +
+ +
+ Binary or Source? +

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:

+
    +
  • You wish to modify FOP.
  • +
  • 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.
  • +
+
+
+ Binary Download +

Binary distributions include "-bin" in their names, and can be downloaded from the FOP Distribution directory. +

+
+
+ Source Download +

You must first determine which of the two main development branches you wish to download, "maintenance" or "redesign". +See Development Introduction for more details on the choices, and for the CVS tags to use when downloading the "maintenance" branch.

+

There are three ways to obtain a source distribution. Please note that they are listed from least current to most current:

+
    +
  • Download a released version from the FOP Distribution directory. Source distributions include "-src" in their names. Please note that official releases currently are only made from the "maintenance" branch.
  • +
  • Download a CVS snapshot from the cvs files here. 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.
  • +
  • Download directly from the CVS repository. +Anyone can do this using the Anonymous CVS Server. By default, the CVS code is up-to-the-minute, the same code that the developers are modifying. See the CVS section of Developer Tools for more information on using CVS.
  • +
+

With any source distribution, you will need to Build FOP from the source files.

+ \ No newline at end of file -- 2.39.5