From 6f60feff722a7ca5017237eea48bfff469bef3a8 Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Mon, 21 Apr 2003 21:32:53 +0000 Subject: [PATCH] Remove dev/configuration.xml. It is a duplicate of the user document by the same name. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196295 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/dev/book.xml | 1 - .../content/xdocs/dev/configuration.xml | 48 ------------------- 2 files changed, 49 deletions(-) delete mode 100644 src/documentation/content/xdocs/dev/configuration.xml diff --git a/src/documentation/content/xdocs/dev/book.xml b/src/documentation/content/xdocs/dev/book.xml index ebe7d515b..9c5acd6dc 100644 --- a/src/documentation/content/xdocs/dev/book.xml +++ b/src/documentation/content/xdocs/dev/book.xml @@ -15,7 +15,6 @@ - diff --git a/src/documentation/content/xdocs/dev/configuration.xml b/src/documentation/content/xdocs/dev/configuration.xml deleted file mode 100644 index 1696a7e22..000000000 --- a/src/documentation/content/xdocs/dev/configuration.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - -
- Configuration -
- -
- Configuring FOP -

-In the directory xml-fop/conf you will find an example -configuration file. It contains the default values of various -configurable options available in FOP. -

-

The file fop.xconf is not read automatically, the user - must specify it on the command line or if embedding then - configure the appropriate classes. -

-
-
- Setting up Hyphenation -

FOP comes already with some hyphenation patterns. If you - need a hyphenation pattern which isn't included in the - distribution, do the following: -

-

1. get the TeX hyphenation pattern file and turn it into an xml file which conforms - to the hyphenation.dtd in the sub directory /hyph -

-

2. name this new file following this schema: languageCode_countryCode.xml. If you don't need - a country code, leave it out, e.g the file name for an American english hyphenation pattern - would look like this: en_US.xml. For an Italian file: it.xml. Language and country codes must be - the same as in xsl:fo, that is follow - ISO 639 - and ISO 3166 - respectively. NOTE: The ISO 639/ISO 3166 convention is that language names are - written in lower case, while country codes are written in upper case. -

-

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 - to the fop.jar. -

-
- -
- -- 2.39.5