root / pykota / trunk / pykota / version.py @ 859

Revision 859, 0.6 kB (checked in by jalet, 21 years ago)

The port on which the Quota Storage Sever is listening can now
be set in the configuration file (see sample).
Better error handling if PygreSQL is not installed.
Improved documentation.
Version number changed to 1.02alpha

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# PyKota
2#
3# PyKota : Print Quotas for CUPS
4#
5# (c) 2003 Jerome Alet <alet@librelogiciel.com>
6# You're welcome to redistribute this software under the
7# terms of the GNU General Public Licence version 2.0
8# or, at your option, any higher version.
9#
10# You can read the complete GNU GPL in the file COPYING
11# which should come along with this software, or visit
12# the Free Software Foundation's WEB site http://www.fsf.org
13#
14# $Id$
15#
16
17__version__ = "1.02alpha-unofficial"
18
19__doc__ = """PyKota : a complete Printing Quota Solution for CUPS."""
20
21__author__ = """Jerome Alet - alet@librelogiciel.com"""
Note: See TracBrowser for help on using the browser.