| <?php |
| include($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/include-before-definitions.php"); |
| |
| $pageTitle = "Historical Release Reviews"; |
| $pageKeywords = "projects"; |
| $pageAuthor = "Bjorn Freeman-Benson Nov 20/05"; |
| |
| include($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/include-after-definitions.php"); |
| ?> |
| <div id="maincontent"> |
| <div id="midcolumn"> |
| <h1><?= $pageTitle ?></h1> |
| |
| Each major release of each Eclipse project goes through a <a href="/projects/dev_process/release-review.php">Release |
| Review</a>. Reviews past included: |
| |
| <ul class="midlist"> |
| <?php |
| include_once("fragments/archived-reviews-list.php"); |
| ?> |
| </ul> |
| <?php |
| include($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/include-end-of-page.php"); |
| ?> |