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