[797] | 1 | # $Id$ |
---|
| 2 | |
---|
| 3 | PyKota - Print Quota for CUPS |
---|
| 4 | |
---|
| 5 | (c) 2003 Jerome Alet <alet@librelogiciel.com> |
---|
| 6 | You're welcome to redistribute this software under the |
---|
| 7 | terms of the GNU General Public Licence version 2.0 |
---|
| 8 | or, at your option, any higher version. |
---|
| 9 | |
---|
| 10 | You can read the complete GNU GPL in the file COPYING |
---|
| 11 | which should come along with this software, or visit |
---|
| 12 | the Free Software Foundation's WEB site http://www.fsf.org |
---|
| 13 | |
---|
| 14 | ============================================================ |
---|
| 15 | |
---|
| 16 | PyKota NEWS : |
---|
| 17 | |
---|
[827] | 18 | - 0.98 : |
---|
| 19 | |
---|
| 20 | - Correctly handle the case where the printer is switched off. |
---|
| 21 | |
---|
[819] | 22 | - 0.97 : |
---|
| 23 | |
---|
| 24 | - edpykota accepts wildcards on its command line for users/groups too |
---|
| 25 | if the --add option is not set, e.g. : |
---|
| 26 | |
---|
| 27 | $ edpykota --printer lp --softlimit 50 --hardlimit 100 "jer*" |
---|
| 28 | |
---|
[821] | 29 | - If no user name is passed at all, then a default wildcard of "*" |
---|
[819] | 30 | which means apply the command on ALL users for this printer is used. |
---|
| 31 | |
---|
| 32 | - Small bug fixes. |
---|
| 33 | |
---|
[803] | 34 | - 0.96 : |
---|
| 35 | |
---|
[808] | 36 | - Options requester, policy, admin, adminmail and gracedelay can now |
---|
[807] | 37 | be set either globally or per printer. The printer option has |
---|
| 38 | priority if both are defined. |
---|
[803] | 39 | |
---|
[807] | 40 | - More powerful configuration parser. |
---|
| 41 | |
---|
| 42 | - If all options are defined globally, there's no need to |
---|
| 43 | define a section for each printer in the configuration |
---|
| 44 | file anymore. Just define a [global] section and it's ok. |
---|
[803] | 45 | |
---|
[797] | 46 | - 0.95 : |
---|
| 47 | |
---|
[798] | 48 | - External requesters for printers finally added. |
---|
[797] | 49 | |
---|
| 50 | - Full internationalization (english and french are supported) |
---|
| 51 | |
---|
| 52 | - More complete quota usage report |
---|
| 53 | |
---|
| 54 | - CGI script to access to the quota usage report |
---|
| 55 | |
---|
| 56 | - Several bugs fixed. |
---|
| 57 | |
---|
| 58 | |
---|
| 59 | - 0.9 : |
---|
| 60 | |
---|
| 61 | - First public version |
---|