getProjectCommon()); $App->AddExtraHtmlHeader(''); $localVersion = false; # Define these here, or in _projectCommon.php for site-wide values $pageKeywords = "eclipse, project, osgi, naming , gemini"; $pageAuthor = "Bob Nettleton"; $pageTitle = "Gemini Naming"; // # Paste your HTML content between the EOHTML markers! $html = file_get_contents('pages/_index.html'); # Generate the web page $App->generatePage($theme, $Menu, null, $pageAuthor, $pageKeywords, $pageTitle, $html); ?>