[OpenLayers-Commits] r11973 - in project/website: . images include sponsorship

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Wed May 18 15:48:30 EDT 2011


Author: tschaub
Date: 2011-05-18 12:48:29 -0700 (Wed, 18 May 2011)
New Revision: 11973

Added:
   project/website/images/donate.gif
   project/website/sponsorship/index.shtml
Removed:
   project/website/sponsorship/index.html
Modified:
   project/website/common.css
   project/website/include/head.html
   project/website/index.shtml
Log:
Adding publications and donation button to website.

Modified: project/website/common.css
===================================================================
--- project/website/common.css	2011-05-18 15:13:23 UTC (rev 11972)
+++ project/website/common.css	2011-05-18 19:48:29 UTC (rev 11973)
@@ -1,83 +1,81 @@
 
 html,body {
-	margin:0;
-	padding:0;
-	background-color:#FFFFFF;
-	color:#000;
+    margin: 0;
+    padding: 0;
+    background-color: #FFFFFF;
+    color: #000;
 }
 body {
-	padding:0;
+    padding: 0;
 }
 div#wrap {
-	background: white;
-	width: 100%;
+    background: white;
+    width: 100%;
 }
 #header h1 {
-	background: #000077;
-	color: #FFFF00;
-	padding: 20px 50px 20px 75px;
-	margin: 0px 0 0 0;
-	font-family: sans-serif;
-        font-size: 30px;
+    background: #000077;
+    color: #FFFF00;
+    padding: 20px 50px 20px 75px;
+    margin: 0px 0 0 0;
+    font-family: sans-serif;
+    font-size: 30px;
 }
 #nav {
-	padding:5px;
-	background: #000077;
-	color: #FFFF00;
-	margin: 0px 0 0 0;
+    padding: 5px;
+    background: #000077;
+    color: #FFFF00;
+    margin: 0px 0 0 0;
 }
-#nav a{
-	font-family: sans-serif;
-	font-size: 16px;
-	text-decoration: none;
-	color: #FFFF00;
-	padding: 0px 0px 0px 75px;
+#nav a {
+    font-family: sans-serif;
+    font-size: 16px;
+    text-decoration: none;
+    color: #FFFF00;
+    padding: 0px 0px 0px 75px;
 }
-#nav ul{
-	margin:0;
-	padding:0;
+#nav ul {
+    margin: 0;
+    padding: 0;
 }
-#nav li{
-	display:inline;
-	list-style:none;
-	margin:0;
-	padding:0;
+#nav li {
+    display: inline;
+    list-style: none;
+    margin: 0;
+    padding: 0;
 }
 #main {
-	float:left;
-	padding: 0px 25px 0px 25px;
-	width: 95%;
-	background: white;
+    float: left;
+    padding: 0px 25px 0px 25px;
+    width: 95%;
+    background: white;
 }
 #main h2 {
-	font-family: sans-serif;
-	font-size: 25px;
-	color: #000099;
-	padding: 0 10px 0px 0;
-	margin: 20px 0 0 0;	
+    font-family: sans-serif;
+    font-size: 25px;
+    color: #000099;
+    padding: 0 10px 0px 0;
+    margin: 20px 0 0 0;
 }
 #main h3 {
-	font-family: sans-serif;
-	font-size: 16px;
-	color: #000099;
-	padding:0 10px 0px 0;
-	margin: 20px 0 0 0;
+    font-family: sans-serif;
+    font-size: 16px;
+    color: #000099;
+    padding: 0 10px 0px 0;
+    margin: 20px 0 0 0;
 }
 #main pre {
-	font-family: monospace;
-	font-size: 10px;
+    font-family: monospace;
+    font-size: 10px;
 }
 #main p {
-	font-family: sans-serif;
-        font-size: .9em;
-	margin: 0 0 25px 0px;
-	padding: 0 20px 0px 0px;
-        text-align: justify;
+    font-family: sans-serif;
+    font-size: .9em;
+    margin: 0 0 1em 0px;
 }
 #main li {
-	font-family: sans-serif;
-	margin: 5px 0 0 0;
-	padding:0 10px 0px 0;
+    font-family: sans-serif;
+    margin: 5px 0 0 0;
+    padding: 0 10px 0px 0;
 }
 #main * td {
     padding: 1em;
@@ -90,36 +88,76 @@
     border: 1px dashed gray;
 }
 #sidebar {
-	display: none;
-	float:right;
-	background: white;
+    display: none;
+    float: right;
+    background: white;
 }
 #mapFrame {
-	font-family:sans-serif;
-	font-size: 16px;
-        float: right;
-	padding: 35px 10px 15px 35px;
-        width: 514px;
+    font-family: sans-serif;
+    font-size: 16px;
+    float: right;
+    padding: 35px 10px 15px 35px;
+    width: 514px;
 }
 #map {
-        border: 1px solid lightgray;
-        margin: 0 0 30px 0;
-        width: 512px;
-	height: 256px;
-        padding: 0;
+    border: 1px solid lightgray;
+    margin: 0 0 30px 0;
+    width: 512px;
+    height: 256px;
+    padding: 0;
 }
 #sidebar h3, #sidebar p {
-	padding:0 10px;
+    padding: 0 10px;
 }
 #footer {
-	background:#cc9;
-	text-align:center;
-	clear:both;
+    background: #cc9;
+    text-align: center;
+    clear: both;
 }
 #footer p {
-	padding:5px;
-	margin:0;
+    padding: 5px;
+    margin: 0;
 }
 #footer h3 {
-	margin:0;
+    margin: 0;
 }
+
+.cleared {
+    clear: both;
+}
+.spaced {
+    padding-top: 20px;
+}
+#side-panel {
+    font-size: 0.9em;
+    padding: 0 20px;
+    float: right;
+    width: 300px;
+}
+.centered {
+    display: block;
+    text-align: center;
+}
+#publications ul {
+    padding: 0;
+    list-style: none;
+}
+#publications li {
+    clear: both;
+    padding: 10px 0;
+}
+#publications li img {
+    height: 100px;
+    float: left;
+    padding: 0 10px;
+}
+#publications .author {
+    padding: 0.5em 0;
+    font-size: 0.8em;
+    color: #666666;
+}
+
+:link, *:visited {
+    border-bottom: 0 none;
+    text-decoration: none;
+}
\ No newline at end of file

Added: project/website/images/donate.gif
===================================================================
(Binary files differ)


Property changes on: project/website/images/donate.gif
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: project/website/include/head.html
===================================================================
--- project/website/include/head.html	2011-05-18 15:13:23 UTC (rev 11972)
+++ project/website/include/head.html	2011-05-18 19:48:29 UTC (rev 11973)
@@ -4,8 +4,8 @@
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
   <title>OpenLayers: <!--#echo var="title" --></title>
+  <link rel="stylesheet" href="/trac.css" type="text/css" />
   <link rel="stylesheet" href="/common.css" type="text/css" />
-  <link rel="stylesheet" href="/trac.css" type="text/css" />
   <link rel="stylesheet" href="/website.css" type="text/css" />
   <meta name="verify-v1" content="p07VY29NG/hLEwVP1RyE0P1chgYyekPikjkMUEgrVAI=" />
   <!--[if lt IE 7]>
@@ -25,4 +25,13 @@
 </div>
 
 
-<div id="mainnav" class="nav"><ul><li class="first"><a href="/sponsorship/">Sponsorship</a></li><li><a href="http://trac.openlayers.org/wiki" accesskey="1">Wiki</a></li><li><a href="/blog/">Blog</a></li><li><a href="http://trac.openlayers.org/wiki/FrequentlyAskedQuestions">FAQ</a></li><li><a href="http://trac.openlayers.org/wiki/HowToDownload" accesskey="3">Download</a></li><li><a href="http://trac.osgeo.org/openlayers/wiki/MailingLists">Email Lists</a></li></ul></div>
+<div id="mainnav" class="nav">
+    <ul>
+        <li class="first"><a href="/sponsorship/">Sponsorship</a></li>
+        <li><a href="http://trac.osgeo.org/openlayers/wiki/Documentation" accesskey="1">Documentation</a></li>
+        <li><a href="http://trac.osgeo.org/openlayers/wiki/HowToDownload" accesskey="2">Download</a></li>
+        <li><a href="http://trac.osgeo.org/openlayers/wiki/FrequentlyAskedQuestions">FAQ</a></li>
+        <li><a href="http://trac.osgeo.org/openlayers/wiki/MailingLists">Email Lists</a></li>
+        <li><a href="/blog/">Blog</a></li>
+    </ul>
+</div>

Modified: project/website/index.shtml
===================================================================
--- project/website/index.shtml	2011-05-18 15:13:23 UTC (rev 11972)
+++ project/website/index.shtml	2011-05-18 19:48:29 UTC (rev 11973)
@@ -9,13 +9,38 @@
         and drag to zoom to a particular region.
       </div>
     </div>
+    <div id="side-panel" class="cleared">
+        <div id="publications">
+            <h3>Books about OpenLayers</h3>
+            <ul>
+                <li>
+                    <a href="https://www.packtpub.com/openlayers-2-1-javascript-web-mapping-library-beginners-guide/book"><img src="https://www.packtpub.com/sites/default/files/imagecache/productview/4125OS_OpenLayers%202.10%20Beginner%27s%20Guidecov_0.jpg"></a>
+                    <a href="https://www.packtpub.com/openlayers-2-1-javascript-web-mapping-library-beginners-guide/book">OpenLayers 2.10 Beginner's Guide</a><div class="author">Erik Hazzard</div>Available in Print and eBook formats from <a href="https://www.packtpub.com/openlayers-2-1-javascript-web-mapping-library-beginners-guide/book">Packt Publishing</a>.
+                </li>
+                <li>
+                    <a href="https://www.opensourcepress.de/index.php?26&backPID=178&tt_products=287"><img src="https://www.opensourcepress.de/typo3temp/pics/acf15740f4.png"></a>
+                    <a href="https://www.opensourcepress.de/index.php?26&backPID=178&tt_products=287">OpenLayers (in German)</a><div class="author">Till Adams &amp; Marc Jansen</div>Available from <a href="https://www.opensourcepress.de/index.php?26&backPID=178&tt_products=287">Open Source Press</a>.  Examples <a href="http://openlayers-buch.de/">available online</a>.
+                </li>
+            </ul>
+        </div>
+        <div class="cleared spaced">
+            <a href="http://www.osgeo.org/" class="centered"><img src="/images/osgeo_sm.png"></a>
+            <p>OpenLayers is a project of the <a href="http://www.osgeo.org/">Open Source Geospatial Foundation</a>.</p>
+            <p>Visit our <a href="sponsorship/">sponsorship page</a> to find out how you can become an OpenLayers sponsor.  Or use the donation button below to contribute any amount today.</p>
+            <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="CQJDSQUTFFSVW">
+                <div class="centered"><input type="image" src="/images/donate.gif" border="0" name="submit" alt="Donate with PayPal"></div>
+                <img alt="" border="0" src="https://www.paypalobjects.com/WEBSCR-640-20110429-1/en_US/i/scr/pixel.gif" width="1" height="1">
+            </form>
+        </div>
+    </div>
 
         <h2>
             OpenLayers: Free Maps for the Web
         </h2>
 
     <h3>Get OpenLayers Now!!</h3>
-    Latest code:
     <ul style="font-size:.9em;margin-top:0px;">
     <li><a href="/api/OpenLayers.js">Link to the hosted version</a></li>
     <li>2.10 (Stable): <a href="/download/OpenLayers-2.10.tar.gz">.tar.gz</a> | <a href="/download/OpenLayers-2.10.zip">.zip</a></li>
@@ -45,10 +70,6 @@
 Google Maps and MSN Virtual Earth APIs, with one important difference --
 OpenLayers is Free Software, developed for and by the Open Source software
 community.</p>
-<div style="float:right; width:210px; margin:-10px 0px 0px 15px; padding-top:0px;">
- <a href="http://www.osgeo.org/"><img src="/images/osgeo_sm.png" border="0px; text-decoration:none" /></a>
- <p>OpenLayers is a project of the <a href="http://www.osgeo.org/">Open Source Geospatial Foundation</a>.</p>
-</div>
 
 <p>Furthermore, OpenLayers implements industry-standard methods for geographic
 data access, such as the OpenGIS Consortium's Web Mapping Service (WMS) and Web
@@ -70,10 +91,8 @@
 
 <p>Releases are made available on the <a href="/download/">downloads</a> page.
 Additionally, if you wish to use OpenLayers in a web application, you can 
-include 
-  <tt>
-    <a href="http://www.openlayers.org/api/OpenLayers.js">http://www.openlayers.org/api/OpenLayers.js</a>
-   </tt> in your page, to always get the latest release.</p>
+include <a href="http://www.openlayers.org/api/OpenLayers.js"><code>&lt;script src="http://www.openlayers.org/api/OpenLayers.js"&gt;&lt;/scrip&gt;</code></a>
+in your page, to always get the latest release.</p>
 
 <p> The code is also available in our
 <a href="//trac.openlayers.org/wiki/HowToDownload">Subversion repository</a>.

Deleted: project/website/sponsorship/index.html
===================================================================
--- project/website/sponsorship/index.html	2011-05-18 15:13:23 UTC (rev 11972)
+++ project/website/sponsorship/index.html	2011-05-18 19:48:29 UTC (rev 11973)
@@ -1,124 +0,0 @@
-
-<!--#set var="title" value="Sponsoring OpenLayers" -->
-<!--#include virtual="/include/head.html" -->
-<div id="main">
-<div class="document" id="sponsoring-openlayers">
-<h1 class="title">Sponsoring OpenLayers</h1>
-<p>Development and maintenance of OpenLayers is supported by a core team of
-developers, who seek to maintain a high quality code base driven by the needs
-of their users and customers. The support and contributions of a wide variety
-of participants has fostered the development of a high quality library that is
-now the de facto standard for open source web mapping.</p>
-<p>However, there are many aspects of the project that do not receive the
-attention they should. Crucial tasks, such as writing documentation, offering
-ad hoc support to users, and processing of bug reports often receive less attention
-than would be desired - or, when the attention is given, it comes at the cost
-of time that might otherwise be spent improving the library.  Meanwhile, many
-organizations have made an investment in using OpenLayers as part of their
-operations, but have not had a way to directly contribute to the success and
-long-term health of the project.</p>
-<p>In order to provide funding to support the maintenance, improvement, and
-promotion of OpenLayers, the Project Steering Committee (PSC) is seeking sponsors
-to provide financial support via the OSGeo Project Sponsorship program.  Funds
-will be held by the OSGeo Foundation for disposition on behalf of the project,
-and disbursed at the discretion of the OpenLayers PSC.</p>
-<p>Sponsorship should not be seen as a way to control the development of the
-project directly, but rather a way of ensuring the longevity and overall health
-of the project, by funding work that is regarded as vital but otherwise
-undersupported by the contributions of developers using OpenLayers in their
-own projects.</p>
-<div class="section" id="goals-of-sponsorship">
-<h1>Goals of Sponsorship</h1>
-<p>The OpenLayers community has established high-level goals for
-the use of funds from sponsors.  The PSC votes periodically to
-allocate funds according to these priorities.  The PSC also
-periodically votes to revise these priorities.</p>
-<ol class="arabic simple">
-<li>Make it easier for both JavaScript experts and also those just
-starting out to adopt and use OpenLayers.</li>
-<li>Make OpenLayers globally known as an easy way to build rich mapping
-applications.</li>
-<li>Expand the number of people contributing functionality and
-improvements to the OpenLayers code base.</li>
-<li>Make OpenLayers a more useful and higher quality web mapping toolkit
-by enhancing the library.</li>
-</ol>
-</div>
-<div class="section" id="sponsorship-uses">
-<h1>Sponsorship Uses</h1>
-<p>The sponsorship funds will be spent to further the above goals by both
-funding tasks that receive less attention without direct support, and
-by funding work on more rote project tasks so that core contributors
-can focus efforts on library improvements.</p>
-<p>Examples of expenditures include:</p>
-<blockquote>
-<ul class="simple">
-<li>Paying specific developers at PSC-negotiated rates for tasks such as:<ul>
-<li>Triage of bug reports, i.e. reproducing, then fixing or passing on to
-another developer a particular bug.</li>
-<li>Extending the test suite for existing and new features to help
-improve library quality and prevent regressions.</li>
-<li>Improving documentation to lower the bar to entry for the project.</li>
-<li>General improvements to the software, especially as they meet the needs
-of the wider OpenLayers community.</li>
-</ul>
-</li>
-<li>Funding participation in organized project activities, such as code
-sprints or other community building activities.</li>
-<li>Funding project participation in conferences that help expand the
-OpenLayers community.</li>
-<li>Provisioning resources such as web hosting</li>
-</ul>
-</blockquote>
-</div>
-<div class="section" id="sponsorship-benefits">
-<h1>Sponsorship Benefits</h1>
-<p>Sponsoring OpenLayers provides the following benefits:</p>
-<blockquote>
-<ol class="arabic simple">
-<li>Sponsorship will help ensure the sustainability and health of the
-OpenLayers project.</li>
-<li>Sponsors will be listed in the credits/authors sections of the
-OpenLayers project documentation, ordered by contribution class,
-with a link back to the sponsor. Additionally, sponsors will be
-listed on the OpenLayers sponsor page, linked prominently from the
-OpenLayers homepage. Silver sponsors and above may include a logo.
-Platinum sponsors may also have their logo placed directly on the
-OpenLayers home page.</li>
-<li>Sponsors will be permitted to indicate they are project sponsors in
-web and other promotional materials.</li>
-<li>Sponsor input on project focus and direction will be solicited via
-regular sponsor surveys, though such feedback does not imply any
-direct control over the direction of the project.</li>
-<li>Sponsors will receive a degree of priority in developer feedback on
-bug reports during any routine maintainence paid for with
-sponsorship funds.</li>
-<li>Sponsors will receive a detailed annual report on the use of
-sponsorship funds.</li>
-</ol>
-</blockquote>
-</div>
-<div class="section" id="sponsorship-process">
-<h1>Sponsorship Process</h1>
-<p>Sponsors can sponsor OpenLayers for any amount of money of at least $500
-USD.  At or above the following levels a sponsor will be designated as
-being one of the following class:</p>
-<blockquote>
-<ol class="arabic simple">
-<li>$27000+ USD: Platinum Sponsor</li>
-<li>$9000+ USD: Gold Sponsor</li>
-<li>$3000+ USD: Silver Sponsor</li>
-</ol>
-</blockquote>
-<p>Sponsorships last one year, after which they may be continuing with a
-new payment, or allowed to lapse. OSGeo is planning to be US 501(c)3
-charity and sponsorships will be eligible as a charitable contribution
-for US taxpayers. Appropriate receipts can be issued when needed.</p>
-<p>Organizations or individuals interested in sponsoring the OpenLayers
-project should email <tt class="docutils literal">sponsorship [at] openlayers.org</tt> with questions
-or to make arrangements.</p>
-</div>
-</div>
-
-</div>
-<!--#include virtual="/include/foot.html" -->

Copied: project/website/sponsorship/index.shtml (from rev 11972, project/website/sponsorship/index.html)
===================================================================
--- project/website/sponsorship/index.shtml	                        (rev 0)
+++ project/website/sponsorship/index.shtml	2011-05-18 19:48:29 UTC (rev 11973)
@@ -0,0 +1,124 @@
+
+<!--#set var="title" value="Sponsoring OpenLayers" -->
+<!--#include virtual="/include/head.html" -->
+<div id="main">
+<div class="document" id="sponsoring-openlayers">
+<h1 class="title">Sponsoring OpenLayers</h1>
+<p>Development and maintenance of OpenLayers is supported by a core team of
+developers, who seek to maintain a high quality code base driven by the needs
+of their users and customers. The support and contributions of a wide variety
+of participants has fostered the development of a high quality library that is
+now the de facto standard for open source web mapping.</p>
+<p>However, there are many aspects of the project that do not receive the
+attention they should. Crucial tasks, such as writing documentation, offering
+ad hoc support to users, and processing of bug reports often receive less attention
+than would be desired - or, when the attention is given, it comes at the cost
+of time that might otherwise be spent improving the library.  Meanwhile, many
+organizations have made an investment in using OpenLayers as part of their
+operations, but have not had a way to directly contribute to the success and
+long-term health of the project.</p>
+<p>In order to provide funding to support the maintenance, improvement, and
+promotion of OpenLayers, the Project Steering Committee (PSC) is seeking sponsors
+to provide financial support via the OSGeo Project Sponsorship program.  Funds
+will be held by the OSGeo Foundation for disposition on behalf of the project,
+and disbursed at the discretion of the OpenLayers PSC.</p>
+<p>Sponsorship should not be seen as a way to control the development of the
+project directly, but rather a way of ensuring the longevity and overall health
+of the project, by funding work that is regarded as vital but otherwise
+undersupported by the contributions of developers using OpenLayers in their
+own projects.</p>
+<div class="section" id="goals-of-sponsorship">
+<h1>Goals of Sponsorship</h1>
+<p>The OpenLayers community has established high-level goals for
+the use of funds from sponsors.  The PSC votes periodically to
+allocate funds according to these priorities.  The PSC also
+periodically votes to revise these priorities.</p>
+<ol class="arabic simple">
+<li>Make it easier for both JavaScript experts and also those just
+starting out to adopt and use OpenLayers.</li>
+<li>Make OpenLayers globally known as an easy way to build rich mapping
+applications.</li>
+<li>Expand the number of people contributing functionality and
+improvements to the OpenLayers code base.</li>
+<li>Make OpenLayers a more useful and higher quality web mapping toolkit
+by enhancing the library.</li>
+</ol>
+</div>
+<div class="section" id="sponsorship-uses">
+<h1>Sponsorship Uses</h1>
+<p>The sponsorship funds will be spent to further the above goals by both
+funding tasks that receive less attention without direct support, and
+by funding work on more rote project tasks so that core contributors
+can focus efforts on library improvements.</p>
+<p>Examples of expenditures include:</p>
+<blockquote>
+<ul class="simple">
+<li>Paying specific developers at PSC-negotiated rates for tasks such as:<ul>
+<li>Triage of bug reports, i.e. reproducing, then fixing or passing on to
+another developer a particular bug.</li>
+<li>Extending the test suite for existing and new features to help
+improve library quality and prevent regressions.</li>
+<li>Improving documentation to lower the bar to entry for the project.</li>
+<li>General improvements to the software, especially as they meet the needs
+of the wider OpenLayers community.</li>
+</ul>
+</li>
+<li>Funding participation in organized project activities, such as code
+sprints or other community building activities.</li>
+<li>Funding project participation in conferences that help expand the
+OpenLayers community.</li>
+<li>Provisioning resources such as web hosting</li>
+</ul>
+</blockquote>
+</div>
+<div class="section" id="sponsorship-benefits">
+<h1>Sponsorship Benefits</h1>
+<p>Sponsoring OpenLayers provides the following benefits:</p>
+<blockquote>
+<ol class="arabic simple">
+<li>Sponsorship will help ensure the sustainability and health of the
+OpenLayers project.</li>
+<li>Sponsors will be listed in the credits/authors sections of the
+OpenLayers project documentation, ordered by contribution class,
+with a link back to the sponsor. Additionally, sponsors will be
+listed on the OpenLayers sponsor page, linked prominently from the
+OpenLayers homepage. Silver sponsors and above may include a logo.
+Platinum sponsors may also have their logo placed directly on the
+OpenLayers home page.</li>
+<li>Sponsors will be permitted to indicate they are project sponsors in
+web and other promotional materials.</li>
+<li>Sponsor input on project focus and direction will be solicited via
+regular sponsor surveys, though such feedback does not imply any
+direct control over the direction of the project.</li>
+<li>Sponsors will receive a degree of priority in developer feedback on
+bug reports during any routine maintainence paid for with
+sponsorship funds.</li>
+<li>Sponsors will receive a detailed annual report on the use of
+sponsorship funds.</li>
+</ol>
+</blockquote>
+</div>
+<div class="section" id="sponsorship-process">
+<h1>Sponsorship Process</h1>
+<p>Sponsors can sponsor OpenLayers for any amount of money of at least $500
+USD.  At or above the following levels a sponsor will be designated as
+being one of the following class:</p>
+<blockquote>
+<ol class="arabic simple">
+<li>$27000+ USD: Platinum Sponsor</li>
+<li>$9000+ USD: Gold Sponsor</li>
+<li>$3000+ USD: Silver Sponsor</li>
+</ol>
+</blockquote>
+<p>Sponsorships last one year, after which they may be continuing with a
+new payment, or allowed to lapse. OSGeo is planning to be US 501(c)3
+charity and sponsorships will be eligible as a charitable contribution
+for US taxpayers. Appropriate receipts can be issued when needed.</p>
+<p>Organizations or individuals interested in sponsoring the OpenLayers
+project should email <tt class="docutils literal">sponsorship [at] openlayers.org</tt> with questions
+or to make arrangements.</p>
+</div>
+</div>
+
+</div>
+<!--#include virtual="/include/foot.html" -->



More information about the Commits mailing list