Skip to content

Commit 5623826

Browse files
committed
Minor cleanup of online help
This cleans up some artifacts that remained when the HTML document was converted to AsciiDoc, the broken about.html file and the broken HREF attributes in the topics xml file.
1 parent c1012fb commit 5623826

File tree

5 files changed

+11
-35
lines changed

5 files changed

+11
-35
lines changed

org.eclipse.draw2d.doc.isv/guide-src/guide.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ endif::[]
44

55
= Draw2d Guide
66

7-
== Draw2d Programmer's Guide +
8-
org.eclipse.draw2d +
7+
== Draw2d Programmer's Guide
98

109
* xref:overview.adoc[Overview] - the big picture
1110
* xref:painting.adoc[Painting] - details of the paint process and how

org.eclipse.gef.doc.isv/about.html

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2-
<html>
3-
<head>
4-
<title>About</title>
5-
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
6-
</head>
7-
<body lang="EN-US">
8-
<h2>About This Content</h2>
9-
10-
<p>June 5, 2007</p>
11-
<h3>License</h3>
12-
13-
<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
14-
Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available at <a href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/legal/epl-v10.html</a>.
15-
For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
16-
17-
<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
18-
apply to your use of any object code in the Content. Check the Redistributor's license that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
19-
indicated below, the terms and conditions of the EPL still apply to any source code in the Content and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
20-
</body>
21-
</html><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
221
<html xmlns="http://www.w3.org/1999/xhtml">
232

243
<head>

org.eclipse.gef.doc.isv/guide-src/guide.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ endif::[]
44

55
= GEF Developer's Guide
66

7-
== GEF Programmer's Guide +
8-
org.eclipse.gef
7+
== GEF Programmer's Guide
98

109
* xref:#overview[Overview] - Description of the "big picture"
1110
* xref:#when-can-i-use-gef[When to Use] - How can GEF and the Eclipse Platform

org.eclipse.gef.doc.isv/guide-src/index.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ endif::[]
44

55
= org.eclipse.gef Programmer's Guide
66

7-
== GEF Programmer's Guide +
8-
org.eclipse.gef
7+
== GEF Programmer's Guide
98

109
Draw2d focuses on efficient painting and layout of figures. The GEF
1110
plug-in adds an editing layer on top of Draw2d. The purpose of this

org.eclipse.gef.doc.isv/topics_Guide.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<anchor id="draw2d" />
88
<anchor id="zest" />
99
<topic label="GEF (MVC)" href="guide/guide.html">
10-
<topic label="Overview" href="guide/guide.html#Overview"/>
11-
<topic label="When and Where to Use GEF" href="guide/guide.html#When"/>
12-
<topic label="EditParts" href="guide/guide.html#EditParts"/>
13-
<topic label="Creating a Graphical View" href="guide/guide.html#GraphicalView"/>
14-
<topic label="Editing and EditPolicies" href="guide/guide.html#Editing"/>
15-
<topic label="The EditPart Lifecycle" href="guide/guide.html#Lifecycle"/>
16-
<topic label="Tools and the Palette" href="guide/guide.html#ToolPalette"/>
17-
<topic label="Types of Interactions" href="guide/guide.html#Interactions"/>
10+
<topic label="Overview" href="guide/guide.html#overview"/>
11+
<topic label="When and Where to Use GEF" href="guide/guide.html#when-can-i-use-gef"/>
12+
<topic label="EditParts" href="guide/guide.html#an-introduction-to-editparts"/>
13+
<topic label="Creating a Graphical View" href="guide/guide.html#creating-a-graphical-view-of-a-model"/>
14+
<topic label="Editing and EditPolicies" href="guide/guide.html#editing-and-editpolicies"/>
15+
<topic label="The EditPart Lifecycle" href="guide/guide.html#the-editpart-lifecycle"/>
16+
<topic label="Tools and the Palette" href="guide/guide.html#tools-and-the-palette"/>
17+
<topic label="Types of Interactions" href="guide/guide.html#types-of-interactions-in-gef"/>
1818
</topic>
1919
</toc>

0 commit comments

Comments
 (0)