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

Revision 2115, 1.7 kB (checked in by jalet, 19 years ago)

Added pkmail's doc.
Used the <command> tag instead of <application> for commands.
Fixed some typos.
Added some missing command line options in the commands reference.

  • 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 a 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 ;
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    </itemizedlist>
63  </para>
64 
65</chapter>
66
Note: See TracBrowser for help on using the browser.