Skip to content

Commit cf85d93

Browse files
committed
Add redirects for 4.35 news.
- Format all the files for 4.36 and 4.x-template.
1 parent a684ac2 commit cf85d93

File tree

15 files changed

+1105
-762
lines changed

15 files changed

+1105
-762
lines changed

news/4.35/index.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<link rel="stylesheet" href="news.css" type="text/css">
88
<title>Eclipse 4.35 - New and Noteworthy</title>
9+
<script type="text/javascript">
10+
if (!window.location.href.startsWith('file:')) {
11+
window.location.href = '../news.html?file=4.35/index.html';
12+
}
13+
</script>
914
</head>
1015
<body>
1116

@@ -29,12 +34,12 @@ <h1>Eclipse 4.35 - New and Noteworthy</h1>
2934

3035
<blockquote>
3136
<ul>
32-
<li><a href="platform.php">New features in the Platform and Equinox</a></li>
33-
<li><a href="jdt.php">New features for Java developers</a></li>
34-
<li><a href="platform_isv.php">New APIs in the Platform and Equinox</a></li>
37+
<li><a href="platform.html">New features in the Platform and Equinox</a></li>
38+
<li><a href="jdt.html">New features for Java developers</a></li>
39+
<li><a href="platform_isv.html">New APIs in the Platform and Equinox</a></li>
3540
<!--
3641
This is an empty page.
37-
<li><a href="pde.php">New features for plug-in developers</a></li>
42+
<li><a href="pde.html">New features for plug-in developers</a></li>
3843
-->
3944
</ul>
4045
</blockquote>

news/4.35/jdt.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
ul {padding-left: 13px;}
1919
</style>
2020
<title>Eclipse Project 4.35 - New and Noteworthy</title>
21+
<script type="text/javascript">
22+
if (!window.location.href.startsWith('file:')) {
23+
window.location.href = '../news.html?file=4.35/jdt.html';
24+
}
25+
</script>
2126
</head>
2227

2328
<body>
@@ -281,7 +286,7 @@ <h2>JDT Developers</h2>
281286

282287
<script type="text/javascript" src="scripts.js"></script>
283288
<p style="text-align:center">
284-
<a href="platform.php">Previous</a> <a style="margin:1em" href=".">Up</a> <a href="platform_isv.php">Next</a>
289+
<a href="platform.html">Previous</a> <a style="margin:1em" href=".">Up</a> <a href="platform_isv.html">Next</a>
285290
</p>
286291
</body>
287292
</html>

news/4.35/pde.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
ul {padding-left: 13px;}
1919
</style>
2020
<title>Eclipse Project 4.35 - New and Noteworthy</title>
21+
<script type="text/javascript">
22+
if (!window.location.href.startsWith('file:')) {
23+
window.location.href = '../news.html?file=4.35/pde.html';
24+
}
25+
</script>
2126
</head>
2227

2328
<body>
@@ -66,7 +71,7 @@ <h2>Plug-in Development Environment</h2>
6671

6772
<script type="text/javascript" src="scripts.js"></script>
6873
<p style="text-align:center">
69-
<a href="platform_isv.php">Previous</a> <a style="margin:1em" href=".">Up</a> <span style="color:#808080">Next</span>
74+
<a href="platform_isv.html">Previous</a> <a style="margin:1em" href=".">Up</a> <span style="color:#808080">Next</span>
7075
</p>
7176
</body>
7277
</html>

news/4.35/platform.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
ul {padding-left: 13px;}
1919
</style>
2020
<title>Eclipse Project 4.35 - New and Noteworthy</title>
21+
<script type="text/javascript">
22+
if (!window.location.href.startsWith('file:')) {
23+
window.location.href = '../news.html?file=4.35/platform.html';
24+
}
25+
</script>
2126
</head>
2227

2328
<body>
@@ -241,7 +246,7 @@ <h2>General Updates </h2>
241246

242247
<script type="text/javascript" src="scripts.js"></script>
243248
<p style="text-align:center">
244-
<span style="color:#808080">Previous</span> <a style="margin:1em" href=".">Up</a> <a href="jdt.php">Next</a>
249+
<span style="color:#808080">Previous</span> <a style="margin:1em" href=".">Up</a> <a href="jdt.html">Next</a>
245250
</p>
246251
</body>
247252
</html>

news/4.35/platform_isv.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
ul {padding-left: 13px;}
1919
</style>
2020
<title>Eclipse Project 4.35 - New and Noteworthy</title>
21+
<script type="text/javascript">
22+
if (!window.location.href.startsWith('file:')) {
23+
window.location.href = '../news.html?file=4.35/platform_isv.html';
24+
}
25+
</script>
2126
</head>
2227

2328
<body>
@@ -88,7 +93,7 @@ <h2>Platform and Equinox API</h2>
8893

8994
<script type="text/javascript" src="scripts.js"></script>
9095
<p style="text-align:center">
91-
<a href="jdt.php">Previous</a> <a style="margin:1em" href=".">Up</a> <a href="pde.php">Next</a>
96+
<a href="jdt.html">Previous</a> <a style="margin:1em" href=".">Up</a> <a href="pde.html">Next</a>
9297
</p>
9398
</body>
9499
</html>

news/4.36/index.html

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,43 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html>
3+
34
<head>
4-
<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">
5-
<meta http-equiv="Content-Language" content="en-us">
6-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<link rel="stylesheet" href="news.css" type="text/css">
8-
<title>Eclipse 4.36 - New and Noteworthy</title>
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.36 - New and Noteworthy</title>
910
</head>
11+
1012
<body>
1113

12-
<h1>Eclipse 4.36 - New and Noteworthy</h1>
13-
<p>
14-
Welcome to the Eclipse SDK project!
15-
</p>
16-
<p>
17-
The Eclipse SDK project is part of the Eclipse 2025-06 simultaneous release.
18-
The Eclipse SDK and related resources can be downloaded from the <a href="https://download.eclipse.org/eclipse/downloads/">Eclipse Project downloads page</a>.
19-
The Eclipse installer and other packages can be downloaded from the <a href="https://www.eclipse.org/downloads/packages/installer">Eclipse Installer</a> page.
20-
</p>
21-
22-
<!--
14+
<h1>Eclipse 4.36 - 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 2025-06 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+
<!--
2325
<p>
2426
The 4.36 release notes for the Eclipse SDK project can be found <a href="https://www.eclipse.org/eclipse/development/readme_eclipse_4.36.php">here</a>.
2527
</p>
2628
-->
27-
28-
<p>Here are some of the more noteworthy items available in this release.</p>
29-
30-
<blockquote>
31-
<ul>
32-
<li><a href="platform.html">New features in the Platform and Equinox</a></li>
33-
<li><a href="jdt.html">New features for Java developers</a></li>
34-
<li><a href="platform_isv.html">New APIs in the Platform and Equinox</a></li>
35-
<li><a href="pde.html">New features for plug-in developers</a></li>
36-
</ul>
37-
</blockquote>
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>
3840

3941
</body>
40-
</html>
42+
43+
</html>

0 commit comments

Comments
 (0)