]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/credits.cgi
clean up credits.cgi and make some small but important changes
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / credits.cgi
index 568834bcd41febd999ac6a4b4cbc77bafbc1fa40..18047fc876be927c9aea1ebcc11e53da3d702fd2 100644 (file)
@@ -36,7 +36,8 @@ require "${General::swroot}/header.pl";
 &Header::openbigbox('100%', 'center');
 
 &Header::openbox('100%', 'left', 'Version');
-print "This is IPFire Build Version ".`cat /var/ipfire/firebuild`." and tagged as ".`cat /opt/pakfire/etc/pakfire.conf | grep "version =" | cut -d\\" -f2`;
+print "This is IPFire ".`cat /opt/pakfire/etc/pakfire.conf | grep "version =" | cut -d\\" -f2`;
+print "<br>".`uname -a`;
 &Header::closebox();
 
 &Header::openbox('100%', 'left', $Lang::tr{'credits'});
@@ -55,25 +56,22 @@ Project Leader - Michael Tremer
 (<a href='mailto:mitch\@ipfire.org'>mitch\@ipfire.org</a>)<br />
 Vice Project Leader - Christian Schmidt
 (<a href='mailto:maniacikarus\@ipfire.org'>maniacikarus\@ipfire.org</a>)<br />
-Developer - Heiner Schmeling
-(<a href='mailto:cm\@ipfire.org'>cm\@ipfire.org</a>)<br />
-Developer - Sven Nierlein
-(<a href='mailto:cm\@ipfire.org'>affect\@versatel.de</a>)<br />
 Developer - Arne Fitzenreiter
 (<a href='mailto:arne\@ipfire.org'>arne\@ipfire.org</a>)<br />
-Sponsor - Detlef Lampart
-(<a href='mailto:delaco\@ipfire.org'>delaco\@ipfire.org</a>)<br />
-Developer &amp; Security Manager - Rene Zingel
-(<a href='mailto:linuxadmin\@ipfire.org'>linuxadmin\@ipfire.org</a>)<br />
-Supporter - Silvio Rechenbach
-(<a href='mailto:exciter\@ipfire.org'>exciter\@ipfire.org</a>)<br />
-Sponsor - Karsten Rechenbach
-(<a href='mailto:space\@ipfire.org'>space\@ipfire.org</a>)<br />
-Tester - Ronald Wiesinger
+Developer & Webmaster - Heiner Schmeling
+(<a href='mailto:cm\@ipfire.org'>cm\@ipfire.org</a>)<br />
+Supporter, WIKI Administrator & Sponsor - Ronald Wiesinger
 (<a href='mailto:rowie\@ipfire.org'>rowie\@ipfire.org</a>)<br />
+Supporter, WIKI Administrator - Silvio Rechenbach
+(<a href='mailto:exciter\@ipfire.org'>exciter\@ipfire.org</a>)<br />
+Sponsor - Sven Nierlein
+(<a href='mailto:affect\@ipfire.org'>affect\@versatel.de</a>)<br />
+Sponsor  - Rene Zingel
+(<a href='mailto:linuxadmin\@ipfire.org'>linuxadmin\@ipfire.org</a>)<br />
+
 </p>
 <p>Some parts of the distribution are left ajar on third-party software, that is licensed under the GPL, too.<br />
-There are: Advanced Proxy with URL-Filter and Update-Accelerator, ZERINA, Connection Scheduler, mbmon-Graphs, Hddtemp and Wake-on-LAN.<br />
+There are: Advanced Proxy with URL-Filter and Update-Accelerator, ZERINA, Connection Scheduler, Hddtemp and Wake-on-LAN.<br />
 Distributed by Marco Sondermann, Ufuk Altinkaynak, Thomas Eichstaedt and Olaf Westrik.</p>
 END
 ;