aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/xml-docs/fop/examples.xml4
-rw-r--r--docs/xml-docs/fop/fonts.xml8
-rw-r--r--docs/xml-docs/fop/implemented.xml3
-rw-r--r--docs/xml-docs/fop/readme.xml2
-rw-r--r--docs/xml-docs/fop/relnotes.xml11
5 files changed, 21 insertions, 7 deletions
diff --git a/docs/xml-docs/fop/examples.xml b/docs/xml-docs/fop/examples.xml
index 5b8388d17..0b63113fb 100644
--- a/docs/xml-docs/fop/examples.xml
+++ b/docs/xml-docs/fop/examples.xml
@@ -6,8 +6,8 @@
<s1 title="Examples">
<p>Examples for the use of xsl:fo can be found in the Fop distribution in
the subdirectory xml-fop/docs/examples/fo. You can start transformation of all fo files into pdf
- files by starting xml-fop/docs/examples/runtests. The resulting test files can be found in
- xml-fop/docs/examples/tests
+ files by starting xml-fop/docs/examples/runtests (only source distribution). The resulting test
+ files can be found in xml-fop/docs/examples/tests
</p>
<p>At the moment the following files are part of the distribution:</p>
<ul>
diff --git a/docs/xml-docs/fop/fonts.xml b/docs/xml-docs/fop/fonts.xml
index 2702e3bb8..24a5438cd 100644
--- a/docs/xml-docs/fop/fonts.xml
+++ b/docs/xml-docs/fop/fonts.xml
@@ -22,12 +22,12 @@
</p>
<p>Windows:</p>
<p>
- <code>java -cp build\fop.jar;lib\xerces.jar;lib\xalan.jar;lib\batik.jar
+ <code>java -cp build\fop.jar;lib\xercesImpl-2.0.1.jar;lib\xml-apis.jar;lib\xalan-2.3.1.jar;lib\batik.jar
org.apache.fop.fonts.apps.PFMReader pfm-file xml-file</code>
</p>
<p>Unix:</p>
<p>
- <code>java -cp build/fop.jar:lib/xerces.jar:lib/xalan.jar:lib/batik.jar
+ <code>java -cp build/fop.jar:lib/xercesImpl-2.0.1.jar:lib/xml-apis.jar:lib/xalan-2.3.1.jar:lib/batik.jar
org.apache.fop.fonts.apps.PFMReader pfm-file xml-file</code>
</p>
<note><p>The tool will construct some values (FontBBox, StemV and ItalicAngle) based on assumptions and
@@ -78,7 +78,7 @@
the name cmr10.ttf and exists in c:\myfonts\):
</p>
<p>
- <code>java org.apache.fop.fonts.apps.TTFReader C:\myfonts\cmr10.ttf C:\myfonts\cmr10.ttf ttfcm.xml</code></p>
+ <code>java -cp build\fop.jar;lib\xercesImpl-2.0.1.jar;lib\xml-apis.jar;lib\xalan-2.3.1.jar;lib\batik.jar org.apache.fop.fonts.apps.TTFReader C:\myfonts\cmr10.ttf C:\myfonts\cmr10.ttf ttfcm.xml</code></p>
</s3>
<s3 title="TrueType collections">
<p>
@@ -98,7 +98,7 @@
</p>
<p>
<code>
- java org.apache.fop.fonts.apps.TTFReader -ttcname "MS Mincho" msmincho.ttc msminch.xml
+ java -cp build\fop.jar;lib\xercesImpl-2.0.1.jar;lib\xml-apis.jar;lib\xalan-2.3.1.jar;lib\batik.jar org.apache.fop.fonts.apps.TTFReader -ttcname "MS Mincho" msmincho.ttc msminch.xml
</code>
</p>
</s3>
diff --git a/docs/xml-docs/fop/implemented.xml b/docs/xml-docs/fop/implemented.xml
index c5985fc1b..805a53f50 100644
--- a/docs/xml-docs/fop/implemented.xml
+++ b/docs/xml-docs/fop/implemented.xml
@@ -106,6 +106,7 @@
<p>Property values can be computed. Compound properties are also understood by Fop.</p>
<ul>
<li>background-color </li>
+ <li>background-image </li>
<li>blank-or-not-blank</li>
<li>border-after-color</li>
<li>border-after-style</li>
@@ -170,7 +171,9 @@
<li>leader-pattern (not value "use-content")</li>
<li>leader-pattern-width</li>
<li>left</li>
+ <li>letter-spacing</li>
<li>line-height </li>
+ <li>margin (only on pages and regions) </li>
<li>margin-bottom (only on pages and regions) </li>
<li>margin-left (only on pages and regions) </li>
<li>margin-right (only on pages and regions) </li>
diff --git a/docs/xml-docs/fop/readme.xml b/docs/xml-docs/fop/readme.xml
index 2b44465e4..1bdaffac6 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
+ <p>The latest version of Fop is 0.20.4 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
index 42edf7c35..872dba89b 100644
--- a/docs/xml-docs/fop/relnotes.xml
+++ b/docs/xml-docs/fop/relnotes.xml
@@ -31,6 +31,17 @@
<li>Logging has been changed from LogKit to Avalon's Logger Interface.
(see <jump href="embedding.html">Embedding</jump> for details).
</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>
+ <li>To decrease the size of the distributions, ant, xml-docs, design-docs
+ and the hyphenation sources have been removed from the binary distribution.
+ Javadocs have been removed from the source distribution (use
+ <code>build javadocs</code> to generate them).
+ </li>
<li>
<p>For a more detailed list of changes, see the CHANGES file in the root of the FOP distribution.</p>
</li>