Changeset 1936
- Timestamp:
- 11/17/04 14:24:05 (20 years ago)
- Location:
- pykota/trunk
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pkbanner
r1934 r1936 24 24 # 25 25 # $Log$ 26 # Revision 1.9 2004/11/17 13:24:05 jalet 27 # Improved pkbanner's help 28 # 26 29 # Revision 1.8 2004/11/17 13:12:04 jalet 27 30 # Implemented the --savetoner command line option … … 82 85 command line usage : 83 86 84 pkbanner [options] [files]87 pkbanner [options] 85 88 86 89 options : … … 111 114 'startingbanner' or 'endingbanner' directives in pykota.conf 112 115 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 115 126 This program is free software; you can redistribute it and/or modify 116 127 it under the terms of the GNU General Public License as published by -
pykota/trunk/NEWS
r1933 r1936 22 22 PyKota NEWS : 23 23 24 - 1.21alpha5 : 25 26 - Implemented the --savetoner command line option to pkbanner. 27 28 - Improved pkbanner's help and messages. 29 24 30 - 1.21alpha4 : 25 31 -
pykota/trunk/pykota/version.py
r1933 r1936 22 22 # 23 23 24 __version__ = "1.21alpha 4_unofficial"24 __version__ = "1.21alpha5_unofficial" 25 25 26 26 __doc__ = """PyKota : a complete Printing Quota Solution for CUPS and LPRng."""