You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by th...@apache.org on 2010/11/08 16:32:06 UTC

svn commit: r1032600 - /incubator/river/site/trunk/content/committers.mdtext

Author: thobbs
Date: Mon Nov  8 15:32:05 2010
New Revision: 1032600

URL: http://svn.apache.org/viewvc?rev=1032600&view=rev
Log:
Changed the wiki-like markup for the tables to be html to it rendered correctly.

Modified:
    incubator/river/site/trunk/content/committers.mdtext

Modified: incubator/river/site/trunk/content/committers.mdtext
URL: http://svn.apache.org/viewvc/incubator/river/site/trunk/content/committers.mdtext?rev=1032600&r1=1032599&r2=1032600&view=diff
==============================================================================
--- incubator/river/site/trunk/content/committers.mdtext (original)
+++ incubator/river/site/trunk/content/committers.mdtext Mon Nov  8 15:32:05 2010
@@ -9,41 +9,48 @@ If you would like to contribute to Apach
 If you would like to become a committer, please see the [Get Involved](get-involved.html) page.
 
 Committers:
-||Name||Organization
-|Bill Venners|Artima, Inc.
-|Mark Brouwer| 
-|Jim Waldo|Sun Microsystems 
-|John McClain|Sun Microsystems 
-|Brian Murphy| 
-|Peter Jones|Sun Microsystems
-|Juan Ramirez|Sun Microsystems
-|Frank Barnaby|Sun Microsystems
-|Robert Resendes|Sun Microsystems
-|Vinod Johnson|Sun Microsystems
-|Ron Mann|Sun Microsystems
-|Jim Hurley|Sun Microsystems
-|Jonathan Costers| 
-|Peter Firmstone| 
-|Tom Hobbs| 
-|Sim IJskes|QCG
-|Patricia Shanahan| 
-
+<table>
+<tr><th>Name</th><th>Organization</th></tr>
+<tr><td>Bill Venners</td><td>Artima, Inc.</td></tr>
+<tr><td>Mark Brouwer</td><td>&nbsp;</td></tr>
+<tr><td>Jim Waldo</td><td>Sun Microsystems</td></tr>
+<tr><td>John McClain</td><td>Sun Microsystems</td></tr>
+<tr><td>Brian Murphy</td><td>&nbsp;</td></tr>
+<tr><td>Peter Jones</td><td>Sun Microsystems</td></tr>
+<tr><td>Juan Ramirez</td><td>Sun Microsystems</td></tr>
+<tr><td>Frank Barnaby</td><td>Sun Microsystems</td></tr>
+<tr><td>Robert Resendes</td><td>Sun Microsystems</td></tr>
+<tr><td>Vinod Johnson</td><td>Sun Microsystems</td></tr>
+<tr><td>Ron Mann</td><td>Sun Microsystems</td></tr>
+<tr><td>Jim Hurley</td><td>Sun Microsystems</td></tr>
+<tr><td>Jonathan Costers</td><td>&nbsp;</td></tr>
+<tr><td>Peter Firmstone</td><td>&nbsp;</td></tr>
+<tr><td>Tom Hobbs</td><td>&nbsp;</td></tr>
+<tr><td>Sim IJskes</td><td>QCG</td></tr>
+<tr><td>Patricia Shanahan</td><td>&nbsp;</td></tr>
+</table>
 
 Emeriti:
-||Name||Organization
-|Bob Scheifler|Sun Microsystems
-|Dan Creswell|&nbsp;
-|Fred Oliver| Sun Microsystems
-|Geir Magnusson Jr|&nbsp;
-|Nigel Daley|&nbsp;
+<table>
+<tr><th>Name</th><th>Organization</th></tr>
+<tr><td>Bob Scheifler</td><td>Sun Microsystems</td></tr>
+<tr><td>Dan Creswell</td><td>&nbsp;</td></tr>
+<tr><td>Fred Oliver</td><td>Sun Microsystems</td></tr>
+<tr><td>Geir Magnusson Jr</td><td>&nbsp;</td></tr>
+<tr><td>Nigel Daley</td><td>&nbsp;</td></tr>
+</table>
 
 Mentors:
-||Name|
-|Niclas Hedhman|
-|Jukka Zitting|
-|Benson Margulies|
+<table>
+<tr><th>Name</th></tr>
+<tr><td>Niclas Hedhman</td></tr>
+<tr><td>Jukka Zitting</td></tr>
+<tr><td>Benson Margulies</td></tr>
+</table>
 
 Former mentors:
-||Name|
-|Phil Steitz|
-|Gianugo Rabellino|
\ No newline at end of file
+<table>
+<tr><th>Name</th></tr>
+<tr><td>Phil Steitz</td></tr>
+<tr><td>Gianugo Rabellino</td></tr>
+</table>
\ No newline at end of file