From: Clay Leeds
+ Apache FOP has special Font considerations, which are explained in detail + on the Fonts page. +
+You must tell FOP how to find and use the font metrics files by registering them in the FOP Configuration. Add entries for your custom fonts, regardless of font type, to the configuration file in a manner similar to the following:
-java user.home + "/.fonts"
"/usr/local/fonts"
"/usr/share/fonts"
"/usr/X11R6/lib/X11/fonts"
- FOP Trunk is the name for the current - development code as found in the Subversion repository. This - section of the FOP web site provides the documentation for - this version. + The Apache FOP team is proud to present to you this production quality release. + We're still in the process of adding new features. We welcome any feedback you + might have and even more, any other form of help to get the project forward.
- The Apache FOP team is proud to present to you this production quality codebase. It has taken - over three years to get this far and over two years without a new release from the FOP - project. We're still in the process of adding new features. We welcome any feedback you - might have and even more, any other form of help to get the project forward. + This fifth release contains many bug fix release and new features compared + to 0.92beta. To see what has changed since the last release, please visit the + Changes Page and the Release Notes.
+ To download this version, please visit the download page. +
+PDF/X is a standard which faciliates prepress digital data exchange using PDF. diff --git a/src/documentation/content/xdocs/0.94/upgrading.xml b/src/documentation/content/xdocs/0.94/upgrading.xml index 46c9cff3b..f99cdc93a 100644 --- a/src/documentation/content/xdocs/0.94/upgrading.xml +++ b/src/documentation/content/xdocs/0.94/upgrading.xml @@ -31,7 +31,8 @@
branches/fop-v_vv
README
and status.xml
in the root).index.xml
and site.xml
for the new version.compliance.xml
); update the compliance in the release column
to the current state (development column).build.xml
(not to be merged back
into trunk).people.apache.org
svn copy https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_93 https://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-0_93
svn copy https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94 https://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-0_94
svn co https://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-0_93
svn co https://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-0_94
gpg -a -b --force-v3-sigs fop-0.93-src.tar.gz
etc.gpg -a -b --force-v3-sigs fop-0.94-src.tar.gz
etc.
scp fop-0.93*.tar.gz*
+ scp fop-0.94*.tar.gz*
chrisg@people.apache.org:public_html/
chmod 664 ... ; chgrp xmlgraphics ...
md5 fop-0.93-src.tar.gz >
- fop-0.93-src.tar.gz.md5
etc.md5 fop-0.94-src.tar.gz >
+ fop-0.94-src.tar.gz.md5
etc.general@xmlgraphics.a.o
. The message should point
diff --git a/src/documentation/content/xdocs/faq.xml b/src/documentation/content/xdocs/faq.xml
index b34003773..7fe2f5443 100644
--- a/src/documentation/content/xdocs/faq.xml
+++ b/src/documentation/content/xdocs/faq.xml
@@ -138,10 +138,10 @@
When it's ready and the committers have enough time to go through the time-consuming process of creating a release. We - released version 0.93 on 9 January 2007, and intend to - release version 1.0 later in 2007. If you - want to speed up the process, consider to - contribute to FOP.
+ released version 0.94 on XX August 2007, and intend to + release version 1.0 later in late 2007 or early 2008. If you + want to speed up the process, consider + contributing to FOP.
@@ -241,7 +241,7 @@
- See FOP Memory.
+ See FOP Memory.
If you use XSLT, problems in your style sheet and in your source XML also can produce a NullPointerException. Run the transformation + href="0.94/running.html#check-input">Run the transformation separately to check for this, usually you'll get a detailed error message from the XSLT processor.
@@ -380,7 +380,7 @@Try also setting the font-base + href="0.94/configuration.html#general-elements">font-base configuration.
@@ -389,7 +389,7 @@Other possibilities:
See FOP Graphics Formats for a +
See FOP Graphics Formats for a list of supported graphics formats and related issues.
See Graphics Resolution.
+See Graphics Resolution.
Make sure you have set the language and optionally the country attributes for an appropriate XSL-FO element (fo:page-sequence, fo:block or fo:character):
-See Hyphenation Support for details and instructions on using hyphenation with FOP.
+See Hyphenation Support for details and instructions on using hyphenation with FOP.
Explicitly enable hyphenation for an appropriate XSL-FO element (fo:block, fo:character):
- See Using FOP in a Servlet. + See Using FOP in a Servlet.
- See Using FOP in a Servlet with XSLT Transformation. + See Using FOP in a Servlet with XSLT Transformation.
- See Using FOP in a Servlet with XSLT Transformation. + See Using FOP in a Servlet with XSLT Transformation.
- See Setting the Configuration Programmatically. + See Setting the Configuration Programmatically.
- See Using a Configuration File in an Embedded App. + See Using a Configuration File in an Embedded App.
- See Servlet Engines. + See Servlet Engines.
- See Multithreading FOP. + See Multithreading FOP.
See Placing SVG Text into PDF.
+See Placing SVG Text into PDF.
See FOP: Graphics (Batik).
+See FOP: Graphics (Batik).
See SVG Scaling.
+See SVG Scaling.
- See the Fonts page for information + See the Fonts page for information about embedding fonts.
@@ -852,7 +852,7 @@ Can I control this? the desired character. Furthermore the font must be available on the machine where the PDF is viewed or it must have been embedded in the PDF file. See embedding fonts. + href="0.94/fonts.html">embedding fonts.
For most symbols, it is better to select the symbol font
@@ -870,7 +870,7 @@ Can I control this?
See PDF Post-processing. See PDF Post-processing.
- See PDF Encryption.
- See also PDF Post-processing.
+ See PDF Encryption.
+ See also PDF Post-processing.
See PDF Post-processing. See PDF Post-processing.
See PDF Watermarks.
+See PDF Watermarks.
This is a problem of Internet Explorer requesting the content several - times. Please see the notes on Internet Explorer + times. Please see the notes on Internet Explorer for more information.
diff --git a/src/documentation/content/xdocs/relnotes.xml b/src/documentation/content/xdocs/relnotes.xml index 8499d674b..0037817bd 100644 --- a/src/documentation/content/xdocs/relnotes.xml +++ b/src/documentation/content/xdocs/relnotes.xml @@ -44,11 +44,11 @@
Known Issues:
@@ -177,7 +177,7 @@Known Issues:
@@ -318,7 +318,7 @@Known Issues:
@@ -430,7 +430,7 @@This is the last planned release in the 0.20.x series (aka maintenance branch).
+This was the last release in the 0.20.x series (aka maintenance branch).
Important changes since the last release (0.20.4):