blob: eea594fce4c9a18516bd0fc5ad4ea2ce5789b383 [file] [log] [blame]
<?php 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"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include($App->getProjectCommon()); # All on the same line to unclutter the user's desktop'
#*****************************************************************************
#
# template.php
#
# Author: Denis Roy
# Date: 2005-06-16
#
# Description: Type your page comments here - these are not sent to the browser
#
#
#****************************************************************************
#
# Begin: page-specific settings. Change these.
$pageTitle = "Subversive - SVN Team Client";
$pageKeywords = "Subversive, Subversion, SVN, Team Provider";
$pageAuthor = "Igor Vinnykov";
# Add page-specific Nav bars here
# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
# $Nav->addNavSeparator("My Page Links", "downloads.php");
# $Nav->addCustomNav("My Link", "mypage.php", "_self", 3);
# $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 3);
# End: page-specific settings
#
# Paste your HTML content between the EOHTML markers!
$html = <<<EOHTML
<div id="midcolumn">
<h1>Welcome to Subversive community!</h1>
<p>
Subversive is a totally new Eclipce plug-in, that provides you a probability to use supported SVN&reg; clients easily directly
from your workbench. Friendly user interface of Subversive makes it much more comfortable to operate repositories. All
SVN&reg; operations are supported and there are no difficulties while working with command line from now on.
</p>
<p>In this guide you can find almost everything that you expect to find while facing some problems during Subversive usage.</p>
<p>In the first part of this guide, which is called <a href="gettingStarted.php">"Getting started"</a> you can get acquainted
with SVN&reg;, Subversive and there basic concepts. The "SVN&reg;" part is recommended to read to everyone who has no experience
in working with Subversion&reg; or even other version contril systems. In the "Aboute Subversive" part you'll find how to install,
update, manage and integrate with other compatible plugins. Also you can get a closer look on plug-in itself, its architecture and
extension points.</p>
<p>In the <a href="prefs.php">Preferences</a> part you can get an information on configuring preferences, refered to Subversive
plug-in.</p>
<p>The last, the biggest and the most filled with useful information part is the <a href="teamSupport.php">Team support with SVN&reg;</a> one. You'll find there
the quick tour through the Subversinon&reg; usage in team programming, a lot of information on Subversive views, perspectives, dialogs, wizards, supported
actions, repository layouts and other features with tips from the specialist in this branch.</p>
<ul>
<li><a href="gettingStarted.php">Getting started</a>
<ul>
<li><a href="gettingStarted/subversion/svn_intro.php">Subversion (SVN)</a>
<ul>
<li><a href="gettingStarted/subversion/svn_diffs.php">Main feature differences between SVN and CVS</a></li>
<li><a href="gettingStarted/subversion/svn_folders.php">Trunk, Branches and Tags</a></li>
<li><a href="gettingStarted/subversion/svn_more.php">More about SVN</a></li>
</ul>
</li>
<li><a href="gettingStarted/subversive.php">About Subversive and Subversive User Guide</a>
<ul>
<li><a href="gettingStarted/aboutSubversive/features.php">Subversive unique features</a></li>
<li><a href="gettingStarted/aboutSubversive/requirements.php">Requirements</a></li>
<li><a href="gettingStarted/aboutSubversive/install.php">Subversive installation instructions</a></li>
<li><a href="gettingStarted/aboutSubversive/update.php">Subversive update instructions</a></li>
<li><a href="gettingStarted/aboutSubversive/management.php">Subversive management instructions</a></li>
<li><a href="gettingStarted/aboutSubversive/modules.php">Subversive modules</a></li>
<li><a href="gettingStarted/aboutSubversive/arch.php">Subversive architecture</a></li>
<li><a href="gettingStarted/aboutSubversive/extensions.php">Subversive extension points</a></li>
<li><a href="gettingStarted/aboutSubversive/protocols.php">Subversive supported protocols</a></li>
<li><a href="gettingStarted/aboutSubversive/fast_track.php">FastTrack integration</a></li>
<li><a href="gettingStarted/aboutSubversive/buckminster.php">Buckminster integration</a></li>
<li><a href="gettingStarted/aboutSubversive/mylyn.php">Mylyn (former Mylar) integration</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="prefs.php">Preferences</a>
<ul>
<li><a href="preferences/pref_svn.php">SVN</a></li>
<li><a href="preferences/pref_annotate.php">Annotate</a></li>
<li><a href="preferences/pref_autoprops.php">Automatic Propertie</a></li>
<li><a href="preferences/pref_comments.php">Comment Templates</a></li>
<li><a href="preferences/pref_console.php">Console</a></li>
<li><a href="preferences/pref_label_decors.php">Label Decorations</a></li>
<li><a href="preferences/pref_pass.php">Password Management</a></li>
<li><a href="preferences/pref_performance.php">Performance</a></li>
</ul>
</li>
<li><a href="teamSupport.php">Team support with SVN</a>
<ul>
<li><a href="teamSupport/repos_persp.php">SVN Repository Exploring Perspective</a></li>
<li><a href="teamSupport/new_location_wiz.php">SVN Repository Location Wizard</a></li>
<li><a href="teamSupport/sharing_wiz.php">SVN Sharing Wizard</a></li>
<li><a href="teamSupport/find_check_wiz.php">SVN Find/Check Out As Wizard</a></li>
<li><a href="teamSupport/console.php">SVN Console</a></li>
<li><a href="teamSupport/repos_view.php">SVN Repository View</a></li>
<li><a href="teamSupport/repos_browser_view.php">SVN Repository Browser View</a></li>
<li><a href="teamSupport/history_view.php">SVN History View</a></li>
<li><a href="teamSupport/workspace_synch.php">SVN Workspace Synchronization</a></li>
<li><a href="teamSupport/merge_dialog.php">SVN Merge Dialog</a></li>
<li><a href="teamSupport/props_view.php">SVN Properties View</a></li>
<li><a href="teamSupport/annotation_view.php">SVN Annotation View</a></li>
<li><a href="teamSupport/svn_info.php">SVN Info</a></li>
<li><a href="teamSupport/svn_toolbar.php">SVN Toolbar</a></li>
<li><a href="teamSupport/svn_label_decor.php">SVN Label Decorations</a></li>
<li><a href="teamSupport/svn_main_menu.php">SVN main menu group</a></li>
<li><a href="teamSupport/actions.php">SVN actions</a>
<ul>
<li><a href="teamSupport/SVNaction/share.php">Sharing a project</a></li>
<li><a href="teamSupport/SVNaction/check_out.php">Checking out</a></li>
<li><a href="teamSupport/SVNaction/commit.php">Commiting</a></li>
<li><a href="teamSupport/SVNaction/update.php">Updating</a></li>
<li><a href="teamSupport/SVNaction/add_vc.php">Adding resources to version control</a></li>
<li><a href="teamSupport/SVNaction/ignore_vc.php">Ignoring resources from version control</a></li>
<li><a href="teamSupport/SVNaction/branch.php">Branching</a></li>
<li><a href="teamSupport/SVNaction/merge.php">Merging</a></li>
<li><a href="teamSupport/SVNaction/tag.php">Creating tags</a></li>
<li><a href="teamSupport/SVNaction/switch.php">Switching project to a new URL</a></li>
<li><a href="teamSupport/SVNaction/override.php">Overriding operations</a></li>
<li><a href="teamSupport/SVNaction/locks.php">Locking and unlocking resources</a></li>
<li><a href="teamSupport/SVNaction/set_props.php">Setting properties</a></li>
<li><a href="teamSupport/SVNaction/set_keys.php">Setting keywords</a></li>
<li><a href="teamSupport/SVNaction/patch.php">Patching</a></li>
<li><a href="teamSupport/SVNaction/revert.php">Reverting changes</a></li>
</ul>
</li>
<li><a href="teamSupport/compare.php">Working with Compare Editor</a>
<ul>
<li><a href="teamSupport/compareEditor/compare_oc.php">Making your own changes</a></li>
<li><a href="teamSupport/compareEditor/compare_ac.php">Another user changes</a></li>
<li><a href="teamSupport/compareEditor/compare_cc.php">Working with conflict changes</a></li>
</ul>
</li>
<li><a href="teamSupport/refactor.php">Refactoring</a></li>
<li><a href="teamSupport/layouts.php">Repository Layouts</a></li>
<li><a href="teamSupport/layouts.php">Hot Keys</a></li>
</ul>
</li>
<li><a href="faq.php">FAQ</a></li>
<li><a href="thanks.php">Special Thanks</a></li>
<li><a href="notices.php">Legal</a></li>
</ul>
<br/>
<br/>
</div>
EOHTML;
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>