| 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: Autogenerated for eclipse.org site pages from Eclipse IDE help |
| #**************************************************************************** |
| # Begin: page-specific settings. Change these. |
| $pageTitle = "Eclipse Subversive - Documentation"; |
| $pageKeywords = "Subversive, Subversion, SVN, Team Provider, documentation, user guid"; |
| $pageAuthor = "Igor Vinnykov"; |
| include("_projectCommon.php"); # All on the same line to unclutter the user's desktop' |
| # Paste your HTML content between the EOHTML markers! |
| For more information about SVN® refer to "<a href="http://svnbook.red-bean.com/">Version Control with Subversion</a>" by Ben Collins-Sussman, Brian W. Fitzpatrick, |
| $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html); |