Changeset 1914 for pykota/trunk/conf

Show
Ignore:
Timestamp:
11/15/04 16:14:06 (19 years ago)
Author:
jalet
Message:

Preliminary integration of Matt's patch for banners.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/conf/pykota.conf.sample

    r1875 r1914  
    600600# posthook: /usr/bin/printenv >/tmp/after 
    601601 
     602# AccountBanner : how should banner accounting be done ? 
     603#  
     604# If enabled, banner pages printed from StartingBanner and/or EndingBanner  
     605# (depending on the value) will be included in the accounting for the 
     606# print job 
     607# 
     608# If disabled, banner pages printed from StartingBanner and EndingBanner will 
     609# *not* be included in the accounting for the print job 
     610# 
     611# IMPORTANT : CUPS generated banners are ALWAYS accounted for, although you 
     612#             can refund them by using negative prices on printers. 
     613# 
     614# Allowed values : Starting | Ending | None | Both 
     615# 
     616#       - Starting : only the starting banner will be accounted for. 
     617#       - Ending : only the ending banner will be accounted for. 
     618#       - Both : both starting and ending banners will be accounted for. 
     619#       - None : banners will not be accounted for. 
     620# 
     621# Default value : 
     622# accountbanner: Both 
     623 
     624# StartingBanner : if defined will print a banner before the rest of the job  
     625# is printed. The argument can be a printable file, or an executable file. 
     626# If not executable, the file will be printed as is. If executable, the  
     627# file will be executed and its output will be printed. 
     628#  
     629# In any case, the banner content which will be sent to the printer 
     630# MUST be in a format your printer will accept !!! 
     631# 
     632# The pkbanner command included in PyKota can automatically generate 
     633# starting and ending banners in the PostScript format. You can use 
     634# this command in a pipe through GhostScript if your printer doesn't  
     635# accept PostScript as an input format. 
     636# 
     637# startingbanner: /usr/share/pykota/banner-page.sh 
     638 
     639# EndingBanner : if defined will print a banner before the rest of the job  
     640# is printed. The argument can be a printable file, or an executable file. 
     641# If not executable, the file will be printed as is. If executable, the  
     642# file will be executed and its output will be printed. 
     643# 
     644# In any case, the banner content which will be sent to the printer 
     645# MUST be in a format your printer will accept !!! 
     646# 
     647# The pkbanner command included in PyKota can automatically generate 
     648# starting and ending banners in the PostScript format. You can use 
     649# this command in a pipe through GhostScript if your printer doesn't  
     650# accept PostScript as an input format. 
     651# 
     652# endingbanner: /usr/share/pykota/banner-page.sh 
     653 
    602654# How should enforcement be done for this printer ? 
    603655#