diff options
Diffstat (limited to 'src/documentation/content/xdocs/status.xml')
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 199 |
1 files changed, 10 insertions, 189 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index fa3e2e643..f2bcc10bb 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -27,31 +27,27 @@ <body> <section> <title>Status</title> - <p>[last updated 4 March 2008]</p> - <figure width="585" height="175" src="images/track.png" alt="Planning and branches of FOP development"/> + <p>[last updated 5 July 2010]</p> <p> - This is the development status of Apache FOP. Development on - the maintenance branch where FOP 0.20.5 came from has been - halted. The code base has been largely redesigned. The new - code base has reached release 0.95. + FOP version 0.95 was released on 5 August 2008. FOP version 1.0 was released in July 2010. </p> </section> <section> <title>Development Status</title> - <p>The FOP code base has been largely rewritten, to address - design issues for layout and performance. The new design makes - it better possible to be conformant to the spec and be able to - handle large documents.</p> - <p>The redesign of the code base has largely been completed. The - new code reached production quality with release 0.93. In the - course of 2008 or 2009 we hope to release version 1.0.</p> + + <p>The FOP code base is gradually evolving, from version 0.90 + released on 22 November 2005, to version 1.0 released in 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 you can get a glimpse of what points we're currently focusing on. + where ideas for new developments may be registered and documented. </p> <section id="component-status"> <title>Status of the individual components</title> @@ -131,180 +127,5 @@ </table> </section> </section> - <section> - <title>Maintenance Status</title> - <p> - The latest release of the maintenance branch is FOP 0.20.5, released on July 18th, 2003. - The maintenance branch has been frozen in 2004 so the team can concentrate on the new code - base. - </p> - </section> - <!--section id="stats"> - <title>Statistics</title> - <table> - <tr> - <th> </th> - <th>0.20.5</th> - <th>Development (aka trunk, redesign) as of August 1, 2003</th> - </tr> - <tr> - <td colspan="3"> </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> </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> </td> - <td>71 kb</td> - </tr> - <tr> - <td>commons-lang jar</td> - <td> </td> - <td>190 kb</td> - </tr> - <tr> - <td>servlet jar</td> - <td> </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> </td> - <td>10,069</td> - </tr> - <tr> - <td>org.apache.fop.area.*</td> - <td> </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> </td> - <td>38</td> - </tr> - <tr> - <td>org.apache.fop.area.*</td> - <td> </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> </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> |