Changeset 3036 for pykota/trunk/conf

Show
Ignore:
Timestamp:
10/13/06 23:51:14 (18 years ago)
Author:
jerome
Message:

Charging for ink usage, finally !

Files:
1 modified

Legend:

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

    r3025 r3036  
    597597# Software accounting unfortunately may overcharge users in case of paper 
    598598# jams. 
     599# 
     600# Ink computes the price of a print job by parsing the job's datas 
     601# through pkpgcounter, and using the percents of ink coverage returned 
     602# for each color in the specified colorspace. 
     603 
     604# Supported colorspaces for ink accounting currently are : 
     605# 
     606#       bw      ===> Black & White 
     607#       cmyk    ===> Cyan, Magenta, Yellow, Black 
     608#       cmy     ===> Cyan, Magenta, Yellow 
     609#       rgb     ===> Red, Green, Blue 
     610# 
     611# Supported resolutions for ink accounting are any number of dots 
     612# per inch comprised between 72 and 1200.  
     613# IMPORTANT : increasing the resolution increases precision, but 
     614# increase CPU load a lot at the same time. The default resolution 
     615# if unset is 72, for 72 dpi. 
    599616#  
    600617# You can get hints on which configuration is best for your printers by 
     
    619636# accounter : software(/usr/bin/pkpgcounter)  
    620637# accounter : software() 
     638# accounter : ink(cmyk, 150) 
     639# accounter : ink(bw, 300) 
     640# accounter : ink(bw) 
     641# accounter : ink(cmy, 72) 
    621642#          
    622643# This directive can be set either globally or per printer or both. 
     
    648669#  preaccounter: software()        
    649670#  preaccounter: software(/path/to/your/script) 
     671#  preaccounter: ink(colorspace, resolution) 
    650672# 
    651673# NB : the preaccounter directive doesn't support hardware() for obvious  
     
    657679# in the case your printer supports an hardware accounter but pkpgcounter 
    658680# can't parse your printer driver's datas. 
     681# 
     682# Supported colorspaces for ink accounting currently are : 
     683# 
     684#       bw      ===> Black & White 
     685#       cmyk    ===> Cyan, Magenta, Yellow, Black 
     686#       cmy     ===> Cyan, Magenta, Yellow 
     687#       rgb     ===> Red, Green, Blue 
     688# 
     689# Supported resolutions for ink accounting are any number of dots 
     690# per inch comprised between 72 and 1200.  
     691# IMPORTANT : increasing the resolution increases precision, but 
     692# increase CPU load a lot at the same time. The default resolution 
     693# if unset is 72, for 72 dpi. 
    659694# 
    660695# This value can be set either globally or on a per printer basis