| set_include_path($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common" . PATH_SEPARATOR . $_SERVER['DOCUMENT_ROOT'] . "/projects" . PATH_SEPARATOR . get_include_path()); |
| require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); |
| require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); |
| require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); |
| include($App->getProjectCommon()); |
| # All on the same line to unclutter the user's desktop' |
| #***************************************************************************** |
| # Description: Information about integrations |
| #**************************************************************************** |
| # Begin: page-specific settings. Change these. |
| $pageTitle = "Integrations - Eclipse Subversive"; |
| $pageKeywords = "subversive, integrations, svn, subversion"; |
| $pageAuthor = "Igor Vinnykov"; |
| include("_projectCommon.php"); # All on the same line to unclutter the user's desktop' |
| $sidebar = file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/subversive/sidebars/main.php"); |
| # Paste your HTML content between the EOHTML markers! |
| Do you like to integrate Subversive with your Eclipse project? Below you can find a list of current integrations and Subversive API specification. |
| <h2>List of Existing Integrations</h2> |
| <li><a href="/subversive/Subversive_Architecture_Overview.doc">Subversive Architecture and API</a></li> |
| $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html); |