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

Revision 1189, 4.0 kB (checked in by jalet, 20 years ago)

Documentation's licensed changed from GNU FDL to GNU GPL, to please Debian.

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