[840] | 1 | # $Id$ |
---|
| 2 | |
---|
[2478] | 3 | PyKota - Print Quotas for CUPS and LPRng |
---|
[840] | 4 | |
---|
[2622] | 5 | (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> |
---|
[873] | 6 | This program is free software; you can redistribute it and/or modify |
---|
| 7 | it under the terms of the GNU General Public License as published by |
---|
| 8 | the Free Software Foundation; either version 2 of the License, or |
---|
| 9 | (at your option) any later version. |
---|
[840] | 10 | |
---|
[873] | 11 | This program is distributed in the hope that it will be useful, |
---|
| 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
| 14 | GNU General Public License for more details. |
---|
[840] | 15 | |
---|
[873] | 16 | You should have received a copy of the GNU General Public License |
---|
| 17 | along with this program; if not, write to the Free Software |
---|
[2303] | 18 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
---|
[873] | 19 | |
---|
[840] | 20 | ==================================================================== |
---|
| 21 | |
---|
| 22 | This directory contains scripts which may be used to query printers |
---|
| 23 | for their life time page counter, so you could define them as |
---|
[1483] | 24 | hardware accounters in PyKota configuration file. |
---|
[840] | 25 | |
---|
| 26 | They are completely untested, and you certainely have to edit them to |
---|
| 27 | make them work as part of PyKota. |
---|
| 28 | |
---|
| 29 | Any success or failure report is more than welcome. |
---|
| 30 | |
---|
| 31 | ==================================================================== |
---|