blob: e0c8e12e6e78801f5e9f01e528f6dd67ae18f1c6 (
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
36
37
38
39
40
41
42
43
|
<?xml version="1.0" encoding="UTF-8"?>
<!--
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.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- $Id$ -->
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
<document>
<header>
<title>Apache FOP Version 0.20.5</title>
<version>$Revision: 201586 $</version>
</header>
<body>
<section id="intro">
<title>Introduction</title>
<p>
Version 0.20.5 represents Apache FOP's current stable release. Even though it's over two years old
this release will stay the first choice for those who want a stable product for use in production
environments, at least for another few months until the code from out redesign effort has stabilized
enough. This shouldn't keep you off trying out the <a href="../trunk/index.html">redesigned code</a>,
though.
</p>
<p>
Please notice that, although we still provide support for 0.20.5, we won't fix any bugs or add any
new features to this branch of development anymore.
Instead, please help us with <a href="../trunk/index.html">FOP Trunk</a> by trying it out and
sending us your feedback. Of course, we especially appreciate any contributions in the form of
documentation updates and code patches.
</p>
</section>
</body>
</document>
|