Skip to content

Commit 263da0c

Browse files
committed
Improve news to use markdown when available and generate the index
1 parent 1f92dea commit 263da0c

File tree

4 files changed

+158
-305
lines changed

4 files changed

+158
-305
lines changed

news/4.36/index.html

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,9 @@
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.36 - New and Noteworthy</title>
5+
<script src="../../project.js"></script>
106
</head>
117

12-
<body>
13-
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-
<!--
25-
<p>
26-
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>.
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/index.html

Lines changed: 4 additions & 255 deletions
Original file line numberDiff line numberDiff line change
@@ -1,261 +1,10 @@
11
<!DOCTYPE html>
22
<html>
3+
34
<head>
4-
<meta name="copyright" content="Copyright (c) Eclipse contributors and others 2020. 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 - New and Noteworthy</title>
9-
<script type="text/javascript">
10-
// The new.html wraps the index.html with styling for the website
11-
// but that only works when served by the server not for file: protocol.
12-
if (!window.location.href.startsWith('file:')) {
13-
window.location.href = "news.html"
14-
}
15-
</script>
5+
<script src="../project.js"></script>
166
</head>
17-
<body>
18-
19-
<h1>Eclipse - New and Noteworthy</h1>
20-
<p>
21-
This page links to the recent new and noteworthy changes in the Eclipse SDK project.
22-
</p>
23-
24-
<p>2025-06 (4.36) release:</p>
25-
26-
<blockquote>
27-
<ul>
28-
<li><a href="4.36/platform.html">New features in the Platform and Equinox</a></li>
29-
<li><a href="4.36/jdt.html">New features for Java developers</a></li>
30-
<li><a href="4.36/platform_isv.html">New APIs in the Platform and Equinox</a></li>
31-
<li><a href="4.36/pde.html">New features for plug-in developers</a></li>
32-
</ul>
33-
</blockquote>
34-
35-
<p>2025-03 (4.35) release:</p>
36-
37-
<blockquote>
38-
<ul>
39-
<li><a href="4.35/platform.html">New features in the Platform and Equinox</a></li>
40-
<li><a href="4.35/jdt.html">New features for Java developers</a></li>
41-
<li><a href="4.35/platform_isv.html">New APIs in the Platform and Equinox</a></li>
42-
<!--
43-
This is an empty page.
44-
<li><a href="4.35/pde.html">New features for plug-in developers</a></li>
45-
-->
46-
</ul>
47-
</blockquote>
48-
49-
50-
<p>2024-12 (4.34) release:</p>
51-
52-
<blockquote>
53-
<ul>
54-
<li><a href="4.34/platform.html">New features in the Platform and Equinox</a></li>
55-
<li><a href="4.34/jdt.html">New features for Java developers</a></li>
56-
<li><a href="4.34/platform_isv.html">New APIs in the Platform and Equinox</a></li>
57-
<li><a href="4.34/pde.html">New features for plug-in developers</a></li>
58-
</ul>
59-
</blockquote>
60-
61-
<p>2024-09 (4.33) release:</p>
62-
63-
<blockquote>
64-
<ul>
65-
<li><a href="4.33/platform.html">New features in the Platform and Equinox</a></li>
66-
<li><a href="4.33/jdt.html">New features for Java developers</a></li>
67-
<li><a href="4.33/platform_isv.html">New APIs in the Platform and Equinox</a></li>
68-
<li><a href="4.33/pde.html">New features for plug-in developers</a></li>
69-
</ul>
70-
</blockquote>
71-
72-
<p>2024-06 (4.32) release:</p>
73-
74-
<blockquote>
75-
<ul>
76-
<li><a href="4.32/platform.html">New features in the Platform and Equinox</a></li>
77-
<li><a href="4.32/jdt.html">New features for Java developers</a></li>
78-
<li><a href="4.32/platform_isv.html">New APIs in the Platform and Equinox</a></li>
79-
<li><a href="4.32/pde.html">New features for plug-in developers</a></li>
80-
</ul>
81-
</blockquote>
82-
83-
<p>2024-03 (4.31) release:</p>
84-
85-
<blockquote>
86-
<ul>
87-
<li><a href="4.31/platform.html">New features in the Platform and Equinox</a></li>
88-
<li><a href="4.31/jdt.html">New features for Java developers</a></li>
89-
<li><a href="4.31/platform_isv.html">New APIs in the Platform and Equinox</a></li>
90-
<li><a href="4.31/pde.html">New features for plug-in developers</a></li>
91-
</ul>
92-
</blockquote>
93-
94-
<p>2023-12 (4.30) release:</p>
95-
96-
<blockquote>
97-
<ul>
98-
<li><a href="4.30/platform.html">New features in the Platform and Equinox</a></li>
99-
<li><a href="4.30/jdt.html">New features for Java developers</a></li>
100-
<li><a href="4.30/platform_isv.html">New APIs in the Platform and Equinox</a></li>
101-
<li><a href="4.30/pde.html">New features for plug-in developers</a></li>
102-
</ul>
103-
</blockquote>
104-
105-
<p>2023-09 (4.29) release:</p>
106-
107-
<blockquote>
108-
<ul>
109-
<li><a href="4.29/platform.html">New features in the Platform and Equinox</a></li>
110-
<li><a href="4.29/jdt.html">New features for Java developers</a></li>
111-
<li><a href="4.29/platform_isv.html">New APIs in the Platform and Equinox</a></li>
112-
<li><a href="4.29/pde.html">New features for plug-in developers</a></li>
113-
</ul>
114-
</blockquote>
115-
116-
<p>2023-06 (4.28) release:</p>
117-
118-
<blockquote>
119-
<ul>
120-
<li><a href="4.28/platform.html">New features in the Platform and Equinox</a></li>
121-
<li><a href="4.28/jdt.html">New features for Java developers</a></li>
122-
<li><a href="4.28/platform_isv.html">New APIs in the Platform and Equinox</a></li>
123-
<li><a href="4.28/pde.html">New features for plug-in developers</a></li>
124-
</ul>
125-
</blockquote>
126-
127-
<p>2023-03 (4.27) release:</p>
128-
129-
<blockquote>
130-
<ul>
131-
<li><a href="4.27/platform.html">New features in the Platform and Equinox</a></li>
132-
<li><a href="4.27/jdt.html">New features for Java developers</a></li>
133-
<li><a href="4.27/platform_isv.html">New APIs in the Platform and Equinox</a></li>
134-
<li><a href="4.27/pde.html">New features for plug-in developers</a></li>
135-
</ul>
136-
</blockquote>
137-
138-
<p>2022-12 (4.26) release:</p>
139-
140-
<blockquote>
141-
<ul>
142-
<li><a href="4.26/platform.html">New features in the Platform and Equinox</a></li>
143-
<li><a href="4.26/jdt.html">New features for Java developers</a></li>
144-
<li><a href="4.26/platform_isv.html">New APIs in the Platform and Equinox</a></li>
145-
<li><a href="4.26/pde.html">New features for plug-in developers</a></li>
146-
</ul>
147-
</blockquote>
148-
149-
<p>2022-09 (4.25) release:</p>
150-
151-
<blockquote>
152-
<ul>
153-
<li><a href="4.25/platform.html">New features in the Platform and Equinox</a></li>
154-
<li><a href="4.25/jdt.html">New features for Java developers</a></li>
155-
<li><a href="4.25/platform_isv.html">New APIs in the Platform and Equinox</a></li>
156-
<li><a href="4.25/pde.html">New features for plug-in developers</a></li>
157-
</ul>
158-
</blockquote>
159-
160-
<p>2022-06 (4.24) release:</p>
161-
162-
<blockquote>
163-
<ul>
164-
<li><a href="4.24/platform.html">New features in the Platform and Equinox</a></li>
165-
<li><a href="4.24/jdt.html">New features for Java developers</a></li>
166-
<li><a href="4.24/platform_isv.html">New APIs in the Platform and Equinox</a></li>
167-
<li><a href="4.24/pde.html">New features for plug-in developers</a></li>
168-
</ul>
169-
</blockquote>
170-
171-
<p>2022-03 (4.23) release:</p>
172-
173-
<blockquote>
174-
<ul>
175-
<li><a href="4.23/platform.html">New features in the Platform and Equinox</a></li>
176-
<li><a href="4.23/jdt.html">New features for Java developers</a></li>
177-
<li><a href="4.23/platform_isv.html">New APIs in the Platform and Equinox</a></li>
178-
<li><a href="4.23/pde.html">New features for plug-in developers</a></li>
179-
</ul>
180-
</blockquote>
181-
182-
<p>2021-12 (4.22) release:</p>
183-
184-
<blockquote>
185-
<ul>
186-
<li><a href="4.22/platform.html">New features in the Platform and Equinox</a></li>
187-
<li><a href="4.22/jdt.html">New features for Java developers</a></li>
188-
<li><a href="4.22/platform_isv.html">New APIs in the Platform and Equinox</a></li>
189-
<li><a href="4.22/pde.html">New features for plug-in developers</a></li>
190-
</ul>
191-
</blockquote>
192-
193-
<p>2021-09 (4.21) release:</p>
194-
195-
<blockquote>
196-
<ul>
197-
<li><a href="4.21/platform.html">New features in the Platform and Equinox</a></li>
198-
<li><a href="4.21/jdt.html">New features for Java developers</a></li>
199-
<li><a href="4.21/platform_isv.html">New APIs in the Platform and Equinox</a></li>
200-
<li><a href="4.21/pde.html">New features for plug-in developers</a></li>
201-
</ul>
202-
</blockquote>
203-
204-
<p>2021-06 (4.20) release:</p>
205-
206-
<blockquote>
207-
<ul>
208-
<li><a href="4.20/platform.html">New features in the Platform and Equinox</a></li>
209-
<li><a href="4.20/jdt.html">New features for Java developers</a></li>
210-
<li><a href="4.20/platform_isv.html">New APIs in the Platform and Equinox</a></li>
211-
<li><a href="4.20/pde.html">New features for plug-in developers</a></li>
212-
</ul>
213-
</blockquote>
214-
215-
<p>2021-03 (4.19) release:</p>
216-
217-
<blockquote>
218-
<ul>
219-
<li><a href="4.19/platform.html">New features in the Platform and Equinox</a></li>
220-
<li><a href="4.19/jdt.html">New features for Java developers</a></li>
221-
<li><a href="4.19/platform_isv.html">New APIs in the Platform and Equinox</a></li>
222-
<li><a href="4.19/pde.html">New features for plug-in developers</a></li>
223-
</ul>
224-
</blockquote>
225-
226-
<p>2020-12 (4.18) release:</p>
227-
228-
<blockquote>
229-
<ul>
230-
<li><a href="4.18/platform.html">New features in the Platform and Equinox</a></li>
231-
<li><a href="4.18/jdt.html">New features for Java developers</a></li>
232-
<li><a href="4.18/platform_isv.html">New APIs in the Platform and Equinox</a></li>
233-
<li><a href="4.18/pde.html">New features for plug-in developers</a></li>
234-
</ul>
235-
</blockquote>
236-
237-
<p>2020-09 (4.17) release:</p>
238-
239-
<blockquote>
240-
<ul>
241-
<li><a href="4.17/platform.html">New features in the Platform and Equinox</a></li>
242-
<li><a href="4.17/jdt.html">New features for Java developers</a></li>
243-
<li><a href="4.17/platform_isv.html">New APIs in the Platform and Equinox</a></li>
244-
<li><a href="4.17/pde.html">New features for plug-in developers</a></li>
245-
</ul>
246-
</blockquote>
247-
248-
249-
<p>2020-06 (4.16) release:</p>
2507

251-
<blockquote>
252-
<ul>
253-
<li><a href="4.16/platform.html">New features in the Platform and Equinox</a></li>
254-
<li><a href="4.16/jdt.html">New features for Java developers</a></li>
255-
<li><a href="4.16/platform_isv.html">New APIs in the Platform and Equinox</a></li>
256-
<li><a href="4.16/pde.html">New features for plug-in developers</a></li>
257-
</ul>
258-
</blockquote>
8+
<body onload="redirect('news.html')" )></body>
2599

260-
</body>
261-
</html>
10+
</html>

news/news.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<div data-generate="generateDefaults(this, 'file')">
3232
</div>
3333

34-
<main data-generate="load()">
34+
<main data-generate="if (window.location.search.indexOf('file=') == -1) generateNewAndNoteworthy(this); else load();">
3535
</main>
3636

3737
<script>

0 commit comments

Comments
 (0)