From 20d46a959abb7bb42150595a171df88db68e5afa Mon Sep 17 00:00:00 2001
From: Christian Geisert
Date: Sat, 18 Jan 2003 18:04:58 +0000
Subject: [PATCH] added release notes from maintenance branch added (old) news
added short info about the Continued-label extension
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195867 13f79535-47bb-0310-9956-ffa450edef68
---
src/documentation/content/xdocs/compiling.xml | 8 ++---
src/documentation/content/xdocs/download.xml | 2 +-
.../content/xdocs/extensions.xml | 6 ++++
src/documentation/content/xdocs/index.xml | 6 ++--
src/documentation/content/xdocs/news.xml | 23 ++++++++++++++
src/documentation/content/xdocs/relnotes.xml | 31 ++++++++++++++++---
src/documentation/content/xdocs/running.xml | 18 ++++++-----
src/documentation/content/xdocs/testing.xml | 6 +---
8 files changed, 75 insertions(+), 25 deletions(-)
diff --git a/src/documentation/content/xdocs/compiling.xml b/src/documentation/content/xdocs/compiling.xml
index 9026af99e..693a2f9c1 100644
--- a/src/documentation/content/xdocs/compiling.xml
+++ b/src/documentation/content/xdocs/compiling.xml
@@ -17,12 +17,12 @@
build.xml is the replacement of makefile. Look there for detailed information on the build
process and different targets.
A help screen is shown by calling "build usage".
-
If you only want to use Fop, you don't need to build it. A fop.jar comes with the distribution.
+
If you only want to use FOP, you don't need to build it. A fop.jar comes with the distribution.
Setting up your classpath
- You don't have to setup your classpath; all libraries needed to compile Fop are coming with
+ You don't have to setup your classpath; all libraries needed to compile FOP are coming with
the distribution and are referenced by the build script, so you only need to care about them,
- if you build Fop in any other way. See build.bat/build.sh for details.
+ if you build FOP in any other way. See build.bat/build.sh for details. Setting of JAVA_HOME
@@ -32,7 +32,7 @@
Problems
-
If you have problems compiling Fop, please try this first:
+
If you have problems compiling FOP, please try this first:
delete the build directory completely and try a new build from scratch
check, whether you have an older version of xerces.jar, xalan.jar, batik.jar somewhere in
diff --git a/src/documentation/content/xdocs/download.xml b/src/documentation/content/xdocs/download.xml
index 0a158021a..5d70da6ce 100644
--- a/src/documentation/content/xdocs/download.xml
+++ b/src/documentation/content/xdocs/download.xml
@@ -17,7 +17,7 @@
on AnonCVS in the xml.apache.org documentation for details.
Sometimes people have difficulties to access the cvs server; in this case you can download
a snapshot from the cvs files here.
- In both cases you have to build Fop yourself - see Compiling Fop for details.
+ In both cases you have to build FOP yourself - see Compiling FOP for details.
Important: Currently, releases of FOP are coming out of the
diff --git a/src/documentation/content/xdocs/extensions.xml b/src/documentation/content/xdocs/extensions.xml
index 23a23bb89..a4d4b9739 100644
--- a/src/documentation/content/xdocs/extensions.xml
+++ b/src/documentation/content/xdocs/extensions.xml
@@ -53,6 +53,12 @@ property, but it isn't supported currently. See the pdfoutline.fo file in
examples/fo/basic for a more complete example.
+
+ Continued-label (for table-header/-footer
+
+Please see examples/fo/basic/contlabel.fo
+
+ Adding Your Own
diff --git a/src/documentation/content/xdocs/index.xml b/src/documentation/content/xdocs/index.xml
index f58651e4b..e19aa2ddf 100644
--- a/src/documentation/content/xdocs/index.xml
+++ b/src/documentation/content/xdocs/index.xml
@@ -21,14 +21,14 @@
The PDF files on this site are created using current CVS.
-
The latest version of Fop is 0.20.4 and it supports the
+
The latest version of FOP is 0.20.5 and it supports the
XSL-FO Version 1.0
W3C Recommendation.
You can download
- Fop including a precompiled version, the source code and many example files to
+ FOP including a precompiled version, the source code and many example files to
get you started. Pointers to introductions into xsl:fo can be found in the
resources section. Please be aware, that
- Fop is at the moment not a full implementation of the basic conformance level
+ FOP is at the moment not a full implementation of the basic conformance level
of the xsl:fo standard. You can find a list of supported flow objects and properties
in the section Features and in section
Limitations in what way this support is
diff --git a/src/documentation/content/xdocs/news.xml b/src/documentation/content/xdocs/news.xml
index 8827f8ebe..f84b5e246 100644
--- a/src/documentation/content/xdocs/news.xml
+++ b/src/documentation/content/xdocs/news.xml
@@ -7,6 +7,29 @@
News
+
+ 23 December 2002 - Official FOP Wiki
+
+ See FOP project pages at the ApacheWiki.
+
+
+
+ 10 December 2002 - FOP 0.20.5 Release Candidate available
+
+ See the full text of the announcement.
+
+
+
+ 23 November 2002 - EXLSFO project has been created
+
+ The EXSLFO project is a community effort to define functional extensions
+ to thet XSL Formatting Objects specification. See the
+ EXSLFO website for details.
+
This is the last planed release in the 0.20.x series (aka maintenance branch).
+
Important changes since the last release (0.20.4):
+
+
Documentation is done with
+ Forrest. You need to install Forrest if you want build the docs
+ yourself. (See
+ Using Forrest)
+
+
The following JARs have been updated:
+ Xerces to version 2.2.1, Xalan to version 2.4.1 and Batik to version 1.5beta4.
+
+
Fop has been compiled with Jimi support this time but you still have to download
+ Jimi, extract the archive,
+ copy JimiProClasses.zip to FOP's lib dir and rename it to jimi-1.0.jar.
+
+
Fop has been compiled with
+ JAI
+ support. For using JAI you just need to install it.
+
+
Links in PDF won't generate multiple link rectangles anymore. If this causes
+ a problem you can set the system property "links.merge" to "no".
+
+
+
+FOP 0.20.4
Important changes since 0.20.3:
diff --git a/src/documentation/content/xdocs/running.xml b/src/documentation/content/xdocs/running.xml
index 8cb80aa1d..685b7da0e 100644
--- a/src/documentation/content/xdocs/running.xml
+++ b/src/documentation/content/xdocs/running.xml
@@ -38,7 +38,7 @@
Starting FOP as a standalone application
Review the batch file fop.bat or the shell script fop.sh to see how FOP is invoked.
The standard scripts for starting FOP require that the environment variable JAVA_HOME be set to a path pointing to the appropriate Java installation on your system. Macintosh OSX includes a Java environment as part of its distribution. We are told by Mac OSX users that the path to use in this case is /Library/Java/Home. Caveat: We suspect that, as Apple releases new Java environments and as FOP upgrades the minimum Java requirements, the two will inevitably not match on some systems. Please see Java on Mac OSX FAQ for information as it becomes available.
+ fop foo.fo foo.pdf
+ fop -fo foo.fo -pdf foo.pdf (does the same as the previous line)
+ fop -xsl foo.xsl -xml foo.xml -pdf foo.pdf
+ fop foo.fo -mif foo.mif
+ fop foo.fo -print or Fop -print foo.fo
+ fop foo.fo -awt
diff --git a/src/documentation/content/xdocs/testing.xml b/src/documentation/content/xdocs/testing.xml
index 977170338..3218de2c4 100644
--- a/src/documentation/content/xdocs/testing.xml
+++ b/src/documentation/content/xdocs/testing.xml
@@ -4,13 +4,10 @@
- SVG
- Embedding SVG in FOP
+ Testing FOP
-
- Testing FOPRunning and Using Tests
@@ -106,7 +103,6 @@ accuracy by using the transcoding mechanism via Batik. So that the only part tha
testing is how the SVG image is embedded inside the flow of the fo document.