blob: 9ee4456d070b35350d1297efce8b2132c57365f8 [file] [log] [blame]
<?php
/**
* Copyright (c) 2019 Eclipse Foundation and others.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Christopher Guindon (Eclipse Foundation) - Initial implementation
*
* SPDX-License-Identifier: EPL-2.0
*/
$links = $SimultaneousRelease->getNewAndNoteworthyLinks();
?>
<div class="container">
<h1>New &amp; Noteworthy</h1>
<p>
The 2019-06 release is the Eclipse Foundation's second quarterly simultaneous release in 2019 with
<a href="https://projects.eclipse.org/releases/2019-06">seventy-six participating projects</a>, available June 19, 2019.
</p>
<p>
Here are the new and noteworthy items of various projects in the 2019-06 release train:
</p>
<ul>
<?php foreach($links as $link): ?>
<li><?php print $link; ?></li>
<?php endforeach; ?>
</ul>
<!-- List of links to the new and noteworthy pages of projects -->
</div>