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

Revision 1111, 3.1 kB (checked in by jalet, 21 years ago)

Added configurable LDAP mail attribute support

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
2  <!entity EDPYKOTA system "edpykota.sgml">
3  <!entity REPYKOTA system "repykota.sgml">
4  <!entity PYKOTME system "pykotme.sgml">
5  <!entity WARNPYKOTA system "warnpykota.sgml">
6  <!entity FILTERPYKOTA system "filterpykota.sgml">
7  <!entity GNUFDL system "gnufdl.sgml">
8
9]>
10
11<!-- $Id$ -->
12
13<book lang="en">
14  <bookinfo>
15    <title>PyKota Documentation</title>
16    <subtitle>A full featured Print Quota Solution for CUPS and LPRng</subtitle>
17    <copyright>
18      <year>2003</year>
19      <holder>Jerome Alet</holder>
20    </copyright>
21
22    <date>$Date$</date>
23
24    <authorgroup>
25      <author>
26        <firstname>J�me</firstname>
27        <surname>Alet</surname>
28        <affiliation>
29          <orgname>C@LL - Conseil Internet &amp; Logiciels Libres</orgname>
30          <address>
31            <street>48 Avenue Vincent Arnaud</street>
32            <city>06300 Nice</city>
33            <country>France</country>
34            Email : <email><ulink url="mailto:alet@librelogiciel.com">alet@librelogiciel.com</ulink></email>
35            Phone : <phone>(+33) 4 93 27 12 98</phone>
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 LPRng, 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 the present document.
68      </para>
69
70      <para>
71        $Date$
72        $Revision$
73      </para>
74
75    </legalnotice>
76
77  </bookinfo>
78
79  &INSTALLATION;
80
81  &FILTERPYKOTA;
82
83  &EDPYKOTA;
84   
85  &REPYKOTA;
86   
87  &PYKOTME; 
88 
89  &WARNPYKOTA;
90   
91  &GNUFDL;
92
93</book>
94
95<!--
96
97$Log$
98Revision 1.7  2003/07/29 09:54:03  jalet
99Added configurable LDAP mail attribute support
100
101Revision 1.6  2003/07/25 13:10:58  jalet
102Improved documentation
103
104Revision 1.5  2003/07/25 10:41:29  jalet
105Better documentation.
106pykotme now displays the current user's account balance.
107Some test changed in ldap module.
108
109Revision 1.4  2003/03/25 09:32:06  jalet
110Improved documentation.
111
112Revision 1.3  2003/03/18 22:18:25  jalet
113The documentation will only be a sequence of chapters in a single part, not
114multiple parts each including chapters.
115
116Revision 1.2  2003/02/08 00:13:49  jalet
117What is the tag for the zip code ?
118
119Revision 1.1  2003/02/08 00:03:35  jalet
120Documentation skeleton added
121
122
123-->
Note: See TracBrowser for help on using the browser.