Show
Ignore:
Timestamp:
03/12/05 23:57:44 (19 years ago)
Author:
jerome
Message:

Completed the backend initialization code.
Added the list of additionnal environment variables to the sample
configuration file.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tea4cups/trunk/tea4cups.conf

    r576 r577  
    1818#  
    1919# 
     20 
     21# First we set all top-level directives in the [global] section 
    2022[global] 
     23 
     24# Should we log debugging information to CUPS' error_log file ? 
     25# defaults to No if unset. 
    2126debug : yes 
     27 
     28# The directory in which we will create our files : it must already exist ! 
     29# This directive MUST be present since there's no sane default value. 
     30directory : /var/spool/cups/ 
     31 
     32# Should Tea4CUPS keep the files it creates once all tees have ended ? 
     33# Defaults to No if unset. 
     34# BEWARE : this may use huge amounts of disk space ! 
     35keepfiles : yes 
     36 
     37# 
     38# When executing the contents of a tee directive, tea4cups makes 
     39# the following environment variables available to your own commands : 
     40# 
     41# TEAPRINTERNAME : The print queue name 
     42# TEADIRECTORY : Tea4CUPS output directory 
     43# TEADATAFILE : Full name of Tea4CUPS work file (in $TEADIRECTORY) 
     44# TEAJOBSIZE : Job's size in bytes 
     45# TEAMD5SUM : MD5 sum of the job's datas 
     46# TEAJOBID : Job's Id 
     47# TEAUSERNAME : Name of the user who launched the print job 
     48# TEATITLE : Job's title 
     49# TEACOPIES : Number of copies requested 
     50# TEAOPTIONS : Options of the print job 
     51# TEAINPUTFILE : Print job's data file or empty when job read from stdin 
     52# 
     53# Your own commands will mostly be interested in TEADATAFILE which is 
     54# the name of the file from which your commands may extract the final 
     55# job's datas. 
     56         
     57# Now defines some default tees which will always be launched 
    2258#tee_0 : blah 
    2359#tee_1 : blah 
     
    2864# 
    2965[HP2100] 
    30 #blah:  
    3166#tee_2 : zut    # overwrites the [global] value of tee_2 
    3267#tee_4 : gniak