Skip to content

Commit 9489f80

Browse files
committed
Update the 4.x-templae to be based on markdown
- Clean up remaining unused content in 4.36. - Convert the instructions.html to markdown.
1 parent 44a380d commit 9489f80

File tree

16 files changed

+270
-1030
lines changed

16 files changed

+270
-1030
lines changed

news/4.36/news.css

Lines changed: 0 additions & 79 deletions
This file was deleted.

news/4.36/scripts.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

news/4.x-template/index.html

Lines changed: 3 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,10 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1+
<!DOCTYPE html>
22
<html>
33

44
<head>
5-
<meta name="copyright" content="Copyright (c) Eclipse contributors and others 2018. This page is made available under license. For full details see: https://www.eclipse.org/legal/notice.html">
6-
<meta http-equiv="Content-Language" content="en-us">
7-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<link rel="stylesheet" href="news.css" type="text/css">
9-
<title>Eclipse 4.x - New and Noteworthy</title>
5+
<script src="../../project.js"></script>
106
</head>
117

12-
<body>
13-
14-
<h1>Eclipse 4.x - New and Noteworthy</h1>
15-
<p>
16-
Welcome to the Eclipse SDK project!
17-
</p>
18-
<p>
19-
The Eclipse SDK project is part of the Eclipse YYYY-MM simultaneous release.
20-
The Eclipse SDK and related resources can be downloaded from the <a href="https://download.eclipse.org/eclipse/downloads/">Eclipse Project downloads page</a>.
21-
The Eclipse installer and other packages can be downloaded from the <a href="https://www.eclipse.org/downloads/packages/installer">Eclipse Installer</a> page.
22-
</p>
23-
24-
<!--
25-
<p>
26-
The 4.x release notes for the Eclipse SDK project can be found <a href="https://www.eclipse.org/eclipse/development/readme_eclipse_4.x.php">here</a>.
27-
</p>
28-
-->
29-
30-
<p>Here are some of the more noteworthy items available in this release.</p>
31-
32-
<blockquote>
33-
<ul>
34-
<li><a href="platform.html">New features in the Platform and Equinox</a></li>
35-
<li><a href="jdt.html">New features for Java developers</a></li>
36-
<li><a href="platform_isv.html">New APIs in the Platform and Equinox</a></li>
37-
<li><a href="pde.html">New features for plug-in developers</a></li>
38-
</ul>
39-
</blockquote>
40-
41-
</body>
8+
<body onload="redirect()" )></body>
429

4310
</html>

news/4.x-template/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Eclipse 4.x - New and Noteworthy
2+
3+
Welcome to the Eclipse SDK project!
4+
The Eclipse SDK project is part of the Eclipse YYY-MM simultaneous release.
5+
The Eclipse SDK and related resources can be downloaded from the [Eclipse Project downloads](https://download.eclipse.org/eclipse/downloads/) page.
6+
The Eclipse installer and other packages can be downloaded from the [IDE Downloads](https://www.eclipse.org/downloads/packages) page.
7+
8+
Here are some of the more noteworthy items available in this release.
9+
10+
- [New features in the Platform and Equinox](platform.md)
11+
- [New features for Java developers](jdt.md)
12+
- [New APIs in the Platform and Equinox](platform_isv.md)
13+
- [New features for plug-in developers](pde.md)

news/4.x-template/jdt.html

Lines changed: 0 additions & 155 deletions
This file was deleted.

news/4.x-template/jdt.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Java Development Tools - 4.x
2+
3+
<!--
4+
---
5+
## Java&trade; XX Support
6+
-->
7+
8+
<!--
9+
---
10+
## JUnit
11+
-->
12+
13+
<!--
14+
---
15+
## Java Editor
16+
-->
17+
18+
<!--
19+
---
20+
## Java Views and Dialogs
21+
-->
22+
23+
<!--
24+
---
25+
## Java Compiler
26+
-->
27+
28+
<!--
29+
---
30+
## Java Formatter
31+
-->
32+
33+
<!--
34+
---
35+
## Debug
36+
-->
37+
38+
<!--
39+
### JDT Developers
40+
-->

0 commit comments

Comments
 (0)