svn commit: r147 - trunk/www/index_test.html

jasonbirch at osgeo.org jasonbirch at osgeo.org
Sun May 21 01:17:46 EDT 2006


Author: jasonbirch
Date: 2006-05-21 05:17:45+0000
New Revision: 147

Added:
   trunk/www/index_test.html

Log:
Updating the mailing list page to be more inclusive

Added: trunk/www/index_test.html
Url: https://mail.osgeo.org/source/browse/mail/trunk/www/index_test.html?view=auto&rev=147
==============================================================================
--- (empty file)
+++ trunk/www/index_test.html	2006-05-21 05:17:45+0000
@@ -0,0 +1,75 @@
+<html>
+  <head>
+    <title>OSGeo Mail</title>
+  </head>
+  <body>
+     <script type="text/javascript">
+      // This code removes the project page title and information. It may need to change when
+	  // the CEE platform is upgraded.
+   
+      function replaceLinks() {   
+         try {
+		 	var apphead = document.getElementById("apphead");
+			if (apphead != null) {
+				apphead.innerHTML = "";
+			}	
+            var projecthome = document.getElementById("projecthome");
+			if (projecthome != null) {
+				var tableCollection = projecthome.getElementsByTagName("table");
+				if (tableCollection[0] != null)	{
+					rowCount = tableCollection[0].rows.length;
+					for (i = 0; i < rowCount; i++) {
+						tableCollection[0].deleteRow(0);
+					}
+				}    
+			}  
+          } catch (e) {
+          }
+      }
+      window.onload=replaceLinks;
+   </script> 
+
+<div class="h1"><h1>OSGeo Mailing Lists</h1>
+   
+<p>The Open Source Geospatial Foundation and its associated committees and projects maintain several mailing lists.  These are described here, with links to pages where you can sign up for them.  The majority of the OSGeo lists require you to be logged in before you can join them.</p>
+
+<p>For those unfamiliar with email lists, there are a few simple guidelines.  Before posting a question to the list please search the mailing list archive to see if answers can be found.  Avoid emailing others in the list directly about various topics, so that everyone can benefit from the discussion.  Keep it civil: we have to live together in this community, don't make it an unpleasant experience.  None of these areas are intended for commercial messages.  There are more appropriate means of reaching your market without permanently damaging your reputation.</p>
+
+<p>For media-related queries, or questions about the Foundation that you do not want to post to the mailing lists, you can contact our Community Manager at <a href="mailto:info at osgeo.org">info at osgeo.org</a>.</p>
+
+</div>
+
+<div class="h2"><h2>OSGeo General Interest</h2>
+<p>These lists can be joined from the <a href="https://mail.osgeo.org/servlets/ProjectMailingListList">main OSGeo mailing lists page</a>.</p>
+<div class="h3"><h3>OSGeo Announce</h3></div>
+<p>This is a low-volume list, typically used for announcing important events or major releases of our projects' software.</p<
+<div class="h3"><h3>OSGeo Discuss</h3></div>
+<p>This list is for general discussion among OSGeo members.  Anything that is of interest to OSGeo as a whole can be discussed here, including proposals for new committees and projects, items of general interest, and pointers to related issues.</p>
+</div>
+
+<div class="h2"><h2>OSGeo Projects</h2>
+<p>These lists can be joined through several different places, linked below.</p>
+<div class="h3"><h3>GDAL/OGR</h3></div>
+<p><a href="http://lists.maptools.org/mailman/listinfo/gdal-dev/">http://lists.maptools.org/mailman/listinfo/gdal-dev/</a></p>
+<div class="h3"><h3>GeoTools</h3></div>
+<p><a href="http://docs.codehaus.org/display/GEOTOOLS/Mailing+Lists">http://docs.codehaus.org/display/GEOTOOLS/Mailing+Lists</a></p>
+<div class="h3"><h3>GRASS</h3></div>
+<p><a href="http://grass.itc.it/community/support.php">http://grass.itc.it/community/support.php</a></p>
+<div class="h3"><h3>MapBender</h3></div>
+<p><a href="http://www.mapbender.org/index.php/Mapbender-users">http://www.mapbender.org/index.php/Mapbender-users</a></p>
+<div class="h3"><h3>MapBuilder</h3></div>
+<p><a href="http://docs.codehaus.org/display/MAP/Contact">http://docs.codehaus.org/display/MAP/Contact</a></p>
+<div class="h3"><h3>MapGuide Open Source</h3></div>
+<p><a href="https://mapguide.osgeo.org/servlets/ProjectMailingListList">https://mapguide.osgeo.org/servlets/ProjectMailingListList</a></p>
+<div class="h3"><h3>MapServer</h3></div>
+<p><a href="http://mapserver.gis.umn.edu/community/mailinglists/">http://mapserver.gis.umn.edu/community/mailinglists/</a></p>
+<div class="h3"><h3>OSSIM</h3></div>
+<p><a href="https://lists.sourceforge.net/lists/listinfo/ossim-developer">https://lists.sourceforge.net/lists/listinfo/ossim-developer</a></p>
+</div>
+
+<div class="h2"><h2>OSGeo Committees</h2>
+<p> All of the OSGeo committees can be found by going to the <a href="https://www.osgeo.org/servlets/ProjectList?type=Projects&mode=TopLevel">main Projects page</a>, going to the committee's home page, and then clicking on the &quot;Mailing Lists&quot; link on the left hand side of the screen.</p>
+</div>
+
+</body>
+</html>




More information about the Mail_commits mailing list