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

Revision 1600, 4.5 kB (checked in by jalet, 20 years ago)

LPRng support early version

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