Skip to content

Commit a684ac2

Browse files
committed
Redirect news/index.html to news/news.html
- The latter wraps and styles the former expecting the name index.html. - Don't do it for `file:` because the wrapping doesn't work for that. - Remove all *.php and all hrefs for *.php for 4.36 and in the 4.x-template.
1 parent cfb31df commit a684ac2

23 files changed

+23
-204
lines changed

news/4.36/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ <h1>Eclipse 4.36 - New and Noteworthy</h1>
2929

3030
<blockquote>
3131
<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>
35-
<li><a href="pde.php">New features for plug-in developers</a></li>
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>
3636
</ul>
3737
</blockquote>
3838

news/4.36/index.php

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

news/4.36/jdt.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ <h2>JDT Developers</h2>
177177

178178
<script type="text/javascript" src="scripts.js"></script>
179179
<p style="text-align:center">
180-
<a href="platform.php">Previous</a> <a style="margin:1em" href=".">Up</a> <a href="platform_isv.php">Next</a>
180+
<a href="platform.html">Previous</a> <a style="margin:1em" href=".">Up</a> <a href="platform_isv.html">Next</a>
181181
</p>
182182
</body>
183183
</html>

news/4.36/jdt.php

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

news/4.36/newsCommon.php

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

news/4.36/pde.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h2>Plug-in Development Environment</h2>
6666

6767
<script type="text/javascript" src="scripts.js"></script>
6868
<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>
69+
<a href="platform_isv.html">Previous</a> <a style="margin:1em" href=".">Up</a> <span style="color:#808080">Next</span>
7070
</p>
7171
</body>
7272
</html>

news/4.36/pde.php

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

news/4.36/platform.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h2>General Updates </h2>
123123

124124
<script type="text/javascript" src="scripts.js"></script>
125125
<p style="text-align:center">
126-
<span style="color:#808080">Previous</span> <a style="margin:1em" href=".">Up</a> <a href="jdt.php">Next</a>
126+
<span style="color:#808080">Previous</span> <a style="margin:1em" href=".">Up</a> <a href="jdt.html">Next</a>
127127
</p>
128128
</body>
129129
</html>

news/4.36/platform.php

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

news/4.36/platform_isv.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h2>Platform and Equinox API</h2>
5252

5353
<script type="text/javascript" src="scripts.js"></script>
5454
<p style="text-align:center">
55-
<a href="jdt.php">Previous</a> <a style="margin:1em" href=".">Up</a> <a href="pde.php">Next</a>
55+
<a href="jdt.html">Previous</a> <a style="margin:1em" href=".">Up</a> <a href="pde.html">Next</a>
5656
</p>
5757
</body>
5858
</html>

0 commit comments

Comments
 (0)