blob: 0fc0d3970d94951435bc3854870efc7b870a4a9c [file] [log] [blame]
<?php
# Set the theme for your project's web pages.
# See the Committer Tools "How Do I" for list of themes
# https://dev.eclipse.org/committers/
# Optional: defaults to system theme
# miasma
$theme = "Phoenix";
# Define your project-wide Nav bars here.
# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
# these are optional
$Nav->addNavSeparator("WTP Home", "index.php");
$Nav->addCustomNav("Subprojects", "", "_self", 1);
$Nav->addCustomNav("WST", "wst/main.html", "_self", 2);
$Nav->addCustomNav("JST", "jst/main.html", "_self", 2);
$Nav->addCustomNav("JSF", "jsf/index.html", "_self", 2);
$Nav->addCustomNav("Documentation", "http://help.eclipse.org/help31/topic/org.eclipse.wst.doc.user/topics/overview.html", "_self", 1);
$Nav->addCustomNav("User Documentation", "http://help.eclipse.org/help31/topic/org.eclipse.wst.doc.user/topics/overview.html", "_self", 2);
$Nav->addCustomNav("WST ISV Documentation", "http://help.eclipse.org/help31/topic/org.eclipse.wst.doc.isv/html/plugin_descriptions_WST/wst.html", "_self", 2);
$Nav->addCustomNav("JST ISV Documentation", "http://help.eclipse.org/help31/topic/org.eclipse.jst.doc.isv/html/plugin_descriptions_JST/jst.html", "_self", 2);
$Nav->addCustomNav("Downloads", "http://download.eclipse.org/webtools/downloads/", "_self", 1);
$Nav->addCustomNav("Community", "community/community.html", "_self", 1);
$Nav->addCustomNav("Articles", "community/communityresources.html#articles", "_self", 2);
$Nav->addCustomNav("Books", "community/communityresources.html#books", "_self", 2);
$Nav->addCustomNav("Presentation Archive", "community/presentations.html", "_self", 2);
$Nav->addCustomNav("Tutorials", "community/communityresources.html#tutorials", "_self", 2);
$Nav->addCustomNav("Upcoming Presentations", "community/community.html", "_self", 2);
$Nav->addCustomNav("White Papers", "community/communityresources.html#whitepapers", "_self", 2);
$Nav->addCustomNav("Milestone Specific Resources", "community/milestonespecificresources.html", "_self", 2);
#$Nav->addCustomNav("Installation", "install.php", "_self", 1);
$Nav->addCustomNav("Adopters", "adopters/", "_self", 1);
$Nav->addCustomNav("Development", "development/main.html", "_self", 1);
#$Nav->addCustomNav("Help Wanted", "plans/1.5/reports/help-wanted.html", "_self", 2);
$Nav->addCustomNav("Bug Reports", "development/bugs/bugs.html", "_self", 2);
$Nav->addCustomNav("CVS", "http://dev.eclipse.org/viewcvs/index.cgi/?cvsroot=WebTools_Project", "_self", 2);
$Nav->addCustomNav("Status Telecons", "development/status-telecons/index.html", "_self", 2);
$Nav->addCustomNav("Documents", "development/main.html", "_self", 2);
$Nav->addCustomNav("Committers/Contributors", "people/contributors.html", "_self", 2);
$Nav->addCustomNav("FAQ", "faq/main.html", "_self", 1);
$Nav->addCustomNav("Newsgroup", "/newsgroups/main.html#wtp", "_self", 1);
?>