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

Revision 2541, 3.7 kB (checked in by jerome, 19 years ago)

Added skeletons for pkturnkey and pkbcodes

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