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

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

Removed pkmail : nobody uses it, and no further improvments are planned.

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