root / pykota / trunk / man / edpykota.1 @ 1437

Revision 1437, 6.6 kB (checked in by jalet, 20 years ago)

pkprinters now accept the --list command line option

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
2.TH EDPYKOTA "1" "April 2004" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"
3.SH NAME
4edpykota \- manual page for edpykota 1.19alpha2_unofficial
5.SH DESCRIPTION
6edpykota v1.19alpha2_unofficial (c) 2003-2004 C@LL - Conseil Internet & Logiciels Libres
7A Print Quota editor for PyKota.
8.PP
9command line usage :
10.IP
11edpykota [options] user1 user2 ... userN
12.IP
13edpykota [options] group1 group2 ... groupN
14.PP
15options :
16.TP
17\fB\-v\fR | \fB\-\-version\fR
18Prints edpykota's version number then exits.
19.TP
20\fB\-h\fR | \fB\-\-help\fR
21Prints this message then exits.
22.TP
23\fB\-a\fR | \fB\-\-add\fR
24Adds users and/or printers if they don't
25exist on the Quota Storage Server.
26.TP
27\fB\-d\fR | \fB\-\-delete\fR
28Deletes users/groups from the quota storage.
29Printers are never deleted.
30.TP
31\fB\-c\fR | \fB\-\-charge\fR p[,j]
32Sets the price per page and per job to charge
33for a particular printer. Job price is optional.
34If both are to be set, separate them with a comma.
35Floating point values are allowed.
36.TP
37\fB\-i\fR | \fB\-\-ingroups\fR g1[,g2...]
38Puts the users into each of the groups
39listed, separated by commas. The groups
40must already exist in the Quota Storage.
41.TP
42\fB\-u\fR | \fB\-\-users\fR
43Edit users print quotas, this is the default.
44.TP
45\fB\-P\fR | \fB\-\-printer\fR p
46Edit quotas on printer p only. Actually p can
47use wildcards characters to select only
48some printers. The default value is *, meaning
49all printers.
50You can specify several names or wildcards,
51by separating them with commas.
52.TP
53\fB\-G\fR | \fB\-\-pgroups\fR pg1[,pg2...] Adds the printer(s) to the printer groups
54pg1, pg2, etc... which must already exist.
55A printer group is just like a normal printer,
56only that it is usually unknown from the printing
57system. Create printer groups exactly the same
58way that you create printers, then add other
59printers to them with this option.
60Accounting is done on a printer and on all
61the printer groups it belongs to, quota checking
62is done on a printer and on all the printer groups
63it belongs to.
64.TP
65\fB\-g\fR | \fB\-\-groups\fR
66Edit users groups print quotas instead of users.
67.TP
68\fB\-p\fR | \fB\-\-prototype\fR u|g Uses user u or group g as a prototype to set
69print quotas
70.TP
71\fB\-n\fR | \fB\-\-noquota\fR
72Doesn't set a quota but only does accounting.
73.TP
74\fB\-r\fR | \fB\-\-reset\fR
75Resets the printed page counter for the user
76or group to zero. The life time page counter
77is kept unchanged.
78.TP
79\fB\-l\fR | \fB\-\-limitby\fR l
80Choose if the user/group is limited in printing
81by its account balance or by its page quota.
82The default value is 'quota'. Allowed values
83are 'quota' 'balance' 'quota-then-balance' and
84\&'balance-then-quota'.
85WARNING : quota-then-balance and balance-then-quota
86are not yet implemented.
87.TP
88\fB\-b\fR | \fB\-\-balance\fR b
89Sets the user's account balance to b.
90Account balance may be increase or decreased
91if b is prefixed with + or -.
92WARNING : when decreasing account balance,
93the total paid so far by the user is decreased
94too.
95Groups don't have a real balance, but the
96sum of their users' account balance.
97.TP
98\fB\-S\fR | \fB\-\-softlimit\fR sl
99Sets the quota soft limit to sl pages.
100.TP
101\fB\-H\fR | \fB\-\-hardlimit\fR hl
102Sets the quota hard limit to hl pages.
103.IP
104user1 through userN and group1 through groupN can use wildcards
105if the \fB\-\-add\fR option is not set.
106.PP
107examples :
108.IP
109\f(CW$ edpykota --add -p jerome john paul george ringo/ringo@example.com\fR
110.IP
111This will add users john, paul, george and ringo to the quota
112database, and set their print quotas to the same values than user
113jerome. User jerome must already exist.
114User ringo's email address will also be set to 'ringo@example.com'
115.IP
116\f(CW$ edpykota --printer lp -S 50 -H 60 jerome\fR
117.IP
118This will set jerome's print quota on the lp printer to a soft limit
119of 50 pages, and a hard limit of 60 pages. If either user jerome or
120printer lp doesn't exist on the Quota Storage Server then nothing is done.
121.IP
122\f(CW$ edpykota --add --printer lp --ingroups coders,it -S 50 -H 60 jerome\fR
123.IP
124Same as above, but if either user jerome or printer lp doesn't exist
125on the Quota Storage Server they are automatically added. Also
126user jerome is put into the groups "coders" and "it" which must
127already exist in the Quota Storage.
128.IP
129\f(CW$ edpykota -g -S 500 -H 550 financial support\fR
130.IP
131This will set print quota soft limit to 500 pages and hard limit
132to 550 pages for groups financial and support on all printers.
133.IP
134\f(CW$ edpykota --reset jerome "jo*"\fR
135.IP
136This will reset jerome's page counter to zero on all printers, as
137well as every user whose name begins with 'jo'.
138Their life time page counter on each printer will be kept unchanged.
139.IP
140\f(CW$ edpykota --printer hpcolor --noquota jerome\fR
141.IP
142This will tell PyKota to not limit jerome when printing on the
143hpcolor printer. All his jobs will be allowed on this printer, but
144accounting of the pages he prints will still be kept.
145Print Quotas for jerome on other printers are unchanged.
146.IP
147\f(CW$ edpykota --limitby balance jerome\fR
148.IP
149This will tell PyKota to limit jerome by his account's balance
150when printing.
151.IP
152\f(CW$ edpykota --balance +10.0 jerome\fR
153.IP
154This will increase jerome's account balance by 10.0 (in your
155own currency). You can decrease the account balance with a
156dash prefix, and set it to a fixed amount with no prefix.
157.IP
158\f(CW$ edpykota --delete jerome rachel\fR
159.IP
160This will completely delete jerome and rachel from the Quota Storage
161database. All their quotas and jobs will be deleted too.
162.IP
163\f(CW$ edpykota --printer lp --charge 0.1\fR
164.IP
165This will set the page price for printer lp to 0.1. Job price
166will not be changed.
167.IP
168\f(CW$ edpykota --printer hplj1,hplj2 --pgroups Laser,HP\fR
169.IP
170This will put printers hplj1 and hplj2 in printers groups Laser and HP.
171When printing either on hplj1 or hplj2, print quota will also be
172checked and accounted for on virtual printers Laser and HP.
173.PP
174This program is free software; you can redistribute it and/or modify
175it under the terms of the GNU General Public License as published by
176the Free Software Foundation; either version 2 of the License, or
177(at your option) any later version.
178.PP
179This program is distributed in the hope that it will be useful,
180but WITHOUT ANY WARRANTY; without even the implied warranty of
181MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
182GNU General Public License for more details.
183.PP
184You should have received a copy of the GNU General Public License
185along with this program; if not, write to the Free Software
186Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
187.PP
188Please e-mail bugs to: Jerome Alet - alet@librelogiciel.com
Note: See TracBrowser for help on using the browser.