]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
added release notes for 0.20.3
authorChristian Geisert <chrisg@apache.org>
Fri, 1 Mar 2002 00:02:42 +0000 (00:02 +0000)
committerChristian Geisert <chrisg@apache.org>
Fri, 1 Mar 2002 00:02:42 +0000 (00:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194677 13f79535-47bb-0310-9956-ffa450edef68

docs/xml-docs/fop.xml
docs/xml-docs/fop/readme.xml
docs/xml-docs/fop/relnotes.xml [new file with mode: 0644]
docs/xml-docs/fop/resources.xml
docs/xml-docs/fop/running.xml

index aa768d2c051f4c52c4ee99089946e99a73f8ea49..ac3c17d1155174c9575a2bc27fb1d33093188f02 100644 (file)
@@ -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"    />
index 791b0503deadebb61592ecdef4ce2de441ed49ff..2547f5bc6913a3e64897b6bdb417544db0b27cf0 100644 (file)
@@ -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> 
diff --git a/docs/xml-docs/fop/relnotes.xml b/docs/xml-docs/fop/relnotes.xml
new file mode 100644 (file)
index 0000000..5897012
--- /dev/null
@@ -0,0 +1,42 @@
+<?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>
+
index 2fce4b73b947295ecbe5276a96bdf9aebd2b589f..290bd310af51ec7bc72caeb82cf0cc6549a7dda0 100644 (file)
@@ -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">
index e44b83e1649a52766266163aae2e41c41a383a8b..56bb026b1691a21c08d17dcdd69e53da130546d8 100644 (file)
                 <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>
   </s2>