Skip to content

Commit 7bfcd22

Browse files
committed
Update Ring Website
1 parent de8de09 commit 7bfcd22

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

history.data

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
aNews = [
22
["March 23, 2024",'<a href="https://github.com/ring-lang/ring/blob/master/marketing/articles/WillAIReplaceProgrammers.md"> Will AI replace programmers?</a>'],
3+
["March 21, 2024",'<a href="https://github.com/ring-lang/ring/blob/master/marketing/articles/ZigCCisNotReadyYet.md"> Using Zig cc to build Ring</a>'],
34
["March 10, 2024",'<a href="https://github.com/ring-lang/ring/tree/master/samples/UsingRogueUtil"> RingRogueUtil Extension</a>'],
45
["February 28, 2024",'<a href="https://arxiv.org/pdf/2402.12317.pdf"> ARKS: Active Retrieval in Knowledge Soup for Code Generation</a>'],
56
["December 31, 2023",'<a href="doc1.19/whatisnew19.html"> Ring 1.19 Released!</a>'],

index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -220,13 +220,13 @@ <h3>Simple and flexible programming language for applications development</h3>
220220
</tr>
221221

222222
<tr>
223-
<td>March 10, 2024</td>
224-
<td><a href="https://github.com/ring-lang/ring/tree/master/samples/UsingRogueUtil"> RingRogueUtil Extension</a></td>
223+
<td>March 21, 2024</td>
224+
<td><a href="https://github.com/ring-lang/ring/blob/master/marketing/articles/ZigCCisNotReadyYet.md"> Using Zig cc to build Ring</a></td>
225225
</tr>
226226

227227
<tr>
228-
<td>February 28, 2024</td>
229-
<td><a href="https://arxiv.org/pdf/2402.12317.pdf"> ARKS: Active Retrieval in Knowledge Soup for Code Generation</a></td>
228+
<td>March 10, 2024</td>
229+
<td><a href="https://github.com/ring-lang/ring/tree/master/samples/UsingRogueUtil"> RingRogueUtil Extension</a></td>
230230
</tr>
231231

232232

news.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ <h3>Simple and flexible programming language for applications development</h3>
168168

169169
<div id="news" class="panel-group">
170170
<div class="panel panel-info">
171-
<div class="panel-heading"><h4>News <span class="badge">152</span></h4></div>
171+
<div class="panel-heading"><h4>News <span class="badge">153</span></h4></div>
172172
<div class="panel-body">
173173
<table class="table table-striped">
174174
<thead>
@@ -184,6 +184,11 @@ <h3>Simple and flexible programming language for applications development</h3>
184184
<td><a href="https://github.com/ring-lang/ring/blob/master/marketing/articles/WillAIReplaceProgrammers.md"> Will AI replace programmers?</a></td>
185185
</tr>
186186

187+
<tr>
188+
<td>March 21, 2024</td>
189+
<td><a href="https://github.com/ring-lang/ring/blob/master/marketing/articles/ZigCCisNotReadyYet.md"> Using Zig cc to build Ring</a></td>
190+
</tr>
191+
187192
<tr>
188193
<td>March 10, 2024</td>
189194
<td><a href="https://github.com/ring-lang/ring/tree/master/samples/UsingRogueUtil"> RingRogueUtil Extension</a></td>

0 commit comments

Comments
 (0)