Changeset 1929
- Timestamp:
- 11/15/04 23:41:22 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/TODO
r1904 r1929 29 29 better integrate PyKota with these. 30 30 31 - Write an IPP message parser, and extract the IPP32 billing code, job originating hostname and ipp username33 from job's control files : this would even solve the34 actual page_log parsing problem.35 36 31 - Allow soft and hard limits to be increased/decreased. 37 32 … … 72 67 for current job. 73 68 74 - Add frontbanner and rearbanner directives to pykota.conf 75 This directives will allow the launch (if executable) 76 or the use of the banner path passed as a parameter. 77 If executable, the banner content will be taken from 78 the command's output, else from the banner file 79 directly. 80 81 Maybe allow frontbanner: +somepath and 82 frontbanner: -somepath 83 to allow/deny accounting of the banner itself 84 (not sure because may be VERY DIFFICULT !) 85 86 Matt Hyclak has sent a patch for cupspykota which seems 87 to be ok, but we have to find how to do the same with 88 lprngpykota... 89 Add a "printDenyBanner: once(/path/to/banner)" directive 69 - Add a "printDenyBanner: once(/path/to/banner)" directive 90 70 "printDenyBanner: always(/path/to/banner)" 91 71 "printDenyBanner: never" … … 102 82 - Finish implementation of quota-then-balance and 103 83 balance-then-quota. 104 105 - Test and document a possible workaround for knowing106 if the job is a banner (embed a postscript comment107 in the banner).108 84 109 85 - Introduce the pkusers command.