From a09b6137be4bfe945932954b0d70ff2499981632 Mon Sep 17 00:00:00 2001
From: William Victor Mote Fop comes already with some hyphenation patterns. If you
+ FOP comes already with some hyphenation patterns. If you
need a hyphenation pattern which isn't included in the
distribution, do the following:
diff --git a/src/documentation/content/xdocs/dev/configuration.xml b/src/documentation/content/xdocs/dev/configuration.xml
index c85ad2038..1696a7e22 100644
--- a/src/documentation/content/xdocs/dev/configuration.xml
+++ b/src/documentation/content/xdocs/dev/configuration.xml
@@ -21,7 +21,7 @@ configurable options available in FOP.
3. If you have build your new hyphenation pattern file successfully you put the file into the /hyph directoy - and rebuild Fop. The file will be picked up and added + and rebuild FOP. The file will be picked up and added to the fop.jar.
diff --git a/src/documentation/content/xdocs/dev/extensions.xml b/src/documentation/content/xdocs/dev/extensions.xml index 654976a30..a87a234f0 100644 --- a/src/documentation/content/xdocs/dev/extensions.xml +++ b/src/documentation/content/xdocs/dev/extensions.xml @@ -42,7 +42,7 @@ the instream-foreign-object.-To use this standard Fop extension, you need to add a namespace entry for +To use this standard FOP extension, you need to add a namespace entry for http://xml.apache.org/fop/extensions on the root element.
You can provide outlines inside the root object (but outside diff --git a/src/documentation/content/xdocs/dev/index.xml b/src/documentation/content/xdocs/dev/index.xml index a7267accc..cfc932124 100644 --- a/src/documentation/content/xdocs/dev/index.xml +++ b/src/documentation/content/xdocs/dev/index.xml @@ -31,11 +31,11 @@ The development of FOP and the related plans and tasks are discussed on the dev Users can help or get issues resolved by contributing information and examples to the developers.
At the moment Fop is mainly a tool to render XSL-FO files to pdf. Therefore if you want to contribute to Fop you should become familiar with these standards. You can find links at Specifications.
+At the moment FOP is mainly a tool to render XSL-FO files to pdf. Therefore if you want to contribute to FOP you should become familiar with these standards. You can find links at Specifications.
The design for FOP is specified under the Design section. This is where the information on how FOP is developed and designed internally will be kept.
@@ -46,7 +46,7 @@ internally will be kept. to fop-dev-subscribe@xml.apache.orgSending bug reports and feature requests to the list is a welcome and important contribution to - developing Fop.
+ developing FOP.Read also the archive of the discussion list fop-dev to get an idea of the issues being discussed.
Between releases the newest code can be accessed via cvs. To do this you need to install a cvs client on your computer, if it is not already there. An explanation how to connect to the - Fop source repository can be found at http://xml.apache.org/cvs.html. + FOP source repository can be found at http://xml.apache.org/cvs.html. An introduction into cvs and the cvs manual can be found in the reference library.
All changes to the code repository are sent to a special mailing list. After a cvs commit the diffs are automatically sent to this list. You can subscribe to fop-cvs@xml.apache.org by sending an email to - fop-cvs-subscribe@xml.apache.org. If you want to contribute to the development of Fop you should subscribe, + fop-cvs-subscribe@xml.apache.org. If you want to contribute to the development of FOP you should subscribe, because it is important that you follow changes being made.
Welcome Jeremias Maerki, Joerg Pietschmann and Peter B. West!
This is a maintenance release, the first version which supports the XSL-FO Recommendation syntax. See the diff --git a/src/documentation/content/xdocs/relnotes.xml b/src/documentation/content/xdocs/relnotes.xml index 6cdee2132..f60b8dbf3 100644 --- a/src/documentation/content/xdocs/relnotes.xml +++ b/src/documentation/content/xdocs/relnotes.xml @@ -53,7 +53,7 @@
PDF encryption is only available if FOP was compiled with encryption support and if compatible encryption support is availabe at run time. Currently, only the JCE is supported. Check the Details.