| 24 | - Add frontbanner and rearbanner directives to pykota.conf |
| 25 | This directives will allow the launch (if executable) |
| 26 | or the use of the banner path passed as a parameter. |
| 27 | If executable, the banner content will be taken from |
| 28 | the command's output, else from the banner file |
| 29 | directly. |
| 30 | |
| 31 | Maybe allow frontbanner: +somepath and |
| 32 | frontbanner: -somepath |
| 33 | to allow/deny accounting of the banner itself |
| 34 | (not sure because may be VERY DIFFICULT !) |
| 35 | |
| 36 | - Add full setting support of the printer's description |
| 37 | attribute in pkprinters. |
| 38 | |
| 39 | - Add support for binary PostScript in generic PDL parser, |
| 40 | using the BBox method described by Helge Blischke in CUPS' |
| 41 | developpment mailing list. |
| 42 | |
| 43 | - Improve waitprinter.sh |
| 44 | |