Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

status.xml 4.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <?xml version="1.0" 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>FOP Status</title>
  22. <subtitle>Current Status of FOP</subtitle>
  23. <version>$Revision$</version>
  24. </header>
  25. <body>
  26. <section>
  27. <title>Status</title>
  28. <p>[last updated 5 July 2010]</p>
  29. <p>
  30. FOP version 0.95 was released on 5 August 2008. FOP version 1.0 was released in July 2010.
  31. </p>
  32. </section>
  33. <section>
  34. <title>Development Status</title>
  35. <p>The FOP code base is gradually evolving, from version 0.90
  36. released on 22 November 2005, to version 1.0 released in July
  37. 2010. Further releases in the 1.x series may be expected.</p>
  38. <p>FOP releases before version 0.90 were based on a different
  39. code base. The last release in that series was version 0.20.5,
  40. released on 18 July 2003. This series is no longer maintained.</p>
  41. <p>
  42. If you're looking for a long-term road-map we have to disappoint you. This is Open
  43. Source and we're mostly volunteers working in their free time. What we have
  44. is an idea where we want to go. How fast we get there depends on the
  45. available time, on how well our ideas work out while developing and on you!
  46. There's a <a href="http://wiki.apache.org/xmlgraphics-fop/RoadMap">document in the Wiki</a>
  47. where ideas for new developments may be registered and documented.
  48. </p>
  49. <section id="component-status">
  50. <title>Status of the individual components</title>
  51. <p>
  52. Not all the components of FOP currently have the same quality. The following
  53. table tries to give you an overview:
  54. </p>
  55. <table>
  56. <tr>
  57. <th>Component</th>
  58. <th>Status</th>
  59. </tr>
  60. <tr>
  61. <td>API</td>
  62. <td>stable</td>
  63. </tr>
  64. <tr>
  65. <td>FO Tree</td>
  66. <td>stable</td>
  67. </tr>
  68. <tr>
  69. <td>Layout Engine</td>
  70. <td>stable</td>
  71. </tr>
  72. <tr>
  73. <td>Area Tree</td>
  74. <td>stable</td>
  75. </tr>
  76. <tr>
  77. <td>Intermediate Format Support</td>
  78. <td>stable (could use a speed upgrade)</td>
  79. </tr>
  80. <tr>
  81. <td>PDF (Library and Renderer)</td>
  82. <td>stable (SVG: stable)</td>
  83. </tr>
  84. <tr>
  85. <td>PostScript</td>
  86. <td>stable (SVG: stable with restrictions)</td>
  87. </tr>
  88. <tr>
  89. <td>Java2D, AWT, Bitmap Renderers</td>
  90. <td>stable</td>
  91. </tr>
  92. <tr>
  93. <td>Text Renderer</td>
  94. <td>stable (not much feedback)</td>
  95. </tr>
  96. <tr>
  97. <td>RTF Handler</td>
  98. <td>beta, restricted functionality compared to PDF/PS</td>
  99. </tr>
  100. <tr>
  101. <td>PCL Renderer</td>
  102. <td>stable (not much feedback)</td>
  103. </tr>
  104. <tr>
  105. <td>AFP Renderer</td>
  106. <td>status unknown (not much feedback)</td>
  107. </tr>
  108. <tr>
  109. <td>SVG Renderer</td>
  110. <td>non-functional in sandbox, help needed</td>
  111. </tr>
  112. <tr>
  113. <td>Font Support</td>
  114. <td>stable</td>
  115. </tr>
  116. <tr>
  117. <td>Image Support</td>
  118. <td>beta (recently rewritten)</td>
  119. </tr>
  120. <tr>
  121. <td>Hyphenation Subsystem</td>
  122. <td>stable</td>
  123. </tr>
  124. </table>
  125. </section>
  126. </section>
  127. </body>
  128. </document>