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

Revision 3275, 4.0 kB (checked in by jerome, 16 years ago)

Updated copyright years.
Changed some remaining ISO-8859-15 markers to UTF-8 in Python source code.
Added missing source encoding markers.
Added missing copyright messages.

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