diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml-docs/fop.xml | 1 | ||||
-rw-r--r-- | docs/xml-docs/fop/readme.xml | 25 | ||||
-rw-r--r-- | docs/xml-docs/fop/status.xml | 126 |
3 files changed, 127 insertions, 25 deletions
diff --git a/docs/xml-docs/fop.xml b/docs/xml-docs/fop.xml index d8dd3e512..12974bf7f 100644 --- a/docs/xml-docs/fop.xml +++ b/docs/xml-docs/fop.xml @@ -4,6 +4,7 @@ <separator/> <page id="index" label="About FOP" source="fop/readme.xml"/> <page id="news" label="News" source="fop/news.xml"/> + <page id="status" label="Status" source="fop/status.xml"/> <page id="download" label="Download" source="fop/download.xml"/> <page id="relnotes" label="Release Notes" source="fop/relnotes.xml"/> <page id="gethelp" label="How to get Help" source="fop/gethelp.xml"/> diff --git a/docs/xml-docs/fop/readme.xml b/docs/xml-docs/fop/readme.xml index 60d85f1c0..2b44465e4 100644 --- a/docs/xml-docs/fop/readme.xml +++ b/docs/xml-docs/fop/readme.xml @@ -72,31 +72,6 @@ to the svg renderer then putting the rendered pages into an svg document along with the xml. </p> </s1> - <s1 title="Status"> -<p> - <figure width="585" height="175" src="track.png" alt="Planning and branches of FOP development" /> -</p> -<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> -<p> -Maintenance releases will be done as necessary. Another maintenance release -is planned for the near future to provide some fixes and to provide -compatibilty with <jump href="http://xml.apache.org/batik/">Batik</jump> -version 1.5 beta2. Other changes are: new hyphentaion patterns, changed -to use Avalon Logger interface and added background image support. -</p> -<p> -Development for 1.0DR1 is addressing the design issues for layout and -performance. This is focusing on making it possible to be conformant -to the spec and be able to handle large documents. This is roughly -30% towards a developers release that should have: similar functionality to -previous FOP releases, a rough API and a suitable design for developers -to work on more functionality. -</p> - </s1> <s1 title="FOP Objectives"> <p>The goals of the Apache XML FOP Project are to deliver an XSL FO->PDF formatter that is compliant to at least the Basic conformance level described in the W3C Recommendation from 15 October 2001, and that complies with the 11 March 1999 Portable Document diff --git a/docs/xml-docs/fop/status.xml b/docs/xml-docs/fop/status.xml new file mode 100644 index 000000000..3949e200a --- /dev/null +++ b/docs/xml-docs/fop/status.xml @@ -0,0 +1,126 @@ +<?xml version="1.0" standalone="no"?> + +<!-- Status --> + +<document> + <header> + <title>FOP Status</title> + <subtitle>Current Status of FOP</subtitle> + <authors> + </authors> + </header> + + <body> + <s1 title="Status"> +<p>[last updated 10th June 2002]</p> +<p> + <figure width="585" height="175" src="track.png" alt="Planning and branches of FOP development" /> +</p> +<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> + </s1> + + <s1 title="Development Status"> +<p> +Volunteers needed for: +<ul> +<li>configuration implementation</li> +<li>implement formatting objects and properties</li> +<li>AWT/Swing viewer design and implementation</li> +<li>documentation</li> +<li>MIF output</li> +</ul> +... and plenty of other areas. See the <jump href="todo.html">todo</jump> +list for more details. +</p> +<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 35% 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> +<p><strong>Binaries</strong></p> + <table> + <tr><td>fop.jar</td><td>1,966 kb</td></tr> + <tr><td>hyphention (in fop.jar)</td><td>717 kb</td></tr> + <tr><td>batik.jar</td><td>2,164 kb</td></tr> + <tr><td>bsf.jar</td><td>106 kb</td></tr> + <tr><td>xalan.jar</td><td>883 kb</td></tr> + <tr><td>xerces.jar</td><td>1,809 kb</td></tr> + </table> + +<p><strong>Lines of code</strong> using "find . -iname "*.java" | xargs cat | wc -l"</p> + <table> + <tr><td>org.apache.fop.*</td><td>67076</td></tr> + <tr><td>org.apache.fop.fo.*</td><td>15257 (23%)</td></tr> + <tr><td>org.apache.fop.layoutmgr.*</td><td>4537 (7%)</td></tr> + <tr><td>org.apache.fop.area.*</td><td>2314 (3.5%)</td></tr> + <tr><td>org.apache.fop.render.*</td><td>6474 (10%)</td></tr> + <tr><td>org.apache.fop.pdf.*</td><td>8113 (12%)</td></tr> + </table> + +<p><strong>Files</strong> using "find . -iname "*.java" | wc -l"</p> + <table> + <tr><td>org.apache.fop.*</td><td>462</td></tr> + <tr><td>org.apache.fop.fo.*</td><td>127 (27%)</td></tr> + <tr><td>org.apache.fop.layoutmgr.*</td><td>28 (6%)</td></tr> + <tr><td>org.apache.fop.area.*</td><td>36 (8%)</td></tr> + <tr><td>org.apache.fop.render.*</td><td>35 (8%)</td></tr> + </table> + + + </s1> + + <s1 title="Maintenance Status"> +<p> +Latest maintenance release was FOP 0.20.3 on 4th March 2002. +See <jump href="relnotes.html">release notes</jump> for more +details. Releases will be made periodically to address minor bugs +and compatibility. +</p> + +<p><strong>Binaries</strong></p> + <table> + <tr><td>fop.jar</td><td>1,695 kb</td></tr> + <tr><td>hyphention (in fop.jar)</td><td>746 kb</td></tr> + <tr><td>batik.jar</td><td>2,164 kb</td></tr> + <tr><td>bsf.jar</td><td>106 kb</td></tr> + <tr><td>xalan.jar</td><td>906 kb</td></tr> + <tr><td>xercesImpl.jar</td><td>1,729 kb</td></tr> + <tr><td>xml-apis.jar</td><td>108 kb</td></tr> + </table> + +<p><strong>Lines of code</strong> using "find . -iname "*.java" | xargs cat | wc -l"</p> + <table> + <tr><td>org.apache.fop.*</td><td>69131</td></tr> + <tr><td>org.apache.fop.fo.*</td><td>14916 (22%)</td></tr> + <tr><td>org.apache.fop.layout.*</td><td>7108 (10%)</td></tr> + <tr><td>org.apache.fop.render.*</td><td>15840 (23%)</td></tr> + <tr><td>org.apache.fop.pdf.*</td><td>7883 (11%)</td></tr> + </table> + +<p><strong>Files</strong> using "find . -iname "*.java" | wc -l"</p> + <table> + <tr><td>org.apache.fop.*</td><td>391</td></tr> + <tr><td>org.apache.fop.fo.*</td><td>119 (30%)</td></tr> + <tr><td>org.apache.fop.layout.*</td><td>49 (13%)</td></tr> + <tr><td>org.apache.fop.render.*</td><td>48 (12%)</td></tr> + <tr><td>org.apache.fop.pdf.*</td><td>49 (13%)</td></tr> + </table> + + </s1> + </body> +</document> + |