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

Revision 2028, 4.9 kB (checked in by jalet, 19 years ago)

Modified copyright years

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