blob: c9abab145ee77ad7eafa4c339fcbf8a79b8264ac [file] [log] [blame]
<?php require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include($App->getProjectCommon()); # All on the same line to unclutter the user's desktop'
$pageTitle = "RT Project Leadership";
$pageKeywords = "RT PMC project lead";
$pageAuthor = "Jeff McAffer";
$html = <<<EOHTML
<div id="midcolumn">
<h2>Who's running this project?</h2>
<p>The RT Project is managed by a small group known as the RT Project Management Committee (PMC).
We strive to have each RT sub-project represented on the PMC. Listed here are the current PMC members: </p>
<h3>Project Management Committee Members</h3>
<ul>
<li>
<b>Christian Campo, Riena, RT PMC co-lead, <a href="http://eclipse.org/riena">Riena lead</a></b><br>
Christian is leading the development of the <a href="http://eclipse.org/riena">Riena</a> project at Eclipse.
Christian is also member of the Eclipse Architecture Council.</b>
</li>
<li>
<b>Thomas Watson, IBM, RT PMC co-lead, <a href="http://eclipse.org/equinox">Equinox lead</a></b><br>
Tom is a member of the Eclipse <a href="http://eclipse.org/rt/team-leaders.php">RT PMC</a> and
leads the <a href="http://eclipse.org/equinox">Equinox Project</a> at Eclipse. Tom's focus is on
modularity and the OSGi Framework design and development. Tom is the lead developer for the Equinox OSGi
Framework implementation. Tom is also a leader in the specification development process at the OSGi Alliance.
In particular, Tom participates in the Core Platform Export Group at the OSGi Alliance and is currently
working on the next OSGi specification.
</li>
<li>
<b>Doug Clarke, EclipseLink</b>
</li>
<li>
<b>Mike Keith, Gemini</b>
</li>
<li>
<b>Markus Kuppe, ECF</b>
</li>
<li>
<b>Jesse McConnell, Jetty</b>
</li>
<li>
<b>Glyn Norminton, Virgo</b>
</li>
<li>
<b>Mark Rogalski, eRCP</b>
</li>
<li>
<b>Sebastian Voigt, SmiLa</b>
</li>
</ul>
</div>
EOHTML;
generateRapPage( $App, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html );
?>