-
Notifications
You must be signed in to change notification settings - Fork 100
/
news.html
62 lines (62 loc) · 2.66 KB
/
news.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<html>
<head>
<script data-main="scripts/cling" src="scripts/require.js"></script>
<link rel="stylesheet" href="style/import.css">
</head>
<body class="news">
<div>
<h3>Latest News</h3>
<h4>Cling release 1.1 is out</h4>
<h5>Aug 28th, 2023</h5>
<p> <a href="https://github.com/vgvassilev/cling/blob/v1.1/docs/ReleaseNotes.md" target="_blank">Read more</a></p>
<p></p>
<h4>Cling release 1.0 is out</h4>
<h5>Dec 9th, 2023</h5>
<p> <a href="https://github.com/vgvassilev/cling/blob/v1.0/docs/ReleaseNotes.md" target="_blank">Read more</a></p>
<p></p>
<h4>Cling release 0.9 is out</h4>
<h5>May 4th, 2021</h5>
<p> <a href="https://github.com/vgvassilev/cling/blob/v0.9/docs/ReleaseNotes.md" target="_blank">Read more</a></p>
<p></p>
<h4>Cling release 0.8 is out</h4>
<h5>January 11th, 2021</h5>
<p> <a href="https://github.com/vgvassilev/cling/blob/v0.8/docs/ReleaseNotes.md" target="_blank">Read more</a></p>
<p></p>
<h4>Cling release 0.7 is out</h4>
<h5>August 21th, 2020</h5>
<p> <a href="https://github.com/vgvassilev/cling/blob/v0.7/docs/ReleaseNotes.md" target="_blank">Read more</a></p>
<p></p>
<h4>Cling release 0.6 is out</h4>
<h5>August 16th, 2019</h5>
<p> <a href="https://github.com/vgvassilev/cling/blob/v0.6/docs/ReleaseNotes.md" target="_blank">Read more</a></p>
<p></p>
<h4>Cling release 0.5 is out</h4>
<h5>November 02nd, 2017</h5>
<p> <a href="https://github.com/vgvassilev/cling/blob/v0.5/docs/ReleaseNotes.md" target="_blank">Read more</a></p>
<p></p>
<h4>Cling release 0.4 is out</h4>
<h5>June 06th, 2017</h5>
<p> <a href="https://github.com/vgvassilev/cling/blob/v0.4/docs/ReleaseNotes.md" target="_blank">Read more</a></p>
<p></p>
<h4>Cling release 0.3 is out</h4>
<h5>August 09th, 2016</h5>
<p> <a href="https://github.com/vgvassilev/cling/blob/v0.3/docs/ReleaseNotes.md" target="_blank">Read more</a></p>
<p></p>
<h4>Cling release 0.2 is out</h4>
<h5>July 06th, 2016</h5>
<p> <a href="https://github.com/vgvassilev/cling/blob/v0.2/docs/ReleaseNotes.md" target="_blank">Read more</a></p>
<p></p>
<h4>Cling goes public</h4>
<h5>July 25th, 2011</h5>
<p> Cling was officially announced to the Clang community <br /><a href="news/ClingAnnouncement.html" target="_blank">Read more</a></p>
<p></p>
<h4>New website launched</h4>
<h5>July 1st, 2011</h5>
<p> Welcome to the new website of the project. <br /><a href="news/NewWebsiteLaunched.html" target="_blank">Read more</a></p>
<h3>Useful Links</h3>
<ul>
<li><a href="http://www.cern.ch" target="_blank">CERN</a></li>
</ul>
</div>
</body>
</html>