[1003] | 1 | # $Id$ |
---|
| 2 | |
---|
[2478] | 3 | PyKota - Print Quotas for CUPS and LPRng |
---|
[1003] | 4 | |
---|
[2622] | 5 | (c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com> |
---|
[1003] | 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. |
---|
| 10 | |
---|
| 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. |
---|
| 15 | |
---|
| 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. |
---|
[1003] | 19 | |
---|
| 20 | ============================================================ |
---|
| 21 | |
---|
[3004] | 22 | Sponsors : |
---|
| 23 | ---------- |
---|
[1003] | 24 | |
---|
[3004] | 25 | This document used to list all the sponsors of the PyKota project. |
---|
| 26 | But, because of the success of this software, this is no longer |
---|
| 27 | practical to do so. That's why the list of all the sponsors of the |
---|
| 28 | PyKota project is now available online, and is updated in real time, |
---|
| 29 | at : |
---|
| 30 | |
---|
| 31 | http://www.pykota.com/sponsorslist |
---|
[1003] | 32 | |
---|
[2397] | 33 | |
---|
[1003] | 34 | Contributors : |
---|
| 35 | -------------- |
---|
| 36 | |
---|
| 37 | The following people contributed code or ideas to PyKota : |
---|
| 38 | |
---|
[1631] | 39 | - Jo�Collet : PyKota's logo |
---|
| 40 | - Stefan Wold - Stockholm University : inital code for external policies |
---|
[2521] | 41 | and additionnal swedish translations. |
---|
[1631] | 42 | - John Flynn - University of Belize : LDAP support |
---|
| 43 | - Wayne Godoy - University of Belize : LDAP support |
---|
| 44 | - Leif Johansson - Stockholm University : LDAP support |
---|
| 45 | - Bob Martel - Cleveland State University : SNMP examples |
---|
| 46 | - Michael Stuebiger : Non-postscript printers support documentation |
---|
| 47 | - Oleg Biteryakov - University of Michigan : Bug fix in SQL code |
---|
| 48 | - Charl W. M�r - University of Stellenbosch : LDAP testing |
---|
| 49 | - Dennis Romero L. : Spanish translation and installation guide. |
---|
| 50 | - Daniel Mikkelsen : Sample configuration file fix |
---|
[2119] | 51 | - Carlos Fernandes : Brazilian Portuguese translation |
---|
[1631] | 52 | - Ren�und Jensen : Contributed the pagecount.pl script |
---|
| 53 | - Henrik Janhagen - Kungliga Tekniska H�olan : Swedish translation |
---|
| 54 | - Hugo Monteiro : Portuguese Portuguese translation |
---|
| 55 | - Peter Hawkins : First try at Debian packaging |
---|
| 56 | - Michele Baldessari : Italian translation |
---|
| 57 | - Ryan Suarez : Created a WiKi with lots of shemas |
---|
| 58 | - Eduardo Gielamo Oliveira and Rodolfo Broco Manin : PCL page counter |
---|
| 59 | - Sergey Romanov : bug fix |
---|
[1654] | 60 | - Sergio Gonz�z Gonz�z : Debianization + Doc + Spanish translation. |
---|
[1642] | 61 | - Suthep Yonpimai : Thai translation |
---|
[2119] | 62 | - Jurandy Martins - Universidade Estadual de Campinas : Brazilian translation |
---|
[1659] | 63 | - Spyros Melissovas - University of Ioannina : Greek translation |
---|
[1684] | 64 | - Alban Crequy - Revolution Linux |
---|
[1672] | 65 | - Johannes Laemmermann - German translation |
---|
[1684] | 66 | - Paulo Silva - Eurotux - Improved ESC/P2 miniparser |
---|
[1723] | 67 | - Christian Andreetta - SNMP waiting script |
---|
| 68 | - Paolo Nobili - Universit�egli Studi di Padova - SNMP waiting script |
---|
[1885] | 69 | - Beda Szukics - Kantonsschule Obwalden - German translation |
---|
[1888] | 70 | - Klaus Ade Johnstad - SkoleLinux - Norwegian Bokm�translation |
---|
[2640] | 71 | - Matt Hyclak - Worked on banner handling and made MySQL support a reality |
---|
[1933] | 72 | - Wilson Roberto Afonso - Sent a patch for PJL. |
---|
[1941] | 73 | - Baris Cicek - Turkish translation. |
---|
[2025] | 74 | - Kanakorn Horsiritham - Wrote phpPykotaAdmin. |
---|
[3045] | 75 | - Tsang Yu Pong, Teddy - PHC Wing Kwong College - Chinese (Trad.) translation |
---|
| 76 | - Marcus Fl�o de Lima - Universidade Federal de Minas Gerais : |
---|
| 77 | Brazilian PyKota+LDAP Documentation |
---|
[2201] | 78 | - Rong-En Fan - Helped improve the PJL stuff. |
---|
[2545] | 79 | - Michal Dobroczynski - Polish translation. |
---|
[2549] | 80 | - Jamuel P. Starkey - GCI Systems - Secondary MX server. |
---|
[2606] | 81 | - Kris Kopicki - Walford Anglican School for Girls Inc. - Wrote pykotadmin. |
---|
[2614] | 82 | - Brandon Holbrook - Mississipi State University : improved waitprinter.sh |
---|
[2861] | 83 | - Brian Glogower - Worked on gnuplot scripts |
---|
[3045] | 84 | - Andrew Ross - Parakeet Print Quota : Provided a patch to allow the |
---|
| 85 | configuration files directory to be set at run time. |
---|
[3129] | 86 | - Georger Araujo - Fixed a charset problem with MySQL. |
---|
[1003] | 87 | |
---|
[1108] | 88 | ============================================================== |
---|
[1003] | 89 | |
---|
| 90 | IF YOUR NAME DOESN'T APPEAR IN THE LISTS ABOVE, AND YOU |
---|
| 91 | THINK YOU DESERVE TO BE LISTED, JUST SEND ME AN EMAIL |
---|
| 92 | ASKING FOR BEING INCLUDED. |
---|
| 93 | |
---|
| 94 | I APOLOGIZE IN ADVANCE IF I'VE FORGOTTEN TO ADD YOUR NAME. |
---|
| 95 | |
---|
| 96 | ALSO, SOME PEOPLE MAY HAVE REFUSED TO BE LISTED HERE, THIS |
---|
[1006] | 97 | IS YOUR RIGHT TO DO SO TOO, JUST TELL ME. |
---|
[1003] | 98 | |
---|
[1108] | 99 | ============================================================== |
---|