[GRASS-SVN] r37055 - grass-web/trunk

svn_grass at osgeo.org svn_grass at osgeo.org
Fri May 8 15:04:50 EDT 2009


Author: neteler
Date: 2009-05-08 15:04:50 -0400 (Fri, 08 May 2009)
New Revision: 37055

Added:
   grass-web/trunk/donation.inc
   grass-web/trunk/donation.php
Log:
finally the GRASS donate button

Added: grass-web/trunk/donation.inc
===================================================================
--- grass-web/trunk/donation.inc	                        (rev 0)
+++ grass-web/trunk/donation.inc	2009-05-08 19:04:50 UTC (rev 37055)
@@ -0,0 +1,47 @@
+<!-- MN -->
+
+
+<h3>Please donate to the GRASS GIS project!</h3>
+
+Donation to the GRASS GIS project via Paypal:<br>
+<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="3519431">
+<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
+<input type="hidden" name="lc" value="en">
+<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
+<br>(any amount is fine)
+</form>
+</center>
+
+<h3>Why donate?</h3>
+
+The GRASS GIS project is a volunteer-based organization. There is of course
+no cost to participate in the project or to use the software. But with our own
+budget, we can produce even better software and documentation! And if you
+don't have time to contribute, maybe a (small) donation makes you feel better
+when using GRASS...
+
+<h3>How does it work?</h3>
+
+Your donation is managed through the <a href="http://www.gfoss.it">Italian OSGeo Chapter</a>
+which holds the donations in trust for the GRASS project.
+
+<h3>How is the money used?</h3>
+
+The donations are controlled in full transparency by the
+<a href="http://grass.osgeo.org/wiki/PSC">GRASS Project Steering Committee</a> (PSC). We
+plan to organize hack sessions (so a financial support for developers may be payed to make
+a participation possible, like in the 
+<a href="http://www.osgeo.org/node/672">OSGeo Hacking event, Bolsena - Italy</a>).
+Also bug fixing may be financed - community polls will identify
+outstanding problems which cannot be fixed on a voluntary base.
+<br>
+Your ideas are welcome, too!
+
+
+<div align="right">
+<i>Last change: $Date: 2008-11-27 16:55:48 +0100 (Thu, 27 Nov 2008) $ </i><br>
+<i>$Author: neteler $</i>
+</div>

Added: grass-web/trunk/donation.php
===================================================================
--- grass-web/trunk/donation.php	                        (rev 0)
+++ grass-web/trunk/donation.php	2009-05-08 19:04:50 UTC (rev 37055)
@@ -0,0 +1,87 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+  <title>GRASS GIS Contact page</title>
+  <meta name="robots" content="index,follow">
+  <meta name="description"
+        content="GRASS GIS (Geographic Resources
+         Analysis Support System) is an open source, free software
+         Geographical Information System (GIS) with raster, topological
+         vector, image processing, and visualization functionality">
+  <meta name="keywords"
+        content="gis, GIS, GRASS, open source, 
+	 free software, Geographical Information System, raster, topology,
+         vector, image processing, visualization">
+  <meta name="Author" content="Markus Neteler">
+  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+  <link rel="stylesheet" href="sitestyle.css" type="text/css">
+</head>
+<body>
+   <!-- TOP LOGO LINE -->  
+<table bgcolor="#ffffff" cellspacing="0" cellpadding="0" border="0" width="100%">
+ <tbody>
+ <tr><td>            
+   <table cellspacing="1" cellpadding="0" border="0" width="100%" >
+   <tbody>
+      <tr bgcolor="#ffffff">
+       <td nowrap="nowrap"> <img src="images/grasslogo_vector_small.png" alt="GRASS GIS (Geographic Resources Analysis Support System)" hspace="22">
+       </td>
+       <td nowrap="nowrap">                    
+          <table cellspacing="0" cellpadding="1" border="0" width="100%">
+          <tbody>
+            <tr bgcolor="#ffffff">
+              <td nowrap="nowrap">
+                    <center><br>
+                    <h1>Contact us!</h1>
+                    </center>		    
+              </td>
+            </tr>
+          </tbody>             
+          </table>
+       </td>
+      </tr>
+    </tbody>       
+    </table>
+   </td>
+  </tr>
+ </tbody> 
+</table>
+
+<table cellspacing="0" cellpadding="1" border="0" width="100%">
+<tbody>
+ <tr>
+    <td valign="top">
+    <?php
+        include("main_menu_search.inc");
+     ?> 
+   </td>
+   <td valign="top">
+     <?php
+       include("main_menu_top.inc");
+     ?>
+   </td>
+ </tr>
+ <tr>
+  <td valign="top">
+     <?php
+       // include("main_menu_side.inc");
+     ?>
+   </td>
+  <td valign="top" class="leftmenu"> <!-- MAIN PART -->
+     
+     <?php
+       include("donation.inc");
+     ?>	       
+    <!-- END MAIN PART -->
+ 
+  </td>
+ </tr>  
+ </tbody> 
+</table>
+
+<hr>
+   <div align="right">&copy; 2009 GRASS Development Team<br>
+   <a href="impressum.html">Imprint</a> |
+   <a href="mailto:grass-web(at)lists.osgeo.org">Comments</a> about this page<br>
+</body>
+</html>



More information about the grass-commit mailing list