root / pykoticon / trunk / README @ 95

Revision 95, 1.8 kB (checked in by jerome, 18 years ago)

Typo

  • Property svn:keywords set to Id
Line 
1# $Id$
2
3PyKotIcon - Client side helper for PyKota
4
5(c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com>
6This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2 of the License, or
9(at your option) any later version.
10
11This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with this program; if not, write to the Free Software
18Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
19
20====================================================================
21
22PyKotIcon is a cross-platform client-side helper for PyKota.
23
24It is meant to be launched whenever the user logs in, and stay in
25the taskbar (depending on the client operating system) until the
26user closes his session.
27
28It's icon represents a green dollar sign when the user is still allowed
29to print, and a red dollar sign when he is forbidden to print on at
30least one printer.
31
32INSTALLATION :
33--------------
34
35on the client :
36
37  $ python setup.py install
38  $ pykoticon pykota_server_ip_address local_tcp_port
39 
40on the pykota server :
41
42  $ ./tests/test.py client_ip_address client_tcp_port
43 
44NB : You need wxPython for PyKotIcon to work. 
45 
46NB2 : Don't expect too much yet ! This release is for developpers only. 
47 
48====================================================================
49   
50Please e-mail bugs to the PyKota mailing list at : pykota@librelogiciel.com
51or to the main author at : alet@librelogiciel.com (Jerome Alet)
Note: See TracBrowser for help on using the browser.