aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/status.xml
blob: a62539d0718e11c468f7aaffce550cdbbd0a0229 (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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
    "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<!-- Status -->
<document>
  <header>
    <title>FOP Status</title>
    <subtitle>Current Status of FOP</subtitle>
    <version>$Revision$</version>
  </header>
  <body>
    <section>
      <title>Status</title>
      <p>[last updated 31st July 2003]</p>
      <figure width="585" height="175" src="images/track.png" alt="Planning and branches of FOP development"/>
      <p>This is the development status of FOP. A branch has been created for
maintenance releases while the development is done to address various
performance and design issues.</p>
    </section>
    <section>
      <title>Development Status</title>
      <p>Development for 1.0DR1 is addressing the design issues for layout and
performance. The new design focusing on making it possible to be conformant
to the spec and be able to handle large documents. The development effort
is roughly 50% towards a developers release.</p>
      <p>The developers release should have the following: similar functionality
to previous FOP releases, a rough API and a suitable design for
developers to work on more functionality.</p>
      <p>The timing of these events depends on progress made so it is not possible
to predict any dates.</p>
    </section>
    <section>
      <title>Maintenance Status</title>
      <p>The latest maintenance release is FOP 0.20.5, released on July 18th, 2003.
See <link href="relnotes.html">release notes</link> for more details.
The developers do not currently intend to create more releases from the maintenance branch.</p>
    </section>
    <section id="stats">
      <title>Statistics</title>
      <table>
        <tr>
          <th>&#x00A0;</th>
          <th>0.20.5</th>
          <th>Development (aka trunk, redesign) as of August 1, 2003</th>
        </tr>
        <tr>
          <td colspan="3">&#x00A0;</td>
        </tr>
        <tr>
          <th colspan="3">Binaries</th>
        </tr>
        <tr>
          <td>fop jar</td>
          <td>1,485 kb</td>
          <td>2,132 kb</td>
        </tr>
        <tr>
          <td>hyphenation (in fop.jar)</td>
          <td>348 kb</td>
          <td>1,358 kb</td>
        </tr>
        <tr>
          <td>ant jar</td>
          <td>&#x00A0;</td>
          <td>707 kb</td>
        </tr>
        <tr>
          <td>avalon-framework jar</td>
          <td>62 kb</td>
          <td>72 kb</td>
        </tr>
        <tr>
          <td>batik jar</td>
          <td>2,063 kb</td>
          <td>2,213 kb</td>
        </tr>
        <tr>
          <td>commons-io-dev jar</td>
          <td>&#x00A0;</td>
          <td>71 kb</td>
        </tr>
        <tr>
          <td>commons-lang jar</td>
          <td>&#x00A0;</td>
          <td>190 kb</td>
        </tr>
        <tr>
          <td>servlet jar</td>
          <td>&#x00A0;</td>
          <td>39 kb</td>
        </tr>
        <tr>
          <td>xalan jar</td>
          <td>1,007 kb</td>
          <td>1,007 kb</td>
        </tr>
        <tr>
          <td>xerces jar</td>
          <td>816 kb</td>
          <td>816 kb</td>
        </tr>
        <tr>
          <td>xml-apis jar</td>
          <td>112 kb</td>
          <td>112 kb</td>
        </tr>
        <tr>
          <th colspan="3">Lines of Source Code, using "find . -iname "*.java" | xargs cat | wc -l"</th>
        </tr>
        <tr>
          <td>org.apache.fop.fo.*</td>
          <td>20,297</td>
          <td>22,306</td>
        </tr>
        <tr>
          <td>org.apache.fop.layout.*</td>
          <td>9,444</td>
          <td>4,238</td>
        </tr>
        <tr>
          <td>org.apache.fop.layoutmgr.*</td>
          <td>&#x00A0;</td>
          <td>10,069</td>
        </tr>
        <tr>
          <td>org.apache.fop.area.*</td>
          <td>&#x00A0;</td>
          <td>5,791</td>
        </tr>
        <tr>
          <td>org.apache.fop.render.*</td>
          <td>18,387</td>
          <td>11,527</td>
        </tr>
        <tr>
          <td>org.apache.fop.pdf.*</td>
          <td>10,203</td>
          <td>15,669</td>
        </tr>
        <tr>
          <td>org.apache.fop.rtf.*</td>
          <td>0</td>
          <td>12,747</td>
        </tr>
        <tr>
          <td>Other</td>
          <td>29,821</td>
          <td>32,543</td>
        </tr>
        <tr>
          <td>Total</td>
          <td>88,152</td>
          <td>114,890</td>
        </tr>
        <tr>
          <th colspan="3">Files, using "find . -iname "*.java" | wc -l"</th>
        </tr>
        <tr>
          <td>org.apache.fop.fo.*</td>
          <td>122</td>
          <td>127</td>
        </tr>
        <tr>
          <td>org.apache.fop.layout.*</td>
          <td>49</td>
          <td>24</td>
        </tr>
        <tr>
          <td>org.apache.fop.layoutmgr.*</td>
          <td>&#x00A0;</td>
          <td>38</td>
        </tr>
        <tr>
          <td>org.apache.fop.area.*</td>
          <td>&#x00A0;</td>
          <td>39</td>
        </tr>
        <tr>
          <td>org.apache.fop.render.*</td>
          <td>48</td>
          <td>36</td>
        </tr>
        <tr>
          <td>org.apache.fop.pdf.*</td>
          <td>51</td>
          <td>70</td>
        </tr>
        <tr>
          <td>org.apache.fop.rtf.*</td>
          <td>&#x00A0;</td>
          <td>80</td>
        </tr>
        <tr>
          <td>Other</td>
          <td>129</td>
          <td>140</td>
        </tr>
        <tr>
          <td>Total</td>
          <td>399</td>
          <td>554</td>
        </tr>
      </table>
    </section>
  </body>
</document>