1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. |
---|
2 | .TH PKPRINTERS "1" "janvier 2009" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" |
---|
3 | .SH NOM |
---|
4 | pkprinters \- page de manuel de pkprinters (PyKota) 1.27alpha7_unofficial |
---|
5 | .SH SYNOPSIS |
---|
6 | .B pkprinters |
---|
7 | [\fIoptions\fR] \fIprinter1 printer2 \fR... \fIprinterN\fR |
---|
8 | .SH DESCRIPTION |
---|
9 | Manages PyKota printers. |
---|
10 | .SH OPTIONS |
---|
11 | .TP |
---|
12 | \fB\-h\fR, \fB\-\-help\fR |
---|
13 | show this help message and exit. |
---|
14 | .TP |
---|
15 | \fB\-v\fR, \fB\-\-version\fR |
---|
16 | show the version number and exit. |
---|
17 | .TP |
---|
18 | \fB\-A\fR ARGUMENTSFILE, \fB\-\-arguments\fR=\fIARGUMENTSFILE\fR |
---|
19 | loads additional options and arguments from a file, |
---|
20 | one per line. |
---|
21 | .TP |
---|
22 | \fB\-a\fR, \fB\-\-add\fR |
---|
23 | Add new, or modify existing, printers. |
---|
24 | .TP |
---|
25 | \fB\-c\fR CHARGE, \fB\-\-charge\fR=\fICHARGE\fR |
---|
26 | Set the cost per page, and optionally per job, for |
---|
27 | printing to the specified printers. If both are to be |
---|
28 | set, separate them with a comma. Floating point and |
---|
29 | negative values are allowed. |
---|
30 | .TP |
---|
31 | \fB\-C\fR, \fB\-\-cups\fR |
---|
32 | Tell CUPS to either start or stop managing the |
---|
33 | specified printers with PyKota. |
---|
34 | .TP |
---|
35 | \fB\-d\fR, \fB\-\-delete\fR |
---|
36 | Delete the specified printers. Also purge the print |
---|
37 | quota entries and printing history matching the |
---|
38 | specified printers. |
---|
39 | .TP |
---|
40 | \fB\-D\fR DESCRIPTION, \fB\-\-description\fR=\fIDESCRIPTION\fR |
---|
41 | Set a textual description for the specified printers. |
---|
42 | .TP |
---|
43 | \fB\-g\fR GROUPS, \fB\-\-groups\fR=\fIGROUPS\fR |
---|
44 | If the \fB\-\-remove\fR option is not used, the default action |
---|
45 | is to add the specified printers to the specified |
---|
46 | printers groups. Otherwise they are removed from these |
---|
47 | groups. The specified printers groups must already |
---|
48 | exist, and should be created beforehand just like |
---|
49 | normal printers with this very command. |
---|
50 | .TP |
---|
51 | \fB\-l\fR, \fB\-\-list\fR |
---|
52 | Display detailed informations about the specified |
---|
53 | printers. |
---|
54 | .TP |
---|
55 | \fB\-m\fR MAXJOBSIZE, \fB\-\-maxjobsize\fR=\fIMAXJOBSIZE\fR |
---|
56 | Set the maximum job size in pages allowed on the |
---|
57 | specified printers. |
---|
58 | .TP |
---|
59 | \fB\-n\fR, \fB\-\-nopassthrough\fR |
---|
60 | Deactivate passthrough mode for the specified |
---|
61 | printers. This is the normal mode of operations, in |
---|
62 | which print jobs are accounted for, and are checked |
---|
63 | against printing quotas and available credits. |
---|
64 | .TP |
---|
65 | \fB\-p\fR, \fB\-\-passthrough\fR |
---|
66 | Activate passthrough mode for the specified printers. |
---|
67 | In this mode, jobs sent to these printers are not |
---|
68 | accounted for. This can be useful for exams during |
---|
69 | which no user should be charged for his printouts. |
---|
70 | .TP |
---|
71 | \fB\-r\fR, \fB\-\-remove\fR |
---|
72 | When combined with the \fB\-\-groups\fR option, remove |
---|
73 | printers from the specified printers groups. |
---|
74 | .TP |
---|
75 | \fB\-s\fR, \fB\-\-skipexisting\fR |
---|
76 | If \fB\-\-add\fR is used, ensure that existing printers won't |
---|
77 | be modified. |
---|
78 | .SS "examples:" |
---|
79 | .IP |
---|
80 | pkprinters \fB\-\-add\fR \fB\-\-cups\fR \fB\-D\fR "HP Printer" \fB\-\-charge\fR 0.05,0.1 hp2100 hp2200 |
---|
81 | Would create three printers named 'hp2100', and 'hp2200' in PyKota's |
---|
82 | database, while telling CUPS to route all print jobs through PyKota for |
---|
83 | these printers. Each of them would have 'HP Printer' as its description. |
---|
84 | Printing to any of them would cost 0.05 credit per page, plus 0.1 credit |
---|
85 | for each job. |
---|
86 | .IP |
---|
87 | pkprinters \fB\-\-delete\fR "*" |
---|
88 | Would delete all existing printers and matching print quota entries and |
---|
89 | printing history from PyKota's database. USE WITH CARE. |
---|
90 | .IP |
---|
91 | pkprinters \fB\-\-groups\fR Laser,HP "hp*" |
---|
92 | Would add all printers which name begins with 'hp' to the 'Laser' and 'HP' |
---|
93 | printers groups, which must already exist. |
---|
94 | .IP |
---|
95 | pkprinters \fB\-\-groups\fR Lexmark \fB\-\-remove\fR hp2200 |
---|
96 | Would remove printer 'hp2200' from the 'Lexmark' printers group. |
---|
97 | .SS "licensing terms:" |
---|
98 | .IP |
---|
99 | (c) 2003\-2009 Jerome Alet \- alet@librelogiciel.com |
---|
100 | This program is free software: you can redistribute it and/or modify it |
---|
101 | under the terms of the GNU General Public License as published by the Free |
---|
102 | Software Foundation, either version 3 of the License, or (at your option) |
---|
103 | any later version. |
---|
104 | .IP |
---|
105 | This program is distributed in the hope that it will be useful, but |
---|
106 | WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |
---|
107 | or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
---|
108 | for more details. |
---|
109 | .IP |
---|
110 | You should have received a copy of the GNU General Public License along |
---|
111 | with this program. If not, see <http://www.gnu.org/licenses/>. |
---|