You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ke...@apache.org on 2002/06/12 16:14:32 UTC

cvs commit: xml-fop/docs/xml-docs/fop status.xml readme.xml

keiron      2002/06/12 07:14:32

  Modified:    docs/xml-docs fop.xml
               docs/xml-docs/fop readme.xml
  Added:       docs/xml-docs/fop status.xml
  Log:
  moved status to another page with some more info
  
  Revision  Changes    Path
  1.16      +1 -0      xml-fop/docs/xml-docs/fop.xml
  
  Index: fop.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/xml-docs/fop.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- fop.xml	24 Apr 2002 23:27:22 -0000	1.15
  +++ fop.xml	12 Jun 2002 14:14:32 -0000	1.16
  @@ -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"/>
  
  
  
  1.21      +0 -25     xml-fop/docs/xml-docs/fop/readme.xml
  
  Index: readme.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/xml-docs/fop/readme.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- readme.xml	16 May 2002 08:37:09 -0000	1.20
  +++ readme.xml	12 Jun 2002 14:14:32 -0000	1.21
  @@ -72,31 +72,6 @@
   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
  
  
  
  1.1                  xml-fop/docs/xml-docs/fop/status.xml
  
  Index: status.xml
  ===================================================================
  <?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>
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org