blob: b3047b7353601812b7923378f80e676c1160015b [file] [log] [blame]
<?php
/*******************************************************************************
* Copyright (c) 2009 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:
*
*******************************************************************************/
# Set the theme for your project's web pages.
# See http://eclipse.org/phoenix/
$theme = "Nova";
# Define keywords, author and title here, or in each PHP page specifically
$pageKeywords = "maven, m2e, eclipse, javaee, wtp, deployment, overlay";
$pageAuthor = "Fred Bricon";
$pageTitle = "m2e-wtp";
# Define your project-wide Navigation here
# This appears on the left of the page if you define a left nav
# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
# these are optional
# If you want to override the eclipse.org navigation, uncomment below.
# $Nav->setLinkList(array());
# Break the navigation into sections
$Nav->addNavSeparator($pageTitle, "/m2e-wtp/");
$Nav->addCustomNav("Download", "/m2e-wtp/download/", "_self", 3);
$Nav->addCustomNav("Documentation", "http://wiki.eclipse.org/M2E-WTP", "_blank", 3);
$Nav->addCustomNav("Getting Involved", "/m2e-wtp/developers/", "_blank", 3);
# top navigation bar
# To override and replace the navigation with your own, uncomment the line below.
$Menu->setMenuItemList(array());
$Menu->addMenuItem("Home", "/m2e-wtp/", "_self");
$Menu->addMenuItem("Download", "/m2e-wtp/download/", "_self");
$Menu->addMenuItem("Documentation", "http://wiki.eclipse.org/M2E-WTP", "_self");
$Menu->addMenuItem("Getting Involved", "/m2e-wtp/developers/", "_self");
$Menu->addMenuItem("Bug Tracker", "https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=M2E-WTP&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=exact&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=", "_self");
$Menu->addMenuItem("About This Project", "/projects/project_summary.php?projectid=technology.m2e.m2e-wtp", "_self");
# To define additional CSS or other pre-body headers
$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="style.css"/>');
# To enable occasional Eclipse Foundation Promotion banners on your pages (EclipseCon, etc)
$App->Promotion = TRUE;
# If you have Google Analytics code, use it here
$App->SetGoogleAnalyticsTrackingCode("UA-32200458-1");
?>