From 91854c523bdbc72a5ee858d5d87d3a36f4bdb245 Mon Sep 17 00:00:00 2001
From: Matthias Becker
User assistance is a set of components that together introduce the user
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_cheatsheet.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_cheatsheet.htm
index 6f988399132..461acea246f 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_cheatsheet.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_cheatsheet.htm
@@ -10,9 +10,9 @@
Even when the platform UI filters out unneeded functionality, there is still a steep learning
@@ -30,7 +30,7 @@
Working with cheat sheets
org.eclipse.ui.cheatsheets.cheatSheetContent extension point.
The composite cheat sheet content itself is defined in a separate file
@@ -77,7 +77,7 @@ User assistance support
+User Assistance Support
-What is user assistance?
+What Is User Assistance?
Cheat sheets
+Cheat Sheets
-Guiding the user through tasks
+guiding the User Through Tasks
Guiding the user through tasks
Each task is represented by a simple cheat sheet.
-Related links
+Related Links
Working with composite cheat sheets
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_cheatsheet_composite.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_cheatsheet_composite.htm
index d8e0ddfde64..617e98eba35 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_cheatsheet_composite.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_cheatsheet_composite.htm
@@ -23,7 +23,7 @@
- Composite cheat sheets
+ Composite Cheat Sheets
- Content file format
+ Content File Format
If a task has kind = "cheatsheet" a cheat sheet will be opened when that @@ -130,7 +130,7 @@
@@ -217,7 +217,7 @@
Composite cheat sheets are used to for @@ -38,15 +36,14 @@
Cheat sheets work best when problem can be solved by a sequence of simple steps. Cheat sheets are not a substitute for the help system which allows for creation of HTML pages with rich graphics and random access of information using search and hyperlinks. Cheat sheets are not intended for tasks which require a large amount of text to be input by the user.
-
Working with cheat sheets
Working with composite cheat sheets
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_cheatsheet_simple.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_cheatsheet_simple.htm
index ffc402dbb01..6714e0db82f 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_cheatsheet_simple.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_cheatsheet_simple.htm
@@ -10,7 +10,7 @@
Cheat sheets guide the user through a series of complex tasks to achieve @@ -29,7 +29,7 @@
Contributing a cheat sheet is pretty straightforward. Let's look at a cheat sheet contributed by the JDT for building a simple Java application.
@@ -54,7 +54,7 @@
The real work for cheat sheets is done in the content file. The content file is an XML file whose name and location are specified in the contentFile attribute. The path for the file is relative to the plug-in's directory. (Note @@ -144,7 +144,7 @@
Conditional expressions can be used to define cheat sheet elements whose content or behavior depends upon a particular condition being true. Conditions are described in the condition element of a subitem @@ -184,7 +184,7 @@
Repeated subitems describe a subitem that can can expand into 0, 1, or more similar substeps. The substeps are individualized using the special variable ${this}. This variable will be replaced by the values specified in the values attribute. The values attribute is a string of values that are separated @@ -202,8 +202,7 @@
In some cases, you may want to change other parts of your UI if a cheat sheet is active. For example, you may have an editor that shows special annotations if a cheat sheet is guiding the @@ -215,8 +214,7 @@
The org.eclipse.ui.cheatsheets.cheatSheetItemExtension extension can be used to contribute arbitrary attributes to a pre-existing cheat sheet. @@ -228,7 +226,7 @@
Working with cheat sheets
Creating composite cheat sheets
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_dynamic.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_dynamic.htm
index 5c1c1a416a0..d18239f187b 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_dynamic.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_dynamic.htm
@@ -16,9 +16,9 @@
Several user assistance components allow you to provide dynamic content. This @@ -98,7 +98,7 @@
A content producer is a mechanism for plugging-in Java code to produce the document diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_dynamic_extensions.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_dynamic_extensions.htm index 483f33624a7..4b5b642a715 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_dynamic_extensions.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_dynamic_extensions.htm @@ -22,18 +22,14 @@
-A content extension is either a contribution of content into a known anchor (similar to an extension into an extension point), or the replacement of an existing element in a document.
-
Anchor elements (e.g. <anchor id="my_anchor"/>
) can be
specified in any user assistance XML document, and represent places at
@@ -108,9 +104,7 @@
Any XML element in a user assistance document that has an id
attribute that is unique to that document can be replaced with any other
@@ -151,9 +145,7 @@
org.eclipse.ui.intro.configExtension
extension point)
-
The format of the path
attribute is
/pluginId/path/file.xml#elementId
, except welcome where it
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_dynamic_filters.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_dynamic_filters.htm
index 4e8b194cec7..0f1d6e27de3 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_dynamic_filters.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_dynamic_filters.htm
@@ -37,7 +37,7 @@
Expressions check criteria by performing tests. One type of test is a system test, which tests @@ -128,7 +128,7 @@
In addition to system tests, you can test any property of an available object as long as @@ -277,7 +277,7 @@
Prior to the 3.3, filters were specified using filter
attributes or elements.
@@ -502,7 +502,7 @@
Filtering can be used in any XML-based user assistance document, such as help XHTML topics, diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_dynamic_includes.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_dynamic_includes.htm index 90af295808f..1682b3dca7e 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_dynamic_includes.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_dynamic_includes.htm @@ -67,7 +67,7 @@
See below for a list of the document types in which includes can be used. diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_abstract_scope.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_abstract_scope.htm index cdac5ee4f82..024bdc80ec9 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_abstract_scope.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_abstract_scope.htm @@ -18,7 +18,7 @@
An information center can be used to serve information for more than one diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content.htm index 5a7f7134e97..07e5b7436d6 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content.htm @@ -10,7 +10,7 @@
-Building a help plug-in
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_active.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_active.htm index 0fafd1bf58d..99f6ac83bdd 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_active.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_active.htm @@ -10,7 +10,7 @@ -Active help is the ability to invoke Eclipse code from on-line documentation. It is implemented by including some JavaScript in your diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_active_action.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_active_action.htm index 9c711e3cdbb..cd02f8c9cf3 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_active_action.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_active_action.htm @@ -10,7 +10,7 @@
-The interface ILiveHelpAction is used to build an active help action.
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_active_debug.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_active_debug.htm index bd18f63b78d..53abc086c8d 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_active_debug.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_active_debug.htm @@ -10,7 +10,7 @@ -The code and markup that triggered our active help link looks pretty @@ -18,7 +18,7 @@
If your action implementation is fairly involved, you should invoke the @@ -26,7 +26,7 @@
You can modify "liveHelp.js" (make a copy of this from the plugins/org.eclipse.help @@ -47,7 +47,7 @@
Once you know that the JavaScript is running, you can debug your action from @@ -67,7 +67,7 @@
A common runtime problem is improperly accessing UI code from the thread that diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_active_invoke.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_active_invoke.htm index 3180f87d3e1..f13d362c472 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_active_invoke.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_active_invoke.htm @@ -10,7 +10,7 @@
-To include active help links in your documentation, you must first declare the diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_command.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_command.htm index 0740fa292a8..86a64a91047 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_command.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_command.htm @@ -10,7 +10,7 @@
-It is possible to create links to workbench commands in help content. When the user clicks the link, the command will be executed. This feature is similar diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_command_authoring.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_command_authoring.htm index 8c253e879e9..8729de8f76d 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_command_authoring.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_command_authoring.htm @@ -10,7 +10,7 @@
-To include command links in your documentation, you must first declare the diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_criteria.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_criteria.htm index 33760e32b1d..33db60218f3 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_criteria.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_criteria.htm @@ -9,20 +9,20 @@
-This page will explain how to activate criteria. To enable criteria you need define which criteria are associated with each topic and also set preferences which tell the help system to show criteria. The association between criteria and topics can be either in a toc file or using a criteria provider class.
-Some topics of the plug-in might only be of interest to certain users, for example a topic may be specific to the linux platform. The document writer can define a criterion "platform" with values such as "linux", "windows" etc applied to different topics. The user can then filter the documentation to show only documents applicable to a specific platform.
-When defining a table of contents file criteria information can be appended according to these steps:
As an alternative to defining criteria in a table of contents file the extension point org.eclipse.criteriaProvider can be used to define a class which will associate criteria with topics. @@ -62,7 +62,7 @@
The names and values of criteria can be localized. Follow these steps to add localization information for criteria:
Define the necessary preferences in your plugin customization file.
The platform utilizes its own documentation server to provide the actual web pages @@ -69,7 +69,7 @@
<topic label="Ref1" href="http://www.example.com/myReference.html"/>-
The platform help system uses the same national language directory lookup @@ -86,7 +86,7 @@
The href argument can also refer to content from another plug-in. This is done by using a special cross plug-in referencing diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_manifest.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_manifest.htm index b25b927df1c..b5db5c00e76 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_manifest.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_manifest.htm @@ -10,7 +10,7 @@
-We started this example by creating our plug-in and document files. Next we created diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_nested.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_nested.htm index 20347216bd6..0c2528014a8 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_nested.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_nested.htm @@ -10,7 +10,7 @@
-As plug-ins contribute functionality to the platform, it's common to add documentation that describes the new function. How can this documentation @@ -19,7 +19,7 @@
Top-down nesting refers to the technique of defining a master table of contents which refers to all other included tocs. Top-down nesting is a @@ -44,7 +44,7 @@
Bottom-up composition is more flexible in that it lets new plug-ins decide where the documentation should exist in the toc structure. Bottom-up diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_toc.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_toc.htm index 453e0e974a8..da3f938ddda 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_toc.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_toc.htm @@ -10,7 +10,7 @@
-Now that we have our sample content files we can create a table of contents (toc) diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_xhtml.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_xhtml.htm index 75c72b08d36..10710c2976d 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_xhtml.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_content_xhtml.htm @@ -10,7 +10,7 @@
-Why use XHTML?
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_context.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_context.htm index a50da1582ee..11fc37d2e8f 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_context.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_context.htm @@ -10,7 +10,7 @@ -A focused set of help topics that is related to the current context can be shown to users on demand using context-sensitive help. This form of user diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_context_dynamic.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_context_dynamic.htm index 0029e41a640..5d9bf85f701 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_context_dynamic.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_context_dynamic.htm @@ -10,7 +10,7 @@
-In addition to statically associating widgets and context Ids, it is possible to diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_context_id.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_context_id.htm index bde9fecd79a..87f27cb9f1a 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_context_id.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_context_id.htm @@ -10,7 +10,7 @@
-The setHelp method in diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_context_xml.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_context_xml.htm index 96ec442991d..db7eb64fd23 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_context_xml.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_context_xml.htm @@ -10,7 +10,7 @@
-Context-sensitive help is described by associating the context id declared in @@ -71,7 +71,7 @@
Another level of flexibility is the ability to contribute context-sensitive @@ -90,7 +90,7 @@
Dynamic content is available for the context help in the form of @@ -100,7 +100,7 @@
See declaring a context Id for more diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_infocenter_preferences.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_infocenter_preferences.htm index d11c6a01061..10aaa10fb6e 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_infocenter_preferences.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_infocenter_preferences.htm @@ -10,7 +10,7 @@
-All of the customizations which can apply to the Eclipse help system can also be applied to an Eclipse information center including product specific branding, style sheets, banner and ordering of books. The easiest way to do this is to @@ -23,7 +23,7 @@
A product plugin can be created using the menu item File/New/Project and selecting Plug-in Project. Uncheck the check box titled "Create Java Project", give the project a name, hit "next" and "finish" to exit the wizard. In the extensions tab of the plug-in manifest editor add the extension @@ -48,7 +48,7 @@
Export the product plug-in as a deployable plug-in. Copy the jar file for the exported plug-in to the "dropins" folder in the eclipse installation which will be used to start the information center. @@ -56,7 +56,7 @@
Modify plugin_customization.ini in the product plugin to add more customizations, see Help system customization, re-export and replace the plug-in in the dropins folder. To modify the banner diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_search.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_search.htm index 484aac13925..6bbc1bba7db 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_search.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_search.htm @@ -10,7 +10,7 @@
-Since Eclipse 3.1, search in the workbench has been partitioned into two major categories: development artifact search and information search. The former diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_search_types.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_search_types.htm index 0c3c92fb51e..9e059e94557 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_search_types.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_search_types.htm @@ -10,7 +10,7 @@
-
The new federated information search in Help system uses the notion of search
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_setup.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_setup.htm
index be6ef6292de..aea9b3d5452 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_setup.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_setup.htm
@@ -17,7 +17,7 @@ Configuration/setup
the help system to work in different environments and products.
The help system can run in three modes: workbench (normal), @@ -31,7 +31,7 @@
The Help system is an optional Rich Client Platform (RCP) component. That @@ -39,7 +39,7 @@
Help provides preferences that products diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_setup_about.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_setup_about.htm index aac13018475..52614151c74 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_setup_about.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_setup_about.htm @@ -8,7 +8,7 @@
-When developing an information center sometimes not all of the books show as expected or diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_setup_infocenter.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_setup_infocenter.htm index 4875a234b91..1dad94e3f3f 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_setup_infocenter.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_setup_infocenter.htm @@ -122,7 +122,7 @@
The
Start the information center using the instructions above. Point a web browser to the
@@ -154,7 +154,7 @@ org.eclipse.help.standalone.Infocenter
class has a
@@ -144,7 +144,7 @@
How to start or stop information center from command line
java -classpath d:\myApp\eclipse\plugins\org.eclipse.help.base_[version].jar org.eclipse.help.standalone.Infocenter -command shutdown -eclipsehome d:\myApp\eclipse
-Using the information center
+Using the Information Center
Using the information center
http://localhost:8081/help/index.jsp
.
When including an information center as part of another application, it may be more @@ -194,7 +194,7 @@
Eclipse contains a complete information center and does not require any other server @@ -228,7 +228,7 @@
Multiple instances of an information center can be run on a machine from one diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_setup_nav.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_setup_nav.htm index f2e484d3f3e..b82f7393fe4 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_setup_nav.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_setup_nav.htm @@ -6,7 +6,7 @@
-
If a topic in the table of contents does not specify an href
attribute, or a toc
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_setup_preferences.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_setup_preferences.htm
index 6c1d4a4ef4f..d9f0cf3364c 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_setup_preferences.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ua_help_setup_preferences.htm
@@ -19,7 +19,7 @@
The Eclipse help system can be configured and branded to suit your product by @@ -31,7 +31,7 @@