summaryrefslogtreecommitdiff
path: root/debian/foomatic-filters.templates
diff options
context:
space:
mode:
Diffstat (limited to 'debian/foomatic-filters.templates')
-rw-r--r--debian/foomatic-filters.templates19
1 files changed, 10 insertions, 9 deletions
diff --git a/debian/foomatic-filters.templates b/debian/foomatic-filters.templates
index dbd3b3a..aa5ab47 100644
--- a/debian/foomatic-filters.templates
+++ b/debian/foomatic-filters.templates
@@ -1,7 +1,7 @@
Template: foomatic-filters/filter_debug
Type: boolean
Default: false
-_Description: Enable logging debug output into a logfile (INSECURE).
+_Description: Enable logging debug output into a logfile (INSECURE)?
The logfile will be named /tmp/foomatic-rip.log.
.
WARNING: This logfile is a security hole; do not use in production.
@@ -12,7 +12,7 @@ Template: foomatic-filters/textfilter
Type: select
_Choices: Automagic, a2ps, mpage, enscript, Custom
Default: Automagic
-_Description: Command for converting text files to PostScript
+_Description: Command for converting text files to PostScript:
If you select ``Automagic'', Foomatic will search for one of a2ps,
mpage, and enscript (in that order) each time the filter script is executed.
.
@@ -27,7 +27,7 @@ _Description: Command for converting text files to PostScript
Template: foomatic-filters/custom_textfilter
Type: string
_Default:
-_Description: Command to convert standard input to PostScript.
+_Description: Command to convert standard input to PostScript:
This should be the full command line of a command that converts text from
standard input to PostScript on standard output.
.
@@ -40,7 +40,7 @@ _Description: Command to convert standard input to PostScript.
Template: foomatic-filters/ps_accounting
Type: boolean
Default: false
-_Description: Enable PostScript accounting for CUPS
+_Description: Enable PostScript accounting for CUPS?
Insert PostScript code for accounting into each print job. This currently
only works with CUPS.
.
@@ -52,7 +52,7 @@ Template: foomatic-filters/gspath
Type: select
_Choices: gs, gs-gnu, gs-esp, gs-afpl, Custom
Default: gs
-_Description: Which Ghostscript interpreter should be used by Foomatic?
+_Description: Ghostscript interpreter to be used by Foomatic:
For non-PostScript printers, print jobs are usually translated from
PostScript to your printer's command language using the free
Ghostscript interpreter.
@@ -62,15 +62,16 @@ _Description: Which Ghostscript interpreter should be used by Foomatic?
use the default version (configured by the `gs' alternative, which
can be changed with `update-alternatives --config gs'). However,
you may want to use a different Ghostscript for screen display than
- for printing. (You should use the Custom option if you have a
- locally-installed Ghostscript interpreter.)
+ for printing; 'gs-esp' is usually a good choice for printing.
+ (You should use the Custom option if you have a locally-installed
+ Ghostscript interpreter.)
.
If in doubt, you should simply accept the default option (gs).
Template: foomatic-filters/custom_gspath
Type: string
_Default:
-_Description: Custom Ghostscript interpreter path.
+_Description: Custom Ghostscript interpreter path:
You should enter the full path to your preferred Ghostscript
interpreter; e.g. `/opt/artifex.com-ghostscript/bin/gs'.
@@ -78,7 +79,7 @@ Template: foomatic-filters/spooler
Type: select
Choices: cups, lpd, lprng, pdq, ppr, direct
Default: direct
-_Description: Printer spooler backend for Foomatic
+_Description: Printer spooler backend for Foomatic:
Foomatic normally requires a printer spooler (like CUPS or LPRng) to
handle communication with the printer and manage print jobs. If you
don't have a spooler installed, you can use the "direct" backend, but