blob: 0e3a729b6a542dea9b48c0cdae016edbf8f03c3b [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("_projectCommon.php"); # All on the same line to unclutter the user's desktop'
#
# Begin: page-specific settings. Change these.
$pageTitle = "Eclipse Community Awards Winners Announced";
$pageKeywords = "eclipse foundation, awards, community, winners, 2010";
$pageAuthor = "Lynn Gayowski";
# Add page-specific Nav bars here
# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank)
# $Nav->addCustomNav("My Link", "mypage.php", "_self");
# $Nav->addCustomNav("Google", "http://www.google.com/", "_blank");
# End: page-specific settings
#
# Paste your HTML content between the EOHTML markers!
$html = <<<EOHTML
<style>
.paddedlist li { padding-bottom:7px; }
</style>
<div id="maincontent">
<div id="midcolumn">
<h1>$pageTitle</h1>
<p>
<b>Santa Clara, CA - March 22, 2010</b> - The Eclipse Foundation congratulates the winners of
the annual Eclipse Community Awards, which recognize the top individuals, projects and technologies in
the ecosystem. Recipients were
honored at an awards ceremony March 22 on the opening day of EclipseCon 2010.
<p>
<p>
The Individual Awards acknowledge people that give their time and resources to make Eclipse a better community. Winners were
selected by their peers in an online vote. The selection of the Top Newcomer Evangelist award recognizes the individual that
answered the most questions raised on the eclipse.newcomer newsgroup.
</p>
<p>
<ul>
<li><strong>Top Committer</strong>: Eike Stepper
<ul><li>The finalists are Boris Bokowski and Markus Schorn.</li></ul></li>
<li><strong>Top Contributor</strong>: Lars Vogel
<ul><li>The finalists are Matt Hall, Laurens Holst and James Sugrue.</li></ul></li>
<li><strong>Top Newcomer Evangelist</strong>: Walter Harley
<ul><li>The finalists are Russell Bateman and Lars Vogel.</li></ul></li>
</ul>
</p>
<p>
The Project Awards recognize Eclipse projects for introducing innovative new features and fostering
an open community. Finalists were selected by their peers in an online vote.
</p>
<p>
<ul>
<li><strong>Most Open Project</strong>: e4
<ul><li>The finalists are Equinox p2, Mylyn and XML Tools in Web Tools Platform (WTP) Incubator.</li></ul></li>
<li><strong>Most Innovative New Feature or Eclipse Project</strong>: Textual Modeling Framework (TMF) Xtext
<ul><li>The finalists are EclipseLink and Standard Widget Toolkit (SWT) Cocoa Port.</li></ul></li>
</ul>
</p>
<p>
The Technology Awards recognize Eclipse-based open source projects and commercial products. Winners were selected by a
panel of judges from the Eclipse community. Products were evaluated
on their user interfaces, innovation and completeness of their solutions.
</p>
<p>
<ul>
<li><strong>Best Commercial Developer Tool</strong>: <a href="http://www.guidancer.com/" target="blank">Bredex GUIdancer</a>
<ul><li>The finalists are <a href="http://www.birt-exchange.com/be/marketplace/app-showcase/" target="blank">Actuate BIRT Mashboard Application</a> and
<a href="http://www.zend.com/products/studio" target="blank">Zend Studio 7</a>.</li></ul></li>
<li><strong>Best Open Source Developer Tool</strong>: <a href="http://groovy.codehaus.org/Eclipse+Plugin" target="blank">Groovy-Eclipse</a>
<ul><li>There are no finalists.</li></ul></li>
<li><strong>Best EclipseRT Application</strong>: <a href="http://www.springsource.org/dmserver" target="blank">SpringSource dm Server</a>
<ul><li>The finalist is <a href="http://www.actuate.com/products/iserver/iserver-enterprise/" target="blank">Actuate BIRT iServer Enterprise</a></li></ul></li>
<li><strong>Best RCP Application</strong>: <a href="http://tasktop.com/" target="blank">Tasktop Pro</a>
<ul><li>The finalists are <a href="http://www.bioclipse.net/" target="blank">Bioclipse</a> and
<a href="http://www.postergenius.com/" target="blank">PosterGenius</a>.</li></ul></li>
</ul>
</p>
<p><strong>About the Eclipse Foundation</strong><br />
Eclipse is an open source community, whose projects are focused on building an open development
platform comprised of extensible frameworks, tools and runtimes for building, deploying and
managing software across the lifecycle. A large, vibrant ecosystem of major technology vendors,
innovative start-ups, universities and research institutions and individuals extend, complement
and support the Eclipse Platform.
</p>
<p>The Eclipse Foundation is a not-for-profit, member supported corporation that hosts the Eclipse
projects. Full details of Eclipse and the Eclipse Foundation are available at <a href="http://www.eclipse.org">www.eclipse.org</a>.
</p>
<p>All company/product names and service marks may be trademarks or registered trademarks of
their respective companies.
</p>
</div>
<!-- remove the entire <div> tag to omit the right column! -->
<div id="rightcolumn">
<div class="sideitem">
<h6>Awards Navigation</h6>
<ul>
<li><a href="http://www.eclipse.org/org/foundation/eclipseawards/index.php">Eclipse Community Awards</a></li>
<li><a href="http://www.eclipse.org/org/foundation/eclipseawards/judges10.php">2010 Judges</a></li>
<li><a href="http://www.eclipse.org/org/foundation/eclipseawards/pastwinners.php">Past Winners</a></li>
</ul>
</div>
</div>
</div>
EOHTML;
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>
<?php
/*
* Created on 20-Jan-2006
*
* To change the template for this generated file go to
* Window - Preferences - PHPeclipse - PHP - Code Templates
*/
?>