blob: ac0ee12e26de509450be798f1d089e178a3e845f [file] [log] [blame]
<?php require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include($App->getProjectCommon()); # All on the same line to unclutter the user's desktop'
/* 221934 - this page to remain on eclipse.org */
$App->Promotion = TRUE;
$pageTitle = "Projects Gateway";
$pageAuthor = "";
$pageKeywords = "Eclipse, projects, plugin, plugins, download, plan";
include( '_commonLeftNav.php' );
$iconDir = "http://dev.eclipse.org/huge_icons";
ob_start();
?>
<div id="fullcolumn">
<div id="infoDiv">
<p>Eclipse is a collection of open source projects
built on the Equinox OSGi run-time. <p>Eclipse started
as a Java IDE, but has since grown to be much, much
more. Eclipse projects now cover static and dynamic
languages; thick-client, thin-client, and server-side
frameworks; modeling and business reporting; embedded and
mobile; and, yes, we still have the best Java IDE.<p>
This page is designed to be a gateway into the
projects for users, adopters, team members, and the
merely curious.
</p>
</div>
<br/>
<div id="links">
<div class="link">
<a href="/projects/whatsnew.php"><img src="images/whatsnew.png" alt="What's New"/></a>
<a class="heading" href="/projects/whatsnew.php">What's New?</a>
<p class="subText">Find out what's new in the Eclipse Projects: upcoming project reviews, new project proposals, changes to the development process, etc.</p>
</div>
<div class="link">
<a href="become_a_member/"><img src="<?= $iconDir ?>/emblems/emblem-system.png" alt="Show me all the projects"/></a>
<a class="heading" href="become_a_member/">Show me all the projects</a>
<p class="subText">See a list of all the projects and sub-projects hosted at Eclipse. Click through the list to discover the projects' status, activity, contributors, plans, downloads, and more.</p>
</div>
<div class="link">
<a href="listofprojects.php"><img src="<?= $iconDir ?>/actions/go-bottom.png" alt="Membership FAQs"/></a>
<a class="heading" href="listofprojects.php">Take me to the downloads</a>
<p class="subText">If you're just looking to download one or more of the Eclipse Projects, you can either navigate to the project through the list of projects (above) or the list of downloads (here).</p>
</div>
<div class="link">
<a href="/projects/searchpage.php"><img src="<?= $iconDir ?>/actions/system-search.png" alt="Search the projects"/></a>
<a class="heading" href="/projects/searchpage.php">Search the projects</a>
<p class="subText">Look for a project that implements a specific technology. Look for a certain API. Or just look around...</p>
</div>
<div class="link">
<a href="dev_process/index-quick.php"><img src="http://dev.eclipse.org/custom_icons/cartoon-person64x64.png" alt="Help me lead my project"/></a>
<a class="heading" href="dev_process/index-quick.php">Help me lead my project</a>
<p class="subText">Easy to follow instructions for the official Eclipse processes and rules. Includes everything you need to know about the Eclipse IP Policy. Useful for committers, contributors, and project leaders.</p>
</div>
<div class="link">
<a href="committers-emeritus.php"><img src="images/emeritus.gif" alt="Committers Emeritus"/></a>
<a class="heading" href="committers-emeritus.php">Committers Emeritus</a>
<p class="subText">Former Committers who have made significant contributions to the long term success of Eclipse are listed as Committers Emeritus. All former Committers are listed on a similar page as Committer Alumni.</p>
</div>
<center>
<p><a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Community&version=unspecified&component=Website&priority=P3&bug_severity=normal&bug_status=NEW&bug_file_loc=http%3A%2F%2F&short_desc=&comment=&commentprivacy=0&keywords=&dependson=&blocked=&maketemplate=Remember%20values%20as%20bookmarkable%20template&form_name=enter_bug&assigned_to=phoenix.ui-inbox%40eclipse.org&qa_contact=">Report errors in, or request improvements to, this page</a></p>
</center>
</div>
</div><!-- midcolumn -->
<?php
# Paste your HTML content between the EOHTML markers!
$html = ob_get_contents();
ob_end_clean();
$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="projects.css"/>');
# Generate the web page
$App->generatePage('Nova', $Menu, NULL, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>