jeremias 2002/11/11 01:53:21
Modified: conf Tag: fop-0_20_2-maintain userconfig.xml
Log:
Document fontBaseDir configuration entry and provide example.
Revision Changes Path
No revision
No revision
1.5.2.2 +16 -3 xml-fop/conf/Attic/userconfig.xml
Index: userconfig.xml
===================================================================
RCS file: /home/cvs/xml-fop/conf/Attic/userconfig.xml,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -r1.5.2.1 -r1.5.2.2
--- userconfig.xml 12 Feb 2002 01:02:24 -0000 1.5.2.1
+++ userconfig.xml 11 Nov 2002 09:53:21 -0000 1.5.2.2
@@ -10,13 +10,26 @@
<configuration>
-<!-- NOT IMPLEMENTED
-basedir: normally the base directory is the directory where the fo file is
- located. if you want to specify your own, uncomment this entry
+<!--
+baseDir: normally the base directory is the directory where the fo file is
+ located. if you want to specify your own, uncomment this entry.
+ This value can also be a URL. Actually, the value is converted to
+ a URL.
-->
<!--
<entry>
<key>baseDir</key>
+ <value></value>
+ </entry>
+-->
+
+<!--
+fontBaseDir: Similar to baseDir, except that this value is used for fonts. If
+ it isn't specified, the value from baseDir is used.
+-->
+<!--
+ <entry>
+ <key>fontBaseDir</key>
<value></value>
</entry>
-->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]