]> Kevux Git Server - kevux.org-website/commitdiff
Update: Webbing page, alphabetical ordering and add Xlibre.
authorKevin Day <Kevin@kevux.org>
Sat, 6 Dec 2025 03:34:54 +0000 (21:34 -0600)
committerKevin Day <Kevin@kevux.org>
Sat, 6 Dec 2025 03:34:54 +0000 (21:34 -0600)
webbing.html

index 58243a84946e3d4d474ad6f2887b4734140467a1..89de630d313a5929d95aeb352b648688a7ada621 100644 (file)
             <a href="webbing.html#lfs" class="nav-text link">Linux From Scratch</a>
           </div>
           <div class="nav-item block">
+            <a href="webbing.html#musl_libc" class="nav-text link">Musl Libc</a>
+          </div>
+          <div class="nav-item block">
             <a href="webbing.html#suckless" class="nav-text link">Software that Sucks Less</a>
           </div>
           <div class="nav-item block">
-            <a href="webbing.html#musl_libc" class="nav-text link">Musl Libc</a>
+            <a href="webbing.html#x_libre" class="nav-text link">X Libre</a>
           </div>
           <div class="nav-item block ellipses">
             <a href="webbing.html#nav-expanded" class="nav-text link open" title="Expand Menu">…</a>
             </div>
           </article>
 
+          <article id="musl_libc" class="article">
+            <header class="article-header header separate">
+              <h2 class="article-title h h2">Musl Libc</h2>
+            </header>
+
+            <div class="article-content">
+              <p class="p">
+                <strong class="strong"><abbr title="Uniform Resource Locator">URL</abbr></strong>: <a href="https://musl.libc.org/" class="link external">https://musl.libc.org/</a>.
+              </p>
+              <p class="p">
+                Provides an implementation of the standard <em class="em">libc</em>.
+                This is considered, by Kevin Day, to be one of the better designed <em class="em">libc</em> implementations out there.
+              </p>
+              <p class="p">
+                Consider using this <strong class="strong">Musl Libc</strong> over the more popular <em class="em">GNU C Library</em> found at <a href="https://www.gnu.org/software/libc/" class="link external">https://www.gnu.org/software/libc/</a>.
+              </p>
+            </div>
+          </article>
+
           <article id="suckless" class="article">
             <header class="article-header header separate">
               <h2 class="article-title h h2">Software that Sucks Less</h2>
             </div>
           </article>
 
-          <article id="musl_libc" class="article">
+          <article id="x_libre" class="article">
             <header class="article-header header separate">
-              <h2 class="article-title h h2">Musl Libc</h2>
+              <h2 class="article-title h h2">X Libre</h2>
             </header>
 
             <div class="article-content">
               <p class="p">
-                <strong class="strong"><abbr title="Uniform Resource Locator">URL</abbr></strong>: <a href="https://musl.libc.org/" class="link external">https://musl.libc.org/</a>.
+                <strong class="strong"><abbr title="Uniform Resource Locator">URL</abbr></strong>: <a href="https://x11libre.net/" class="link external">https://x11libre.net/</a>.
               </p>
               <p class="p">
-                Provides an implementation of the standard <em class="em">libc</em>.
-                This is considered, by Kevin Day, to be one of the better designed <em class="em">libc</em> implementations out there.
+                Provides an alternative to <strong class="strong">X</strong> (<a href="https://www.x.org/" class="link external">https://www.x.org/</a>) and <strong class="strong">Wayland</strong> (<a href="https://wayland.freedesktop.org/" class="link external">https://wayland.freedesktop.org/</a>).
+                This <strong class="strong">X</strong> alternative strives to focus on keeping an up to date implementation of the <strong class="strong">X11 Protocol</strong>.
               </p>
               <p class="p">
-                Consider using this <strong class="strong">Musl Libc</strong> over the more popular <em class="em">GNU C Library</em> found at <a href="https://www.gnu.org/software/libc/" class="link external">https://www.gnu.org/software/libc/</a>.
+                If you aren't happy with <strong class="strong">Wayland</strong> and maintstream <strong class="strong">X</strong> is too buggy or out of date, then <strong class="strong">Xlibre</strong> might be a good choice.
               </p>
             </div>
           </article>