aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/status.xml
blob: 8a6ea5dce22bdd9aee5fd769531928f6da8196e6 (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
<?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 5 July 2010]</p>
      <p>
        Apache™ FOP version 0.95 was released on 5 August 2008. Apache™ FOP version 1.0 was released on 21 July 2010.
      </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.0 released on 21 July
	  2010. Further releases in the 1.x series may be expected.</p>
      <p>FOP releases before 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 series is no longer maintained.</p>
      <p>
        If you're looking for a long-term road-map we have to disappoint you. This is Open
        Source and we're mostly volunteers working in their free time. 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 (SVG: stable)</td>
          </tr>
          <tr>
            <td>PostScript</td>
            <td>stable (SVG: stable with restrictions)</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>