3 # This is the configuration file of Postgres Forms (pfm) on UNIX platforms.
5 # It has been configured for composing the pfm package for Arch Linux.
7 # Written by Willem Herremans.
9 # pfm.conf is installed either in pfm's installation directory or in
10 # /etc. If pfm.tcl does not find it in its installation directory, it
11 # looks for it in /etc.
13 # The syntax of this file is the following:
15 # - Every empty line is ignored;
17 # - Every line starting with a "#" is a comment line;
19 # - Every other line should be a Tcl list (i.e. a space separated list)
20 # containg 2 items where the first item is the name of a configuration
21 # parameter and the second item its value. If a value contains spaces
22 # enclose it in { and }.
25 # docDir: the directory in which the package documentation
26 # is installed. If it is a relative pathname, it is assumed to be
27 # relative to the installation directory.
29 docDir /usr/share/doc/pfm
31 # licenseDir: the directory which contains the text of the GNU licence
32 # and the help texts for the options. If it is a relative pathname,
33 # it is assumed to be relative to the installation directory.
35 licenseDir /usr/share/licenses/pfm
37 # exampleDir: the directory which contains the example databases. If
38 # it is a relative pathname, it is assumed to be relative to the
39 # installation directory.
41 exampleDir /usr/share/pfm/examples
43 # languagdeDir: the directory whcih contains the user interface
44 # strings for all languages.
46 languageDir /usr/share/pfm/msgs
48 # defaultBrowser: the default value for the "browser" option.
50 defaultBrowser {firefox %s}
52 # defaultPrintcmd: the default value for the "printcmd" option.
54 defaultPrintcmd {{a2ps --output=%ps --$(portrait_or_landscape=portrait) --rows=$(nr-of-rows=1) --columns=$(nr-of-columns=1) --major=rows --chars-per-line=$(nr_of_chars_per_line=90) --center-title=$(title=Report) %txt} {ps2pdf -sPAPERSIZE=a4 %ps %pdf} {evince %pdf}}