blob: 8e0a151ba98a6912178dd909bf4a763e66d5fbae [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'
$pageTitle = "Linux Tools - Autotools Plug-ins";
$pageKeywords = "linux, eclipse, downloads";
$pageAuthor = "Jeff Johnston";
# Paste your HTML content between the EOHTML markers!
$html = <<<EOHTML
<div id="midcolumn">
<h1>$pageTitle</h1>
<h2>Notice</h2>
<p>
With release 1.0 of Linux Tools, the Autotools plug-ins have been moved from the Linux Tools project into the CDT (C/C++ Development Tooling) project. The plug-ins and features are now shipped as part of the CDT.
</p>
</div>
EOHTML;
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>