aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/download.xml
blob: 0a158021a30f67dfae296e6f8849d9a671500b79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
    "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">

<document>
    <header>
        <title>Download</title>
    </header>

    <body>
<section>
  <title>Downloading FOP</title>
    <p>You can download the latest release version from the <link
       href="http://xml.apache.org/dist/fop/">distribution directory</link>. </p>
    <p>The file contains also the documentation (including some example fo files) and the source.  </p>
    <p>If you want to work with the latest and nicest code, you can use the cvs version. See the section
       on AnonCVS in the <link href="http://xml.apache.org/cvs.html">xml.apache.org documentation</link> for details.
       Sometimes people have difficulties to access the cvs server; in this case you can download
       a snapshot from the cvs files <link href="http://xml.apache.org/from-cvs/xml-fop/">here</link>.
       In both cases you have to build Fop yourself - see <link href="compiling.html">Compiling Fop</link> for details.
    </p>
    <note>
      Important: Currently, releases of FOP are coming out of the
      "fop-0_20_2-maintain" branch. The "MAIN" branch is currently
      under development. See <link href="dev/index.html">Development Docs</link>
      for more information.
    </note>
    <p>To run FOP from the command line, see <link href="running.html">Running FOP</link>.</p>
    <p>If you are interested in embedding FOP in a Java application of your own, see
       <link href="embedding.html">Embedding FOP</link>.
    </p>
</section>
    </body>
</document>