blob: 4f3b8afc08f7b52c2dfe50b679b3e99bcbb905d7 [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
$theme = "solstice";
# 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("Project Home", "index.php");
# $Nav->addCustomNav("Downloads", "downloads.php", "_self", 2);
# $Nav->addCustomNav("Installation", "install.php", "_self", 2);
# $Nav->addCustomNav("FAQ / Known Issues","/epp/faq.php", "_self", 2);
# $Nav->addCustomNav("Members", "members.php", "_self", 2);
# $Nav->addCustomNav("Bugs", "https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&product=EPP&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED", "_self", 2);
# $Nav->addCustomNav("Usage Data Collector", "/epp/usagedata/index.php", "_self", 2);
$Nav->addCustomNav("Milestone Builds", "https://www.eclipse.org/downloads/index-developer.php", "_self", 2);
$Nav->addCustomNav("Nightly Builds", "https://hudson.eclipse.org/packaging/job/mars.epp-tycho-build/lastSuccessfulBuild/artifact/org.eclipse.epp.packages/archive/", "_self", 2);
$Nav->addCustomNav("Logging / AERI", "https://wiki.eclipse.org/EPP/Logging", "_self", 2);
?>