]> Kevux Git Server - kevux.org-website/commit
Update: Specifications pages.
authorKevin Day <Kevin@kevux.org>
Wed, 12 Jun 2024 00:37:37 +0000 (19:37 -0500)
committerKevin Day <Kevin@kevux.org>
Wed, 12 Jun 2024 00:37:37 +0000 (19:37 -0500)
commit4ecc6201254877e7ecf705ece2f7650f99a4912a
treea6a39e341b2f0ced9589ea699200705929abacfe
parent5338c8104d4d096e56adc1e75c9c9df7d06706f3
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 class="code">' "</code>" code '<code class="code">' '</code>' italic '<em class="em">' '</em>'
and this:
  # fss_basic_list_read specifications/fss.txt +Q -cn "Featureless Settings Specifications" | iki_read +Q -w -rrrrrrrr anti-KISS 'anti-<abbr title="Keep It Simple Stupid">KISS</abbr>' ASCII '<abbr title="American Standard Code for Information Interchange">ASCII</abbr>' BOM '<abbr title="Byte Order Mark">BOM</abbr>' FSS '<abbr title="Featureless Settings Specifications">FSS</abbr>' KISS '<abbr title="Keep It Simple Stupid">KISS</abbr>' UTF-8 '<abbr title="Unicode Transformation Format 8-bit">UTF-8</abbr>' URL '<abbr title="Byte Order Mark">URL</abbr>' XML '<abbr title="Extensible Markup Language">XML</abbr>' -WWW character '<code class="code">' "</code>" code '<code class="code">' '</code>' italic '<em class="em">' '</em>'

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-<abbr title="Keep It Simple Stupid">KISS</abbr>' ASCII '<abbr title="American Standard Code for Information Interchange">ASCII</abbr>' BOM '<abbr title="Byte Order Mark">BOM</abbr>' FSS '<abbr title="Featureless Settings Specifications">FSS</abbr>' -r KISS '<abbr title="Keep It Simple Stupid">KISS</abbr>' -r UTF-8 '<abbr title="Unicode Transformation Format 8-bit">UTF-8</abbr>' -r URL '<abbr title="Byte Order Mark">URL</abbr>' -r XML '<abbr title="Extensible Markup Language">XML</abbr>' -WWW character '<code class="code">' "</code>" code '<code class="code">' '</code>' italic '<em class="em">' '</em>'

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
fll/specifications/fss/fss-0009.html
fll/specifications/fss/fss-000a.html