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

Revision 1406, 4.3 kB (checked in by jalet, 20 years ago)

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