|
|
FOPcms configImportant settings in conf/config.inc.php sitemap entryThe rest is as usual userconfhttp://xml.apache.org/fop/configuration.html Example from one of our projects Generate Font MetricsGeneral Info http://xml.apache.org/fop/fonts.html java -cp /sw/share/java/fop/fop.jar org.apache.fop.fonts.apps.TTFReader eub_____.ttf eub.xml worked for me on OS X FOP and Batik on Linux ServersBefore JDK 1.4, you need an X11 instance on the server (urks..) With JDK 1.4 you can add the option -Djava.awt.headless=true to java under Linux for example, add to the /usr/bin/fop script JAVA_OPTS="$JAVA_OPTS -Djava.awt.headless=true" and it should work. For other solutions, see http://koala.ilog.fr/batik/mlists/batik-users/archives/msg02676.html commandline toolsTo import a whole directory structure in the BX_DATA dir, use the following ./bin/fs2db -d data/ -p / -l de,en -ir |