[postgis-commits] svn - r2958 - trunk/doc
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Fri Sep 12 03:40:40 PDT 2008
Author: robe
Date: 2008-09-12 03:40:40 -0700 (Fri, 12 Sep 2008)
New Revision: 2958
Modified:
trunk/doc/introduction.xml
Log:
Update Credits and project links
1) Get rid of emails
2) Change order of key contributors based on heuristics a) duration of contribution, b) frequency of contributions, c)recency of contributions, d) impact of contributions,
and add some new contributors (more need to be added)
Modified: trunk/doc/introduction.xml
===================================================================
--- trunk/doc/introduction.xml 2008-09-11 12:18:37 UTC (rev 2957)
+++ trunk/doc/introduction.xml 2008-09-12 10:40:40 UTC (rev 2958)
@@ -15,56 +15,64 @@
<title>Credits</title>
<variablelist>
- <varlistentry>
- <term>Sandro Santilli <strk at refractions.net></term>
-
+ <varlistentry>
+ <term>Mark Cave-Ayland</term>
<listitem>
- <para>Coordinates all bug fixing and maintenance effort, integration
+ <para>Coordinates bug fixing and maintenance effort, alignment of PostGIS with PostgreSQL releases, windows build, integration
of new GEOS functionality, and new function enhancements.</para>
</listitem>
</varlistentry>
-
<varlistentry>
- <term>Mark Leslie <mleslie at refractions.net></term>
-
+ <term>Paul Ramsey</term>
<listitem>
- <para>Ongoing maintenance and development of core functions.</para>
+ <para>Release Manager, coordinates general direction of the project,
+ often gets his hands dirty doing real coding.</para>
</listitem>
</varlistentry>
-
+
<varlistentry>
- <term>Chris Hodgson <chodgson at refractions.net></term>
-
+ <term>Mark Leslie</term>
<listitem>
- <para>Maintains new functions and the 7.2 index bindings.</para>
+ <para>Ongoing maintenance and development of core functions.</para>
</listitem>
</varlistentry>
-
+
<varlistentry>
- <term>Paul Ramsey <pramsey at refractions.net></term>
-
+ <term>Kevin Kneufeld</term>
<listitem>
- <para>Keeps track of the documentation and packaging.</para>
+ <para>Documentation, Hudson automated build, advanced user support on PostGIS newsgroup.</para>
</listitem>
</varlistentry>
-
- <varlistentry>
- <term>Jeff Lounsbury <jeffloun at refractions.net></term>
-
+
+ <varlistentry>
+ <term>Sandro Santilli</term>
<listitem>
- <para>Original development of the Shape file loader/dumper.</para>
+ <para>Bug fixes and maintenance and integration of new GEOS functionality</para>
</listitem>
</varlistentry>
-
+
<varlistentry>
- <term>Dave Blasby <dblasby at gmail.com></term>
-
+ <term>Chris Hodgson</term>
<listitem>
+ <para>General development</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>Dave Blasby</term>
+ <listitem>
<para>The original developer of PostGIS. Dave wrote the server side
objects, index bindings, and many of the server side analytical
functions.</para>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term>Jeff Lounsbury</term>
+ <listitem>
+ <para>Original development of the Shape file loader/dumper.</para>
+ </listitem>
+ </varlistentry>
<varlistentry>
<term>Other contributors</term>
@@ -72,11 +80,9 @@
<listitem>
<para>In alphabetical order: Alex Bodnaru, Alex Mayrhofer, Bruce
Rindahl, Bernhard Reiter, Bruno Wolff III, Carl Anderson, Charlie
- Savage, David Skea, David Techer, IIDA Tetsushi, Geographic Data BC,
- Gerald Fenoy, Gino Lucrezi, Klaus Foerster, Kris Jurka, Mark
- Cave-Ayland, Mark Sondheim, Markus Schaber, Michael Fuhr, Nikita
- Shulga, Norman Vine, Olivier Courtin, Ralph Mason, Steffen
- Macke.</para>
+ Savage, Dane Springmeyer, David Skea, David Techer, IIDA Tetsushi, Geographic Data BC,
+ Gerald Fenoy, Gino Lucrezi, Klaus Foerster, Kris Jurka, Mark Sondheim, Markus Schaber, Michael Fuhr, Nikita
+ Shulga, Norman Vine, Olivier Courtin, Ralph Mason, Regina Obe, Steffen Macke.</para>
</listitem>
</varlistentry>
@@ -84,12 +90,12 @@
<term>Important Support Libraries</term>
<listitem>
- <para>The <ulink url="http://geos.refractions.net">GEOS</ulink>
+ <para>The <ulink url="http://geos.osgeo.org/">GEOS</ulink>
geometry operations library, and the algorithmic work of Martin
- Davis <mbdavis at vividsolutions.com> of Vivid Solutions in
- making it all work.</para>
+ Davis in
+ making it all work, ongoing maintainenance and support of Masteuz Loskot, Paul Ramsey and others.</para>
- <para>The <ulink url="http://proj4.maptools.org">Proj4</ulink>
+ <para>The <ulink url="http://proj.osgeo.org">Proj4</ulink>
cartographic projection library, and the work of Gerald Evenden and
Frank Warmerdam in creating and maintaining it.</para>
</listitem>
@@ -109,14 +115,14 @@
<listitem>
<para>More information about the GEOS geometry operations library is
- available at<ulink url="http://geos.refractions.net">
- http://geos.refractions.net</ulink>.</para>
+ available at<ulink url="http://geos.osgeo.org/">
+ http://geos.osgeo.org/</ulink>.</para>
</listitem>
<listitem>
<para>More information about the Proj4 reprojection library is
available at <ulink
- url="http://www.remotesensing.org/proj">http://www.remotesensing.org/proj</ulink>.</para>
+ url="http://proj.osgeo.org">http://proj.osgeo.org</ulink>.</para>
</listitem>
<listitem>
More information about the postgis-commits
mailing list