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

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

Added skeletons for pkturnkey and pkbcodes

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