blob: 18f34f7b8a121d46844b855fd475085be2089683 [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-09 release is the Eclipse Foundation's third quarterly simultaneous release in 2019 with
<a href="https://projects.eclipse.org/releases/2019-09">seventy-six participating projects</a>, available September 18, 2019.
</p>
<p>
Here are the new and noteworthy items of various projects in the 2019-09 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>