Changeset 935
- Timestamp:
- 04/17/03 15:34:13 (22 years ago)
- Location:
- pykota/trunk/man
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/man/edpykota.1
r837 r935 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29. 2 .TH EDPYKOTA "1" " March 2003" "edpykota 0.99-unofficial" "PyKota Print Quota System"2 .TH EDPYKOTA "1" "April 2003" "edpykota 1.03beta2-unofficial" "PyKota Print Quota System" 3 3 .SH NAME 4 edpykota \- manual page for edpykota 0.99-unofficial4 edpykota \- manual page for edpykota 1.03beta2-unofficial 5 5 .SH DESCRIPTION 6 edpykota v 0.99-unofficial (C) 2003 C@LL - Conseil Internet & Logiciels Libres6 edpykota v1.03beta2-unofficial (C) 2003 C@LL - Conseil Internet & Logiciels Libres 7 7 A Print Quota editor for PyKota. 8 8 .PP … … 24 24 exist on the Quota Storage Server. 25 25 .TP 26 \fB\-d\fR | \fB\-\-delete\fR 27 Deletes users/groups from the quota storage. 28 Printers are never deleted. 29 .TP 30 \fB\-c\fR | \fB\-\-charge\fR p[,j] 31 Sets the price per page and per job to charge 32 for a particular printer. Job price is optional. 33 If both are to be set, separate them with a comma. 34 Floating point values are allowed. 35 .TP 36 \fB\-i\fR | \fB\-\-ingroups\fR g1[,g2...] 37 Puts the users into each of the groups 38 listed, separated by commas. The groups 39 must already exist in the Quota Storage. 40 .TP 26 41 \fB\-u\fR | \fB\-\-users\fR 27 42 Edit users print quotas, this is the default. … … 39 54 print quotas 40 55 .TP 56 \fB\-n\fR | \fB\-\-noquota\fR 57 Doesn't set a quota but only does accounting. 58 .TP 41 59 \fB\-r\fR | \fB\-\-reset\fR 42 60 Resets the printed page counter for the user 43 61 or group to zero. The life time page counter 44 62 is kept unchanged. 63 .TP 64 \fB\-l\fR | \fB\-\-limitby\fR l 65 Choose if the user/group is limited in printing 66 by its account balance or by its page quota. 67 The default value is 'quota'. Allowed values 68 are 'quota' and 'balance'. 69 .TP 70 \fB\-b\fR | \fB\-\-balance\fR b 71 Sets the user's account balance to b. 72 Account balance may be increase or decreased 73 if b is prefixed with + or -. 74 WARNING : when decreasing account balance, 75 the total paid so far by the user is decreased 76 too. 77 Groups don't have a real balance, but the 78 sum of their users' account balance. 45 79 .TP 46 80 \fB\-S\fR | \fB\-\-softlimit\fR sl … … 66 100 printer lp doesn't exist on the Quota Storage Server then nothing is done. 67 101 .IP 68 \f(CW$ edpykota --add --printer lp - S 50 -H 60 jerome\fR102 \f(CW$ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\fR 69 103 .IP 70 104 Same as above, but if either user jerome or printer lp doesn't exist 71 on the Quota Storage Server they are automatically added. 105 on the Quota Storage Server they are automatically added. Also 106 user jerome is put into the groups "coders" and "it" which must 107 already exist in the Quota Storage. 72 108 WARNING : the CUPS PPD file for this printer must still be modified 73 109 .IP … … 85 121 well as every user whose name begins with 'jo'. 86 122 Their life time page counter on each printer will be kept unchanged. 123 .IP 124 \f(CW$ edpykota --printer hpcolor --noquota jerome\fR 125 .IP 126 This will tell PyKota to not limit jerome when printing on the 127 hpcolor printer. All his jobs will be allowed on this printer, but 128 accounting of the pages he prints will still be kept. 129 Print Quotas for jerome on other printers are unchanged. 130 .IP 131 \f(CW$ edpykota --limitby balance jerome\fR 132 .IP 133 This will tell PyKota to limit jerome by his account's balance 134 when printing. 135 .IP 136 \f(CW$ edpykota --balance +10.0 jerome\fR 137 .IP 138 This will increase jerome's account balance by 10.0 (in your 139 own currency). You can decrease the account balance with a 140 dash prefix, and set it to a fixed amount with no prefix. 141 .IP 142 \f(CW$ edpykota --delete jerome rachel\fR 143 .IP 144 This will completely delete jerome and rachel from the Quota Storage 145 database. All their quotas and jobs will be deleted too. 146 .IP 147 \f(CW$ edpykota --printer lp --charge 0.1\fR 148 .IP 149 This will set the page price for printer lp to 0.1. Job price 150 will not be changed. 87 151 .PP 88 152 This program is free software; you can redistribute it and/or modify -
pykota/trunk/man/repykota.1
r837 r935 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29. 2 .TH REPYKOTA "1" " March 2003" "repykota 0.99-unofficial" "PyKota Print Quota System"2 .TH REPYKOTA "1" "April 2003" "repykota 1.03beta2-unofficial" "PyKota Print Quota System" 3 3 .SH NAME 4 repykota \- manual page for repykota 0.99-unofficial4 repykota \- manual page for repykota 1.03beta2-unofficial 5 5 .SH DESCRIPTION 6 repykota v 0.99-unofficial (C) 2003 C@LL - Conseil Internet & Logiciels Libres6 repykota v1.03beta2-unofficial (C) 2003 C@LL - Conseil Internet & Logiciels Libres 7 7 .PP 8 8 Generates print quota reports. -
pykota/trunk/man/warnpykota.1
r837 r935 1 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29. 2 .TH WARNPYKOTA "1" " March 2003" "warnpykota 0.99-unofficial" "PyKota Print Quota System"2 .TH WARNPYKOTA "1" "April 2003" "warnpykota 1.03beta2-unofficial" "PyKota Print Quota System" 3 3 .SH NAME 4 warnpykota \- manual page for warnpykota 0.99-unofficial4 warnpykota \- manual page for warnpykota 1.03beta2-unofficial 5 5 .SH DESCRIPTION 6 warnpykota v 0.99-unofficial (C) 2003 C@LL - Conseil Internet & Logiciels Libres6 warnpykota v1.03beta2-unofficial (C) 2003 C@LL - Conseil Internet & Logiciels Libres 7 7 .PP 8 8 Sends mail to users over print quota. … … 21 21 .TP 22 22 \fB\-u\fR | \fB\-\-users\fR 23 Send mail to users over print quota, this is 24 thedefault.23 Warns users over their print quota, this is the 24 default. 25 25 .TP 26 26 \fB\-g\fR | \fB\-\-groups\fR 27 Send mail to group administrators instead of users.27 Warns users whose groups quota are over limit. 28 28 .TP 29 29 \fB\-P\fR | \fB\-\-printer\fR p … … 49 49 \f(CW$ warnpykota --groups --printer "laserjet*"\fR 50 50 .IP 51 This will warn all group administrators of groups which have exceeded51 This will warn all users of groups which have exceeded 52 52 their print quota on any printer which name begins with "laserjet" 53 53 .PP