From: Simon Pepping
Date: Wed, 28 Sep 2005 07:31:59 +0000 (+0000)
Subject: Update of the URL of the OFFO hyphenation page, and of some build details.
X-Git-Tag: fop-0_90-alpha1~172
X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=33a32401e9d64438942af56759bfc2d7442e163e;p=xmlgraphics-fop.git
Update of the URL of the OFFO hyphenation page, and of some build details.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@292138 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/src/documentation/content/xdocs/hyphenation.xml b/src/documentation/content/xdocs/hyphenation.xml
index 1f2f6c89e..5fd85a794 100644
--- a/src/documentation/content/xdocs/hyphenation.xml
+++ b/src/documentation/content/xdocs/hyphenation.xml
@@ -31,7 +31,7 @@
language specific pattern and other data for operation.
Because of licensing issues (and for
convenience), all hyphenation patterns for FOP are made available through
- the Objects For
+ the Objects For
Formatting Objects project.
If you have made improvements to an existing FOP hyphenation pattern,
or if you have created one from scratch, please consider contributing these
@@ -91,24 +91,25 @@
There are basically three ways to make the FOP-compatible hyphenation pattern
file(s) accessible to FOP:
-
Download the precompiled JAR from OFFO
+
Download the precompiled JAR from OFFO
and place it either in the {fop-dir}/lib directory, or
in a directory of your choice (and append the full path to the JAR to
the environment variable FOP_HYPHENATION_PATH).
Download the desired FOP-compatible hyphenation pattern file(s) from
- OFFO,
+ OFFO,
place them in the directory {fop-dir}/hyph,
or place them in a directory of your choice and set the Ant variable
- hyph.dir to point to that directory (in
+ user.hyph.dir to point to that directory (in
build-local.properties),
and run Ant with build target
- hyphenation-jar. This will create a JAR containing the
+ jar-hyphenation. This will create a JAR containing the
compiled patterns in {fop-dir}/build that will be added to the
classpath on the next run.
(When FOP is built from scratch, and there are pattern source file(s)
- present in {fop-dir}/hyph, this JAR will automatically
+ present in the directory pointed to by the
+ user.hyph.dir variable, this JAR will automatically
be created from the supplied pattern(s)).
Put the pattern source file(s) into a directory of your choice and
configure FOP to look for custom patterns in this directory, by setting the
@@ -131,7 +132,7 @@
If you would like to build your own hyphenation pattern files, or modify
existing ones, this section will help you understand how to do so. Even
when creating a pattern file from scratch, it may be beneficial to start
- with an existing file and modify it. See
+ with an existing file and modify it. See
OFFO's Hyphenation page for examples.
Here is a brief explanation of the contents of FOP's hyphenation patterns:
The remaining content of this section should be considered "draft"