]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
add doc for remaining key-value pairs
authorWilliam Victor Mote <vmote@apache.org>
Wed, 9 Jul 2003 17:27:07 +0000 (17:27 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Wed, 9 Jul 2003 17:27:07 +0000 (17:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196667 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/configuration.xml

index a1c3b1bcb001814c6579e8fbbda1743f9e779980..2099443f6e88e65a0408f2ecc62f4304820756d0 100644 (file)
@@ -28,14 +28,29 @@ Also, since the configuration file is XML, be sure to keep it well-formed.</p>
     </ul>
     <p>See <link href="embedding.html#config-internal">Setting the Configuration Programmatically</link> for instructions on how to do so in an embedded environment.</p>
   </section>
-  <section id="summary">
-    <title>Summary of Configuration Options</title>
+  <section id="summary-key-value">
+    <title>Summary of Key-Value Configuration Options</title>
     <table>
       <tr>
         <th>Option (key)</th>
         <th>Data Type (for the value)</th>
         <th>Default Value</th>
       </tr>
+      <tr>
+        <td>baseDir</td>
+        <td>URL</td>
+        <td>directory containing the input FO file</td>
+      </tr>
+      <tr>
+        <td>fontBaseDir</td>
+        <td>URL</td>
+        <td>value of baseDir</td>
+      </tr>
+      <tr>
+        <td>hyphenation-dir</td>
+        <td>URL</td>
+        <td>None. This is for custom hyphenation patterns.</td>
+      </tr>
       <tr>
         <td><link href="#svg-strokeSVGText">strokeSVGText</link></td>
         <td>Boolean</td>