root / pykota / trunk / docs / repykota.sgml @ 959

Revision 959, 1.6 kB (checked in by jalet, 21 years ago)

Documentation slightly improved.

  • 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="repykota">Create print quota usage reports with repykota</title>
5  <para>Last modified on $Date$</para>
6 
7  <para>
8    To account for print usage is good, however there must be a way to easily
9    query the <emphasis>Quota Storage Server</emphasis> and generate
10    reports describing current usage for every user on every printer.
11  </para>
12 
13  <para>
14    PyKota features a quota report generator, named <application>repykota</application>,
15    with which you can print the current state of the quota database.
16  </para>
17 
18  <para>
19    <application>PyKota</application> also features a CGI script to remotely access
20    to print quota reports with a web browser, it is called <application>printquota.cgi</application>
21    and you can put it in your web server's cgi-bin directory if a web server is installed on
22    any machine on which <application>PyKota</application> is also installed and configured
23    correctly.
24  </para>
25 
26  <sect1>
27    <title><application>repykota</application> commmand line options</title>
28    <para>
29      Here's a decription of each of <application>repykota</application>
30      command line options.
31    </para>
32  </sect1>
33 
34  <sect1>
35    <title>examples</title>
36    <para>
37      Here are some examples of <application>repykota</application> usage.
38    </para>
39  </sect1>
40</chapter>
41
42<!--
43
44$Log$
45Revision 1.4  2003/04/24 21:09:47  jalet
46Documentation slightly improved.
47
48Revision 1.3  2003/03/25 09:32:06  jalet
49Improved documentation.
50
51Revision 1.2  2003/03/08 22:22:40  jalet
52First bit of documentation
53
54Revision 1.1  2003/02/08 00:03:35  jalet
55Documentation skeleton added
56
57
58-->
Note: See TracBrowser for help on using the browser.