Changeset 2193 for pykota/trunk/conf

Show
Ignore:
Timestamp:
04/04/05 21:04:21 (19 years ago)
Author:
jerome
Message:

pkbanner now accepts more info to display on its command line

Files:
1 modified

Legend:

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

    r2146 r2193  
    721721# NB : pkbanner's default page size is A4 
    722722# 
     723# A static banner page 
    723724# endingbanner: /home/joe/mystaticbanner.ps 
     725# 
     726# A banner with personnalized logo and url 
    724727# endingbanner: /usr/bin/pkbanner --pagesize=A4 --logo="/home/joe/mylogo.jpeg" --url="http://tech.example.com" 
     728# 
     729# A banner in the format accepted by the printer 
    725730# endingbanner: /usr/bin/pkbanner | gs -q -dNOPAUSE -dBATCH -dPARANOIDSAFER -sOutputFile=- -sDEVICE=lj5mono - 
    726 # endingbanner: /usr/bin/pkbanner 
     731# 
     732# A banner with more info on it, extracted from the yellow pages. 
     733# the string "Phone 111222333444" will be added to the banner page 
     734# if extractphone.sh returns 111222333444 for the current user. 
     735# endingbanner: /usr/bin/pkbanner Phone `extractphone.sh $PYKOTAUSERNAME` 
     736# 
     737# Default PyKota banner 
     738# endingbanner: /usr/bin/pkbanner  
    727739 
    728740# How should enforcement be done for this printer ?