| * Copyright (c) 2015 Eclipse Foundation and others. |
| * This program and the accompanying materials are made |
| * available under the terms of the Eclipse Public License 2.0 |
| * which is available at https://www.eclipse.org/legal/epl-2.0/ |
| * SPDX-License-Identifier: EPL-2.0 |
| require_once(dirname(__FILE__) . "/../../eclipse.org-common/system/app.class.php"); |
| require_once(dirname(__FILE__) . "/../../eclipse.org-common/system/nav.class.php"); |
| require_once(dirname(__FILE__) . "/../../eclipse.org-common/system/menu.class.php"); |
| include($App->getProjectCommon()); |
| $App->AddExtraHtmlHeader('<link rel="stylesheet" href="noteworthy.css">'); |
| $pageTitle ="Eclipse IDE, Photon Edition New and Noteworthy"; |
| $pageAuthor = "Wayne Beaton"; |
| <?php include "noteworthy.html"; ?> |
| $html = ob_get_contents(); |
| $App->generatePage($theme, $Menu, NULL , $pageAuthor, $pageKeywords, $pageTitle, $html); |