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

Revision 1409, 4.4 kB (checked in by jalet, 20 years ago)

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