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

Revision 2561, 3.7 kB (checked in by jerome, 19 years ago)

Added pkbanner's documentation

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