diff options
author | Christian Geisert <chrisg@apache.org> | 2002-03-01 00:02:42 +0000 |
---|---|---|
committer | Christian Geisert <chrisg@apache.org> | 2002-03-01 00:02:42 +0000 |
commit | 78c5cef44b0719c623919be54a85b5c2b55e81c2 (patch) | |
tree | 5485e73ff08770fc4644bc7648100483634dea3b | |
parent | 06f1a67571fc02ac28eb8fe97bce1aa21362bf6b (diff) | |
download | xmlgraphics-fop-78c5cef44b0719c623919be54a85b5c2b55e81c2.tar.gz xmlgraphics-fop-78c5cef44b0719c623919be54a85b5c2b55e81c2.zip |
added release notes for 0.20.3
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194677 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/xml-docs/fop.xml | 2 | ||||
-rw-r--r-- | docs/xml-docs/fop/readme.xml | 2 | ||||
-rw-r--r-- | docs/xml-docs/fop/relnotes.xml | 42 | ||||
-rw-r--r-- | docs/xml-docs/fop/resources.xml | 1 | ||||
-rw-r--r-- | docs/xml-docs/fop/running.xml | 4 |
5 files changed, 47 insertions, 4 deletions
diff --git a/docs/xml-docs/fop.xml b/docs/xml-docs/fop.xml index aa768d2c0..ac3c17d11 100644 --- a/docs/xml-docs/fop.xml +++ b/docs/xml-docs/fop.xml @@ -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" /> diff --git a/docs/xml-docs/fop/readme.xml b/docs/xml-docs/fop/readme.xml index 791b0503d..2547f5bc6 100644 --- a/docs/xml-docs/fop/readme.xml +++ b/docs/xml-docs/fop/readme.xml @@ -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 index 000000000..589701226 --- /dev/null +++ b/docs/xml-docs/fop/relnotes.xml @@ -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> + diff --git a/docs/xml-docs/fop/resources.xml b/docs/xml-docs/fop/resources.xml index 2fce4b73b..290bd310a 100644 --- a/docs/xml-docs/fop/resources.xml +++ b/docs/xml-docs/fop/resources.xml @@ -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"> diff --git a/docs/xml-docs/fop/running.xml b/docs/xml-docs/fop/running.xml index e44b83e16..56bb026b1 100644 --- a/docs/xml-docs/fop/running.xml +++ b/docs/xml-docs/fop/running.xml @@ -15,12 +15,10 @@ <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> |