Update of /cvsroot/refdb/refdb/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9024
Modified Files:
refdbxml.in
Log Message:
improved comments
Index: refdbxml.in
===================================================================
RCS file: /cvsroot/refdb/refdb/scripts/refdbxml.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -U2 -r1.11 -r1.12
--- refdbxml.in 5 Mar 2004 23:25:56 -0000 1.11
+++ refdbxml.in 28 Apr 2004 03:07:10 -0000 1.12
@@ -24,16 +24,21 @@
xslt_processor="xsltproc"
-# the default fo processor: passivetex, fop or xep
+# the default fo processor: passivetex, fop, jfor, or xep
fo_processor="passivetex"
-# the path to the Java class repository. This assumes that all necessary .jar
+# the path to the Java class repository. This option is DEPRECATED. Please
+# set xslt_classpath and fo_classpath in your refdbxmlrc config file instead
+# This assumes that all necessary .jar
# files are in this directory. If this is not the case, adding a few symlinks
# might be the simplest solution
classpath_root="<classpath_root>"
+
+# CLASSPATH settings for your xslt and fo processors
xslt_classpath=""
fo_classpath=""
# this option is required to find xep.sh which usually is not in your
-# PATH. You may leave it empty if xep.sh *is* in your PATH.
+# PATH. Specify the directory containing xep.sh including the trailing
+# slash. Leave this option empty if xep.sh *is* in your PATH.
xep_path=""
@@ -45,5 +50,5 @@
outformat="html"
-# associate fo processors with their output
+# associate fo processors with their output format
rtf_generators="jfor"
pdf_generators="fop xep passivetex"
|