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:

+
+ 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. +

+
22 November 2002 - New Committer

Welcome Victor Mote!

diff --git a/src/documentation/content/xdocs/relnotes.xml b/src/documentation/content/xdocs/relnotes.xml index 07ab384b2..3907d7e7b 100644 --- a/src/documentation/content/xdocs/relnotes.xml +++ b/src/documentation/content/xdocs/relnotes.xml @@ -5,13 +5,36 @@
Release Notes - Fop 0.20.4 - - -
+
+ FOP 0.20.5 +

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 [options] [-fo|-xml] infile [-xsl file] [-awt|-pdf|-mif|-pcl|-txt|-svg|-at|-print] <outfile>

+

fop [options] [-fo|-xml] infile [-xsl file] [-awt|-pdf|-mif|-pcl|-ps|-txt|-svg|-at|-print] <outfile>

[OPTIONS]

-d debug mode
@@ -60,18 +60,20 @@ -awt input will be displayed on screen
-mif outfile input will be rendered as mif file (outfile req'd)
-pcl outfile input will be rendered as pcl file (outfile req'd)
- -txt outfile input will be rendered as text file (outfile req'd)
-svg outfile input will be rendered as an svg slides file (outfile req'd) + -ps outfile input will be rendered as PostScript file (outfile req'd)
+ -txt outfile input will be rendered as text file (outfile req'd)
+ -svg outfile input will be rendered as an svg slides file (outfile req'd) -at outfile representation of area tree as XML (outfile req'd) -print input file will be rendered and sent to the printer
see options with "-print help"

[Examples]

- 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
+ 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 FOP
Running 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.

-
-- 2.39.5