1 | # $Id$ |
---|
2 | |
---|
3 | PyKota - Print Quotas for CUPS |
---|
4 | |
---|
5 | (c) 2003-2009 Jerome Alet <alet@librelogiciel.com> |
---|
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 3 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, see <http://www.gnu.org/licenses/>. |
---|
18 | |
---|
19 | ============================================================ |
---|
20 | |
---|
21 | Sponsors : |
---|
22 | ---------- |
---|
23 | |
---|
24 | This document used to list all the sponsors of the PyKota project. |
---|
25 | But, because of the success of this software, this is no longer |
---|
26 | practical to do so. That's why the list of all the sponsors of the |
---|
27 | PyKota project is now available online, and is updated in real time, |
---|
28 | at : |
---|
29 | |
---|
30 | http://www.pykota.com/sponsorslist |
---|
31 | |
---|
32 | |
---|
33 | Contributors : |
---|
34 | -------------- |
---|
35 | |
---|
36 | The following people contributed code or ideas to PyKota : |
---|
37 | |
---|
38 | - Joël Collet : PyKota's logo |
---|
39 | - Stefan Wold - Stockholm University : inital code for external policies |
---|
40 | and additionnal swedish translations. |
---|
41 | Added code to retrieve email address |
---|
42 | automatically from autopykota at |
---|
43 | user creation time. |
---|
44 | - John Flynn - University of Belize : LDAP support |
---|
45 | - Wayne Godoy - University of Belize : LDAP support |
---|
46 | - Leif Johansson - Stockholm University : LDAP support |
---|
47 | - Bob Martel - Cleveland State University : SNMP examples |
---|
48 | - Michael Stuebiger : Non-postscript printers support documentation |
---|
49 | - Oleg Biteryakov - University of Michigan : Bug fix in SQL code |
---|
50 | - Charl W. Möller - University of Stellenbosch : LDAP testing |
---|
51 | - Dennis Romero L. : Spanish translation and installation guide. |
---|
52 | - Daniel Mikkelsen : Sample configuration file fix |
---|
53 | - Carlos Fernandes : Brazilian Portuguese translation |
---|
54 | - René Lund Jensen : Contributed the pagecount.pl script |
---|
55 | - Henrik Janhagen - Kungliga Tekniska Högskolan : Swedish translation |
---|
56 | - Hugo Monteiro : Portuguese Portuguese translation |
---|
57 | - Peter Hawkins : First try at Debian packaging |
---|
58 | - Michele Baldessari : Italian translation |
---|
59 | - Ryan Suarez : Created a WiKi with lots of shemas |
---|
60 | - Eduardo Gielamo Oliveira and Rodolfo Broco Manin : PCL page counter |
---|
61 | - Sergey Romanov : bug fix |
---|
62 | - Sergio González González : Debianization + Doc + Spanish translation. |
---|
63 | - Suthep Yonpimai : Thai translation |
---|
64 | - Jurandy Martins - Universidade Estadual de Campinas : Brazilian translation |
---|
65 | - Spyros Melissovas - University of Ioannina : Greek translation |
---|
66 | - Alban Crequy - Revolution Linux |
---|
67 | - Johannes Laemmermann - German translation |
---|
68 | - Paulo Silva - Eurotux - Improved ESC/P2 miniparser |
---|
69 | - Christian Andreetta - SNMP waiting script |
---|
70 | - Paolo Nobili - Università degli Studi di Padova - SNMP waiting script |
---|
71 | - Beda Szukics - Kantonsschule Obwalden - German translation |
---|
72 | - Klaus Ade Johnstad - SkoleLinux - Norwegian Bokmål translation |
---|
73 | - Matt Hyclak - Numerous code contributions and help. |
---|
74 | - Wilson Roberto Afonso - Sent a patch for PJL. |
---|
75 | - Baris Cicek - Turkish translation. |
---|
76 | - Kanakorn Horsiritham - Wrote phpPykotaAdmin. |
---|
77 | - Tsang Yu Pong, Teddy - PHC Wing Kwong College - Chinese (Trad.) translation |
---|
78 | - Marcus Flávio de Lima - Universidade Federal de Minas Gerais : |
---|
79 | Brazilian PyKota+LDAP Documentation |
---|
80 | - Rong-En Fan - Helped improve the PJL stuff. |
---|
81 | - Michal Dobroczynski - Polish translation. |
---|
82 | - Jamuel P. Starkey - GCI Systems - Secondary MX server. |
---|
83 | - Kris Kopicki - Walford Anglican School for Girls Inc. - Wrote pykotadmin. |
---|
84 | - Brandon Holbrook - Mississipi State University : improved waitprinter.sh |
---|
85 | - Brian Glogower - Worked on gnuplot scripts |
---|
86 | - Andrew Ross - Parakeet Print Quota : Provided a patch to allow the |
---|
87 | configuration files directory to be set at run time. |
---|
88 | - Georger Araujo - Fixed a charset problem with MySQL. |
---|
89 | - Nuno Rodrigues - Faculdade de Ciências e Tecnologia / Universidade Nova |
---|
90 | de Lisboa : Portuguese translation. |
---|
91 | - Christopher Hoskin - Jesus College Oxford - Patch for parsing Device URI. |
---|
92 | - Jabka Atu - Fixed a problem with Debian changelog file. |
---|
93 | - Jan Christoph Nordholz - T.U. Berlin - Explained the cause of a strange |
---|
94 | problem with MySQL connections to 'localhost:3306'. |
---|
95 | - Darin Perusich - Cognigen Corp. - Ported the LDAP schema to Sun DS |
---|
96 | - Ilya Etingof and Börje Sennung - Fixed performance problems in SNMP |
---|
97 | queries. |
---|
98 | |
---|
99 | ============================================================== |
---|
100 | |
---|
101 | IF YOUR NAME DOESN'T APPEAR IN THE LISTS ABOVE, AND YOU |
---|
102 | THINK YOU DESERVE TO BE LISTED, JUST SEND ME AN EMAIL |
---|
103 | ASKING FOR BEING INCLUDED. |
---|
104 | |
---|
105 | I APOLOGIZE IN ADVANCE IF I'VE FORGOTTEN TO ADD YOUR NAME. |
---|
106 | |
---|
107 | ALSO, SOME PEOPLE MAY HAVE REFUSED TO BE LISTED HERE, THIS |
---|
108 | IS YOUR RIGHT TO DO SO TOO, JUST TELL ME. |
---|
109 | |
---|
110 | ============================================================== |
---|