aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/status.xml
blob: b774130e979ba8fd8eb8a9b4056648ef75848e75 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You 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">
<!-- Status -->
<document>
  <header>
    <title>Apache™ FOP Status</title>
    <subtitle>Current Status of Apache™ FOP</subtitle>
    <version>$Revision$</version>
  </header>
  <body>
    <section>
      <title>Status</title>
      <p>Last updated 20 October 2012.</p>
      <p>
        Apache™ FOP Version 1.1 was released on 20 October 2012.
      </p>
    </section>
    <section>
      <title>Development Status</title>
      <p>
        The FOP code base is gradually evolving, from Version 0.90,
	released on 22 November 2005, to Version 1.1, released on
        20 October 2012. Further releases in the 1.x series and beyond are expected.
      </p>
      <p>
        FOP releases prior to version 0.90 were based on a different
	code base. The last release in that series was version 0.20.5,
	released on 18 July 2003. This earlier series is no longer maintained.
      </p>
      <p>
        If you are looking for future release dates, keep in mind that FOP is an Open
        Source project and we're a combination of volunteers (working in our free time) and
        sponsored contributors (generally focusing on our sponsor's needs). What we have        
        is an idea where we want to go. How fast we get there depends on the 
        available time, on how well our ideas work out while developing and on you!
        There's a <a href="http://wiki.apache.org/xmlgraphics-fop/RoadMap">document in the Wiki</a>
        where ideas for new developments may be registered and documented.
      </p>
      <section id="component-status">
        <title>Status of the individual components</title>
        <p>
          Not all the components of FOP currently have the same quality. The following
          table tries to give you an overview:
        </p>
        <table>
          <tr>
            <th>Component</th>
            <th>Status</th>
          </tr>
          <tr>
            <td>API</td>
            <td>stable</td>
          </tr>
          <tr>
            <td>FO Tree</td>
            <td>stable</td>
          </tr>
          <tr>
            <td>Layout Engine</td>
            <td>stable</td>
          </tr>
          <tr>
            <td>Area Tree</td>
            <td>stable</td>
          </tr>
          <tr>
            <td>Intermediate Format Support</td>
            <td>stable (could use a speed upgrade)</td>
          </tr>
          <tr>
            <td>PDF (Library and Renderer)</td>
            <td>stable</td>
          </tr>
          <tr>
            <td>PostScript</td>
            <td>stable</td>
          </tr>
          <tr>
            <td>Java2D, AWT, Bitmap Renderers</td>
            <td>stable</td>
          </tr>
          <tr>
            <td>Text Renderer</td>
            <td>stable (not much feedback)</td>
          </tr>
          <tr>
            <td>RTF Handler</td>
            <td>beta, restricted functionality compared to PDF/PS</td>
          </tr>
          <tr>
            <td>PCL Renderer</td>
            <td>stable (not much feedback)</td>
          </tr>
          <tr>
            <td>AFP Renderer</td>
            <td>status unknown (not much feedback)</td>
          </tr>
          <tr>
            <td>SVG Renderer</td>
            <td>non-functional in sandbox, help needed</td>
          </tr>
          <tr>
            <td>Font Support</td>
            <td>stable</td>
          </tr>
          <tr>
            <td>Image Support</td>
            <td>beta (recently rewritten)</td>
          </tr>
          <tr>
            <td>Hyphenation Subsystem</td>
            <td>stable</td>
          </tr>
        </table>
      </section>
    </section>
  </body>
</document>