xgfconfig(1)
NAME
xgfconfig - configuration program for Xgridfit
SYNOPSIS
xgfconfig [options]
DESCRIPTION
Xgfconfig is a script that selects an XSLT processor and a RELAX NG
validator for Xgridfit to invoke. If the program is run as root, the
settings are global. If run as an ordinary user, settings are saved in
~/.xgridfit. Current settings are backed up in a file with extension
.bak.
OPTIONS
- -c Clear the current settings. If this is the only option,
- xgfconfig deletes the configuration file, restoring the default settings. If it is the first option on the command line, old settings are deleted before new ones are set.
- -h Display a help message and exit.
- -j file
- The full path to the jar file belonging to the XSLT processor selected with the -p option: use this if xgfconfig fails to find the right file by itself. The path must include the file name (e.g. ~/saxon/saxon9.jar). This option has no effect except when a Java-based XSLT processor is selected. To make xgfconfig try to find an appropriate jar file, pass the name of the processor (e.g. "xalan-j").
- -J file
- The full path to a validator's jar file. This works like the -j option.
- -l List processors and validators known to xgfconfig.
- -p xsltproc | saxon-6 | saxon-9 | xalan-j | xalan-c | 4xslt
- Select an XSLT processor for Xgridfit to use. For Java-based processors, this also tries to find the jar file.
- -V xmllint | jing | msv | rnv | xmlstarlet
- Select a validator for Xgridfit to use. Works like the -p option.
FILES
- utils/configure.xsl,
- utils/defaults.xml
SEE ALSO
fontforge(1), xgridfit(1), ttx2xgf(1), xgfupdate(1).
AUTHOR
xgfconfig was written by Peter Baker <psb6m@virginia.edu>.
- This manual page was written by Peter Baker