X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=html%2Fcgi-bin%2Fcredits.cgi;h=f370e80b68daa4c5d8709b490c45feb2b46a833b;hb=415cbcecfae2330a8c4211dc4c17e8a98ee4f64b;hp=e667c83dacd2e3aeb4f22588f9c2849e24889b24;hpb=6fea934bf60b770d08c8d36c442b5904539875ff;p=ipfire-2.x.git diff --git a/html/cgi-bin/credits.cgi b/html/cgi-bin/credits.cgi index e667c83dac..f370e80b68 100644 --- a/html/cgi-bin/credits.cgi +++ b/html/cgi-bin/credits.cgi @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2010 IPFire Team # +# Copyright (C) 2011 IPFire Team # # # # 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 # @@ -39,78 +39,106 @@ require "${General::swroot}/header.pl"; print <$Lang::tr{'donation-text'}

-
-
- - - - -
-
-
+
+ + $Lang::tr{'donation'} + +
END ; &Header::closebox(); -&Header::openbox('100%', 'left', $Lang::tr{'credits'}); +&Header::openbox('100%', 'left',); print <
http://www.ipfire.org/
-
+
+
+ $Lang::tr{'visit us at'}: http://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:
- -Project Leader - Michael Tremer -(mitch\@ipfire.org)
-Vice Project Leader - Christian Schmidt -(maniacikarus\@ipfire.org)
-Maintainer IPFire 2.x - Arne Fitzenreiter -(arne\@ipfire.org)
-Developer - Stefan Schantl -(stevee\@ipfire.org)
-Developer - Jan Paul Tücking -(earl\@ipfire.org)
-Developer & Webmaster - Heiner Schmeling -(cm\@ipfire.org)
-Developer (Addons) - Peter Pfeiffer -(peterman\@ipfire.org)
-Supporter, Wiki-Admin & Sponsor - Ronald Wiesinger -(rowie\@ipfire.org)
-Supporter & Wiki-Admin - Silvio Rechenbach -(exciter\@ipfire.org)
-Sponsor - Peter Schaelchli -(scp\@ipfire.org)
-Sponsor - Sven Nierlein -(affect\@versatel.de)
-Sponsor - Rene Zingel -(linuxadmin\@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();