]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Remove dev/configuration.xml. It is a duplicate of the user document by the same...
authorWilliam Victor Mote <vmote@apache.org>
Mon, 21 Apr 2003 21:32:53 +0000 (21:32 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Mon, 21 Apr 2003 21:32:53 +0000 (21:32 +0000)
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
src/documentation/content/xdocs/dev/configuration.xml [deleted file]

index ebe7d515b5a7365afea730c92d72fff8f44f2a4a..9c5acd6dc7449edd1bbf713081237a2acdb5203e 100644 (file)
@@ -15,7 +15,6 @@
     </menu>
     <menu label="Using">
       <menu-item label="Extensions" href="extensions.html"/>
-      <menu-item label="Configuration" href="configuration.html"/>
     </menu>
     <menu label="Extras">
       <menu-item label="SVG" href="svg.html"/>
diff --git a/src/documentation/content/xdocs/dev/configuration.xml b/src/documentation/content/xdocs/dev/configuration.xml
deleted file mode 100644 (file)
index 1696a7e..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-    "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
-
-<document>
-  <header>
-    <title>Configuration</title>
-  </header>
-  <body>
-    <section>
-      <title>Configuring FOP</title>
-      <p>
-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.
-    </p>
-    <p>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.
-    </p>
-  </section>
-  <section>
-    <title>Setting up Hyphenation</title>
-    <p>FOP comes already with some hyphenation patterns. If you
-       need a hyphenation pattern which isn't included in the
-       distribution, do the following:
-    </p>
-    <p>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
-    </p>
-    <p>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
-       <link href="http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt">ISO 639</link>
-       and <link href="http://www.ics.uci.edu/pub/ietf/http/related/iso3166.txt">ISO 3166</link>
-       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.
-    </p>
-    <p>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.
-    </p>
-    </section>
-  </body>
-</document>
-