From 147c130fce29960f92b441c00741e222cf22623b Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Fri, 5 Dec 2025 21:34:54 -0600 Subject: [PATCH] Update: Webbing page, alphabetical ordering and add Xlibre. --- webbing.html | 36 +++++++++++++++++++++++++++++------- 1 file changed, 29 insertions(+), 7 deletions(-) diff --git a/webbing.html b/webbing.html index 58243a8..89de630 100644 --- a/webbing.html +++ b/webbing.html @@ -63,10 +63,13 @@ Linux From Scratch + +
+
+

Musl Libc

+
+ +
+

+ URL: https://musl.libc.org/. +

+

+ Provides an implementation of the standard libc. + This is considered, by Kevin Day, to be one of the better designed libc implementations out there. +

+

+ Consider using this Musl Libc over the more popular GNU C Library found at https://www.gnu.org/software/libc/. +

+
+
+

Software that Sucks Less

@@ -163,21 +185,21 @@
-
+
-

Musl Libc

+

X Libre

- URL: https://musl.libc.org/. + URL: https://x11libre.net/.

- Provides an implementation of the standard libc. - This is considered, by Kevin Day, to be one of the better designed libc implementations out there. + Provides an alternative to X (https://www.x.org/) and Wayland (https://wayland.freedesktop.org/). + This X alternative strives to focus on keeping an up to date implementation of the X11 Protocol.

- Consider using this Musl Libc over the more popular GNU C Library found at https://www.gnu.org/software/libc/. + If you aren't happy with Wayland and maintstream X is too buggy or out of date, then Xlibre might be a good choice.

-- 1.8.3.1