blob: 0acd6d4dbb412ce3d2d05502406e71d77367fbf3 [file]
<?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 = "m2eclipse - Documentation";
$html = <<<EOHTML
<div id="midcolumn">
<h3>m2eclipse - Documentation</h3>
<ul>
<li><a href="http://wiki.eclipse.org/Maven_Integration">Eclipsepedia</a></li>
</ul>
</div>
EOHTML;
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>