FOP is part of Apache's XML project. The homepage of FOP is
http:/xml.apache.org/fop
- HTML-Documentation can be found in the subdirectory xml-fop/docs/html-docs.
+ HTML-Documentation can be found in the subdirectory build/site
The names of the committers of this project and what the developers are working on
can be found in the file STATUS in root.
Archives are available at: http://marc.theaimsgroup.com
Before you post any questions, please have a look at the FAQ at
- http://www.owal.co.uk:8090/asf/servlet/asf/
+ build/site/faq.html
+ (or http://xml.apache.org/fop/faq.html for latest version)
+ Another FAQ is available at: http://www.owal.co.uk/cgi-bin/fopfaq.cgi
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html>
<head>
- <meta http-equiv="Refresh" content="3; URL=docs/html-docs/relnotes.html">
- <title>Fop 0.20.3</title>
+ <meta http-equiv="Refresh" content="1; URL=build/site/relnotes.html">
+ <title>Fop 0.20.5</title>
</head>
<body>
- <h1 align="center">Fop 0.20.3</h1>
+ <h1 align="center">Fop 0.20.5</h1>
<h2>Redirecting to Documentation...</h2>
<p>
- In a few seconds, you should be redirected to FOP 0.20.3
+ In a few seconds, you should be redirected to FOP 0.20.5
documentation. If you are not automatically redirected, please click
on the following link:
<blockquote>
- <a href="docs/html-docs/relnotes.html">FOP 0.20.3 Release Notes</a>
+ <a href="build/site/relnotes.html">FOP 0.20.5 Release Notes</a>
</blockquote>
</p>
</body>
<tstamp/>
<property name="Name" value="Fop"/>
<property name="name" value="fop"/>
- <property name="version" value="0.20.5cvs"/>
+ <property name="version" value="0.20.5rc"/>
<filter token="version" value="${version}"/>
<property name="year" value="1999-2002"/>
<document>
<header>
<title>Release Notes</title>
- <subtitle>Fop 0.20.4</subtitle>
- <authors>
- <person name="Christian Geisert" email=""/>
- </authors>
</header>
<body>
+<section>
+ <title>FOP 0.20.5</title>
+ <p>This is the last planed release in the 0.20.x series (aka maintenance branch).</p>
+ <p>Important changes since the last release (0.20.4):</p>
+ <ul>
+ <li>Documentation is done with <link href="http://xml.apache.org/forrest/">
+ Forrest</link>. You need to install Forrest if you want build the docs
+ yourself. (See
+ <link href="http://xml.apache.org/forrest/your-project.html">Using Forrest</link>)
+ </li>
+ <li>The following JARs have been updated:
+ Xerces to version 2.2.1, Xalan to version 2.4.1 and Batik to version 1.5beta4.
+ </li>
+ <li>Fop has been compiled with Jimi support this time but you still have to download
+ <link href="http://java.sun.com/products/jimi/">Jimi</link>, extract the archive,
+ copy JimiProClasses.zip to FOP's lib dir and rename it to jimi-1.0.jar.
+ </li>
+ <li>Fop has been compiled with
+ <link href="http://java.sun.com/products/java-media/jai/JAI">JAI</link>
+ support. For using JAI you just need to install it.
+ </li>
+ <li>Links in PDF won't generate multiple link rectangles anymore. If this causes
+ a problem you can set the system property "links.merge" to "no".
+ </li>
+ </ul>
+
+</section>
<section>
<title>FOP 0.20.4</title>
<p>Important changes since 0.20.3:</p>