root / pykota / trunk / docs / edpykota.sgml @ 2146

Revision 2146, 1.8 kB (checked in by jerome, 19 years ago)

It seems that $Log$ is not implemented or doesn't work for some reason

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<!-- $Id$ -->
2
3<chapter>
4  <title id="edpykota">Maintaining the Print Quota DataBase with edpykota</title>
5  <para>Last modified on $Date$</para>
6 
7  <para>
8    <command>edpykota</command> is the command line tool with which you will
9    maintain your print quota database.
10  </para>
11 
12  <para>
13    Here's an incomplete list of features :
14   
15    <itemizedlist>
16      <listitem>
17        <para>
18          Add printers (it's preferable to use the <command>pkprinters</command> command for this though) ;
19        </para>
20      </listitem>
21      <listitem>
22        <para>
23          Add and delete users and groups ;
24        </para>
25      </listitem>
26      <listitem>
27        <para>
28          Set users' account balances ;
29        </para>
30      </listitem>
31      <listitem>
32        <para>
33          Set users and groups print quotas on printers, eventually by using another user
34          or group as a template ;
35        </para>
36      </listitem>
37      <listitem>
38        <para>
39          Set price per page and price per job for printers (it's preferable to use the <command>pkprinters</command> command for this though) ;
40        </para>
41      </listitem>
42      <listitem>
43        <para>
44          Switch users or groups to or from <quote>account only</quote> mode (no quota enforcement) ;
45        </para>
46      </listitem>
47      <listitem>
48        <para>
49          Define hard and soft limits for users ou groups quotas, on a per printer basis ;
50        </para>
51      </listitem>
52      <listitem>
53        <para>
54          Choose the way you will limit printing : either by page quota or by account balance value ;
55        </para>
56      </listitem>
57      <listitem>
58        <para>
59          Reset page counters.
60        </para>
61      </listitem>
62      <listitem>
63        <para>
64          Etc...
65        </para>
66      </listitem>
67    </itemizedlist>
68  </para>
69 
70</chapter>
71
Note: See TracBrowser for help on using the browser.