summarylogtreecommitdiffstats
path: root/pfm.conf
diff options
context:
space:
mode:
authorWillem Herremans2015-06-08 16:21:44 +0200
committerWillem Herremans2015-06-08 16:21:44 +0200
commit1d27322605fb2d387503deb2c71e87d8bb57b4ba (patch)
treea26747548dcc38dd7645300f083f6dcc246beb14 /pfm.conf
downloadaur-pfm.tar.gz
Initial import
Diffstat (limited to 'pfm.conf')
-rw-r--r--pfm.conf54
1 files changed, 54 insertions, 0 deletions
diff --git a/pfm.conf b/pfm.conf
new file mode 100644
index 000000000000..ad0d97cef6a7
--- /dev/null
+++ b/pfm.conf
@@ -0,0 +1,54 @@
+# pfm.conf
+
+# This is the configuration file of Postgres Forms (pfm) on UNIX platforms.
+
+# It has been configured for composing the pfm package for Arch Linux.
+
+# Written by Willem Herremans.
+
+# pfm.conf is installed either in pfm's installation directory or in
+# /etc. If pfm.tcl does not find it in its installation directory, it
+# looks for it in /etc.
+
+# The syntax of this file is the following:
+#
+# - Every empty line is ignored;
+#
+# - Every line starting with a "#" is a comment line;
+#
+# - Every other line should be a Tcl list (i.e. a space separated list)
+# containg 2 items where the first item is the name of a configuration
+# parameter and the second item its value. If a value contains spaces
+# enclose it in { and }.
+#
+
+# docDir: the directory in which the package documentation
+# is installed. If it is a relative pathname, it is assumed to be
+# relative to the installation directory.
+
+docDir /usr/share/doc/pfm
+
+# licenseDir: the directory which contains the text of the GNU licence
+# and the help texts for the options. If it is a relative pathname,
+# it is assumed to be relative to the installation directory.
+
+licenseDir /usr/share/licenses/pfm
+
+# exampleDir: the directory which contains the example databases. If
+# it is a relative pathname, it is assumed to be relative to the
+# installation directory.
+
+exampleDir /usr/share/pfm/examples
+
+# languagdeDir: the directory whcih contains the user interface
+# strings for all languages.
+
+languageDir /usr/share/pfm/msgs
+
+# defaultBrowser: the default value for the "browser" option.
+
+defaultBrowser {firefox %s}
+
+# defaultPrintcmd: the default value for the "printcmd" option.
+
+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}}