From 58bd3e9344d4a56139e0a94e551a5c29f4221c1d Mon Sep 17 00:00:00 2001 From: Keiron Liddle Date: Wed, 12 Jun 2002 14:14:32 +0000 Subject: [PATCH] moved status to another page with some more info git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194876 13f79535-47bb-0310-9956-ffa450edef68 --- docs/xml-docs/fop.xml | 1 + docs/xml-docs/fop/readme.xml | 25 ------- docs/xml-docs/fop/status.xml | 126 +++++++++++++++++++++++++++++++++++ 3 files changed, 127 insertions(+), 25 deletions(-) create mode 100644 docs/xml-docs/fop/status.xml 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 @@ + 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 @@ -70,31 +70,6 @@ requested output. This is a real document. The image was created by rendering the document to the svg renderer then putting the rendered pages into an svg document along with the xml. -

- - -

-

-

-

-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. -

-

-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 Batik -version 1.5 beta2. Other changes are: new hyphentaion patterns, changed -to use Avalon Logger interface and added background image support. -

-

-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.

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 @@ + + + + + +
+ FOP Status + Current Status of FOP + + +
+ + + +

[last updated 10th June 2002]

+

+

+

+

+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. +

+ + + +

+Volunteers needed for: +

    +
  • configuration implementation
  • +
  • implement formatting objects and properties
  • +
  • AWT/Swing viewer design and implementation
  • +
  • documentation
  • +
  • MIF output
  • +
+... and plenty of other areas. See the todo +list for more details. +

+

+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. +

+

+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. +

+

+The timing of these events depends on progress made so it is not possible +to predict any dates. +

+

Binaries

+ + + + + + + +
fop.jar1,966 kb
hyphention (in fop.jar)717 kb
batik.jar2,164 kb
bsf.jar106 kb
xalan.jar883 kb
xerces.jar1,809 kb
+ +

Lines of code using "find . -iname "*.java" | xargs cat | wc -l"

+ + + + + + + +
org.apache.fop.*67076
org.apache.fop.fo.*15257 (23%)
org.apache.fop.layoutmgr.*4537 (7%)
org.apache.fop.area.*2314 (3.5%)
org.apache.fop.render.*6474 (10%)
org.apache.fop.pdf.*8113 (12%)
+ +

Files using "find . -iname "*.java" | wc -l"

+ + + + + + +
org.apache.fop.*462
org.apache.fop.fo.*127 (27%)
org.apache.fop.layoutmgr.*28 (6%)
org.apache.fop.area.*36 (8%)
org.apache.fop.render.*35 (8%)
+ + +
+ + +

+Latest maintenance release was FOP 0.20.3 on 4th March 2002. +See release notes for more +details. Releases will be made periodically to address minor bugs +and compatibility. +

+ +

Binaries

+ + + + + + + + +
fop.jar1,695 kb
hyphention (in fop.jar)746 kb
batik.jar2,164 kb
bsf.jar106 kb
xalan.jar906 kb
xercesImpl.jar1,729 kb
xml-apis.jar108 kb
+ +

Lines of code using "find . -iname "*.java" | xargs cat | wc -l"

+ + + + + + +
org.apache.fop.*69131
org.apache.fop.fo.*14916 (22%)
org.apache.fop.layout.*7108 (10%)
org.apache.fop.render.*15840 (23%)
org.apache.fop.pdf.*7883 (11%)
+ +

Files using "find . -iname "*.java" | wc -l"

+ + + + + + +
org.apache.fop.*391
org.apache.fop.fo.*119 (30%)
org.apache.fop.layout.*49 (13%)
org.apache.fop.render.*48 (12%)
org.apache.fop.pdf.*49 (13%)
+ +
+ + + -- 2.39.5