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

Revision 3259, 3.9 kB (checked in by jerome, 16 years ago)

Began work on moving from GNU GPL v2 or later to GNU GPL v3 or later.
TODO : Also move command line tools and library.
TODO : Change documentation from SGML DocBook? to XML DocBook? to
TODO : accomodate the GNU GPL v3 text available in DocBook? XML
TODO : from www.gnu.org

  • 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 PKNOTIFY system "pknotify.sgml">
21  <!entity PKINVOICE system "pkinvoice.sgml">
22  <!entity PKREFUND system "pkrefund.sgml">
23  <!entity GNUGPL system "gnugpl.sgml">
24
25]>
26
27<!-- $Id$ -->
28
29<book lang="en">
30  <bookinfo>
31    <title>PyKota Documentation</title>
32    <subtitle>A full featured Print Quota Solution for CUPS</subtitle>
33    <copyright>
34      <year>2003</year>
35      <year>2004</year>
36      <year>2005</year>
37      <year>2006</year>
38      <holder>Jerome Alet</holder>
39    </copyright>
40
41    <date>$Date$</date>
42
43    <authorgroup>
44      <author>
45        <firstname>J�me</firstname>
46        <surname>Alet</surname>
47        <affiliation>
48          <orgname>C@LL - Conseil Internet &amp; Logiciels Libres</orgname>
49          <address>
50            <street>48 Avenue Vincent Arnaud</street>
51            <city>06300 Nice</city>
52            <country>France</country>
53            Email : <email><ulink url="mailto:alet@librelogiciel.com">alet@librelogiciel.com</ulink></email>
54            Phone : <phone>+33 (0) 4 93 27 12 98</phone>
55          </address>
56        </affiliation>
57      </author>
58    </authorgroup>
59
60    <abstract>
61      <title>Abstract</title>
62      <para>
63        This document will describe the setup of the PyKota Print Quota system
64        for the Common UNIX Printing System, and its day-to-day use.
65      </para>
66    </abstract>
67
68    <legalnotice>
69      <title>Legal Notice</title>
70
71      <para>
72        This documentation is licensed under the terms of the GNU
73        General Public License as described below.
74      </para>
75     
76      <para>
77        This program is free software: you can redistribute it and/or modify
78        it under the terms of the GNU General Public License as published by
79        the Free Software Foundation, either version 3 of the License, or
80        (at your option) any later version.
81      </para>
82       
83      <para>
84        This program is distributed in the hope that it will be useful,
85        but WITHOUT ANY WARRANTY; without even the implied warranty of
86        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
87        GNU General Public License for more details.
88      </para>
89       
90      <para>
91        You should have received a copy of the GNU General Public License
92        along with this program.  If not, see <http://www.gnu.org/licenses/>.
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  &PKREFUND;
148 
149  &PKBANNER;
150 
151  &PKNOTIFY;
152 
153  &PKMAIL;
154 
155  &SCRIPTS;
156   
157  &GNUGPL;
158
159</book>
160
Note: See TracBrowser for help on using the browser.