root / pykota / trunk / docs / pykota.sgml @ 1744

Revision 1744, 4.7 kB (checked in by jalet, 20 years ago)

Wrote some doc for dumpykota

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2
3  <!entity INSTALLATION system "installation.sgml">
4  <!entity FILTERPYKOTA system "filterpykota.sgml">
5  <!entity PKPRINTERS system "pkprinters.sgml">
6  <!entity EDPYKOTA system "edpykota.sgml">
7  <!entity REPYKOTA system "repykota.sgml">
8  <!entity PYKOTME system "pykotme.sgml">
9  <!entity WARNPYKOTA system "warnpykota.sgml">
10  <!entity SCRIPTS system "scripts.sgml">
11  <!entity PKHINT system "pkhint.sgml">
12  <!entity PYKOSD system "pykosd.sgml">
13  <!entity DUMPYKOTA system "dumpykota.sgml">
14  <!entity GNUGPL system "gnugpl.sgml">
15
16]>
17
18<!-- $Id$ -->
19
20<book lang="en">
21  <bookinfo>
22    <title>PyKota Documentation</title>
23    <subtitle>A full featured Print Quota Solution for CUPS and LPRng</subtitle>
24    <copyright>
25      <year>2003</year>
26      <year>2004</year>
27      <holder>Jerome Alet</holder>
28    </copyright>
29
30    <date>$Date$</date>
31
32    <authorgroup>
33      <author>
34        <firstname>J�me</firstname>
35        <surname>Alet</surname>
36        <affiliation>
37          <orgname>C@LL - Conseil Internet &amp; Logiciels Libres</orgname>
38          <address>
39            <street>48 Avenue Vincent Arnaud</street>
40            <city>06300 Nice</city>
41            <country>France</country>
42            Email : <email><ulink url="mailto:alet@librelogiciel.com">alet@librelogiciel.com</ulink></email>
43            Phone : <phone>(+33) 4 93 27 12 98</phone>
44          </address>
45        </affiliation>
46      </author>
47    </authorgroup>
48
49    <abstract>
50      <title>Abstract</title>
51      <para>
52        This document will describe the setup of the PyKota Print Quota system
53        for the Common UNIX Printing Environment and LPRng, and its day-to-day use.
54      </para>
55    </abstract>
56
57    <legalnotice>
58      <title>Legal Notice</title>
59
60      <para>
61        This documentation is licensed under the terms of the GNU
62        General Public License as described below.
63      </para>
64     
65      <para>
66        This program is free software; you can redistribute it and/or modify
67        it under the terms of the GNU General Public License as published by
68        the Free Software Foundation; either version 2 of the License, or
69        (at your option) any later version.
70      </para> 
71
72      <para>
73        This program is distributed in the hope that it will be useful,
74        but WITHOUT ANY WARRANTY; without even the implied warranty of
75        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
76        GNU General Public License for more details.
77      </para> 
78
79      <para>
80        You should have received a copy of the GNU General Public License
81        along with this program; if not, write to the Free Software
82        Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
83      </para>
84     
85      <para>
86        A copy of the entire license is included in the section entitled "GNU
87        General Public License".
88      </para>
89
90      <para>
91        In case you encounter any problem, please contact
92        <ulink url="mailto:info@librelogiciel.com">
93          J�me Alet
94        </ulink>
95        , author of the present document.
96      </para>
97
98      <para>
99        $Date$
100        $Revision$
101      </para>
102
103    </legalnotice>
104
105  </bookinfo>
106
107  &INSTALLATION;
108 
109  &FILTERPYKOTA;
110 
111  &PKPRINTERS;
112
113  &EDPYKOTA;
114   
115  &REPYKOTA;
116   
117  &PYKOTME; 
118 
119  &WARNPYKOTA;
120 
121  &DUMPYKOTA;
122 
123  &PKHINT;
124 
125  &PYKOSD;
126 
127  &SCRIPTS;
128   
129  &GNUGPL;
130
131</book>
132
133<!--
134
135$Log$
136Revision 1.14  2004/09/27 08:19:14  jalet
137Wrote some doc for dumpykota
138
139Revision 1.13  2004/07/16 12:22:46  jalet
140LPRng support early version
141
142Revision 1.12  2004/03/18 10:32:23  jalet
143Added pkhint's documentation
144
145Revision 1.11  2004/03/16 14:42:31  jalet
146Improved documentation
147
148Revision 1.10  2004/01/12 23:16:42  jalet
149Copyright year.
150
151Revision 1.9  2003/11/18 08:39:49  jalet
152Documentation's licensed changed from GNU FDL to GNU GPL, to please Debian.
153
154Revision 1.8  2003/08/18 19:20:19  jalet
155I don't know what I did, but I know this was incorrect !
156Documentation compiles again.
157
158Revision 1.7  2003/07/29 09:54:03  jalet
159Added configurable LDAP mail attribute support
160
161Revision 1.6  2003/07/25 13:10:58  jalet
162Improved documentation
163
164Revision 1.5  2003/07/25 10:41:29  jalet
165Better documentation.
166pykotme now displays the current user's account balance.
167Some test changed in ldap module.
168
169Revision 1.4  2003/03/25 09:32:06  jalet
170Improved documentation.
171
172Revision 1.3  2003/03/18 22:18:25  jalet
173The documentation will only be a sequence of chapters in a single part, not
174multiple parts each including chapters.
175
176Revision 1.2  2003/02/08 00:13:49  jalet
177What is the tag for the zip code ?
178
179Revision 1.1  2003/02/08 00:03:35  jalet
180Documentation skeleton added
181
182
183-->
Note: See TracBrowser for help on using the browser.