diff options
author | William Victor Mote <vmote@apache.org> | 2003-05-14 16:26:54 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-05-14 16:26:54 +0000 |
commit | 90441a6505a6f50d9a9cbef9ea9141501e3ffa60 (patch) | |
tree | 9ea6ab3128cc7a7e380baf58d879c53a65e3daa6 | |
parent | dd955daf043a736506449c5319b11c90312baebb (diff) | |
download | xmlgraphics-fop-90441a6505a6f50d9a9cbef9ea9141501e3ffa60.tar.gz xmlgraphics-fop-90441a6505a6f50d9a9cbef9ea9141501e3ffa60.zip |
Add warnings indicating that some or all of the content applies only to newer FOP releases.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196426 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/documentation/content/xdocs/graphics.xml | 1 | ||||
-rwxr-xr-x | src/documentation/content/xdocs/pdfencryption.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/graphics.xml b/src/documentation/content/xdocs/graphics.xml index 1d11ac61e..e7de58e0c 100644 --- a/src/documentation/content/xdocs/graphics.xml +++ b/src/documentation/content/xdocs/graphics.xml @@ -126,6 +126,7 @@ Then, copy the file "JimiProClasses.zip" from the archive to {fop-install-dir}/l </section> <section id="jai"> <title>JAI</title> + <warning>JAI support is available for Release 0.20.5 and later. The comments in this section do not apply to releases earlier than 0.20.5.</warning> <p> FOP has been compiled with JAI support, but JAI is not included in the FOP distribution. To use it, install <link href="http://java.sun.com/products/java-media/jai">JAI</link>, then copy the jai_core.jar and the jai_codec.jar files to {fop-install-dir}/lib. diff --git a/src/documentation/content/xdocs/pdfencryption.xml b/src/documentation/content/xdocs/pdfencryption.xml index b555fc832..48873e85f 100755 --- a/src/documentation/content/xdocs/pdfencryption.xml +++ b/src/documentation/content/xdocs/pdfencryption.xml @@ -12,6 +12,7 @@ <body> <section> <title>Overview</title> + <warning>PDF Encryption is available in Release 0.20.5 and later. The comments on this page do not apply to releases earlier than 0.20.5.</warning> <p> FOP supports encryption of PDF output, thanks to Patrick C. Lankswert. This feature is commonly used to prevent unauthorized |