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 | |
---|
18 | - 0.97 : |
---|
19 | |
---|
20 | - edpykota accepts wildcards on its command line for users/groups too |
---|
21 | if the --add option is not set, e.g. : |
---|
22 | |
---|
23 | $ edpykota --printer lp --softlimit 50 --hardlimit 100 "jer*" |
---|
24 | |
---|
25 | If no user name is passed at all, then a default wildcard of "*" |
---|
26 | which means apply the command on ALL users for this printer is used. |
---|
27 | |
---|
28 | - Small bug fixes. |
---|
29 | |
---|
30 | - 0.96 : |
---|
31 | |
---|
32 | - Options requester, policy, admin, adminmail and gracedelay can now |
---|
33 | be set either globally or per printer. The printer option has |
---|
34 | priority if both are defined. |
---|
35 | |
---|
36 | - More powerful configuration parser. |
---|
37 | |
---|
38 | - If all options are defined globally, there's no need to |
---|
39 | define a section for each printer in the configuration |
---|
40 | file anymore. Just define a [global] section and it's ok. |
---|
41 | |
---|
42 | - 0.95 : |
---|
43 | |
---|
44 | - External requesters for printers finally added. |
---|
45 | |
---|
46 | - Full internationalization (english and french are supported) |
---|
47 | |
---|
48 | - More complete quota usage report |
---|
49 | |
---|
50 | - CGI script to access to the quota usage report |
---|
51 | |
---|
52 | - Several bugs fixed. |
---|
53 | |
---|
54 | |
---|
55 | - 0.9 : |
---|
56 | |
---|
57 | - First public version |
---|