This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via d6b4566d9cf63ab0848b508382b6daa836b5cc7d (commit) from d9efec0d7bc7bd6c0588ba978f6331a3449ddc8d (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit d6b4566d9cf63ab0848b508382b6daa836b5cc7d Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Oct 23 17:19:47 2012 +0200
credits.cgi: Update donation link.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/credits.cgi | 21 ++++++--------------- 1 files changed, 6 insertions(+), 15 deletions(-)
Difference in files: diff --git a/html/cgi-bin/credits.cgi b/html/cgi-bin/credits.cgi index 3ae2f71..0d091a2 100644 --- a/html/cgi-bin/credits.cgi +++ b/html/cgi-bin/credits.cgi @@ -39,16 +39,11 @@ require "${General::swroot}/header.pl";
print <<END <p>$Lang::tr{'donation-text'}</p> - <div align="center"> - <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> - <input type="hidden" name="cmd" value="_s-xclick"> - <input type="hidden" name="hosted_button_id" value="HHBTSN9QRWPAY"> - <input type="image" src="$Lang::tr{'donation-link'}" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> - <img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1"> - </form> - </div> -<br />
+<div align="center"> + <a href="http://www.ipfire.org/donate">$Lang::tr{'donation'}</a> +</div> +<br> END ; &Header::closebox(); @@ -73,8 +68,6 @@ Christian Schmidt (<a href='mailto:christian.schmidt\@ipfire.org'>christian.schmidt@ipfire.org</a>) - Vice Project Leader <br /> Stefan Schantl (<a href='mailto:stefan.schantl\@ipfire.org'>stefan.schantl@ipfire.org</a>)<br /> -Jan Paul Tücking -(<a href='mailto:jan.tuecking\@ipfire.org'>jan.tuecking@ipfire.org</a>)<br /> Heiner Schmeling (<a href='mailto:heiner.schmeling\@ipfire.org'>heiner.schmeling@ipfire.org</a>)<br /> Ronald Wiesinger @@ -94,12 +87,10 @@ Peter Pfeiffer (<a href='mailto:peter.pfeifer\@ipfire.org'>peter.pfeifer@ipfire.org</a>)<br /> Peter Schälchli (<a href='mailto:peter.schaelchli\@ipfire.org'>peter.schaelchli@ipfire.org</a>)<br /> +Jan Paul Tücking +(<a href='mailto:jan.tuecking\@ipfire.org'>jan.tuecking@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, Hddtemp and Wake-on-LAN.<br /> -Distributed by Marco Sondermann, Ufuk Altinkaynak, Thomas Eichstaedt and Olaf Westrik.</p> <p> - This product includes GeoLite data created by MaxMind, available from <a href='http://www.maxmind.com/' target="_blank">http://www.maxmind.com/</a>. </p> END
hooks/post-receive -- IPFire 2.x development tree