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 WARNPYKOTA system "warnpykota.sgml"> |
---|
6 | <!entity REPYKOTA system "repykota.sgml"> |
---|
7 | <!entity FILTERPYKOTA system "filterpykota.sgml"> |
---|
8 | <!entity GNUFDL system "gnufdl.sgml"> |
---|
9 | |
---|
10 | ]> |
---|
11 | |
---|
12 | <!-- $Id$ --> |
---|
13 | |
---|
14 | <book lang="en"> |
---|
15 | <bookinfo> |
---|
16 | <title>PyKota Documentation</title> |
---|
17 | <subtitle>A full featured Print Quota Solution for CUPS</subtitle> |
---|
18 | <copyright> |
---|
19 | <year>2003</year> |
---|
20 | <holder>Jerome Alet</holder> |
---|
21 | </copyright> |
---|
22 | |
---|
23 | <date>$Date$</date> |
---|
24 | |
---|
25 | <authorgroup> |
---|
26 | <author> |
---|
27 | <firstname>J�me</firstname> |
---|
28 | <surname>Alet</surname> |
---|
29 | <affiliation> |
---|
30 | <orgname>C@LL - Conseil Internet & Logiciels Libres</orgname> |
---|
31 | <address> |
---|
32 | <street>48 Avenue Vincent Arnaud</street> |
---|
33 | <city>06300 Nice</city> |
---|
34 | <country>France</country> |
---|
35 | Email : <email><ulink url="mailto:alet@librelogiciel.com">alet@librelogiciel.com</ulink></email> |
---|
36 | Phone : <phone>(+33) 4 93 27 12 98</phone> |
---|
37 | </address> |
---|
38 | </affiliation> |
---|
39 | </author> |
---|
40 | </authorgroup> |
---|
41 | |
---|
42 | <abstract> |
---|
43 | <title>Abstract</title> |
---|
44 | <para> |
---|
45 | This document will describe the setup of the PyKota Print Quota system |
---|
46 | for the Common UNIX Printing Environment, and its day-to-day use. |
---|
47 | </para> |
---|
48 | </abstract> |
---|
49 | |
---|
50 | <legalnotice> |
---|
51 | <title>Legal Notice</title> |
---|
52 | |
---|
53 | <para> |
---|
54 | Permission is granted to copy, distribute and/or modify this document |
---|
55 | under the terms of the GNU Free Documentation License, Version 1.1 |
---|
56 | or any later version published by the Free Software Foundation; |
---|
57 | with no Invariant Sections, with no |
---|
58 | Front-Cover Texts, and with no Back-Cover Texts. |
---|
59 | A copy of the license is included in the section entitled "GNU |
---|
60 | Free Documentation License". |
---|
61 | </para> |
---|
62 | |
---|
63 | <para> |
---|
64 | In case you encounter any problem, please contact |
---|
65 | <ulink url="mailto:info@librelogiciel.com"> |
---|
66 | J�me Alet |
---|
67 | </ulink> |
---|
68 | , author of the present document. |
---|
69 | </para> |
---|
70 | |
---|
71 | <para> |
---|
72 | $Date$ |
---|
73 | $Revision$ |
---|
74 | </para> |
---|
75 | |
---|
76 | </legalnotice> |
---|
77 | |
---|
78 | </bookinfo> |
---|
79 | |
---|
80 | &INSTALLATION; |
---|
81 | |
---|
82 | &FILTERPYKOTA; |
---|
83 | |
---|
84 | &EDPYKOTA; |
---|
85 | |
---|
86 | &REPYKOTA; |
---|
87 | |
---|
88 | &WARNPYKOTA; |
---|
89 | |
---|
90 | &GNUFDL; |
---|
91 | |
---|
92 | </book> |
---|
93 | |
---|
94 | <!-- |
---|
95 | |
---|
96 | $Log$ |
---|
97 | Revision 1.4 2003/03/25 09:32:06 jalet |
---|
98 | Improved documentation. |
---|
99 | |
---|
100 | Revision 1.3 2003/03/18 22:18:25 jalet |
---|
101 | The documentation will only be a sequence of chapters in a single part, not |
---|
102 | multiple parts each including chapters. |
---|
103 | |
---|
104 | Revision 1.2 2003/02/08 00:13:49 jalet |
---|
105 | What is the tag for the zip code ? |
---|
106 | |
---|
107 | Revision 1.1 2003/02/08 00:03:35 jalet |
---|
108 | Documentation skeleton added |
---|
109 | |
---|
110 | |
---|
111 | --> |
---|