Move subsection "About Me - Is it GNU/Linux or Just Linux" to its own section

It's more logical to move this section out of the "About Me" section
when it's unrelated to me, personally. It's the least related to me out
of everything on the "About" webpage, so it should be placed at the
bottom.
This commit is contained in:
inference 2024-01-30 01:42:05 +00:00
parent d56e955052
commit 598f7b8fbf
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - About -->
<!-- Version: 8.0.0-alpha.4 -->
<!-- Version: 8.0.0-alpha.5 -->
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -32,9 +32,6 @@
<h2><a href="#toc">Table of Contents</a></h2>
<ul>
<li><a href="#about_me">About Me</a></li>
<ul>
<li><a href="#about_me-gnulinux_or_linux">Is it GNU/Linux or Just Linux?</a></li>
</ul>
<li><a href="#date_time">Date and Time</a></li>
<li><a href="#licensing">Licensing</a></li>
<ul>
@ -66,6 +63,7 @@
</ul>
<li><a href="#recommendations-music">Music</a></li>
</ul>
<li><a href="#gnulinux_or_linux">Is it GNU/Linux or Just Linux?</a></li>
</ul>
</nav>
<section id="about_me">
@ -92,18 +90,6 @@
webpage.</p>
<p>If you wish to contact me for any reason, you can use my
<a href="https://inferencium.net/contact.xhtml">contact methods</a>.</p>
<h3 id="about_me-gnulinux_or_linux"><a href="#about_me-gnulinux_or_linux">Is it GNU/Linux or Just Linux?</a></h3>
<p>It's just Linux. GNU is unrelated to Linux, which is a kernel
developed by Linus Torvalds. Linux can be used entirely without GNU
software in userspace, and the kernel can be compiled without the use of
GNU tools. Just because GNU tools were used to initally develop and
compile the kernel, and were initially the only available tools for
userspace, does not make this true today, and it never made GNU a part
of Linux itself at any point of time.</p>
<p>Where are all of the other forward-slashes for every other piece of
software on a Linux-based system which makes it just as usable? If a
system is running "GNU/Linux", it should be using more than a single
forward-slash when there is more to the system than only GNU.</p>
</section>
<section id="date_time">
<h2><a href="#date_time">Date and Time</a></h2>
@ -569,5 +555,18 @@
<p>For a curated list of music I enjoy, visit my
<a href="music.xhtml">music page</a>.</p>
</section>
<section id="gnulinux_or_linux">
<h2><a href="#gnulinux_or_linux">Is it GNU/Linux or Just Linux?</a></h2>
<p>It's just Linux. GNU is unrelated to Linux, which is a kernel developed by
Linus Torvalds. Linux can be used entirely without GNU software in userspace,
and the kernel can be compiled without the use of GNU tools. Just because GNU
tools were used to initally develop and compile the kernel, and were initially
the only available tools for userspace, does not make this true today, and it
never made GNU a part of Linux itself at any point of time.</p>
<p>Where are all of the other forward-slashes for every other piece of software
on a Linux-based system which makes it just as usable? If a system is running
"GNU/Linux", it should be using more than a single forward-slash when there is
more to the system than only GNU.</p>
</section>
</body>
</html>