Skip to content

Commit de8de09

Browse files
committed
Update Ring Website
1 parent ca010f5 commit de8de09

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

history.data

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

index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,11 @@ <h3>Simple and flexible programming language for applications development</h3>
214214
<tbody>
215215

216216

217+
<tr>
218+
<td>March 23, 2024</td>
219+
<td><a href="https://github.com/ring-lang/ring/blob/master/marketing/articles/WillAIReplaceProgrammers.md"> Will AI replace programmers?</a></td>
220+
</tr>
221+
217222
<tr>
218223
<td>March 10, 2024</td>
219224
<td><a href="https://github.com/ring-lang/ring/tree/master/samples/UsingRogueUtil"> RingRogueUtil Extension</a></td>
@@ -223,11 +228,6 @@ <h3>Simple and flexible programming language for applications development</h3>
223228
<td>February 28, 2024</td>
224229
<td><a href="https://arxiv.org/pdf/2402.12317.pdf"> ARKS: Active Retrieval in Knowledge Soup for Code Generation</a></td>
225230
</tr>
226-
227-
<tr>
228-
<td>December 31, 2023</td>
229-
<td><a href="doc1.19/whatisnew19.html"> Ring 1.19 Released!</a></td>
230-
</tr>
231231

232232

233233
</tbody>

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">151</span></h4></div>
171+
<div class="panel-heading"><h4>News <span class="badge">152</span></h4></div>
172172
<div class="panel-body">
173173
<table class="table table-striped">
174174
<thead>
@@ -179,6 +179,11 @@ <h3>Simple and flexible programming language for applications development</h3>
179179
</thead>
180180
<tbody>
181181

182+
<tr>
183+
<td>March 23, 2024</td>
184+
<td><a href="https://github.com/ring-lang/ring/blob/master/marketing/articles/WillAIReplaceProgrammers.md"> Will AI replace programmers?</a></td>
185+
</tr>
186+
182187
<tr>
183188
<td>March 10, 2024</td>
184189
<td><a href="https://github.com/ring-lang/ring/tree/master/samples/UsingRogueUtil"> RingRogueUtil Extension</a></td>

0 commit comments

Comments
 (0)