X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=html%2Fcgi-bin%2Fcredits.cgi;h=d61019ef1ca9c8d851b993300e434321860d27f9;hb=2e99ab8bf8a1dc79d1c411281bd82a19acf1c9dc;hp=e667c83dacd2e3aeb4f22588f9c2849e24889b24;hpb=6fea934bf60b770d08c8d36c442b5904539875ff;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/html/cgi-bin/credits.cgi b/html/cgi-bin/credits.cgi index e667c83da..d61019ef1 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,16 +39,12 @@ require "${General::swroot}/header.pl"; print <$Lang::tr{'donation-text'}

-
-
- - - - -
-
-
+
+ + $Lang::tr{'donation'} + +
END ; &Header::closebox(); @@ -56,61 +52,56 @@ END &Header::openbox('100%', 'left', $Lang::tr{'credits'}); print <
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. -

+
+
+ $Lang::tr{'visit us at'}: http://www.ipfire.org/ +
+


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/. +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)
+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)
+Jan Paul Tücking +(jan.tuecking\@ipfire.org)

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();