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

-
-
- - - - -
-
-
+
+ + $Lang::tr{'donation'} + +
END ; &Header::closebox(); @@ -56,12 +52,11 @@ 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:
@@ -73,8 +68,6 @@ 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 @@ -94,28 +87,21 @@ 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/. +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();