blob: 2d4361058da4f5d459c9fb77d8e90557efb2d11d [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 Foundation Board Election Results";
$pageKeywords = "eclipse, election, election results, Eclipse Foundation";
$pageAuthor = "Mike Milinkovich";
# 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
<div id="maincontent">
<div id="midcolumn">
<h1>$pageTitle</h1>
<p><strong>Ottawa, Canada - March 05, 2019 </strong> -Today we are pleased to announce the results of the Eclipse Foundation Sustaining Member and Committer Member elections for representatives to our Board of Directors.</p>
<p>Congratulations to Farah Papaioannou and Gunnar Wagenknecht who were voted in to the Board as Sustaining representatives, and to Torkild Ulvoy Resheim who is returning in that position. Chris Aniszczyk, Dani Megert, and Ed Merks will be returning as Committer representatives. We're looking forward to working with you on the Eclipse Foundation Board of Directors, effective April 1.</p>
<p>We would like to thank Mark Brewer and Martijn Verburg for running for election. The Eclipse Foundation would also like to recognize the contributions of Tracy Miranda who will be leaving the Eclipse Board. The Eclipse community owes Tracy a great deal for her many hours of effort on the Eclipse Board.</p>
<h3>About the Eclipse Foundation</h3>
<p>The Eclipse Foundation provides our global community of individuals and organizations with a mature, scalable, and commercially focused environment for open source software collaboration and innovation. The Foundation is home to the Eclipse IDE, Jakarta EE, and over 350 open source projects, including runtimes, tools and frameworks for a wide range of technology domains such as IoT, automotive, geospatial, systems engineering, and many others. The Eclipse Foundation is a not-for-profit organization supported by over 275 corporate members, including industry leaders who value open source as a key enabler for business strategy. To learn more, follow us on Twitter @EclipseFdn, LinkedIn or visit eclipse.org.</p>
</div>
</div>
EOHTML;
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);