Skip to content

Commit e84ab32

Browse files
ptzieglerakurtakov
authored andcommitted
Migrate "Common Navigator Framework" Guides to HTML5
This cleans up the metadata and simplifies anchors. Contributes to #3275
1 parent a1f1c10 commit e84ab32

File tree

9 files changed

+33
-54
lines changed

9 files changed

+33
-54
lines changed

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/cnf.htm

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<HEAD>
44

55
<meta name="copyright"
66
content="Copyright (c) Oakland Software and others 2008, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
77

8-
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
9-
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
8+
<META charset="utf-8">
109

11-
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1"
12-
TYPE="text/css">
10+
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
1311
<TITLE>Common Navigator Framework</TITLE>
1412

1513
<link rel="stylesheet" type="text/css" HREF="../book.css">

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/cnf_config.htm

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<HEAD>
44

55
<meta name="copyright"
66
content="Copyright (c) Oakland Software and others 2008, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
77

8-
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
9-
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
8+
<META charset="utf-8">
109

11-
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1"
12-
TYPE="text/css">
10+
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
1311
<TITLE>Configuring the Common Navigator</TITLE>
1412
</HEAD>
1513
<BODY>
@@ -114,8 +112,7 @@ <h2>Viewer Configuration</h2>
114112
</a> </b></li>
115113
</ol>
116114

117-
<a name="contentExtension"></a>
118-
<h2>Navigator Content Extension (NCE)</h2>
115+
<h2 id="contentExtension">Navigator Content Extension (NCE)</h2>
119116

120117
<p>A navigator content extension, specified with <b><a
121118
href="../reference/extension-points/org_eclipse_ui_navigator_navigatorContent.html">org.eclipse.ui.navigator.navigatorContent/navigatorContent</a></b>
@@ -193,8 +190,7 @@ <h3>Common Wizard</h3>
193190
<p>The common wizard is bound to the view using the <b>viewerContentBinding</b>
194191
element of the viewer configuration.</p>
195192

196-
<h3>Action Providers</h3>
197-
<a name="actionProviders"></a>
193+
<h3 id="actionProviders">Action Providers</h3>
198194

199195
<p>An action provider, specified with <b><a
200196
href="../reference/extension-points/org_eclipse_ui_navigator_navigatorContent.html">org.eclipse.ui.navigator.navigatorContent/actionProvider</a></b>
@@ -212,8 +208,7 @@ <h3>Action Providers</h3>
212208
by including the action provider inside of the <b>org.eclipse.ui.navigator.navigatorContent/navigatorContent</b>
213209
extension point.</p>
214210

215-
<h3>Link Helpers</h3>
216-
<a name="linkHelpers"></a>
211+
<h3 id="linkHelpers">Link Helpers</h3>
217212

218213
<p>A link helper, specified with <b><a
219214
href="../reference/extension-points/org_eclipse_ui_navigator_linkHelper.html">org.eclipse.ui.navigator.linkHelper</a></b>

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/cnf_operation.htm

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<HTML lang="en">
33
<HEAD>
44

55
<meta name="copyright"
66
content="Copyright (c) Oakland Software and others 2009, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
77

8-
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
9-
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
8+
<META charset="utf-8">
109

11-
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1"
12-
TYPE="text/css">
10+
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
1311
<TITLE>Operational Topics</TITLE>
1412
</HEAD>
1513
<BODY>

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/cnf_rcp.htm

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<HEAD>
44

55
<meta name="copyright"
66
content="Copyright (c) Oakland Software and others 2008, 2014. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
77

8-
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
9-
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
8+
<META charset="utf-8">
109

11-
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1"
12-
TYPE="text/css">
10+
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
1311
<TITLE>Common Navigator in an RCP Application</TITLE>
1412

1513
<link rel="stylesheet" type="text/css" HREF="../book.css">

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/cnf_steps.htm

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<HTML lang="en">
33
<HEAD>
44

55
<meta name="copyright"
66
content="Copyright (c) Oakland Software and others 2009, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
77

8-
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
9-
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
8+
<META charset="utf-8">
109

11-
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1"
12-
TYPE="text/css">
10+
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
1311
<TITLE>Procedures and Examples Using the CNF</TITLE>
1412
</HEAD>
1513
<BODY>

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/cnf_steps_content.htm

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<HTML lang="en">
33
<HEAD>
44

55
<meta name="copyright"
66
content="Copyright (c) Simon Zambrovski and others 2009, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
77

8-
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
9-
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
8+
<META charset="utf-8">
109

11-
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1"
12-
TYPE="text/css">
10+
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
1311
<TITLE>Content and Action Binding</TITLE>
1412
</HEAD>
1513
<BODY>
@@ -23,7 +21,7 @@ <h1>Content and Action Binding</h1>
2321
in order to render content the viewer selects the corresponding NCEs
2422
based on the evaluation of the expressions on the selected objects.</p>
2523

26-
<h2><a name="resource">Usage of Resource Content</a></h2>
24+
<h2 id="resource">Usage of Resource Content</h2>
2725
<p>One of the use cases of usage of the Common Navigator is the
2826
manipulation of the workspace resources. The resources-related content
2927
is defined by the <code>org.eclipse.ui.navigator.resources</code>
@@ -85,7 +83,7 @@ <h2><a name="resource">Usage of Resource Content</a></h2>
8583
}
8684
</pre></li>
8785
</ol>
88-
<h2><a name="definition">Own Content Definition</a></h2>
86+
<h2 id="definition">Own Content Definition</h2>
8987
<p>Along with resource content provided by the <code>org.eclipse.ui.navigator.resources</code>
9088
plugin, application-specific content can be defined and presented in the
9189
CNF-based viewer. In order to define and use application specific you
@@ -140,7 +138,7 @@ <h2><a name="definition">Own Content Definition</a></h2>
140138
attribute, so <code>org.eclipse.ui.examples.navigator.*</code> would
141139
also work.</li>
142140
</ol>
143-
<h2><a name="action">Action Binding</a></h2>
141+
<h2 id="action">Action Binding</h2>
144142
<p>The usage of actions in the viewer follows the same pattern as the content binding. For usage of existing
145143
actions on resources defined in the <code>org.eclipse.ui.navigator.resources</code> plugin:</p>
146144
<ol>

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/cnf_steps_general.htm

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<HTML lang="en">
33
<HEAD>
44
<meta name="copyright"
55
content="Copyright (c) Simon Zambrovski and others 2008, 2014. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
6-
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
7-
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
6+
<META charset="utf-8">
87

9-
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1"
10-
TYPE="text/css">
8+
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
119
<TITLE>Creation of Common Navigator View</TITLE>
1210
<link rel="stylesheet" type="text/css" HREF="../book.css">
1311
</HEAD>

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/cnf_steps_rn_migration.htm

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<HTML lang="en">
33
<HEAD>
44

55
<meta name="copyright"
66
content="Copyright (c) Oakland Software and others 2008, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
77

8-
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
9-
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
8+
<META charset="utf-8">
109

11-
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1"
12-
TYPE="text/css">
10+
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
1311
<TITLE>Migrating from the ResourceNavigator</TITLE>
1412

1513
<link rel="stylesheet" type="text/css" HREF="../book.css">

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/cnf_troubleshooting.htm

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<HTML lang="en">
33
<HEAD>
44

55
<meta name="copyright"
66
content="Copyright (c) Oakland Software and others 2009, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
77

8-
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
9-
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
8+
<META charset="utf-8">
109

11-
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1"
12-
TYPE="text/css">
10+
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
1311
<TITLE>Troubleshooting</TITLE>
1412
</HEAD>
1513
<BODY>

0 commit comments

Comments
 (0)