blob: fa0a9c28c7570a112fe5ca2d3c097a26ef10a0fa [file] [log] [blame]
<?php
include( $_SERVER['DOCUMENT_ROOT'] . "/rap/_projectCommon.php" );
$pageTitle = "RAP - New and Noteworthy";
$html = <<<EOHTML
<div id="maincontent">
<div id="midcolumn">
<h1>New and Noteworthy</h1>
<p>
Here are some of the more noteworthy things available in the respective
builds.
</p>
<ul>
<li>
<a href="1.4/news_RC.php">RAP 1.4 RCs</a>
<p style="margin-top: 5px">
Listed are the noteworthy things available in the release candidate builds
for RAP 1.4.
</p>
</li>
<li>
<a href="1.4/news_M7.php">RAP 1.4 M7</a>
<p style="margin-top: 5px">
Listed are the noteworthy things available in the seventh milestone
build for RAP 1.4 (M7, May 6<sup>th</sup>, 2011).
</p>
</li>
<li>
<a href="1.4/news_M6.php">RAP 1.4 M6</a>
<p style="margin-top: 5px">
Listed are the noteworthy things available in the sixth milestone
build for RAP 1.4 (M6, March 18<sup>th</sup>, 2011).
</p>
</li>
<li>
<a href="1.4/news_M5.php">RAP 1.4 M5</a>
<p style="margin-top: 5px">
Listed are the noteworthy things available in the fifth milestone
build for RAP 1.4 (M5, available for
<a href="/rap/downloads/">download</a>).
</p>
</li>
<li>
<a href="1.4/news_M4.php">RAP 1.4 M4</a>
<p style="margin-top: 5px">
Listed are the noteworthy things available in the fourth milestone
build for RAP 1.4 (M4, available for
<a href="/rap/downloads/">download</a>).
</p>
</li>
<li>
<a href="1.4/news_M3.php">RAP 1.4 M3</a>
<p style="margin-top: 5px">
Listed are the noteworthy things available in the third milestone
build for RAP 1.4 (M3, available for
<a href="/rap/downloads/">download</a>).
</p>
</li>
<li>
<a href="1.4/news_M2.php">RAP 1.4 M2</a>
<p style="margin-top: 5px">
Listed are the noteworthy things available in the second milestone
build for RAP 1.4 (M2, available for
<a href="/rap/downloads/">download</a>).
</p>
</li>
<li>
<a href="1.4/news_M1.php">RAP 1.4 M1</a>
<p style="margin-top: 5px">
Listed are the noteworthy things available in the first milestone
build for RAP 1.4 (M1, available for
<a href="/rap/downloads/">download</a>).
</p>
</li>
<li>
<a href="relnotes132.php">RAP 1.3.2 Service Release</a>
<p style="margin-top: 5px">
A summary of the fixes in the 1.3.2 service release
which is available for <a href="/rap/downloads/1.3/">download</a>.
</p>
</li>
<li>
<a href="relnotes131.php">RAP 1.3.1 Service Release</a>
<p style="margin-top: 5px">
A summary of the fixes in the 1.3.1 service release
which is available for <a href="/rap/downloads/1.3/">download</a>.
</p>
</li>
<li>
<a href="1.3/">RAP 1.3 Release</a>
<p style="margin-top: 5px">
Listed are the more noteworthy things available in the RAP 1.3
release (June 23, 2010) which is available for
<a href="/rap/downloads/">download</a>.
</p>
</li>
<li>
<a href="relnotes122.php">RAP 1.2.2 Service Release</a>
<p style="margin-top: 5px">
A summary of the improvements in the 1.2.2 service release
(February 26, 2010) which is availble for
<a href="/rap/downloads/1.2/">download</a>.
</p>
</li>
<li>
<a href="relnotes121.php">RAP 1.2.1 Service Release</a>
<p style="margin-top: 5px">
A summary of the improvements in the 1.2.1 service release
(September 25, 2009) which is availble for
<a href="/rap/downloads/1.2/">download</a>.
</p>
</li>
<li>
<a href="1.2/">RAP 1.2 Release</a>
<p style="margin-top: 5px">
Listed are the more noteworthy things available in the RAP 1.2
release (June 24, 2009) which is available for
<a href="/rap/downloads/1.2/">download</a>.
</p>
</li>
</ul>
</div>
<div id="rightcolumn">
<div class="sideitem">
<h6>RAP Archives</h6>
<ul>
<li>
<a href="/rap/downloads/1.4/">RAP 1.4 (2011)</a>
</li>
<li>
<a href="/rap/downloads/1.3/">RAP 1.3 (2010)</a>
</li>
<li>
<a href="/rap/downloads/1.2/">RAP 1.2 (2009)</a>
</li>
<li>
<a href="/rap/downloads/1.1/">RAP 1.1 (2008)</a>
</li>
<li>
<a href="/rap/downloads/1.0/">RAP 1.0 (2007)</a>
</li>
</ul>
</div>
</div>
</div>
EOHTML;
$navPosition = array( "download", "noteworthy" );
generateRapPage( $pageAuthor, $pageKeywords, $pageTitle, $html, $navPosition );
?>