Switch from <section> elements to <article> for changelog entries

It's more logical to use `<article>` elements for changelog entries
since they are their own self-contained article about each version; each
version is not a different section of the same changelog entry.
This commit is contained in:
inference 2024-01-30 00:59:05 +00:00
parent 7a651eafde
commit d56e955052
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc
3 changed files with 33 additions and 33 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Changelog - Firmware - aa000-0 -->
<!-- Version: 3.0.0-alpha.4 -->
<!-- Version: 3.0.0-alpha.5 -->
<!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -41,7 +41,7 @@
<li><a href="#0.0.0.1">0.0.0.1</a></li>
</ul>
</nav>
<section id="7.0.0.8">
<article id="7.0.0.8">
<h2><a href="#7.0.0.8">7.0.0.8</a></h2>
<p>Tags:</p>
<ul>
@ -54,8 +54,8 @@
<li>Update check_whence script</li>
<li>Update AMD CPU Family 19h microcode</li>
</ul>
</section>
<section id="6.0.0.7">
</article>
<article id="6.0.0.7">
<h2><a href="#6.0.0.7">6.0.0.7</a></h2>
<p>Tags:</p>
<ul>
@ -66,8 +66,8 @@
<li>Add AMD GPU Beige Goby firmware</li>
<li>Remove AMD GPU Navy Flounder firmware</li>
</ul>
</section>
<section id="5.0.0.6">
</article>
<article id="5.0.0.6">
<h2><a href="#5.0.0.6">5.0.0.6</a></h2>
<p>Tags:</p>
<ul>
@ -77,8 +77,8 @@
<ul>
<li>Remove unnecessary Realtek RTL8125B NIC firmware</li>
</ul>
</section>
<section id="4.0.0.5">
</article>
<article id="4.0.0.5">
<h2><a href="#4.0.0.5">4.0.0.5</a></h2>
<p>Tags:</p>
<ul>
@ -93,8 +93,8 @@
<li>Update copy-firmware script</li>
<li>Add Realtek RTL8125B NIC firmware</li>
</ul>
</section>
<section id="3.0.0.4">
</article>
<article id="3.0.0.4">
<h2><a href="#3.0.0.4">3.0.0.4</a></h2>
<p>Tags:</p>
<ul>
@ -106,8 +106,8 @@
<li>Update AMD GPU Navy Flounder DMCUB firmware to version
0.0.172.0</li>
</ul>
</section>
<section id="2.0.0.3">
</article>
<article id="2.0.0.3">
<h2><a href="#2.0.0.3">2.0.0.3</a></h2>
<p>Tags:</p>
<ul>
@ -122,8 +122,8 @@
<li>Update WHENCE</li>
<li>Update AMD GPU Navy Flounder DMCUB firmware</li>
</ul>
</section>
<section id="1.0.0.2">
</article>
<article id="1.0.0.2">
<h2><a href="#1.0.0.2">1.0.0.2</a></h2>
<p>Tags:</p>
<ul>
@ -133,8 +133,8 @@
<ul>
<li>Remove AMD GPU Green Sardine firmware</li>
</ul>
</section>
<section id="0.0.0.1">
</article>
<article id="0.0.0.1">
<h2><a href="#0.0.0.1">0.0.0.1</a></h2>
<p>Tags:</p>
<ul>
@ -144,6 +144,6 @@
<ul>
<li>Initial release</li>
</ul>
</section>
</article>
</body>
</html>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Changelog - Firmware - xa000-0 -->
<!-- Version: 3.0.0-alpha.4 -->
<!-- Version: 3.0.0-alpha.5 -->
<!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -38,7 +38,7 @@
<li><a href="#0.0.0.0">0.0.0.0</a></li>
</ul>
</nav>
<section id="4.0.0.4">
<article id="4.0.0.4">
<h2><a href="#4.0.0.4">4.0.0.4</a></h2>
<p>Tags:</p>
<ul>
@ -51,8 +51,8 @@
<li>Update AMD CPU Family 17h microcode</li>
<li>Update AMD GPU Raven VCN firmware</li>
</ul>
</section>
<section id="3.0.0.3">
</article>
<article id="3.0.0.3">
<h2><a href="#3.0.0.3">3.0.0.3</a></h2>
<p>Tags:</p>
<ul>
@ -62,8 +62,8 @@
<ul>
<li>Add Realtek RTL8125B NIC firmware</li>
</ul>
</section>
<section id="2.0.0.2">
</article>
<article id="2.0.0.2">
<h2><a href="#2.0.0.2">2.0.0.2</a></h2>
<p>Tags:</p>
<ul>
@ -77,8 +77,8 @@
<li>Update check_whence script</li>
<li>Update copy-firmware script</li>
</ul>
</section>
<section id="1.0.0.1">
</article>
<article id="1.0.0.1">
<h2><a href="#1.0.0.1">1.0.0.1</a></h2>
<p>Tags:</p>
<ul>
@ -88,8 +88,8 @@
<ul>
<li>Update WHENCE</li>
</ul>
</section>
<section id="0.0.0.0">
</article>
<article id="0.0.0.0">
<h2><a href="#0.0.0.0">0.0.0.0</a></h2>
<p>Tags:</p>
<ul>
@ -99,6 +99,6 @@
<ul>
<li>Initial release</li>
</ul>
</section>
</article>
</body>
</html>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Changelog - Firmware - xb000-0 -->
<!-- Version: 3.0.0-alpha.4 -->
<!-- Version: 3.0.0-alpha.5 -->
<!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -35,7 +35,7 @@
<li><a href="#0.0.0.0">0.0.0.0</a></li>
</ul>
</nav>
<section id="1.0.0.1">
<article id="1.0.0.1">
<h2><a href="#1.0.0.1">1.0.0.1</a></h2>
<p>Tags:</p>
<ul>
@ -48,8 +48,8 @@
<li>Update AMD CPU Family 19h microcode</li>
<li>Update AMD GPU Green Sardine VCN firmware</li>
</ul>
</section>
<section id="0.0.0.0">
</article>
<article id="0.0.0.0">
<h2><a href="#0.0.0.0">0.0.0.0</a></h2>
<p>Tags:</p>
<ul>
@ -59,6 +59,6 @@
<ul>
<li>Initial release</li>
</ul>
</section>
</article>
</body>
</html>