[GRASS-SVN] r43436 - in grass-web/trunk: . community
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Sep 9 08:42:39 EDT 2010
Author: neteler
Date: 2010-09-09 12:42:38 +0000 (Thu, 09 Sep 2010)
New Revision: 43436
Added:
grass-web/trunk/community/sponsors.inc
grass-web/trunk/community/sponsors.php
Modified:
grass-web/trunk/menu_top.inc
Log:
Incomplete list of GRASS project sponsors
Added: grass-web/trunk/community/sponsors.inc
===================================================================
--- grass-web/trunk/community/sponsors.inc (rev 0)
+++ grass-web/trunk/community/sponsors.inc 2010-09-09 12:42:38 UTC (rev 43436)
@@ -0,0 +1,29 @@
+<!-- MN -->
+
+<h2>Institutions and Companies sponsoring the GRASS GIS Project</h2>
+
+<i>Note: this list is yet fairly incomplete</i>
+
+<ul>
+<li>ITC-irst (now <a href="http://www.fbk.eu">FBK</a>), Trento, Italy: Support for the co-development of more than 60 GRASS modules</li>
+<li><a href="http://www.comune.trento.it/">Municipality of Trento</a>, Italy: Co-funding of GRASS 6 wxGUI development (2005-2010)</li>
+<li><a href="http://www.fmach.it">Fondazione Edmund Mach</a>, S. Michele all'Adige (Trento), Italy: Support for the co-development of various GRASS modules</li>
+<li><a href="http://www.faunalia.it">Faunalia</a>, Pontedera, Italy: r.li.* toolset</li>
+<li><a href="http://code.google.com/p/google-summer-of-code-2010-osgeo/">OSGeo/Google Summer of Code</a> (since 2008): several new modules</li>
+</ul>
+
+
+<h2>Considering to sponsor GRASS GIS?</h2>
+
+<ul>
+<li> Hire a <a href="http://www.osgeo.org/search_profile">FOSS4G related company</a> in order
+ to get it implemented (please send the code to the GRASS developers then!)
+<li> Consider to support the GRASS GIS project by a <a href="../donation.php">donation</a></li>
+<li> Donate your <a href="get_involved.php">time!</a></li>
+</ul>
+
+<div align="right">
+<i>Last change: $Date: 2010-06-02 23:16:44 +0200 (Wed, 02 Jun 2010) $ </i><br>
+<i>$Author: neteler $</i>
+</div>
+
Added: grass-web/trunk/community/sponsors.php
===================================================================
--- grass-web/trunk/community/sponsors.php (rev 0)
+++ grass-web/trunk/community/sponsors.php 2010-09-09 12:42:38 UTC (rev 43436)
@@ -0,0 +1,92 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+ <title>GRASS GIS: Our sponsors</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="MN/GRASS Development Team">
+ <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="650">
+ <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">
+ <?php
+ include("title.inc");
+ ?>
+ </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("../menu_search.inc");
+ ?>
+ </td>
+ <td valign="top">
+ <?php
+ include("../menu_top.inc");
+ ?>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top">
+ <?php
+ include("menu_side.inc");
+ ?>
+ </td>
+ <td valign="top" class="leftmenu"> <!-- MAIN PART -->
+
+ <h3>Support and Mailing Lists</h3>
+
+ <?php
+ include("sponsors.inc");
+ ?>
+ <!-- END MAIN PART -->
+
+ </td>
+ </tr>
+ </tbody>
+</table>
+
+<hr>
+ <div align="right">© 2005-2010 GRASS Development Team<br>
+ <a href="../impressum.html">Imprint</a> |
+ <a href="../contact.php">Comments</a> about this page<br>
+ </div>
+
+</body>
+</html>
+
Modified: grass-web/trunk/menu_top.inc
===================================================================
--- grass-web/trunk/menu_top.inc 2010-09-09 08:13:01 UTC (rev 43435)
+++ grass-web/trunk/menu_top.inc 2010-09-09 12:42:38 UTC (rev 43436)
@@ -8,9 +8,6 @@
<tbody>
<tr bgcolor="#c5e2ca">
<td nowrap="nowrap" align="center">
- <font size="-1"><a href="../index.php">Home</a></font>
- </td>
- <td nowrap="nowrap" align="center">
<font size="-1"><a href="../intro/index.php">Intro</a></font>
</td>
<td nowrap="nowrap" align="center">
@@ -28,6 +25,9 @@
<td nowrap="nowrap" align="center">
<font size="-1"><a href="../devel/index.php">Development</a></font>
</td>
+ <td nowrap="nowrap" align="center">
+ <font size="-1"><a href="../devel/sponsors.php">Sponsors</a></font>
+ </td>
</tr>
</tbody>
</table><!-- END TOP MENU -->
More information about the grass-commit
mailing list