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

Revision 1288, 4.1 kB (checked in by jalet, 20 years ago)

Copyright year.

  • 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 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 &amp; 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$
121Revision 1.10  2004/01/12 23:16:42  jalet
122Copyright year.
123
124Revision 1.9  2003/11/18 08:39:49  jalet
125Documentation's licensed changed from GNU FDL to GNU GPL, to please Debian.
126
127Revision 1.8  2003/08/18 19:20:19  jalet
128I don't know what I did, but I know this was incorrect !
129Documentation compiles again.
130
131Revision 1.7  2003/07/29 09:54:03  jalet
132Added configurable LDAP mail attribute support
133
134Revision 1.6  2003/07/25 13:10:58  jalet
135Improved documentation
136
137Revision 1.5  2003/07/25 10:41:29  jalet
138Better documentation.
139pykotme now displays the current user's account balance.
140Some test changed in ldap module.
141
142Revision 1.4  2003/03/25 09:32:06  jalet
143Improved documentation.
144
145Revision 1.3  2003/03/18 22:18:25  jalet
146The documentation will only be a sequence of chapters in a single part, not
147multiple parts each including chapters.
148
149Revision 1.2  2003/02/08 00:13:49  jalet
150What is the tag for the zip code ?
151
152Revision 1.1  2003/02/08 00:03:35  jalet
153Documentation skeleton added
154
155
156-->
Note: See TracBrowser for help on using the browser.