# $Id$ PyKotIcon - Client side helper for PyKota (c) 2003, 2004, 2005, 2006 Jerome Alet This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. ==================================================================== PyKotIcon is a cross-platform client-side helper for PyKota. It is meant to be launched whenever the user logs in, and stay in the taskbar (depending on the client operating system) until the user closes his session. It's icon represents a green dollar sign when the user is still allowed to print, and a red dollar sign when he is forbidden to print on at least one printer. INSTALLATION : -------------- on the client : $ python setup.py install $ pykoticon pykota_server_ip_address local_tcp_port on the pykota server : $ ./tests/test.py client_ip_address client_tcp_port NB : You need wxPython for PyKotIcon to work. NB2 : Don't expect too much yet ! This release is for developpers only. ==================================================================== Please e-mail bugs to the PyKota mailing list at : pykota@librelogiciel.com or to the main author at : alet@librelogiciel.com (Jerome Alet)