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

Revision 2833, 3.8 kB (checked in by jerome, 18 years ago)

Improved documentation a bit. More will follow.

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