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, master has been updated
via 68b994443ce1ab666527ce9ccb2bd4b7fed4b9b9 (commit)
from c146ac9b91517ecb1fad437769dc35d08e4a3c47 (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 68b994443ce1ab666527ce9ccb2bd4b7fed4b9b9
Author: Jan Paul Tuecking <earl(a)ipfire.org>
Date: Mon Dec 28 17:06:43 2009 +0100
Added donation button to credit page.
-----------------------------------------------------------------------
Summary of changes:
html/cgi-bin/credits.cgi | 31 +++++++++++++++++++++++++------
langs/de/cgi-bin/de.pl | 3 +++
langs/en/cgi-bin/en.pl | 3 +++
3 files changed, 31 insertions(+), 6 deletions(-)
mode change 100644 => 100755 html/cgi-bin/credits.cgi
Difference in files:
diff --git a/html/cgi-bin/credits.cgi b/html/cgi-bin/credits.cgi
old mode 100644
new mode 100755
index 5ba5682..eae2d23
--- a/html/cgi-bin/credits.cgi
+++ b/html/cgi-bin/credits.cgi
@@ -38,7 +38,26 @@ require "${General::swroot}/header.pl";
&Header::openbox('100%', 'left', 'Version');
print "This is ".`cat /etc/system-release`;
print " - Pakfire ".`cat /opt/pakfire/etc/pakfire.conf | grep "version =" | cut -d\\" -f2`;
-print "<br>".`uname -a`;
+print "<br />".`uname -a`;
+print "<br /><br /><br /><br />";
+&Header::closebox();
+
+&Header::openbox('100%', 'left', $Lang::tr{'donation'});
+
+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="10718640">
+ <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.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1">
+ </form>
+ </div>
+<br />
+
+END
+;
&Header::closebox();
&Header::openbox('100%', 'left', $Lang::tr{'credits'});
@@ -60,15 +79,15 @@ Vice Project Leader - Christian Schmidt
Developer - Arne Fitzenreiter
(<a href='mailto:arne\@ipfire.org'>arne\(a)ipfire.org</a>)<br />
Developer - Stefan Schantl
-(<a href='mailto:Stevee\@ipfire.org'>Stevee\(a)ipfire.org</a>)<br />
-Developer (Addons) - Peter Pfeiffer
-(<a href='mailto:peterman\@ipfire.org'>peterman\(a)ipfire.org</a>)<br />
+(<a href='mailto:Stevee\@ipfire.org'>stevee\(a)ipfire.org</a>)<br />
+Developer - Jan Paul Tücking
+(<a href='mailto:earl\@ipfire.org'>earl\(a)ipfire.org</a>)<br />
Developer & Webmaster - Heiner Schmeling
(<a href='mailto:cm\@ipfire.org'>cm\(a)ipfire.org</a>)<br />
+Developer (Addons) - Peter Pfeiffer
+(<a href='mailto:peterman\@ipfire.org'>peterman\(a)ipfire.org</a>)<br />
Supporter, Wiki-Admin & Sponsor - Ronald Wiesinger
(<a href='mailto:rowie\@ipfire.org'>rowie\(a)ipfire.org</a>)<br />
-Developer, Wiki-Admin & Sponsor - Jan Paul Tücking
-(<a href='mailto:earl\@ipfire.org'>earl\(a)ipfire.org</a>)<br />
Supporter & Wiki-Admin - Silvio Rechenbach
(<a href='mailto:exciter\@ipfire.org'>exciter\(a)ipfire.org</a>)<br />
Sponsor - Peter Schaelchli
diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl
index a82df3d..c0bf7ba 100644
--- a/langs/de/cgi-bin/de.pl
+++ b/langs/de/cgi-bin/de.pl
@@ -546,6 +546,9 @@
'day after' => 'Tag danach',
'day before' => 'Tag davor',
'days' => 'Tage',
+'donation' => 'Spenden',
+'donation-text' => '<strong>IPFire</strong> wird von Freiwilligen in ihrer Freizeit betrieben und auch betreut. Um dieses Projekt am laufen zu halten entstehen uns natürlich auch Kosten, wenn sie uns unterstützen wollen würden wir uns über eine kleine Spende sehr freuen.',
+'donation-link' => 'https://www.paypal.com/de_DE/DE/i/btn/btn_donateCC_LG.gif',
'dbfile' => 'Dbfile',
'ddns help dnsmadeeasy' => 'Tragen Sie Ihre ID (oder ID Liste durch ; getrennt) in das Feld "Hostname" ein',
'ddns help freedns' => 'Tragen Sie den Connect String im Feld "Benutzername" ein',
diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
index c880769..7522873 100644
--- a/langs/en/cgi-bin/en.pl
+++ b/langs/en/cgi-bin/en.pl
@@ -570,6 +570,9 @@
'day after' => 'Day after',
'day before' => 'Day before',
'days' => 'days.',
+'donation' => 'Donation',
+'donation-text' => '<strong>IPFire</strong> is driven and maintained by volunteers in their free time. To keep this project running costs incurred, if you like to support us we would be pleased by a small donation.',
+'donation-link' => 'https://www.paypal.com/en_US/GB/i/btn/btn_donateCC_LG.gif',
'dbfile' => 'Dbfile',
'ddns help dnsmadeeasy' => 'In the field for hostname enter your ID (or a list of IDs seperated by;)',
'ddns help freedns' => 'In the fied username enter your connect string',
hooks/post-receive
--
IPFire 2.x development tree