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

Revision 1783, 4.8 kB (checked in by jalet, 20 years ago)

Improved documentation

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