]> Kevux Git Server - kevux.org-website/commitdiff
Cleanup: Spelling mistakes and add missing separator.
authorKevin Day <thekevinday@gmail.com>
Sat, 7 May 2022 16:23:19 +0000 (11:23 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 7 May 2022 16:23:48 +0000 (11:23 -0500)
documentation.html
documentation/fake.html
index.html
news/2022_05_06-basic_program_documentation.html

index f171cb5013fc8166800164b07afa8bd4c443d727..25df04e3ef79a610a5bb92ab9ac61c4a8cbc0068 100644 (file)
           </article>
 
           <article class="article">
-            <header class="article-header header">
+            <header class="article-header header separate">
               <h2 class="article-title h h2">Specifications</h2>
             </header>
             <div class="article-content">
index c87caa86fe1e7ddb31d92961963b6670c0b845fd..53872a78ee7155fd05094c29e4d846622bc8dc91 100644 (file)
@@ -95,7 +95,7 @@
                 The <strong>fake</strong> program, also called <strong>Featureless Make</strong> is the flagship program of the <abbr title="Featureless Linux Library">FLL</abbr> project and provides the ability to compile source code and perform various actions not unlike how the <strong>GNU Make</strong> program operates.
               </p>
               <p>
-                This tools is directly intended to be a replacement to the <strong>GNU Make</strong> program but not as a replacement for all of the <strong>GNU Make</strong> functionality. Instead, the <strong>fake</strong> program follows the ideoligy that a build program should not involve itself with system-specific behavior, such as installing to a system.
+                This tools is directly intended to be a replacement to the <strong>GNU Make</strong> program but not as a replacement for all of the <strong>GNU Make</strong> functionality. Instead, the <strong>fake</strong> program follows the ideology that a build program should not involve itself with system-specific behavior, such as installing to a system.
               </p>
               <p>
                 Despite this non-standard ideology, the <strong>fake</strong> program is flexible enough to be used as an installer. In fact, this tool is used to not only build the entire <abbr title="Featureless Linux Library">FLL</abbr> but it can also compile and run unit tests for the project.
index 7a12e5dafb164afe73ec1ea9ea0c93f04108315c..2b48fb5385edb08b84b701b0d77c0b8d541c3b24 100644 (file)
@@ -87,7 +87,7 @@
               Update the website, bringing in my initial pass at the documentation for each of the programs provided by the <abbr title="Featureless Linux Library">FLL</abbr> project. Most of this documentation is copied from the help of each program and any improvements or deviations are incidental.
             </p>
             <p>
-              While working on the documentation, I discovered and fixed random problems. In particular, the <strong>iki_read</strong> program in the release candidate has a major regression where it doesn't do anything. This is the result of a very minor mistake in passing the wrong size variable to the file read functions. Essentialy, the <strong>iki_read</strong> program is only processing files of length 0 and as a result never produces any output. This is now fixed upstream and I am even happier with the practice of using release candidates.
+              While working on the documentation, I discovered and fixed random problems. In particular, the <strong>iki_read</strong> program in the release candidate has a major regression where it doesn't do anything. This is the result of a very minor mistake in passing the wrong size variable to the file read functions. Essentially, the <strong>iki_read</strong> program is only processing files of length 0 and as a result never produces any output. This is now fixed upstream and I am even happier with the practice of using release candidates.
             </p>
               <p>
                 <a href="news/2022_05_06-basic_program_documentation.html" class="content link">Continue reading…</a>
@@ -96,7 +96,7 @@
           </article>
 
           <article class="article">
-            <header class="article-header header">
+            <header class="article-header header separate">
               <h2 class="article-title h h2">2022 / 05 / 01 - Website Redesign</h2>
             </header>
             <div class="article-content">
index 13a4856a9659cb965083c31b100acc12fd21fa9f..20ed3c4f3b11f348d0801b0d4336a493e06f9054 100644 (file)
@@ -74,7 +74,7 @@
               Update the website, bringing in my initial pass at the documentation for each of the programs provided by the <abbr title="Featureless Linux Library">FLL</abbr> project. Most of this documentation is copied from the help of each program and any improvements or deviations are incidental.
             </p>
             <p>
-              While working on the documentation, I discovered and fixed random problems. In particular, the <strong>iki_read</strong> program in the release candidate has a major regression where it doesn't do anything. This is the result of a very minor mistake in passing the wrong size variable to the file read functions. Essentialy, the <strong>iki_read</strong> program is only processing files of length 0 and as a result never produces any output. This is now fixed upstream and I am even happier with the practice of using release candidates.
+              While working on the documentation, I discovered and fixed random problems. In particular, the <strong>iki_read</strong> program in the release candidate has a major regression where it doesn't do anything. This is the result of a very minor mistake in passing the wrong size variable to the file read functions. Essentially, the <strong>iki_read</strong> program is only processing files of length 0 and as a result never produces any output. This is now fixed upstream and I am even happier with the practice of using release candidates.
             </p>
             <p>
               The website has been updated with an appropriate <code>.htaccess</code> file to better handle paths. I even decided to further emphasize the retro-internet feel by redirecting directory paths to html files, if they exist. I imagine this may annoy some of the people out there. Minor problems here and there have been addressed as I discovered them.