[Gnucash-changes] r13945 - htdocs/trunk/www - Remove out of date donations page, just point directly to SF.

Joshua Sled jsled at cvs.gnucash.org
Sun May 7 18:16:41 EDT 2006


Author: jsled
Date: 2006-05-07 18:16:41 -0400 (Sun, 07 May 2006)
New Revision: 13945
Trac: http://svn.gnucash.org/trac/changeset/13945

Removed:
   htdocs/trunk/www/donations.phtml
Modified:
   htdocs/trunk/www/externals/menu-documentation.phtml
Log:
Remove out of date donations page, just point directly to SF.


Deleted: htdocs/trunk/www/donations.phtml
===================================================================
--- htdocs/trunk/www/donations.phtml	2006-05-07 21:52:15 UTC (rev 13944)
+++ htdocs/trunk/www/donations.phtml	2006-05-07 22:16:41 UTC (rev 13945)
@@ -1,52 +0,0 @@
-<?php $title = _("Donations");
-include("../emulate_globals_on.php");
-include("externals/header.phtml");
-include("externals/menu-main-documentation.phtml");
-?>
-
-<div id="content">
-
-<h1><?php echo _("Donating to the GnuCash Project");?></h1>
-
-<p><?php echo _("You can support the continued development of GnuCash, or simply show your appreciation for what we've already done, by making a financial gift to the GnuCash Project.  The GnuCash Project is an unincorporated entity, a loose association of the authors and developers who are involved with maintaining, extending and promoting the GnuCash software, documentation and website."); ?></p>
-
-<p><?php echo _("Show your appreciation by donating to the GnuCash Project today! Currently, we can only accept PayPal donations made through the ");?>
-<a href="http://sourceforge.net/donate/index.php?group_id=192"><?php
-echo _("SourceForge donation system");?></a>.
-<?php echo _("If you wish to make a donation in another form, please contact the "); ?>
-<a href="https://lists.gnucash.org/mailman/listinfo/gnucash-devel">gnucash-devel</a>
-<?php echo _("mailing list.  Please note that the donation system is anonymous; The PayPal registration info is not sent to us, and so we typically don't know who made a donation, and thus can't mail out a thank-you note. Feel free to announce your donation publicly on the mailing list, or in private.  We thank you now, in advance. Registered SourceForge Users who are logged in when they make a donation will see their names emblazoned in electrons on the ");
-?>
-
-<a href="https://sourceforge.net/project/project_donations.php?group_id=192"><?php
-echo _("GnuCash donation website"); ?></a>. <?php echo _("Amounts are not shown.");?>
-</p>
-
-<p><?php echo _("In the spirit of openness an public responsibility, we present a summary of current finances below.  Announcements will be made when funds are disbursed; we will keep this web page updated periodically."); ?></p>
-
-<div class="tblborder">
-   <table cellpadding=5 cellspacing=1 width="100%">
-   <colgroup><col width="15%"><col width="55%"><col width="15%"></colgroup>
-   <tr>
-    <td class="tblheader"><b><?php echo _("Date");?></b></td>
-    <td class="tblheader"><b><?php echo _("Description");?></b></td>
-    <td class="tblheader"><b><?php echo _("Amount");?></b></td>
-    <td class="tblheader"><b><?php echo _("Current Balance");?></b></td>
-   </tr>
-   <tr>
-     <td valign="top"><?php echo _("22-June-2004");?></td>
-     <td valign="top"><?php echo _("Donations Received, March 2004 to 22 June 2004");?></td>
-     <td valign="top">$525.95</td>
-     <td valign="top">$525.95</td>
-   </tr>
-   <tr class="divider">
-     <td valign="top"><?php echo _("22-June-2004");?></td>
-     <td valign="top"><?php echo _("Current Balance");?></td>
-     <td valign="top"></td>
-     <td valign="top">$525.95</td>
-   </tr>
-   </table>
-</div>
-
-</div>
-<?php include("externals/footer.phtml"); ?>

Modified: htdocs/trunk/www/externals/menu-documentation.phtml
===================================================================
--- htdocs/trunk/www/externals/menu-documentation.phtml	2006-05-07 21:52:15 UTC (rev 13944)
+++ htdocs/trunk/www/externals/menu-documentation.phtml	2006-05-07 22:16:41 UTC (rev 13945)
@@ -24,6 +24,6 @@
 echo _("Bug Reports") . "</a></li>\n";
 echo "<li><a href=\"http://wiki.gnucash.org/wiki/IRC\">";
 echo _("IRC (Chat)") . "</a></li>\n";
-echo "<li><a href=\"$home/donations.phtml\">" . _("Donations") . "</a></li>\n";
+echo "<li><a href=\"http://sourceforge.net/donate/index.php?group_id=192\">" . _("Donations") . "</a></li>\n";
 echo "\n</ul>\n";
 ?>



More information about the gnucash-changes mailing list