1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +02:00

fixing some links and toc entries

This commit is contained in:
David Dykstal 2006-06-29 20:49:55 +00:00
parent 02f6549363
commit 0df0fff7a6
5 changed files with 6 additions and 37 deletions

View file

@ -1,31 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<title>Tutorials</title>
<link rel="stylesheet" type="text/css" HREF="../book.css">
</head>
<body bgcolor="#ffffff">
<h1>Tutorials</h1>
<p>This section walks through the tutorials that demonstrate how to use the RSE <a href="Extensions.html">extension points</a> to
extend the RSE:</p>
<ul>
<li><a href="tutorial/popup.html">Creating a remote resource pop-up menu action</a> using the <a href="plugin/popup.html">com.ibm.etools.systems.core.popupMenus</a> extension point.
<li><a href="tutorial/propertypage.html">Creating a remote resource property page</a> using the <a href="plugin/propertypage.html">com.ibm.etools.systems.core.propertyPages</a> extension point.
<li><a href="tutorial/subsystem.html">Creating a subsystem factory</a> for working with remote resources, using the <a href="plugin/subsystem.html">com.ibm.etools.systems.core.subsystemfactory</a> extension point.
</ul>
</p>
<p>Each tutorial requires you to have an Eclipse plug-in project, and starts out by showing
you how to <A href="tutorial/pdeProject.html">create an Eclipse plug-in
project</A>, using the Plug-in Development Environment. While any Eclipse plug-in
project will do, there are benefits to using the RSE-supplied <A
href="api/plugin/uiPluginAPI.html">base class</A> for your project, and other RSE-supplied
infrastructure such as<A href="api/messages/uiMessageAPI.html"> messages</A>, and the many other user interface base classes and re-usable <A
href="api/uiAPI.html">user interface classes</A> supplied by
the RSE core plug-in project. The tutorial step for creating a plug-in project sets up your project for using these.
</p>
</body>
</html>

View file

@ -2,7 +2,7 @@
<plugin>
<extension point="org.eclipse.help.toc">
<toc file="toc.xml" primary="false"/>
<toc file="toc.xml" primary="true"/>
<index path="index/"/>
</extension>

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<toc label="Using Datastore for Remote Communications">
<topic label="Programmer's Guide" link_to="../org/eclipse.rse.doc.isv/toc.xml#guide_additions">
<toc label="RSE DStore Developer Guide">
<topic label="Guide">
<topic label="DataStore Overview" href="guide/overview.html">
<topic label="DataStore Artifacts" href="guide/Artifacts.html" />
<topic label="DataStore Communications" href="guide/Communications.html" />
@ -15,7 +15,7 @@
</topic>
<anchor id="guide_additions"/>
</topic>
<topic label="Reference" link_to="../org/eclipse.rse.doc.isv/toc.xml#reference_additions">
<topic label="Reference">
<topic label="DataStore API Reference">
<topic label="org.eclipse.dstore.core.model" href="reference/api/org/eclipse/dstore/core/model/package-summary.html" />
<topic label="org.eclipse.dstore.core.client" href="reference/api/org/eclipse/dstore/core/client/package-summary.html" />

View file

@ -4,7 +4,7 @@
<!-- Define the top level topics -->
<!-- ============================================================================= -->
<toc label="Remote Systems Explorer Developer Guide">
<toc label="RSE Developer Guide">
<topic label="Overview (old)" href="guide/overview.html"/>
<topic label="Artifacts (old)" href="guide/Artifacts.html"/>
<topic label="Extensions (old)" href="guide/Extensions.html"/>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<toc label="Remote System Explorer User Guide (old)">
<toc label="Remote System Explorer User Guide">
<topic label="Universal Systems" href="concepts/cuniversal.html"/>
<topic label="Remote System Explorer Connections" href="concepts/cbegin.html">
<topic label="Connecting to a remote Linux or UNIX server" href="tasks/tbeginlinux.html"/>