| <?php |
| include($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/include-before-definitions.php"); |
| |
| $pageTitle = "Projects"; |
| $pageKeywords = "projects"; |
| $pageAuthor = "Bjorn Freeman-Benson Nov 20/05"; |
| |
| $extraHtmlHeaders = "<link rel=\"alternate\" type=\"application/rss+xml\" |
| title=\"Eclipse Reviews and Proposals\" href=\"/projects/reviews-rss.php\"> |
| "; |
| $App->AddExtraHtmlHeader($extraHtmlHeaders); |
| |
| include($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/include-after-definitions.php"); |
| ?> |
| <div id="maincontent"> |
| <div id="midcolumn"> |
| <h1><?= $pageTitle ?></h1> |
| |
| <p>All work at Eclipse is done in sub-projects and components organized |
| under top-level projects. The top-level projects are managed by PMCs |
| (project management committees).</p> |
| |
| <!-- |
| <h2><a name="Who"></a>Who are the committers and project leaders?</h2> |
| <p> |
| See the lists of all the <a href="committers.php"> Eclipse |
| committers</a>, <a href="project-leads.php">sub-project leads</a>, <a href="project-leads.php">PMC |
| members</a>, and <a href="project-leads.php">PMC leads</a>.</p> |
| --> |
| |
| <div class="homeitem3col"> |
| <h3><a href="/projects/reviews-rss.php"><img src="images/rss.gif" align="right" border="0"></a></a><a name="When"></a>When are the major releases scheduled from each project?</h3> |
| <p> |
| <a href="/projects/timeline/">The Summarized Timeline</a> |
| lists all the planned and pending major releases. Each major release |
| is preceded by a Release Review announced here and via |
| RSS. |
| The slides and IP logs of previous releases are <a href="/projects/previous-release-reviews.php">available |
| for inspection</a>.</p> |
| <div align="center"> |
| <?php include("fragments/processes-page-table.php") ?> |
| <br></a></div> |
| </div> |
| |
| <div class="homeitem3col"> |
| <h3><a name="Where"></a>Where are the projects going?</h3> |
| <ul class="midlist"> |
| <li> |
| <i>[Now]</i> The <a href="dashboard/">project dashboard</a> |
| visualizes the current "liveness" of the projects.</li> |
| <li> |
| <i>[Future] </i>The <a href="/org/councils/roadmap.php">Eclipse Roadmap</a> |
| describes where the existing projects are concentrating their |
| efforts. </li> |
| <li><i>[Future<sup>2</sup>]</i> New project proposals for new technical directions are on the <a href="/proposals/">proposals |
| page</a>.</li> |
| </ul> |
| <div align="center"> |
| <br></a><?php include("fragments/proposals-page-proposals-table.php") ?> |
| <br></a></div> |
| </div> |
| |
| <div class="homeitem3col"> |
| <h3><a name="What"></a>What are the top-level projects?</h3> |
| <ul class="midlist"> |
| <?php require_once($_SERVER['DOCUMENT_ROOT'] . "/projects/fragments/project-list.php"); ?> |
| <?= project_list_as_html( "project-page-paragraph.html", "" ) ?> |
| </ul> |
| </div> |
| |
| <div class="homeitem3col"> |
| <h3><a name="How"></a>How do the projects operate?</a></h2> |
| <p> |
| The projects follow the <a href="/projects/dev_process/">Eclipse |
| Development Process</a>. Each PMC defines a top-level |
| project-specific development process that interacts with the overall |
| Eclipse Development Process.</p> |
| <p>At irregular times, there are inter-project <a href="committers/">committer gatherings</a>.</p> |
| </div> |
| |
| </div> |
| |
| <div id="rightcolumn"> |
| <div class="sideitem"> |
| <h6>Five Questions</h6> |
| <ul> |
| <li><a href="#Who">Who?</a></li> |
| <li><a href="#What">What?</a></li> |
| <li><a href="#Where">Where?</a></li> |
| <li><a href="#When">When?</a></li> |
| <li><a href="#How">How?</a></li> |
| </ul> |
| </div> |
| </div> |
| <?php |
| include($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/include-end-of-page.php"); |
| ?> |