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
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">
[2833]19  <!entity PKUSERS system "pkusers.sgml">
[2836]20  <!entity PKNOTIFY system "pknotify.sgml">
21  <!entity PKINVOICE system "pkinvoice.sgml">
[3115]22  <!entity PKREFUND system "pkrefund.sgml">
[1189]23  <!entity GNUGPL system "gnugpl.sgml">
[753]24
25]>
26
27<!-- $Id$ -->
28
29<book lang="en">
30  <bookinfo>
31    <title>PyKota Documentation</title>
[2478]32    <subtitle>A full featured Print Quota Solution for CUPS</subtitle>
[753]33    <copyright>
34      <year>2003</year>
[1288]35      <year>2004</year>
[2028]36      <year>2005</year>
[2622]37      <year>2006</year>
[753]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>
[754]52            <country>France</country>
53            Email : <email><ulink url="mailto:alet@librelogiciel.com">alet@librelogiciel.com</ulink></email>
[2841]54            Phone : <phone>+33 (0) 4 93 27 12 98</phone>
[753]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
[2478]64        for the Common UNIX Printing System, and its day-to-day use.
[753]65      </para>
66    </abstract>
67
68    <legalnotice>
69      <title>Legal Notice</title>
70
71      <para>
[1189]72        This documentation is licensed under the terms of the GNU
73        General Public License as described below.
[753]74      </para>
[1189]75     
76      <para>
[3259]77        This program is free software: you can redistribute it and/or modify
[1189]78        it under the terms of the GNU General Public License as published by
[3259]79        the Free Software Foundation, either version 3 of the License, or
[1189]80        (at your option) any later version.
[3259]81      </para>
82       
[753]83      <para>
[1189]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.
[3259]88      </para>
89       
[1189]90      <para>
91        You should have received a copy of the GNU General Public License
[3259]92        along with this program.  If not, see <http://www.gnu.org/licenses/>.
[1189]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>
[753]101        In case you encounter any problem, please contact
102        <ulink url="mailto:info@librelogiciel.com">
103          J�me Alet
104        </ulink>
[754]105        , author of the present document.
[753]106      </para>
107
108      <para>
109        $Date$
110        $Revision$
111      </para>
112
113    </legalnotice>
114
115  </bookinfo>
116
[2526]117  &INTRODUCTION;
118 
[857]119  &INSTALLATION;
[1406]120 
[2557]121  &FILTERPYKOTA;
122 
[2541]123  &PKTURNKEY;
124 
[1406]125  &PKPRINTERS;
[2833]126 
127  &PKUSERS;
[865]128
[857]129  &EDPYKOTA;
[1783]130 
[857]131  &REPYKOTA;
[753]132   
[1099]133  &PYKOTME; 
134 
[857]135  &WARNPYKOTA;
[1406]136 
[1744]137  &DUMPYKOTA;
[1409]138 
[2541]139  &PKBCODES;
140 
[1600]141  &PYKOSD;
[1744]142 
[2561]143  &AUTOPYKOTA;
144 
[2836]145  &PKINVOICE;
146 
[3115]147  &PKREFUND;
148 
[2561]149  &PKBANNER;
150 
[2836]151  &PKNOTIFY;
152 
[2115]153  &PKMAIL;
154 
[1744]155  &SCRIPTS;
[753]156   
[1189]157  &GNUGPL;
[753]158
159</book>
160
Note: See TracBrowser for help on using the browser.