| <?php |
| # Set the theme for your project's web pages. |
| # See http://eclipse.org/phoenix/ |
| $theme = "Nova"; |
| |
| # 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 |
| |
| # If you want to override the eclipse.org navigation, uncomment below. |
| $Nav->setLinkList(array()); |
| |
| # Break the navigation into sections |
| $Nav->addNavSeparator("Subversive Home", "/subversive/index.php"); |
| $Nav->addCustomNav("About Subversive", "http://www.eclipse.org/projects/project_summary.php?projectid=technology.subversive", "_self", 2); |
| $Nav->addCustomNav("Getting Started", "/subversive/documentation/gettingStarted.php", "_self", 2); |
| $Nav->addCustomNav("Documentation", "/subversive/documentation/index.php", "_self", 2); |
| $Nav->addCustomNav("Downloads", "/subversive/downloads.php", "_self", 2); |
| $Nav->addCustomNav("New & Noteworthy", "http://wiki.eclipse.org/Subversive_New_and_Noteworthy", "_self", 2); |
| $Nav->addCustomNav("Repository", "http://dev.eclipse.org/viewsvn/index.cgi/?root=Technology_SUBVERSIVE", "_self", 2); |
| $Nav->addCustomNav("Bugs", "https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=Subversive&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED", "_self", 2); |
| $Nav->addCustomNav("Mailing Lists", "/subversive/mailinglists.php", "_self", 2); |
| $Nav->addCustomNav("Newsgroup", "/subversive/newsgroup.php", "_self", 2); |
| $Nav->addCustomNav("Resources", "/subversive/resources.php", "_self", 2); |
| $Nav->addCustomNav("FAQ", "/subversive/documentation/faq.php", "_self", 2); |
| $Nav->addCustomNav("Integrations", "/subversive/integrations.php", "_self", 2); |
| $Nav->addCustomNav("Project Plan", "http://www.eclipse.org/projects/project-plan.php?projectid=technology.subversive", "_self", 2); |
| $Nav->addCustomNav("IP Log", "/subversive/iplog-1.0.php", "_self", 2); |
| |
| # Define keywords, author and title here, or in each PHP page specifically |
| # $pageKeywords = "xtext, dsl, modeling, domain specific language, textual"; |
| # $pageAuthor = "Your name"; |
| # $pageTitle = "Xtext"; |
| |
| # top navigation bar |
| # To override and replace the navigation with your own, uncomment the line below. |
| $Menu->setMenuItemList(array()); |
| $Menu->addMenuItem("Subversive Home", "/subversive/index.php", "_self"); |
| $Menu->addMenuItem("Downloads", "/subversive/downloads.php", "_self"); |
| $Menu->addMenuItem("Documentation", "/subversive/documentation/index.php", "_self"); |
| $Menu->addMenuItem("About", "http://www.eclipse.org/projects/project_summary.php?projectid=technology.subversive", "_self"); |
| |
| |
| # To define additional CSS or other pre-body headers |
| # $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/subversive/css/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-129970-16"); |
| ?> |