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 je...@apache.org on 2005/04/06 09:10:07 UTC

cvs commit: xml-fop/src/documentation/content/xdocs faq.xml

jeremias    2005/04/06 00:10:07

  Modified:    src/documentation/content/xdocs/dev index.xml
               src/documentation/content/xdocs faq.xml
  Log:
  Bugzilla #34316
  Documentation improvements
  (applied with modifications)
  Submitted by: renaud.richardet.at.gmail.com
  
  Revision  Changes    Path
  1.24      +6 -7      xml-fop/src/documentation/content/xdocs/dev/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/index.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- index.xml	12 Mar 2005 16:39:37 -0000	1.23
  +++ index.xml	6 Apr 2005 07:10:06 -0000	1.24
  @@ -30,13 +30,12 @@
         <p>For basic and user information on FOP, please visit the <link href="http://xml.apache.org/fop">FOP homepage</link>.</p>
       </section>
       <section id="lines">
  -      <title>Development Lines</title>
  -      <p>There are currently two lines of development on the FOP product:</p>
  +      <title>Development</title>
  +      <p>There are currently two branches of FOP :</p>
         <ul>
  -        <li>The oldest is the one that releases are currently generated from, and is also called the "maintenance branch". Because of limitations in its design, the FOP committers decided to freeze new development on this branch, and are providing only bug fixes. This branch is tagged as "fop-0_20_2-maintain" in the CVS repository.</li>
  -        <li>The main development line is the future of FOP. It was spawned from the "maintenance" branch, but had to quickly be "broken" so that the needed redesign could be dropped into place. It is currently not as mature as the "maintenance" branch, but has far greater long-term prospects. It is also known as the "root" or "trunk" or "redesign".</li>
  +        <li>The "maintenance branch" is the one that releases are currently generated from, and is also called the "maintenance branch". Because of limitations in its design, the FOP committers decided to freeze new development on this branch, and are providing only bug fixes. This branch is tagged as "fop-0_20_2-maintain" in the CVS repository. Please note that patches for enhancements to the maintenance branch will generally not be considered. Bug fixes are welcome there, but new developers are strongly encouraged to apply their efforts to the trunk development line.</li>
  +        <li>The main development line is the future of FOP. It is currently not as mature as the "maintenance" branch, but has far greater long-term prospects. It is also known as the "root" or "trunk" or "redesign".</li>
         </ul>
  -      <p>Please note that patches for enhancements to the maintenance branch will generally not be considered. Bug fixes are welcome there, but new developers are strongly encouraged to apply their efforts to the trunk development line.</p>
         <p>Because there is a fair amount of common information between the maintenance and trunk development lines, we attempt to document them together, highlighting differences only where needed.</p>
       </section>
       <section id="involved">
  
  
  
  1.43      +23 -2     xml-fop/src/documentation/content/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/faq.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- faq.xml	21 Mar 2005 20:19:06 -0000	1.42
  +++ faq.xml	6 Apr 2005 07:10:06 -0000	1.43
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <!--
  -  Copyright 1999-2004 The Apache Software Foundation
  +  Copyright 1999-2005 The Apache Software Foundation
   
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
  @@ -132,6 +132,27 @@
           <p>The short answer is "Don't ask." For more details, see <link href="gethelp.html#limitations">Understand FOP's Limitations</link>.</p>
         </answer>
       </faq>
  +    <faq id="next-release">
  +      <question>When is the next released planned?</question>
  +      <answer>
  +        <p> This depends on progress made so it is not possible to predict any dates. However, we think that at the
  +        current rate of progress we can start releasing again in the second half of 2005. If you want to speed up
  +        the process, consider to <link href="dev/index.html#involved">contribute</link> to FOP</p>
  +      </answer>
  +    </faq>
  +    <faq id="redesign">
  +      <question>Why did you redesign FOP?</question>
  +      <answer>
  +        <p>The core redesign of FOP was necessary in order to be able to adress following issues:</p>
  +        <ul>
  +          <li>Keeps and Breaks</li>
  +          <li>XSL-FO Compliance in general</li>
  +          <li>Process Files of Arbitrary Size</li>
  +          <li>Minimize Memory Use</li>
  +          <li>Table Layout</li>
  +        </ul>
  +      </answer>
  +    </faq>
       <faq id="contribute">
         <question>How can I contribute?</question>
         <answer>
  
  
  

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