diff options
author | William Victor Mote <vmote@apache.org> | 2002-11-29 22:00:32 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2002-11-29 22:00:32 +0000 |
commit | dbd6d2d0a69d1cab2b30efc4680177c350efc473 (patch) | |
tree | c260f1b8453fff5d13e4cd2fe6eff58462a258c5 /src/documentation/content/xdocs/status.xml | |
parent | 728652fb0a5c1c1feba55af0c0231978c6d5a171 (diff) | |
download | xmlgraphics-fop-dbd6d2d0a69d1cab2b30efc4680177c350efc473.tar.gz xmlgraphics-fop-dbd6d2d0a69d1cab2b30efc4680177c350efc473.zip |
white-space and line-ending fixes
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195676 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/status.xml')
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index d591ed3b1..48e866650 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -3,13 +3,13 @@ "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> @@ -21,7 +21,7 @@ maintenance releases while the development is done to address various performance and design issues. </p> </section> - + <section> <title>Development Status</title> <p> @@ -30,7 +30,7 @@ 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> +<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. @@ -48,7 +48,7 @@ to predict any dates. <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>67479</td></tr> |