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

Revision 754, 2.7 kB (checked in by jalet, 21 years ago)

What is the tag for the zip code ?

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2
3  <!entity INSTALLATION system "installation.sgml">
4  <!entity EDPYKOTA system "edpykota.sgml">
5  <!entity WARNPYKOTA system "warnpykota.sgml">
6  <!entity REPYKOTA system "repykota.sgml">
7  <!entity FILTERPYKOTA system "filterpykota.sgml">
8  <!entity GNUFDL system "gnufdl.sgml">
9
10]>
11
12<!-- $Id$ -->
13
14<book lang="en">
15  <bookinfo>
16    <title>PyKota Documentation</title>
17    <subtitle>A full featured Print Quota Solution for CUPS</subtitle>
18    <copyright>
19      <year>2003</year>
20      <holder>Jerome Alet</holder>
21    </copyright>
22
23    <date>$Date$</date>
24
25    <authorgroup>
26      <author>
27        <firstname>J�me</firstname>
28        <surname>Alet</surname>
29        <affiliation>
30          <orgname>C@LL - Conseil Internet &amp; Logiciels Libres</orgname>
31          <address>
32            <street>48 Avenue Vincent Arnaud</street>
33            <city>06300 Nice</city>
34            <country>France</country>
35            Email : <email><ulink url="mailto:alet@librelogiciel.com">alet@librelogiciel.com</ulink></email>
36            Phone : <phone>(+33) 4 93 27 12 98</phone>
37          </address>
38        </affiliation>
39      </author>
40    </authorgroup>
41
42    <abstract>
43      <title>Abstract</title>
44      <para>
45        This document will describe the setup of the PyKota Print Quota system
46        for the Common UNIX Printing Environment, and its day-to-day use.
47      </para>
48    </abstract>
49
50    <legalnotice>
51      <title>Legal Notice</title>
52
53      <para>
54        Permission is granted to copy, distribute and/or modify this document
55        under the terms of the GNU Free Documentation License, Version 1.1
56        or any later version published by the Free Software Foundation;
57        with no Invariant Sections, with no
58        Front-Cover Texts, and with no Back-Cover Texts.
59        A copy of the license is included in the section entitled "GNU
60        Free Documentation License".
61      </para>
62
63      <para>
64        In case you encounter any problem, please contact
65        <ulink url="mailto:info@librelogiciel.com">
66          J�me Alet
67        </ulink>
68        , author of the present document.
69      </para>
70
71      <para>
72        $Date$
73        $Revision$
74      </para>
75
76    </legalnotice>
77
78  </bookinfo>
79
80  <part id="installation">
81    <title id="installation-title">Installation</title>
82
83    <toc></toc>
84
85    &INSTALLATION;
86
87  </part>
88
89  <part id="commandline">
90    <title id="commandline-title">Command Line tools</title>
91
92    <toc></toc>
93
94    &EDPYKOTA;
95   
96    &REPYKOTA;
97   
98    &WARNPYKOTA;
99   
100    &FILTERPYKOTA;
101
102  </part>
103
104  &GNUFDL;
105
106</book>
107
108<!--
109
110$Log$
111Revision 1.2  2003/02/08 00:13:49  jalet
112What is the tag for the zip code ?
113
114Revision 1.1  2003/02/08 00:03:35  jalet
115Documentation skeleton added
116
117
118-->
Note: See TracBrowser for help on using the browser.