Changeset 1475 for pykota/trunk/README
- Timestamp:
- 05/13/04 15:59:30 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/README
r1408 r1475 43 43 44 44 - Supports OpenLDAP as the Quota Storage backend. 45 Complete LDAP schema and sample tree are included.45 Complete LDAP schema and sample empty tree are included. 46 46 Plugging PyKota into your existing LDAP infrastructure 47 47 is really easy thanks to PyKota's great configurability. … … 49 49 Printers : 50 50 51 - Hardware or Software accounting methods are completely 52 configurable. 53 51 54 - Supports any printer which can report its internal 52 page counter. 55 page counter. Can ask printers for their internal 56 page counter via SNMP, Netatalk, or any other way. 57 This is completely configurable. 58 59 - Supports PostScript and PCL5 printers natively, 60 more formats to come. 53 61 54 62 - Supports any other printer via GhostScript. 55 63 Depending on the printer some configuration may 56 64 be needed. 57 58 - Can ask printers for their internal page counter59 via SNMP, Netatalk, or any other mean of your60 choice. This is completely configurable.61 62 - External accounting methods are configurable.63 65 64 66 Quota systems : … … 156 158 implemented : 157 159 158 - The ' querying' method consists in querying the printer (via SNMP160 - The 'hardware' method consists in querying the printer (via SNMP 159 161 or Netatalk or any other method of your choice) for its total pages 160 162 counter. … … 168 170 of one print job, but this is generally ok. 169 171 170 - The ' external' method consists in delegating the computation of the172 - The 'software' method consists in delegating the computation of the 171 173 job's size in number of pages to any external command of your choice. 172 174 The command can read the job's data from its standard input and MUST … … 174 176 account are reported immediately, both with CUPS and LPRng. 175 177 176 - The 'stupid' method consists in counting the 'showpage' PostSript177 statements in the job. THIS IS UNRELIABLE, SO DON'T USE IT, but178 can serve as an example if you plan to write your own accounting179 method for integration into PyKota. It basically works like the180 'external' method, but does the computation internally and in181 a non-reliable way.182 183 178 PyKota is known to work fine with HP Laserjet 2100 and 2200, and 184 179 Apple LaserWriter 16/600 PS, both with CUPS and LPRng, under