mdobisek | 2e18a75 | 2007-04-26 22:28:20 +0000 | [diff] [blame] | 1 | <?php |
mdobisek | 2e18a75 | 2007-04-26 22:28:20 +0000 | [diff] [blame] | 2 | # Set the theme for your project's web pages. |
ivinnykov | 11975bd | 2012-06-14 15:09:53 +0000 | [diff] [blame] | 3 | # See http://eclipse.org/phoenix/ |
ivinnykov | 49874bb | 2015-04-24 14:01:04 +0300 | [diff] [blame] | 4 | $theme = "solstice"; |
ivinnykov | 11975bd | 2012-06-14 15:09:53 +0000 | [diff] [blame] | 5 | |
| 6 | # Define your project-wide Navigation here |
| 7 | # This appears on the left of the page if you define a left nav |
mdobisek | 2e18a75 | 2007-04-26 22:28:20 +0000 | [diff] [blame] | 8 | # Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3) |
| 9 | # these are optional |
ivinnykov | 11975bd | 2012-06-14 15:09:53 +0000 | [diff] [blame] | 10 | |
| 11 | # If you want to override the eclipse.org navigation, uncomment below. |
| 12 | $Nav->setLinkList(array()); |
| 13 | |
| 14 | # Break the navigation into sections |
ivinnykov | e4ce6fd | 2012-06-19 15:37:12 +0000 | [diff] [blame] | 15 | $Nav->addNavSeparator("About Subversive", "http://www.eclipse.org/projects/project_summary.php?projectid=technology.subversive"); |
ivinnykov | 5af2d89 | 2015-04-24 14:35:37 +0300 | [diff] [blame] | 16 | $Nav->addNavSeparator("Subversive Home", "/subversive/index.php", "_self", 1); |
ivinnykov | d7dd0b6 | 2012-06-19 15:31:39 +0000 | [diff] [blame] | 17 | |
| 18 | $Nav->addNavSeparator("Downloads", "/subversive/downloads.php", "_self"); |
ivinnykov | 7af9f35 | 2012-06-22 11:07:54 +0000 | [diff] [blame] | 19 | $Nav->addCustomNav("Latest Releases", "/subversive/latest-releases.php", "_self", 1); |
| 20 | $Nav->addCustomNav("Installation Instructions", "/subversive/installation-instructions.php", "_self", 1); |
| 21 | $Nav->addCustomNav("Special Builds", "/subversive/special-builds.php", "_self", 1); |
| 22 | $Nav->addCustomNav("Previous Releases", "/subversive/previous-releases.php", "_self", 1); |
ivinnykov | d7dd0b6 | 2012-06-19 15:31:39 +0000 | [diff] [blame] | 23 | |
ivinnykov | 8b02e57 | 2012-06-21 15:23:43 +0000 | [diff] [blame] | 24 | $Nav->addNavSeparator("Documentation", "/subversive/documentation.php"); |
ivinnykov | d7dd0b6 | 2012-06-19 15:31:39 +0000 | [diff] [blame] | 25 | $Nav->addCustomNav("Getting Started", "/subversive/documentation/gettingStarted.php", "_self", 1); |
ivinnykov | 8b02e57 | 2012-06-21 15:23:43 +0000 | [diff] [blame] | 26 | $Nav->addCustomNav("User Guide", "/subversive/documentation/index.php", "_self", 1); |
ivinnykov | d7dd0b6 | 2012-06-19 15:31:39 +0000 | [diff] [blame] | 27 | $Nav->addCustomNav("New & Noteworthy", "http://wiki.eclipse.org/Subversive_New_and_Noteworthy", "_self", 1); |
ivinnykov | 8b02e57 | 2012-06-21 15:23:43 +0000 | [diff] [blame] | 28 | $Nav->addCustomNav("Wiki", "http://wiki.eclipse.org/index.php/Subversive", "_self", 1); |
ivinnykov | 893d5ee | 2012-06-19 15:41:19 +0000 | [diff] [blame] | 29 | |
| 30 | $Nav->addNavSeparator("Support", "/subversive/support.php"); |
ivinnykov | 893d5ee | 2012-06-19 15:41:19 +0000 | [diff] [blame] | 31 | $Nav->addCustomNav("Newsgroup", "/subversive/newsgroup.php", "_self", 1); |
ivinnykov | 87a0c02 | 2012-06-21 12:45:47 +0000 | [diff] [blame] | 32 | $Nav->addCustomNav("Mailing Lists", "/subversive/mailinglists.php", "_self", 1); |
| 33 | $Nav->addCustomNav("Issues (Bugzilla)", "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", 1); |
| 34 | $Nav->addCustomNav("Report a Bug", "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Subversive&rep_platform=All&op_sys=All", "_self", 1); |
ivinnykov | 893d5ee | 2012-06-19 15:41:19 +0000 | [diff] [blame] | 35 | |
| 36 | $Nav->addNavSeparator("Getting Involved", "/subversive/getting-involved.php"); |
ivinnykov | d6bb6f9 | 2012-06-21 13:38:00 +0000 | [diff] [blame] | 37 | $Nav->addCustomNav("Repository", "http://dev.eclipse.org/viewcvs/viewvc.cgi/?root=Technology_SUBVERSIVE", "_self", 1); |
ivinnykov | d7dd0b6 | 2012-06-19 15:31:39 +0000 | [diff] [blame] | 38 | $Nav->addCustomNav("Integrations", "/subversive/integrations.php", "_self", 1); |
| 39 | $Nav->addCustomNav("Project Plan", "http://www.eclipse.org/projects/project-plan.php?projectid=technology.subversive", "_self", 1); |
ivinnykov | 9a204d0 | 2012-06-21 13:18:26 +0000 | [diff] [blame] | 40 | $Nav->addCustomNav("IP Log", "http://www.eclipse.org/projects/ip_log.php?projectid=technology.subversive", "_self", 1); |
ivinnykov | 11975bd | 2012-06-14 15:09:53 +0000 | [diff] [blame] | 41 | |
| 42 | # Define keywords, author and title here, or in each PHP page specifically |
| 43 | # $pageKeywords = "xtext, dsl, modeling, domain specific language, textual"; |
| 44 | # $pageAuthor = "Your name"; |
| 45 | # $pageTitle = "Xtext"; |
| 46 | |
| 47 | # top navigation bar |
| 48 | # To override and replace the navigation with your own, uncomment the line below. |
ivinnykov | 99c4592 | 2012-06-14 16:39:39 +0000 | [diff] [blame] | 49 | $Menu->setMenuItemList(array()); |
ivinnykov | 12b3c49 | 2015-04-24 15:01:29 +0300 | [diff] [blame] | 50 | $Menu->addMenuItem("Subversive Home", "/subversive/index.php", "_self"); |
ivinnykov | 8c89ed5 | 2012-06-22 16:56:50 +0000 | [diff] [blame] | 51 | $Menu->addMenuItem("Downloads", "/subversive/downloads.php", "_self"); |
ivinnykov | 8b02e57 | 2012-06-21 15:23:43 +0000 | [diff] [blame] | 52 | $Menu->addMenuItem("Documentation", "/subversive/documentation.php", "_self"); |
ivinnykov | 0522103 | 2012-06-19 15:48:58 +0000 | [diff] [blame] | 53 | $Menu->addMenuItem("Support", "/subversive/support.php", "_self"); |
ivinnykov | 3e0363f | 2012-06-15 11:38:23 +0000 | [diff] [blame] | 54 | $Menu->addMenuItem("About", "http://www.eclipse.org/projects/project_summary.php?projectid=technology.subversive", "_self"); |
ivinnykov | 99c4592 | 2012-06-14 16:39:39 +0000 | [diff] [blame] | 55 | |
ivinnykov | b61f88c | 2011-02-09 07:45:56 +0000 | [diff] [blame] | 56 | |
ivinnykov | 11975bd | 2012-06-14 15:09:53 +0000 | [diff] [blame] | 57 | # To define additional CSS or other pre-body headers |
ivinnykov | 9f3aafe | 2012-06-15 14:17:28 +0000 | [diff] [blame] | 58 | # $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/subversive/css/style.css"/>'); |
ivinnykov | 9a13548 | 2012-07-05 14:44:59 +0000 | [diff] [blame] | 59 | $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/subversive/css/default.css"/>'); |
ivinnykov | 11975bd | 2012-06-14 15:09:53 +0000 | [diff] [blame] | 60 | |
| 61 | # To enable occasional Eclipse Foundation Promotion banners on your pages (EclipseCon, etc) |
| 62 | # $App->Promotion = TRUE; |
| 63 | |
| 64 | # If you have Google Analytics code, use it here |
ivinnykov | b61f88c | 2011-02-09 07:45:56 +0000 | [diff] [blame] | 65 | $App->SetGoogleAnalyticsTrackingCode("UA-129970-16"); |
ivinnykov | d2a8467 | 2015-04-24 14:57:47 +0300 | [diff] [blame] | 66 | ?> |