blob: 7701245f5efb53f19f4f25fd8f9fcc444eadb861 [file] [log] [blame]
<?php
/*******************************************************************************
* Copyright (c) 2016, 2017 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://eclipse.org/legal/epl-v10.html
*
* Contributors:
* Christopher Guindon (Eclipse Foundation) - Initial implementation
*******************************************************************************/
# Set the theme for your project's web pages.
# See the Committer Tools "Phoenix" secion in the How Do I? for list of themes
# https://dev.eclipse.org/committers/
$theme = NULL;
# 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)
$Nav->addNavSeparator("About Us", "/org/");
$Nav->addCustomNav("Annual Report", "/org/foundation/reports/annual_report.php", "_self", 1);
$Nav->addCustomNav("Foundation", "/org/foundation/", "_self", 1);
$Nav->addCustomNav("Governance", "/org/documents/", "_self", 1);
$Nav->addCustomNav("Legal Resources", "/legal/", "_self", 1);
$Nav->addCustomNav("Contact Us", "/org/foundation/contact.php", "_self", 1);
$Nav->addNavSeparator("ECA", "/legal/ECA.php");
$Nav->addCustomNav("Sign", "/contribute/cla", "_self", 1);
$Nav->addCustomNav("Validation Tool", "/contribute/cla", "_self", 1);
$Nav->addNavSeparator("EPL-2.0", "/legal/epl-2.0");
$Nav->addCustomNav("Plain HTML", "/org/documents/epl-2.0/EPL-2.0.html", "_self", 1);
$Nav->addCustomNav("Plain Text", "/org/documents/epl-2.0/EPL-2.0.txt", "_self", 1);
$Nav->addCustomNav("PDF", "/org/documents/epl-2.0/EPL-2.0.pdf", "_self", 1);
$Nav->addCustomNav("FAQ", "/legal/epl-2.0/faq.php", "_self", 1);
$Nav->addNavSeparator("EPL-1.0", "/org/documents/epl-v10.php");
$Nav->addCustomNav("Plain HTML", "/org/documents/epl-v10.html", "_self", 1);
$Nav->addCustomNav("FAQ", "/legal/eplfaq.php", "_self", 1);
$Nav->addNavSeparator("Licenses", "/legal/licenses.php");
$Nav->addCustomNav("Approved 3rd Party", "/legal/licenses.php#approved", "_self", 1);
$Nav->addCustomNav("Non Approved", "/legal/licenses.php#nonapproved", "_self", 1);
$Nav->addCustomNav("Docs &amp; examples", "/legal/noncodelicenses.php", "_self", 1);