1 | <!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [ |
---|
2 | |
---|
3 | <!entity INTRODUCTION system "introduction.sgml"> |
---|
4 | <!entity INSTALLATION system "installation.sgml"> |
---|
5 | <!entity FILTERPYKOTA system "filterpykota.sgml"> |
---|
6 | <!entity PKPRINTERS system "pkprinters.sgml"> |
---|
7 | <!entity EDPYKOTA system "edpykota.sgml"> |
---|
8 | <!entity REPYKOTA system "repykota.sgml"> |
---|
9 | <!entity PYKOTME system "pykotme.sgml"> |
---|
10 | <!entity WARNPYKOTA system "warnpykota.sgml"> |
---|
11 | <!entity SCRIPTS system "scripts.sgml"> |
---|
12 | <!entity PYKOSD system "pykosd.sgml"> |
---|
13 | <!entity DUMPYKOTA system "dumpykota.sgml"> |
---|
14 | <!entity AUTOPYKOTA system "autopykota.sgml"> |
---|
15 | <!entity PKTURNKEY system "pkturnkey.sgml"> |
---|
16 | <!entity PKBCODES system "pkbcodes.sgml"> |
---|
17 | <!entity PKBANNER system "pkbanner.sgml"> |
---|
18 | <!entity PKMAIL system "pkmail.sgml"> |
---|
19 | <!entity PKUSERS system "pkusers.sgml"> |
---|
20 | <!entity PKNOTIFY system "pknotify.sgml"> |
---|
21 | <!entity PKINVOICE system "pkinvoice.sgml"> |
---|
22 | <!entity GNUGPL system "gnugpl.sgml"> |
---|
23 | |
---|
24 | ]> |
---|
25 | |
---|
26 | <!-- $Id$ --> |
---|
27 | |
---|
28 | <book lang="en"> |
---|
29 | <bookinfo> |
---|
30 | <title>PyKota Documentation</title> |
---|
31 | <subtitle>A full featured Print Quota Solution for CUPS</subtitle> |
---|
32 | <copyright> |
---|
33 | <year>2003</year> |
---|
34 | <year>2004</year> |
---|
35 | <year>2005</year> |
---|
36 | <year>2006</year> |
---|
37 | <holder>Jerome Alet</holder> |
---|
38 | </copyright> |
---|
39 | |
---|
40 | <date>$Date$</date> |
---|
41 | |
---|
42 | <authorgroup> |
---|
43 | <author> |
---|
44 | <firstname>J�me</firstname> |
---|
45 | <surname>Alet</surname> |
---|
46 | <affiliation> |
---|
47 | <orgname>C@LL - Conseil Internet & Logiciels Libres</orgname> |
---|
48 | <address> |
---|
49 | <street>48 Avenue Vincent Arnaud</street> |
---|
50 | <city>06300 Nice</city> |
---|
51 | <country>France</country> |
---|
52 | Email : <email><ulink url="mailto:alet@librelogiciel.com">alet@librelogiciel.com</ulink></email> |
---|
53 | Phone : <phone>+33 (0) 4 93 27 12 98</phone> |
---|
54 | </address> |
---|
55 | </affiliation> |
---|
56 | </author> |
---|
57 | </authorgroup> |
---|
58 | |
---|
59 | <abstract> |
---|
60 | <title>Abstract</title> |
---|
61 | <para> |
---|
62 | This document will describe the setup of the PyKota Print Quota system |
---|
63 | for the Common UNIX Printing System, and its day-to-day use. |
---|
64 | </para> |
---|
65 | </abstract> |
---|
66 | |
---|
67 | <legalnotice> |
---|
68 | <title>Legal Notice</title> |
---|
69 | |
---|
70 | <para> |
---|
71 | This documentation is licensed under the terms of the GNU |
---|
72 | General Public License as described below. |
---|
73 | </para> |
---|
74 | |
---|
75 | <para> |
---|
76 | This program is free software; you can redistribute it and/or modify |
---|
77 | it under the terms of the GNU General Public License as published by |
---|
78 | the Free Software Foundation; either version 2 of the License, or |
---|
79 | (at your option) any later version. |
---|
80 | </para> |
---|
81 | |
---|
82 | <para> |
---|
83 | This program is distributed in the hope that it will be useful, |
---|
84 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
85 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
86 | GNU General Public License for more details. |
---|
87 | </para> |
---|
88 | |
---|
89 | <para> |
---|
90 | You should have received a copy of the GNU General Public License |
---|
91 | along with this program; if not, write to the Free Software |
---|
92 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
---|
93 | </para> |
---|
94 | |
---|
95 | <para> |
---|
96 | A copy of the entire license is included in the section entitled "GNU |
---|
97 | General Public License". |
---|
98 | </para> |
---|
99 | |
---|
100 | <para> |
---|
101 | In case you encounter any problem, please contact |
---|
102 | <ulink url="mailto:info@librelogiciel.com"> |
---|
103 | J�me Alet |
---|
104 | </ulink> |
---|
105 | , author of the present document. |
---|
106 | </para> |
---|
107 | |
---|
108 | <para> |
---|
109 | $Date$ |
---|
110 | $Revision$ |
---|
111 | </para> |
---|
112 | |
---|
113 | </legalnotice> |
---|
114 | |
---|
115 | </bookinfo> |
---|
116 | |
---|
117 | &INTRODUCTION; |
---|
118 | |
---|
119 | &INSTALLATION; |
---|
120 | |
---|
121 | &FILTERPYKOTA; |
---|
122 | |
---|
123 | &PKTURNKEY; |
---|
124 | |
---|
125 | &PKPRINTERS; |
---|
126 | |
---|
127 | &PKUSERS; |
---|
128 | |
---|
129 | &EDPYKOTA; |
---|
130 | |
---|
131 | &REPYKOTA; |
---|
132 | |
---|
133 | &PYKOTME; |
---|
134 | |
---|
135 | &WARNPYKOTA; |
---|
136 | |
---|
137 | &DUMPYKOTA; |
---|
138 | |
---|
139 | &PKBCODES; |
---|
140 | |
---|
141 | &PYKOSD; |
---|
142 | |
---|
143 | &AUTOPYKOTA; |
---|
144 | |
---|
145 | &PKINVOICE; |
---|
146 | |
---|
147 | &PKBANNER; |
---|
148 | |
---|
149 | &PKNOTIFY; |
---|
150 | |
---|
151 | &PKMAIL; |
---|
152 | |
---|
153 | &SCRIPTS; |
---|
154 | |
---|
155 | &GNUGPL; |
---|
156 | |
---|
157 | </book> |
---|
158 | |
---|