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

Revision 2622, 3.7 kB (checked in by jerome, 18 years ago)

Added 2006 to the copyright's years.

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