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

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