X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=html%2Fcgi-bin%2Fcredits.cgi;h=7cda40251a2422917f43c44f148a01c50190744a;hp=7375afdb8471576b0677c86453c1b23e52511b6b;hb=727ac931479d2c67f50692d5ac3807b1bf9d5dee;hpb=fdde104f2d7a333b79fe61eeeb77582efe10cb58 diff --git a/html/cgi-bin/credits.cgi b/html/cgi-bin/credits.cgi index 7375afdb84..7cda40251a 100644 --- a/html/cgi-bin/credits.cgi +++ b/html/cgi-bin/credits.cgi @@ -35,69 +35,110 @@ require "${General::swroot}/header.pl"; &Header::openbigbox('100%', 'center'); -&Header::openbox('100%', 'left', $Lang::tr{'credits'}); +&Header::openbox('100%', 'left', $Lang::tr{'donation'}); print <
http://www.ipfire.org/
-
+

$Lang::tr{'donation-text'}

+ +
+ + $Lang::tr{'donation'} + +
+END +; +&Header::closebox(); + +&Header::openbox('100%', 'left',); + +print < +
+ $Lang::tr{'visit us at'}: https://www.ipfire.org/ +
+

+

- IPFire is based on IPCop and Smoothwall. Many thanks to its developers.
- We want to say thank you to all of the developers who ever contributed anything to IPFire. + Core Developers:

-

Development:
- -Arne Fitzenreiter -(arne.fitzenreiter\@ipfire.org) - Maintainer IPFire 2.x
-Michael Tremer -(michael.tremer\@ipfire.org) - Project Leader
-Christian Schmidt -(christian.schmidt\@ipfire.org) - Vice Project Leader
-Stefan Schantl -(stefan.schantl\@ipfire.org)
-Jan Paul Tücking -(jan.tuecking\@ipfire.org)
-Heiner Schmeling -(heiner.schmeling\@ipfire.org)
-Ronald Wiesinger -(ronald.wiesinger\@ipfire.org)
-Silvio Rechenbach -(silvio.rechenbach\@ipfire.org)
-Dirk Wagner -(dirk.wagner\@ipfire.org)
-Erik Kapfer -(erik.kapfer\@ipfire.org)
-Alfred Haas -(alfred.haas\@ipfire.org)
- -

Inactive:
- -Peter Pfeiffer -(peter.pfeifer\@ipfire.org)
-Peter Schälchli -(peter.schaelchli\@ipfire.org)
-

-

Some parts of the distribution are left ajar on third-party software, that is licensed under the GPL, too.
-There are: Advanced Proxy with URL-Filter and Update-Accelerator, ZERINA, Connection Scheduler, Hddtemp and Wake-on-LAN.
-Distributed by Marco Sondermann, Ufuk Altinkaynak, Thomas Eichstaedt and Olaf Westrik.

-

+

-This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/. +

+ Community Developers:

+ + END ; &Header::closebox(); -&Header::openbox('100%', 'left', 'General Public License v3'); -if ( -e "/usr/share/doc/licenses/GPLv3" ) { - print ''; -} -else { - print '
GENERAL PUBLIC LICENSE
'; -} - +&Header::openbox("100%", "left", $Lang::tr{'other'}); +print < + This product includes GeoLite data created by MaxMind, available from + http://www.maxmind.com/. +

+END +; &Header::closebox(); &Header::closebigbox();