Changeset 1931

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

Added a pipe example for banners

Files:
1 modified

Legend:

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

    r1930 r1931  
    632632#  
    633633# In any case, the banner content which will be sent to the printer 
    634 # MUST be in a format your printer will accept !!! 
     634# MUST be in a format your printer will accept !!!  
    635635# 
    636636# The pkbanner command included in PyKota can automatically generate 
     
    642642# startingbanner: /home/joe/mystaticbanner.ps 
    643643# startingbanner: /usr/bin/pkbanner --pagesize=A4 --logo="/home/joe/mylogo.jpeg" --url="http://tech.example.com" 
     644# startingbanner: /usr/bin/pkbanner | gs -q -dNOPAUSE -dBATCH -dPARANOIDSAFER -sOutputFile=- -sDEVICE=lj5mono - 
    644645# startingbanner: /usr/bin/pkbanner 
    645646 
     
    662663# endingbanner: /home/joe/mystaticbanner.ps 
    663664# endingbanner: /usr/bin/pkbanner --pagesize=A4 --logo="/home/joe/mylogo.jpeg" --url="http://tech.example.com" 
     665# endingbanner: /usr/bin/pkbanner | gs -q -dNOPAUSE -dBATCH -dPARANOIDSAFER -sOutputFile=- -sDEVICE=lj5mono - 
    664666# endingbanner: /usr/bin/pkbanner 
    665667