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

Revision 753, 2.6 kB (checked in by jalet, 21 years ago)

Documentation skeleton added

  • 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            <para>Email : <email><ulink url="mailto:alet@librelogiciel.com">alet@librelogiciel.com</ulink></email>
35            <para>Tel : <phone>(+33) 4 93 27 12 98</phone></para>
36          </address>
37        </affiliation>
38      </author>
39    </authorgroup>
40
41    <abstract>
42      <title>Abstract</title>
43      <para>
44        This document will describe the setup of the PyKota Print Quota system
45        for the Common UNIX Printing Environment, and its day-to-day use.
46      </para>
47    </abstract>
48
49    <legalnotice>
50      <title>Legal Notice</title>
51
52      <para>
53        Permission is granted to copy, distribute and/or modify this document
54        under the terms of the GNU Free Documentation License, Version 1.1
55        or any later version published by the Free Software Foundation;
56        with no Invariant Sections, with no
57        Front-Cover Texts, and with no Back-Cover Texts.
58        A copy of the license is included in the section entitled "GNU
59        Free Documentation License".
60      </para>
61
62      <para>
63        In case you encounter any problem, please contact
64        <ulink url="mailto:info@librelogiciel.com">
65          J�me Alet
66        </ulink>
67        , author of this document.
68      </para>
69
70      <para>
71        $Date$
72        $Revision$
73      </para>
74
75    </legalnotice>
76
77  </bookinfo>
78
79  <part id="installation">
80    <title id="installation-title">Installation</title>
81
82    <toc></toc>
83
84    &INSTALLATION;
85
86  </part>
87
88  <part id="commandline">
89    <title id="commandline-title">Command Line tools</title>
90
91    <toc></toc>
92
93    &EDPYKOTA;
94   
95    &REPYKOTA;
96   
97    &WARNPYKOTA;
98   
99    &FILTERPYKOTA;
100
101  </part>
102
103  &GNUFDL;
104
105</book>
106
107<!--
108
109$Log$
110Revision 1.1  2003/02/08 00:03:35  jalet
111Documentation skeleton added
112
113
114-->
Note: See TracBrowser for help on using the browser.