# $Id$ PyKota - Print Quota for CUPS and LPRng (c) 2003-2004 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. ============================================================ TODO, in no particular order : - Finish implementation of quota-then-balance and balance-then-quota. - Finish correct handling of child processes when a job is cancelled by the user. - Modify software accounting so that user could never be over quota. - newuser: attach(posixAccount | inetOrgPerson | ..., fail|warn) same for newgroup - Test and document a possible workaround for knowing if the job is a banner (embed a postscript comment in the banner). - pkusers --nogroup pkusers --ingroups gr1,gr2,... --outgroups gr3,gr4,... - Ensures data are stored in a consistent way with Unicode : I can't reproduce the problem. - Allow the --ingroups command line option to repykota, to report only users members of the specified groups. - Documentation... - Complete web administrative interface with graphical reports. - Group administrators (think quotagrpdmins for disk quotas). Won't be implemented for now. - Multidatabase support, e.g. store users in LDAP, quota related datas in PostgreSQL, history in text file, and so on... For 2.0, probably not before. ============================================================ Please e-mail bugs to: alet@librelogiciel.com (Jerome Alet)