aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xml-docs/fop/download.xml
blob: 8ef87431a48272c6c33146949089b555c781a04a (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"?>


<!-- Download FOP -->
<document>
    <header>
        <title>Download</title>
        <subtitle>Downloading FOP</subtitle>
        <authors>
        </authors>
    </header>

    <body>
<s1 title="Downloading FOP">
    <p>You can download the latest release version from the <jump 
       href="http://xml.apache.org/dist/fop/">distribution directory</jump>. </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 <jump href="http://xml.apache.org/cvs.html">xml.apache.org documentation</jump> for details. 
       Sometimes people have difficulties to access the cvs server; in this case you can download 
       a snapshot from the cvs files <jump href="http://xml.apache.org/from-cvs/xml-fop/">here</jump>. 
       In both cases you have to build Fop yourself - see <jump href="compiling.html">Compiling Fop</jump> for details. 
    </p>
    <note>
      <p>Important: Currently, releases of FOP are coming out of the "fop-0_20_2-maintain" branch. The "MAIN" branch is
      used for the redesign. See <jump href="design/index.html">NEW DESIGN</jump> for more information.</p>
    </note>
    <p>To run FOP from the command line, see <jump href="running.html">Running FOP</jump>.</p>
    <p>If you are interested in embedding FOP in a Java application of your own, see
       <jump href="embedding.html">Embedding FOP</jump>.
    </p>
</s1>
    </body>
</document>