blob: 349ee8feb517dcc8345b8dccc2246e1201f4da56 [file] [log] [blame]
<?php
/**
* Copyright (c) 2016, 2017, 2018 Eclipse Foundation and others.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Christopher Guindon (Eclipse Foundation) - Initial implementation
* Eric Poirier (Eclipse Foundation)
*
* SPDX-License-Identifier: EPL-2.0
*/
require_once ($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php");
$theme = NULL;
$Nav = new Nav();
$Nav->addNavSeparator("Eclipse Projects", "/projects/");
$Nav->addCustomNav("Development Process", "/projects/dev_process", "_self", 1);
$Nav->addCustomNav("Project Handbook", "/projects/handbook", "_self", 1);
$Nav->addCustomNav("Committer Training", "/projects/training", "_self", 1);
$Nav->addCustomNav("Search Projects", "https://projects.eclipse.org", "_self", 1);
$Nav->addCustomNav("All Projects", "/projects/tools/hierarchy.php", "_self", 2);
$Nav->addNavSeparator("Lifecycle", null);
$Nav->addCustomNav("Activity", "/projects/project_activity.php", "_self", 2);
$Nav->addCustomNav("Proposals", "/projects/tools/proposals.php", "_self", 2);
$Nav->addCustomNav("Reviews", "/projects/tools/reviews.php", "_self", 2);
$Nav->addNavSeparator("Eclipse Specifications", "/projects/");
$Nav->addCustomNav("Specification Process", "/projects/efsp", "_self", 1);
$Nav->addCustomNav("Operations Guide", "/projects/efsp/operations.php", "_self", 1);
$Nav->addNavSeparator("Working Groups", "/org/workinggroups");
$Nav->addCustomNav("Process", "/org/workinggroups/industry_wg_process.php", "_self", 2);
$Nav->addCustomNav("Operations Guide", "/org/workinggroups/operations.php", "_self", 2);
$Nav->addNavSeparator("Legal", "/legal/");
$Nav->addCustomNav("Intellectual Property Policy", "/org/documents/Eclipse_IP_Policy.pdf", "_self", 0);
$Nav->addCustomNav("Contributor Agreement", "/legal/ECA.php", "_self", 1);
$Nav->addCustomNav("ECA Validation Tool", "/contribute/cla", "_self", 1);
$Nav->addCustomNav("EPL-2.0", "/legal/epl-2.0", "_self", 1);
$Nav->addCustomNav("3rd Party Licenses", "/legal/licenses.php", "_self", 1);
$Nav->addNavSeparator("Eclipse Foundation", "index.php");
$Nav->addCustomNav("Contact Us", "/org/foundation/contact.php", "_self", 2);