Hi!

I've committed the following patch to rotate news, chose to move
202{2,3}-ish items to news.html.  We'll soon have 14.3/13.4 releases
so the first column will be about the same length as the second.

diff --git a/htdocs/index.html b/htdocs/index.html
index 8bdc4071..a662ab09 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -92,48 +92,6 @@ mission statement</a>.</p>
     <span class="date">[2024-05-07]</span></dt>
     <dd></dd>
 
-<dt><span><a 
href="https://inbox.sourceware.org/gcc/36fadb0549c3dca716eb3b923d66a11be2c67a61.ca...@redhat.com/";>GCC
 developer room at FOSDEM 2024: Call for Participation open</a></span>
-    <span class="date">[2023-11-20]</span></dt>
-    <dd>FOSDEM 2024: Brussels, Belgium, February 3-4 2024</dd>
-
-<dt><span><a href="https://gcc.gnu.org/wiki/cauldron2023";>GNU Tools Cauldron 
2023</a></span>
-    <span class="date">[2023-09-05]</span></dt>
-    <dd>Cambridge, United Kingdom, September 22-24 2023</dd>
-
-<dt><span><a href="gcc-13/">GCC 13.2</a> released</span>
-    <span class="date">[2023-07-27]</span></dt>
-    <dd></dd>
-
-<dt><span><a href="gcc-10/">GCC 10.5</a> released</span>
-    <span class="date">[2023-07-07]</span></dt>
-    <dd></dd>
-
-<dt><span><a href="conduct.html">GCC Code of Conduct</a> adopted</span>
-    <span class="date">[2023-06-16]</span></dt>
-
-<dt><span><a href="gcc-11/">GCC 11.4</a> released</span>
-    <span class="date">[2023-05-29]</span></dt>
-    <dd></dd>
-
-<dt><span><a href="gcc-12/">GCC 12.3</a> released</span>
-    <span class="date">[2023-05-08]</span></dt>
-    <dd></dd>
-
-<dt><span><a href="gcc-13/">GCC 13.1</a> released</span>
-    <span class="date">[2023-04-26]</span></dt>
-    <dd></dd>
-
-<dt><span><a href="https://godbolt.org/z/GT1vGdzMb";>GCC BPF in Compiler 
Explorer</a></span>
-     <span class="date">[2022-12-23]</span></dt>
-<dd>Support for a nightly build of the bpf-unknown-none-gcc compiler
-  has been contributed to Compiler Explorer (aka godbolt.org) by Marc
-  Poulhiès</dd>
-
-<dt><span><a href="gcc-13/changes.html#modula2">Modula-2 front end 
added</a></span>
-  <span class="date">[2022-12-14]</span></dt>
-<dd>The Modula-2 programming language front end has been added to GCC.
-  This front end was contributed by Gaius Mulley.</dd>
-
 </dl>
 
 <div>
diff --git a/htdocs/news.html b/htdocs/news.html
index 71c2a5bb..df1a969c 100644
--- a/htdocs/news.html
+++ b/htdocs/news.html
@@ -16,6 +16,48 @@
 
 <!-- ATTENTION: This page is for *OLD* news!  Latest news goes first. -->
 
+<dt><span><a 
href="https://inbox.sourceware.org/gcc/36fadb0549c3dca716eb3b923d66a11be2c67a61.ca...@redhat.com/";>GCC
 developer room at FOSDEM 2024: Call for Participation open</a></span>
+    <span class="date">[2023-11-20]</span></dt>
+    <dd>FOSDEM 2024: Brussels, Belgium, February 3-4 2024</dd>
+
+<dt><span><a href="https://gcc.gnu.org/wiki/cauldron2023";>GNU Tools Cauldron 
2023</a></span>
+    <span class="date">[2023-09-05]</span></dt>
+    <dd>Cambridge, United Kingdom, September 22-24 2023</dd>
+
+<dt><span><a href="gcc-13/">GCC 13.2</a> released</span>
+    <span class="date">[2023-07-27]</span></dt>
+    <dd></dd>
+
+<dt><span><a href="gcc-10/">GCC 10.5</a> released</span>
+    <span class="date">[2023-07-07]</span></dt>
+    <dd></dd>
+
+<dt><span><a href="conduct.html">GCC Code of Conduct</a> adopted</span>
+    <span class="date">[2023-06-16]</span></dt>
+
+<dt><span><a href="gcc-11/">GCC 11.4</a> released</span>
+    <span class="date">[2023-05-29]</span></dt>
+    <dd></dd>
+
+<dt><span><a href="gcc-12/">GCC 12.3</a> released</span>
+    <span class="date">[2023-05-08]</span></dt>
+    <dd></dd>
+
+<dt><span><a href="gcc-13/">GCC 13.1</a> released</span>
+    <span class="date">[2023-04-26]</span></dt>
+    <dd></dd>
+
+<dt><span><a href="https://godbolt.org/z/GT1vGdzMb";>GCC BPF in Compiler 
Explorer</a></span>
+     <span class="date">[2022-12-23]</span></dt>
+<dd>Support for a nightly build of the bpf-unknown-none-gcc compiler
+  has been contributed to Compiler Explorer (aka godbolt.org) by Marc
+  Poulhiès</dd>
+
+<dt><span><a href="gcc-13/changes.html#modula2">Modula-2 front end 
added</a></span>
+  <span class="date">[2022-12-14]</span></dt>
+<dd>The Modula-2 programming language front end has been added to GCC.
+  This front end was contributed by Gaius Mulley.</dd>
+
 <dt><span><a href="https://gcc.gnu.org/wiki/cauldron2022";>GNU Tools Cauldron 
2022</a></span>
     <span class="date">[2022-09-02]</span></dt>
     <dd>Prague, Czech Republic and online, September 16-18 2022</dd>

        Jakub

Reply via email to