chrisg      02/02/28 16:02:42

  Modified:    docs/xml-docs fop.xml
               docs/xml-docs/fop readme.xml resources.xml running.xml
  Added:       docs/xml-docs/fop relnotes.xml
  Log:
  added release notes for 0.20.3
  
  Revision  Changes    Path
  1.12      +2 -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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- fop.xml   14 Dec 2001 07:38:28 -0000      1.11
  +++ fop.xml   1 Mar 2002 00:02:42 -0000       1.12
  @@ -22,6 +22,8 @@
     <page id="compiling"      label="Compiling" source="fop/compiling.xml"    />
     <page id="testing"        label="Testing" source="fop/testing.xml"    />
     <separator/>
  +  <page id="relnotes"       label="Release Notes" source="fop/relnotes.xml"    />
  +  <separator/>
     <faqs id="faq"            label="FAQ" source="fop/faq.xml"/>
     <page id="bugs"           label="Bugs" source="fop/bugs.xml"    />
     <page id="resources"      label="Resources" source="fop/resources.xml"    />
  
  
  
  1.18      +1 -1      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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- readme.xml        5 Feb 2002 19:14:58 -0000       1.17
  +++ readme.xml        1 Mar 2002 00:02:42 -0000       1.18
  @@ -26,7 +26,7 @@
   <p>
           <figure width="480" height="260" src="document.jpg" alt="Render Diagram" />
   </p>
  -    <p>The latest version of Fop is 0.20.3 and it supports the xsl:fo
  +    <p>The latest version of Fop is 0.20.3 and it supports the
          <jump href="http://www.w3.org/TR/2001/REC-xsl-20011015/";>XSL-FO Version 1.0
          W3C Recommendation</jump>.
          You can <jump href="download.html">download</jump> 
  
  
  
  1.9       +1 -0      xml-fop/docs/xml-docs/fop/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/xml-docs/fop/resources.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- resources.xml     5 Feb 2002 19:14:58 -0000       1.8
  +++ resources.xml     1 Mar 2002 00:02:42 -0000       1.9
  @@ -33,6 +33,7 @@
         <li><jump href="http://www.sun.com/software/xml/developers/slides-dtd/";>Paul 
Sandoz: Using formatting objects with the slides dtd</jump></li>
         <li><jump href="http://www.xml.com/pub/a/2001/01/17/xsl-fo/index.html";>J. 
David Eisenberg: Using XSL Formatting Objects</jump></li>
         <li><jump 
href="http://zvon.org/xxl/xslfoReference/Output/index.html";>Miloslav Nic: XSL FO 
reference</jump></li>
  +      <li><jump href="http://www.dpawson.co.uk/xsl/sect3/bk/index.html";>Dave 
Pawson: An introduction to XSL Formatting Objects</jump></li>
       </ul>
     </s2>
     <s2 title="Other resources">
  
  
  
  1.18      +1 -3      xml-fop/docs/xml-docs/fop/running.xml
  
  Index: running.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/xml-docs/fop/running.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- running.xml       5 Feb 2002 19:14:58 -0000       1.17
  +++ running.xml       1 Mar 2002 00:02:42 -0000       1.18
  @@ -15,11 +15,9 @@
                   <jump 
href="http://xml.apache.org/xerces-j/index.html";>Xerces-J</jump>. 
                   (Xerces is the default xml parser)
               </li>
  -            <li>An XSLT processor 
  +            <li>An XSLT processor (Xalan is included)
               </li>
               <li>The SVG library batik.jar is the library from the <jump 
href="http://xml.apache.org/batik/";>batik project</jump> at xml.apache.org.
  -            </li>
  -            <li>The imaging library Jimi from Sun
               </li>
             </ul>
       </p>
  
  
  
  1.1                  xml-fop/docs/xml-docs/fop/relnotes.xml
  
  Index: relnotes.xml
  ===================================================================
  <?xml version="1.0" standalone="no"?>
  
  <!-- Overview -->
  
  <document>
      <header>
          <title>Release Notes</title>
          <subtitle>Fop 0.20.3</subtitle>
          <authors>
          </authors>
      </header>
  
      <body>
  <s1 title="FOP 0.20.3">
    <p>Important Information:
      <ul>
         <li>This version supports the
           <jump href="http://www.w3.org/TR/2001/REC-xsl-20011015/";>XSL-FO Version 1.0
           W3C Recommendation</jump> syntax. So don't forget to update your 
           Stylesheets:
           <p>Just rename the <code>master-name</code> property to 
<code>master-reference</code>
           on <code>fo:page-sequence</code>, 
<code>fo:single-page-master-reference</code>,
           <code>fo:repeatable-page-master-reference</code> and
           <code>fo:conditional-page-master-reference</code>.</p></li>
         <li>JDK 1.2 (or better) is required</li>
         <li>Jimi has been removed for licensing reasons
           <p>If you need PNG support you have to download 
             <jump href="http://java.sun.com/products/jimi/";>Jimi</jump>,
             copy it to lib/ and build FOP yourself</p></li>
        <li>Building under JDK 1.4:
          <p>You need to add a method in
           <code>src/org/apache/fop/svg/PDFGraphics2D.java</code>
           (search for jdk1.4 and remove the comments)
          </p> 
         </li>
        </ul>
      </p>
   </s1>
  
      </body>
  </document>
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to