Browse Source

pretty-print changes only


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196766 13f79535-47bb-0310-9956-ffa450edef68
tags/Root_Temp_KnuthStylePageBreaking
William Victor Mote 21 years ago
parent
commit
8c3ae50cda
1 changed files with 131 additions and 60 deletions
  1. 131
    60
      src/documentation/content/xdocs/status.xml

+ 131
- 60
src/documentation/content/xdocs/status.xml View File

@@ -1,51 +1,39 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">

<!-- Status -->

<document>
<header>
<title>FOP Status</title>
<subtitle>Current Status of FOP</subtitle>
</header>

<body>
<section>
<title>Status</title>
<p>[last updated 31st July 2003]</p>
<figure width="585" height="175" src="images/track.png" alt="Planning and branches of FOP development" />
<p>
This is the development status of FOP. A branch has been created for
<header>
<title>FOP Status</title>
<subtitle>Current Status of FOP</subtitle>
</header>
<body>
<section>
<title>Status</title>
<p>[last updated 31st July 2003]</p>
<figure width="585" height="175" src="images/track.png" alt="Planning and branches of FOP development"/>
<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>
</section>

<section>
<title>Development Status</title>
<p>
Development for 1.0DR1 is addressing the design issues for layout and
performance and design issues.</p>
</section>
<section>
<title>Development Status</title>
<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 50% towards a developers release.
</p>
<p>
The developers release should have the following: similar functionality
is roughly 50% 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>
</section>
<section>
<title>Maintenance Status</title>
<p>The latest maintenance release is FOP 0.20.5, released on July 18th, 2003.
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>
</section>
<section>
<title>Maintenance Status</title>
<p>The latest maintenance release is FOP 0.20.5, released on July 18th, 2003.
See <link href="relnotes.html">release notes</link> for more details.
The developers do not currently intend to create more releases from the maintenance branch.</p>
</section>
</section>
<section id="stats">
<title>Statistics</title>
<table>
@@ -60,35 +48,118 @@ The developers do not currently intend to create more releases from the maintena
<tr>
<th colspan="3">Binaries</th>
</tr>
<tr><td>fop jar</td><td>1,962 kb</td><td>1,992 kb</td></tr>
<tr><td>hyphenation (in fop.jar)</td><td>717 kb</td><td>746 kb</td></tr>
<tr><td>batik jar</td><td>2,164 kb</td><td>2,119 kb</td></tr>
<tr><td>bsf jar</td><td>106 kb</td><td>106 kb</td></tr>
<tr><td>xalan jar</td><td>883 kb</td><td>1,007 kb</td></tr>
<tr><td>xerces jar</td><td>1,809 kb</td><td>813 kb</td></tr>
<tr><td>xml-apis jar</td><td>&#x00A0;</td><td>112 kb</td></tr>
<tr>
<td>fop jar</td>
<td>1,962 kb</td>
<td>1,992 kb</td>
</tr>
<tr>
<td>hyphenation (in fop.jar)</td>
<td>717 kb</td>
<td>746 kb</td>
</tr>
<tr>
<td>batik jar</td>
<td>2,164 kb</td>
<td>2,119 kb</td>
</tr>
<tr>
<td>bsf jar</td>
<td>106 kb</td>
<td>106 kb</td>
</tr>
<tr>
<td>xalan jar</td>
<td>883 kb</td>
<td>1,007 kb</td>
</tr>
<tr>
<td>xerces jar</td>
<td>1,809 kb</td>
<td>813 kb</td>
</tr>
<tr>
<td>xml-apis jar</td>
<td>&#x00A0;</td>
<td>112 kb</td>
</tr>
<tr>
<th colspan="3">Lines of Source Code, using "find . -iname "*.java" | xargs cat | wc -l"</th>
</tr>
<tr><td>org.apache.fop.*</td><td>67479</td><td>69610</td></tr>
<tr><td>org.apache.fop.fo.*</td><td>13186 (20%)</td><td>14660 (21%)</td></tr>
<tr><td>org.apache.fop.layout.*</td><td>&#x00A0;</td><td>7154 (10%)</td></tr>
<tr><td>org.apache.fop.layoutmgr.*</td><td>7913 (12%)</td><td>&#x00A0;</td></tr>
<tr><td>org.apache.fop.area.*</td><td>3722 (5.5%)</td><td>&#x00A0;</td></tr>
<tr><td>org.apache.fop.render.*</td><td>8210 (12%)</td><td>16260 (23%)</td></tr>
<tr><td>org.apache.fop.pdf.*</td><td>9481 (14%)</td><td>7938 (11%)</td></tr>
<tr>
<td>org.apache.fop.*</td>
<td>67479</td>
<td>69610</td>
</tr>
<tr>
<td>org.apache.fop.fo.*</td>
<td>13186 (20%)</td>
<td>14660 (21%)</td>
</tr>
<tr>
<td>org.apache.fop.layout.*</td>
<td>&#x00A0;</td>
<td>7154 (10%)</td>
</tr>
<tr>
<td>org.apache.fop.layoutmgr.*</td>
<td>7913 (12%)</td>
<td>&#x00A0;</td>
</tr>
<tr>
<td>org.apache.fop.area.*</td>
<td>3722 (5.5%)</td>
<td>&#x00A0;</td>
</tr>
<tr>
<td>org.apache.fop.render.*</td>
<td>8210 (12%)</td>
<td>16260 (23%)</td>
</tr>
<tr>
<td>org.apache.fop.pdf.*</td>
<td>9481 (14%)</td>
<td>7938 (11%)</td>
</tr>
<tr>
<th colspan="3">Files, using "find . -iname "*.java" | wc -l"</th>
</tr>
<tr><td>org.apache.fop.*</td><td>442</td><td>394</td></tr>
<tr><td>org.apache.fop.fo.*</td><td>125 (28%)</td><td>122 (31%)</td></tr>
<tr><td>org.apache.fop.layout.*</td><td>&#x00A0;</td><td>49 (12%)</td></tr>
<tr><td>org.apache.fop.layoutmgr.*</td><td>35 (8%)</td><td>&#x00A0;</td></tr>
<tr><td>org.apache.fop.area.*</td><td>37 (8%)</td><td>&#x00A0;</td></tr>
<tr><td>org.apache.fop.render.*</td><td>39 (9%)</td><td>48 (12%)</td></tr>
<tr><td>org.apache.fop.pdf.*</td><td>&#x00A0;</td><td>50 (13%)</td></tr>
<tr>
<td>org.apache.fop.*</td>
<td>442</td>
<td>394</td>
</tr>
<tr>
<td>org.apache.fop.fo.*</td>
<td>125 (28%)</td>
<td>122 (31%)</td>
</tr>
<tr>
<td>org.apache.fop.layout.*</td>
<td>&#x00A0;</td>
<td>49 (12%)</td>
</tr>
<tr>
<td>org.apache.fop.layoutmgr.*</td>
<td>35 (8%)</td>
<td>&#x00A0;</td>
</tr>
<tr>
<td>org.apache.fop.area.*</td>
<td>37 (8%)</td>
<td>&#x00A0;</td>
</tr>
<tr>
<td>org.apache.fop.render.*</td>
<td>39 (9%)</td>
<td>48 (12%)</td>
</tr>
<tr>
<td>org.apache.fop.pdf.*</td>
<td>&#x00A0;</td>
<td>50 (13%)</td>
</tr>
</table>
</section>
</body>
</body>
</document>


Loading…
Cancel
Save