From 4ecc6201254877e7ecf705ece2f7650f99a4912a Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Tue, 11 Jun 2024 19:37:37 -0500 Subject: [PATCH] Update: Specifications pages. I did a quick review of the updates but I may very easily have missed something. I attempt to run the following commands to generate this: # fss_basic_list_read specifications/iki.txt +Q -cn "IKI Specifications" | iki_read +Q -w -WWW character '' "" code '' '' italic '' '' and this: # fss_basic_list_read specifications/fss.txt +Q -cn "Featureless Settings Specifications" | iki_read +Q -w -rrrrrrrr anti-KISS 'anti-KISS' ASCII 'ASCII' BOM 'BOM' FSS 'FSS' KISS 'KISS' UTF-8 'UTF-8' URL 'URL' XML 'XML' -WWW character '' "" code '' '' italic '' '' This exposed a bug somewhere where "-rrrrrrrr" is too large. I had to break it up like this: # fss_basic_list_read specifications/fss.txt +Q -cn "Featureless Settings Specifications" | iki_read +Q -w -rrrr anti-KISS 'anti-KISS' ASCII 'ASCII' BOM 'BOM' FSS 'FSS' -r KISS 'KISS' -r UTF-8 'UTF-8' -r URL 'URL' -r XML 'XML' -WWW character '' "" code '' '' italic '' '' This problem will be addressed later. I also noticed that the specification that I am updating contains less IKI syntax than what is used on the website. I may have to do additional clean ups to the source specifications. This is good enough of an update for now but I suspect that I will have updates later on. --- fll/specifications.html | 13 ++++++------- fll/specifications/fss/fss-0009.html | 22 +++++++++++++--------- fll/specifications/fss/fss-000a.html | 15 ++++++++++----- 3 files changed, 29 insertions(+), 21 deletions(-) diff --git a/fll/specifications.html b/fll/specifications.html index 17a53db..6f03c27 100644 --- a/fll/specifications.html +++ b/fll/specifications.html @@ -182,7 +182,7 @@