blob: 608429b558c815f85eea71d48ef9278823853d3b [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();
?><style>
.downloadsContainer {
width:100%;
float:left;
clear:all;
border:0px;
border-bottom:1px dashed #222222;
}
.downloadsContainer a {
display:block;
}
.downloadsContainer:hover {
background-color:#F8F8F8;
padding:0px;
margin:0px;
}
.downloadsContainer img {
float:left;
clear:all;
padding:0px;
margin:3px;
margin-right:8px;
}
.downloadsInfo {
padding-top:3px;
margin-left:80px;
}
.downloadsInfo img {
float:none;
clear;all;
padding:0px;
margin:0px;
}
.downloadsInfo b{
color:#333366;
}
.packages img {
margin-right:5px;
}
.packages tr td{
padding:7px 0;
}
.packageDesc b{
color:#333366;
font-size:150%;
}
.packageDesc span{
font-size:85%;
padding:0 0 10px 0;
margin:0px;
}
.sectionTitle {
font-size:120%;
line-height:140%;
font-weight:bold;
width:100%;
border-bottom:2px solid #49457C;
}
.smallFont {
font-size:75%;
}
.platforms a img {
position:relative;
top:3px;
margin:0px;
padding:0px;
font-size: 200%
}
#midcolumn {
width: 70%;
}
#rightcolumn {
width: 25%;
}
</style>
<div id="maincontent">
<div id="midcolumn">
<h1>Eclipse Projects Gateway</h1>
<table width="100%" class="packages" cellspacing=0 cellpadding=0>
<tr><td width="60" valign="top">
<a href="/projects/whatsnew.php"><img src="http://dev.eclipse.org/custom_icons/whats-new64x64.jpg" align="left"></a>
</td><td valign="top" class="packageDesc">
<b><a href="/projects/whatsnew.php">What's New?</a></b><br />
<span>Find out what's new in the Eclipse Projects: upcoming project reviews, new project proposals, changes to the development process, etc.<br/></span>
</td></tr>
<tr><td width="60" valign="top">
<a href="/projects/listofprojects.php"><img src="<?= $iconDir ?>/emblems/emblem-system.png" align="left"></a>
</td><td valign="top" class="packageDesc">
<b><a href="/projects/listofprojects.php">Show me all the projects</a></b><br />
<span>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.<br/></span>
</td></tr>
<tr><td width="60" valign="top">
<a href="/downloads"><img src="<?= $iconDir ?>/actions/go-bottom.png" align="left"></a>
</td><td valign="top" class="packageDesc">
<b><a href="/downloads">Take me to the downloads</a></b><br />
<span>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).<br/></span>
</td></tr>
<tr><td width="60" valign="top">
<a href="/projects/searchpage.php"><img src="<?= $iconDir ?>/actions/system-search.png" align="left"></a>
</td><td valign="top" class="packageDesc">
<b><a href="/projects/searchpage.php">Search the projects</a></b><br />
<span>Look for a project that implements a specific technology. Look for a certain API. Or just look around...<br/></span>
</td></tr>
<tr><td width="60" valign="top">
<a href="/projects/dev_process/index-quick.php"><img src="http://dev.eclipse.org/custom_icons/cartoon-person64x64.png" align="left"></a>
</td><td valign="top" class="packageDesc">
<b><a href="/projects/dev_process/index-quick.php">Help me lead my project</a></b><br />
<span>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.<br/></span>
</td></tr>
<tr><td width="60" valign="top">
<a href="committers-emeritus.php"><img src="images/emeritus.gif" align="left"></a>
</td><td valign="top" class="packageDesc">
<b><a href="committers-emeritus.php">Committers Emeritus</a></b><br />
<span>Former Committers who have made significant contributions to the long term success of Eclipse are
listed as <a href="committers-emeritus.php">Committers Emeritus</a>.
All former Committers are listed on a similar page as <a href="committers-alumni.php">Committer Alumni</a>.</span>
</td></tr>
</table>
<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><!-- midcolumn -->
<div id="rightcolumn">
<div class="sideitem" style="border: 0">
<center>
</center>
</div>
<div class="sideitem">
<h6>Eclipse Projects</h6>
<div style="margin: 3px">
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.
</div>
</div><!-- sideitem -->
</div><!-- rightcolumn -->
</div><!-- maincontent -->
<?php
# Paste your HTML content between the EOHTML markers!
$html = ob_get_contents();
ob_end_clean();
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>