From 5f03fe53d70ae8bcf0b99954ee31aca0bc5ce318 Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Thu, 31 Jul 2003 18:43:41 +0000 Subject: [PATCH] 1. update description of maintenance branch (submitted by Clay Leeds) 2. combine the statistics into one table git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196764 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/status.xml | 114 +++++++++------------ 1 file changed, 47 insertions(+), 67 deletions(-) diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index c6dd8cb04..fe0747f86 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -13,7 +13,7 @@
Status -

[last updated 20th November 2002]

+

[last updated 31st July 2003]

This is the development status of FOP. A branch has been created for @@ -39,76 +39,56 @@ 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,962 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.*67479
org.apache.fop.fo.*13186 (20%)
org.apache.fop.layoutmgr.*7913 (12%)
org.apache.fop.area.*3722 (5.5%)
org.apache.fop.render.*8210 (12%)
org.apache.fop.pdf.*9481 (14%)
- -

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

- - - - - - -
org.apache.fop.*442
org.apache.fop.fo.*125 (28%)
org.apache.fop.layoutmgr.*35 (8%)
org.apache.fop.area.*37 (8%)
org.apache.fop.render.*39 (9%)
-
-
Maintenance Status -

-Latest maintenance release will be FOP 0.20.5 on TBA. -See release notes for more -details. Releases will be made periodically to address minor bugs -and compatibility. -

- -

Binaries

- - - - - - - - -
fop.jar1,992 kb
hyphention (in fop.jar)746 kb
batik.jar2,119 kb
bsf.jar106 kb
xalan.jar1,007 kb
xercesImpl.jar813 kb
xml-apis.jar112 kb
- -

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

- - - - - - -
org.apache.fop.*69610
org.apache.fop.fo.*14660 (21%)
org.apache.fop.layout.*7154 (10%)
org.apache.fop.render.*16260 (23%)
org.apache.fop.pdf.*7938 (11%)
- -

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

- - - - - - -
org.apache.fop.*394
org.apache.fop.fo.*122 (31%)
org.apache.fop.layout.*49 (12%)
org.apache.fop.render.*48 (12%)
org.apache.fop.pdf.*50 (13%)
- +

The latest maintenance release is FOP 0.20.5, released on July 18th, 2003. +See release notes for more details. +The developers do not currently intend to create more releases from the maintenance branch.

+
+ Statistics + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 Development (aka trunk, redesign)0.20.5
 
Binaries
fop jar1,962 kb1,992 kb
hyphention (in fop.jar)717 kb746 kb
batik jar2,164 kb2,119 kb
bsf jar106 kb106 kb
xalan jar883 kb1,007 kb
xerces jar1,809 kb813 kb
xml-apis jar 112 kb
Lines of Source Code, using "find . -iname "*.java" | xargs cat | wc -l"
org.apache.fop.*6747969610
org.apache.fop.fo.*13186 (20%)14660 (21%)
org.apache.fop.layout.* 7154 (10%)
org.apache.fop.layoutmgr.*7913 (12%)
org.apache.fop.area.*3722 (5.5%)
org.apache.fop.render.*8210 (12%)16260 (23%)
org.apache.fop.pdf.*9481 (14%)7938 (11%)
Files, using "find . -iname "*.java" | wc -l"
org.apache.fop.*442394
org.apache.fop.fo.*125 (28%)122 (31%)
org.apache.fop.layout.* 49 (12%)
org.apache.fop.layoutmgr.*35 (8%)
org.apache.fop.area.*37 (8%)
org.apache.fop.render.*39 (9%)48 (12%)
org.apache.fop.pdf.* 50 (13%)
+
-- 2.39.5