blob: 4746fb1d166d7c5aed1175c15bb8a132b205206e [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'
/*******************************************************************************
* Copyright (c) 2009-2010 Eclipse Foundation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors: Christopher Guindon (Eclipse Foundation)
* Nathan Gervais (Eclipse Foundation)
*
*******************************************************************************/
#
# Begin: page-specific settings. Change these.
$pageTitle = "Eclipse.org - Kelper Simultaneous Release : Highlights";
$pageKeywords = "eclipse kepler, release, simultaneous, release train, kepler";
$pageAuthor = "Christopher Guindon";
# Paste your HTML content between the EOHTML markers!
ob_start();
?>
<div id="fullcolumn" class="kepler subpage highlights">
<ul id="mainmenu" class="no_bullets">
<li id="item_downloads"><a href="http://www.eclipse.org/downloads/index-developer.php?release=kepler"><span class="icon"></span><span class="caption">Downloads</span></a></li>
<li id="item_highlights" class="active"><a href="/kepler/"><span class="icon"></span><span class="caption">Highlights</span></a></li>
<li id="item_projects"><a href="/kepler/projects.php"><span class="icon"></span><span class="caption">Projects</span></a></li>
<li id="item_democamps"><a href="http://wiki.eclipse.org/Eclipse_DemoCamps_Kepler_2013"><span class="icon"></span><span class="caption">DemoCamps</span></a></li>
<li id="item_friends"><a href="/kepler/friends.php"><span class="icon"></span><span class="caption">Friends of Kepler</span></a></li>
</ul>
<p id="release-date">June 26, 2013</p>
<a href="/kepler/kepler.php" class="info-button">Who is Kepler?</a>
<div id="mini-hightlights">
<h2 id="h2_highlights">Highlights</h2>
<ul class="no_bullets ul_highlights">
<li><a href="http://www.eclipse.org/eclipse4">Eclipse 4.2</a> is now the default platform for the Eclipse community.</li>
<li>New <a href="http://www.eclipse.org/koneki/">Koneki</a> project provides world-class Lua development tools for M2M application development.</li>
<li><a href="http://www.eclipse.org/equinox/">Equinox</a> provides the reference implementation for the new OSGi R5 specification.</li>
<li><a href="http://www.eclipse.org/virgo/">Eclipse Virgo 3.5</a> will deliver the new Virgo Nano which allows developers to deploy very small and fast OSGi-based applications.</li>
<li><a href="http://www.eclipse.org/xtend/">Xtend</a>, a new language for Java developers, will introduce support for debugging, improved IDE support and new language features, including properties, data classes and type inference for fields.</li>
<li><a href="http://www.eclipse.org/Xtext/">Xtext 2.3</a> will now support integrated debugging of JVM-based DSLs created using Xtext and tighter integration with the Java Development Tools (JDT).</li>
<li><a href="http://www.eclipse.org/recommenders/">Eclipse Code Recommenders</a> makes developers smarter about using APIs. Based on a knowledge-based and advanced analytics of existing API usage, Code Recommenders provides intelligent API recommendations to Eclipse developers building Java applications. </li>
</ul>
</div>
</div>
<?
$html = ob_get_clean();
# Generate the web page
$App->Promotion = TRUE;
$App->AddExtraHtmlHeader('<link href="http://fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet" type="text/css"/>');
$App->AddExtraHtmlHeader('<link type="text/css" href="/kepler/css/styles.min.css" rel="stylesheet"/>');
$App->AddExtraHtmlHeader('<!--[if IE 7]><link rel="stylesheet" type="text/css" href="/home/content/ie7_nova.css" media="screen"/><![endif]-->');
$App->generatePage('Nova', $Menu, NULL , $pageAuthor, $pageKeywords, $pageTitle, $html);
?>