blob: 879611ddb249840157906e521f3ec05048bdd861 [file] [log] [blame]
mdobisek2e18a752007-04-26 22:28:20 +00001<?php
mdobisek2e18a752007-04-26 22:28:20 +00002 # Set the theme for your project's web pages.
ivinnykov11975bd2012-06-14 15:09:53 +00003 # See http://eclipse.org/phoenix/
ivinnykov49874bb2015-04-24 14:01:04 +03004 $theme = "solstice";
ivinnykov11975bd2012-06-14 15:09:53 +00005
6 # Define your project-wide Navigation here
7 # This appears on the left of the page if you define a left nav
mdobisek2e18a752007-04-26 22:28:20 +00008 # Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
9 # these are optional
ivinnykov11975bd2012-06-14 15:09:53 +000010
11 # If you want to override the eclipse.org navigation, uncomment below.
12 $Nav->setLinkList(array());
13
14 # Break the navigation into sections
ivinnykove4ce6fd2012-06-19 15:37:12 +000015 $Nav->addNavSeparator("About Subversive", "http://www.eclipse.org/projects/project_summary.php?projectid=technology.subversive");
ivinnykov5af2d892015-04-24 14:35:37 +030016 $Nav->addNavSeparator("Subversive Home", "/subversive/index.php", "_self", 1);
ivinnykovd7dd0b62012-06-19 15:31:39 +000017
18 $Nav->addNavSeparator("Downloads", "/subversive/downloads.php", "_self");
ivinnykov7af9f352012-06-22 11:07:54 +000019 $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);
ivinnykovd7dd0b62012-06-19 15:31:39 +000023
ivinnykov8b02e572012-06-21 15:23:43 +000024 $Nav->addNavSeparator("Documentation", "/subversive/documentation.php");
ivinnykovd7dd0b62012-06-19 15:31:39 +000025 $Nav->addCustomNav("Getting Started", "/subversive/documentation/gettingStarted.php", "_self", 1);
ivinnykov8b02e572012-06-21 15:23:43 +000026 $Nav->addCustomNav("User Guide", "/subversive/documentation/index.php", "_self", 1);
ivinnykovd7dd0b62012-06-19 15:31:39 +000027 $Nav->addCustomNav("New & Noteworthy", "http://wiki.eclipse.org/Subversive_New_and_Noteworthy", "_self", 1);
ivinnykov8b02e572012-06-21 15:23:43 +000028 $Nav->addCustomNav("Wiki", "http://wiki.eclipse.org/index.php/Subversive", "_self", 1);
ivinnykov893d5ee2012-06-19 15:41:19 +000029
30 $Nav->addNavSeparator("Support", "/subversive/support.php");
ivinnykov893d5ee2012-06-19 15:41:19 +000031 $Nav->addCustomNav("Newsgroup", "/subversive/newsgroup.php", "_self", 1);
ivinnykov87a0c022012-06-21 12:45:47 +000032 $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);
ivinnykov893d5ee2012-06-19 15:41:19 +000035
36 $Nav->addNavSeparator("Getting Involved", "/subversive/getting-involved.php");
ivinnykovd6bb6f92012-06-21 13:38:00 +000037 $Nav->addCustomNav("Repository", "http://dev.eclipse.org/viewcvs/viewvc.cgi/?root=Technology_SUBVERSIVE", "_self", 1);
ivinnykovd7dd0b62012-06-19 15:31:39 +000038 $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);
ivinnykov9a204d02012-06-21 13:18:26 +000040 $Nav->addCustomNav("IP Log", "http://www.eclipse.org/projects/ip_log.php?projectid=technology.subversive", "_self", 1);
ivinnykov11975bd2012-06-14 15:09:53 +000041
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.
ivinnykov99c45922012-06-14 16:39:39 +000049 $Menu->setMenuItemList(array());
ivinnykov12b3c492015-04-24 15:01:29 +030050 $Menu->addMenuItem("Subversive Home", "/subversive/index.php", "_self");
ivinnykov8c89ed52012-06-22 16:56:50 +000051 $Menu->addMenuItem("Downloads", "/subversive/downloads.php", "_self");
ivinnykov8b02e572012-06-21 15:23:43 +000052 $Menu->addMenuItem("Documentation", "/subversive/documentation.php", "_self");
ivinnykov05221032012-06-19 15:48:58 +000053 $Menu->addMenuItem("Support", "/subversive/support.php", "_self");
ivinnykov3e0363f2012-06-15 11:38:23 +000054 $Menu->addMenuItem("About", "http://www.eclipse.org/projects/project_summary.php?projectid=technology.subversive", "_self");
ivinnykov99c45922012-06-14 16:39:39 +000055
ivinnykovb61f88c2011-02-09 07:45:56 +000056
ivinnykov11975bd2012-06-14 15:09:53 +000057 # To define additional CSS or other pre-body headers
ivinnykov9f3aafe2012-06-15 14:17:28 +000058 # $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/subversive/css/style.css"/>');
ivinnykov9a135482012-07-05 14:44:59 +000059 $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/subversive/css/default.css"/>');
ivinnykov11975bd2012-06-14 15:09:53 +000060
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
ivinnykovb61f88c2011-02-09 07:45:56 +000065 $App->SetGoogleAnalyticsTrackingCode("UA-129970-16");
ivinnykovd2a84672015-04-24 14:57:47 +030066?>