commit: 46e0ebcfd807c3ef76b5d4ec2dea07c4efe9ad66
parent 60d10e52ad56861d66ec1cb17fd0b3238015328d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 26 Dec 2022 10:04:02 +0100
projects/badwolf: GNU isn't the default
Diffstat:
3 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/css/index.css b/css/index.css
@@ -156,6 +156,12 @@ img.thumb_inline {
font-family: math, "CMU Typewriter Text", "STIX Two Math", "Lucida Math", monospace;
}
+/* footnote */
+.fn {
+ font-size: small;
+ vertical-align: super;
+}
+
/* ids */
#bio { clear: both; }
#avatar {
diff --git a/projects/badwolf.shtml b/projects/badwolf.shtml
@@ -57,7 +57,7 @@
<h2>Tested and supported platforms</h2>
<dl>
<dt>OS</dt>
- <dd itemprop="operatingSystem">*/Linux, NetBSD, OpenBSD, FreeBSD</dd>
+ <dd itemprop="operatingSystem">Linux <a class="fn" id="fn_linux_ori" href="#fn_linux">note</a>, NetBSD, OpenBSD, FreeBSD</dd>
<dt>CPU Architectures</dt>
<dd>x86_64/amd64, x86(_32), armv7hf, armv8+/aarch64</dd>
<dt>Windowing</dt>
@@ -122,6 +122,11 @@
<li><a href="https://bugs.webkit.org/show_bug.cgi?id=210101#c6">Bug 210101 - [GTK][Stable] When using wayland webkit wants to take over the alsa device</a>: Includes a patch for fixing ALSA playback when launched in wayland (caused by sandboxing).</li>
<li><a href="https://bugs.webkit.org/show_bug.cgi?id=212524">Bug 212524 - [GTK] Bubblewrap sandbox lacks support for sndio</a>: Includes a patch for adding sndio support</li>
</ol>
+
+ <dl>
+ <dt id="fn_linux"><a href="#fn_linux_ori">Linux</a></dt>
+ <dd>Alpine-style (musl, no-Systemd) in preference of the other possible choices. GNU software is mostly irrelevant and in fact the least supported. Bugs caused by systemd will be ignored.</dd>
+ </dl>
</main>
<!--#include file="/templates/en/footer.shtml" -->
</body>
diff --git a/templates/head.shtml b/templates/head.shtml
@@ -1,5 +1,5 @@
<meta charset="utf-8"/>
- <link rel="stylesheet" type="text/css" href="/css/index.css?serial=2022100601"/>
+ <link rel="stylesheet" type="text/css" href="/css/index.css?serial=2022122601"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="vcs-git" href="https://gitlab.com/lanodan/blog.git" title="gitlab"/>
<link rel="icon" type="text/css" href="/images/favicon.png?serial=2020111201"/>