From 1195599c44e75fc6bdaed6b24b886e848bf51a50 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 7 May 2022 11:23:19 -0500 Subject: [PATCH] Cleanup: Spelling mistakes and add missing separator. --- documentation.html | 2 +- documentation/fake.html | 2 +- index.html | 4 ++-- news/2022_05_06-basic_program_documentation.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation.html b/documentation.html index f171cb5..25df04e 100644 --- a/documentation.html +++ b/documentation.html @@ -180,7 +180,7 @@
-
+

Specifications

diff --git a/documentation/fake.html b/documentation/fake.html index c87caa8..53872a7 100644 --- a/documentation/fake.html +++ b/documentation/fake.html @@ -95,7 +95,7 @@ The fake program, also called Featureless Make is the flagship program of the FLL project and provides the ability to compile source code and perform various actions not unlike how the GNU Make program operates.

- This tools is directly intended to be a replacement to the GNU Make program but not as a replacement for all of the GNU Make functionality. Instead, the fake 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 GNU Make program but not as a replacement for all of the GNU Make functionality. Instead, the fake program follows the ideology that a build program should not involve itself with system-specific behavior, such as installing to a system.

Despite this non-standard ideology, the fake program is flexible enough to be used as an installer. In fact, this tool is used to not only build the entire FLL but it can also compile and run unit tests for the project. diff --git a/index.html b/index.html index 7a12e5d..2b48fb5 100644 --- a/index.html +++ b/index.html @@ -87,7 +87,7 @@ Update the website, bringing in my initial pass at the documentation for each of the programs provided by the FLL project. Most of this documentation is copied from the help of each program and any improvements or deviations are incidental.

- While working on the documentation, I discovered and fixed random problems. In particular, the iki_read 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 iki_read 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 iki_read 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 iki_read 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.

Continue reading… @@ -96,7 +96,7 @@

-
+

2022 / 05 / 01 - Website Redesign

diff --git a/news/2022_05_06-basic_program_documentation.html b/news/2022_05_06-basic_program_documentation.html index 13a4856..20ed3c4 100644 --- a/news/2022_05_06-basic_program_documentation.html +++ b/news/2022_05_06-basic_program_documentation.html @@ -74,7 +74,7 @@ Update the website, bringing in my initial pass at the documentation for each of the programs provided by the FLL project. Most of this documentation is copied from the help of each program and any improvements or deviations are incidental.

- While working on the documentation, I discovered and fixed random problems. In particular, the iki_read 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 iki_read 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 iki_read 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 iki_read 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.

The website has been updated with an appropriate .htaccess 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. -- 1.8.3.1