blob: e9b9706d55e27bb74ee83c8282cb6591db17ffbb [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:
* Simon Redding
*
*******************************************************************************/
// project root
#$PR = $_SERVER['DOCUMENT_ROOT'];
#$PR = "papyrus-rt/";
$PR_www = "papyrus-rt/content/papyrus-rt";
$projectName = "papyrus-rt";
$projects = array("papyrus-rt" => "papyrus-rt");
//$projects = array();
//$defaultProj = "papyrus-rt";
$extraprojects = array(); //components with only downloads, no info yet, "prettyname" => "directory"
$nodownloads = array(); //components with only information, no downloads, or no builds available yet, "projectkey"
$nonewsgroup = array(); //components without newsgroup
$nomailinglist = array(); //components without mailinglist
$incubating = true; // components which are incubating
$nomenclature = "Project"; //are we dealing with "components" or "projects"?
$buildtypes = array(
"R" => "Release",
"S" => "Stable",
"I" => "Integration",
"M" => "Maintenance",
"N" => "Nightly"
);
include_once $_SERVER["DOCUMENT_ROOT"] . "/modeling/includes/scripts.php";
# Set the theme for your project's web pages.
# See http://eclipse.org/phoenix/
$theme = "solstice";
# 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
$Nav->setLinkList(array());
# $Nav->addNavSeparator("papyrus-rt", "/papyrus-rt");
# $Nav->addCustomNav("Getting started", "/papyrus-rt/content/papyrus-rt/updates/index.php", "_self", 3);
# $Nav->addCustomNav("Downloads", "/papyrus-rt/content/download.php", "_self", 3);
# $Nav->addCustomNav("Documentation", "/papyrus-rt/content/usersCorner/usersCornerIndex.php", "_self", 3);
# $Nav->addCustomNav("Support", "/papyrus-rt/content/support/index.php", "_self", 3);
# $Nav->addCustomNav("Getting involved", "/papyrus-rt/content/developpersCorner/developpersCornerIndex.php", "_self", 3);
# $Nav->addCustomNav("About", "https://projects.eclipse.org/proposals/papyrus-real-time-papyrus-rt", "_self", 3);
# Define keywords, author and title here, or in each PHP page specifically
$pageKeywords = "papyrus-rt, dsl, modeling, domain specific language, graphical, uml, sysml";
$pageAuthor = "Simon Redding";
$pageTitle = "papyrus-rt";
# top navigation bar
# To override and replace the navigation with your own, uncomment the line below.
# $Menu->setMenuItemList(array());
# $Menu->addMenuItem("Home", "$PR", "_self");
# $Menu->addMenuItem("Home", "/papyrus-rt", "_self");
# $Menu->addMenuItem("Getting started", "$PR/content/gettingstarted.php", "_self");
# $Menu->addMenuItem("Getting started", "/papyrus-rt/content/gettingstarted.php", "_self");
# $Menu->addMenuItem("Downloads", "./content/download.php", "_self");
# $Menu->addMenuItem("Documentation", "./content/papyrus-rt/usersCorner/usersCornerIndex.php", "_self");
# $Menu->addMenuItem("Overview", "./content/overview.php", "_self");
# $Menu->addMenuItem("Getting involved", "/papyrus-rt/content/papyrus-rt/developpersCorner/developpersCornerIndex.php", "_self");
# $Menu->addMenuItem("About", "https://projects.eclipse.org/proposals/papyrus-real-time-papyrus-rt", "_self");
# To define additional CSS or other pre-body headers
# $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/default/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-42097450-1");
?>