You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

status.xml 4.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <!-- $Id$ -->
  17. <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
  18. <!-- Status -->
  19. <document>
  20. <header>
  21. <title>Apache™ FOP Status</title>
  22. <subtitle>Current Status of Apache™ FOP</subtitle>
  23. <version>$Revision$</version>
  24. </header>
  25. <body>
  26. <section>
  27. <title>Status</title>
  28. <p>Last updated 20 October 2012.</p>
  29. <p>
  30. Apache™ FOP Version 1.1 was released on 20 October 2012.
  31. </p>
  32. </section>
  33. <section>
  34. <title>Development Status</title>
  35. <p>
  36. The FOP code base is gradually evolving, from Version 0.90,
  37. released on 22 November 2005, to Version 1.1, released on
  38. 20 October 2012. Further releases in the 1.x series and beyond are expected.
  39. </p>
  40. <p>
  41. FOP releases prior to version 0.90 were based on a different
  42. code base. The last release in that series was version 0.20.5,
  43. released on 18 July 2003. This earlier series is no longer maintained.
  44. </p>
  45. <p>
  46. If you are looking for future release dates, keep in mind that FOP is an Open
  47. Source project and we're a combination of volunteers (working in our free time) and
  48. sponsored contributors (generally focusing on our sponsor's needs). What we have
  49. is an idea where we want to go. How fast we get there depends on the
  50. available time, on how well our ideas work out while developing and on you!
  51. There's a <a href="http://wiki.apache.org/xmlgraphics-fop/RoadMap">document in the Wiki</a>
  52. where ideas for new developments may be registered and documented.
  53. </p>
  54. <section id="component-status">
  55. <title>Status of the individual components</title>
  56. <p>
  57. Not all the components of FOP currently have the same quality. The following
  58. table tries to give you an overview:
  59. </p>
  60. <table>
  61. <tr>
  62. <th>Component</th>
  63. <th>Status</th>
  64. </tr>
  65. <tr>
  66. <td>API</td>
  67. <td>stable</td>
  68. </tr>
  69. <tr>
  70. <td>FO Tree</td>
  71. <td>stable</td>
  72. </tr>
  73. <tr>
  74. <td>Layout Engine</td>
  75. <td>stable</td>
  76. </tr>
  77. <tr>
  78. <td>Area Tree</td>
  79. <td>stable</td>
  80. </tr>
  81. <tr>
  82. <td>Intermediate Format Support</td>
  83. <td>stable (could use a speed upgrade)</td>
  84. </tr>
  85. <tr>
  86. <td>PDF (Library and Renderer)</td>
  87. <td>stable</td>
  88. </tr>
  89. <tr>
  90. <td>PostScript</td>
  91. <td>stable</td>
  92. </tr>
  93. <tr>
  94. <td>Java2D, AWT, Bitmap Renderers</td>
  95. <td>stable</td>
  96. </tr>
  97. <tr>
  98. <td>Text Renderer</td>
  99. <td>stable (not much feedback)</td>
  100. </tr>
  101. <tr>
  102. <td>RTF Handler</td>
  103. <td>beta, restricted functionality compared to PDF/PS</td>
  104. </tr>
  105. <tr>
  106. <td>PCL Renderer</td>
  107. <td>stable (not much feedback)</td>
  108. </tr>
  109. <tr>
  110. <td>AFP Renderer</td>
  111. <td>status unknown (not much feedback)</td>
  112. </tr>
  113. <tr>
  114. <td>SVG Renderer</td>
  115. <td>non-functional in sandbox, help needed</td>
  116. </tr>
  117. <tr>
  118. <td>Font Support</td>
  119. <td>stable</td>
  120. </tr>
  121. <tr>
  122. <td>Image Support</td>
  123. <td>beta (recently rewritten)</td>
  124. </tr>
  125. <tr>
  126. <td>Hyphenation Subsystem</td>
  127. <td>stable</td>
  128. </tr>
  129. </table>
  130. </section>
  131. </section>
  132. </body>
  133. </document>