Changeset 1936

Show
Ignore:
Timestamp:
11/17/04 14:24:05 (19 years ago)
Author:
jalet
Message:

Improved pkbanner's help

Location:
pykota/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkbanner

    r1934 r1936  
    2424# 
    2525# $Log$ 
     26# Revision 1.9  2004/11/17 13:24:05  jalet 
     27# Improved pkbanner's help 
     28# 
    2629# Revision 1.8  2004/11/17 13:12:04  jalet 
    2730# Implemented the --savetoner command line option 
     
    8285command line usage : 
    8386 
    84   pkbanner  [options]  [files] 
     87  pkbanner  [options]  
    8588 
    8689options : 
     
    111114  'startingbanner' or 'endingbanner' directives in pykota.conf 
    112115   
    113   For this reason, there's no example. 
    114  
     116    startingbanner: /usr/bin/pkbanner --logo="" --savetoner=75 
     117   
     118      With such a setting in pykota.conf, all print jobs will be  
     119      prefixed with an A4 banner with no logo, and text luminosity will 
     120      be increased by 75%%. The PostScript output will be directly sent 
     121      to your printer. 
     122       
     123  You'll find more examples in the sample configuration file included     
     124  in PyKota. 
     125       
    115126This program is free software; you can redistribute it and/or modify 
    116127it under the terms of the GNU General Public License as published by 
  • pykota/trunk/NEWS

    r1933 r1936  
    2222PyKota NEWS : 
    2323 
     24    - 1.21alpha5 : 
     25     
     26        - Implemented the --savetoner command line option to pkbanner. 
     27         
     28        - Improved pkbanner's help and messages. 
     29         
    2430    - 1.21alpha4 : 
    2531     
  • pykota/trunk/pykota/version.py

    r1933 r1936  
    2222# 
    2323 
    24 __version__ = "1.21alpha4_unofficial" 
     24__version__ = "1.21alpha5_unofficial" 
    2525 
    2626__doc__ = """PyKota : a complete Printing Quota Solution for CUPS and LPRng."""