From 8859a334f45d4a44088a726705a11b07eca8a017 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 17 Dec 2022 10:08:55 -0600 Subject: [PATCH] Update: Add strong and em classes to the strong and em markup. --- documentation.html | 4 +- documentation/byte_dump.html | 6 +- documentation/byte_dump/specifications.html | 2 +- documentation/control.html | 6 +- documentation/control/specifications.html | 4 +- .../control/specifications/packet_request.html | 22 +- .../control/specifications/packet_response.html | 24 +-- documentation/control/specifications/settings.html | 10 +- documentation/controller.html | 54 ++--- documentation/controller/specifications.html | 4 +- .../controller/specifications/action.html | 28 +-- documentation/controller/specifications/entry.html | 66 +++--- documentation/controller/specifications/exit.html | 70 +++---- .../controller/specifications/packet.html | 14 +- documentation/controller/specifications/rule.html | 30 +-- documentation/fake.html | 22 +- documentation/fake/specifications.html | 4 +- documentation/fake/specifications/defines.html | 2 +- .../fake/specifications/dependencies.html | 2 +- documentation/fake/specifications/fakefile.html | 12 +- documentation/fake/specifications/settings.html | 8 +- documentation/firewall.html | 6 +- documentation/firewall/specifications.html | 2 +- documentation/fss_basic_list_read.html | 6 +- .../fss_basic_list_read/specifications.html | 2 +- documentation/fss_basic_list_write.html | 4 +- .../fss_basic_list_write/specifications.html | 2 +- documentation/fss_basic_read.html | 6 +- documentation/fss_basic_read/specifications.html | 2 +- documentation/fss_basic_write.html | 4 +- documentation/fss_basic_write/specifications.html | 2 +- documentation/fss_embedded_list_read.html | 6 +- .../fss_embedded_list_read/specifications.html | 2 +- documentation/fss_embedded_list_write.html | 4 +- .../fss_embedded_list_write/specifications.html | 2 +- documentation/fss_extended_list_read.html | 6 +- .../fss_extended_list_read/specifications.html | 2 +- documentation/fss_extended_list_write.html | 4 +- .../fss_extended_list_write/specifications.html | 2 +- documentation/fss_extended_read.html | 6 +- .../fss_extended_read/specifications.html | 2 +- documentation/fss_extended_write.html | 4 +- .../fss_extended_write/specifications.html | 2 +- documentation/fss_identify.html | 4 +- documentation/fss_identify/specifications.html | 2 +- documentation/fss_payload_read.html | 8 +- documentation/fss_payload_read/specifications.html | 2 +- documentation/fss_payload_write.html | 4 +- .../fss_payload_write/specifications.html | 2 +- documentation/fss_status_code.html | 4 +- documentation/fss_status_code/specifications.html | 2 +- documentation/iki_read.html | 6 +- documentation/iki_read/specifications.html | 2 +- documentation/iki_write.html | 4 +- documentation/iki_write/specifications.html | 2 +- documentation/status_code.html | 4 +- documentation/status_code/specifications.html | 2 +- documentation/utf8.html | 8 +- documentation/utf8/specifications.html | 2 +- fll.html | 20 +- fll/design.html | 26 +-- fll/specifications.html | 72 +++---- fll/specifications/fss/fss-000e.html | 46 ++--- fll/specifications/fss/fss-000f.html | 10 +- fll/specifications/iki/iki-0000.html | 4 +- fll/specifications/iki/iki-0001.html | 4 +- fll/specifications/iki/iki-0002.html | 6 +- news.html | 26 +-- news/2022_05_01-website_redesign.html | 2 +- news/2022_05_06-basic_program_documentation.html | 6 +- news/2022_05_16-fll_specifications_added.html | 2 +- news/2022_06_04-librem_to_freedom.html | 76 +++---- news/2022_07_02-fll_0_5_10_release.html | 230 ++++++++++----------- news/2022_07_31-fll_0_6_0_release.html | 164 +++++++-------- news/2022_10_31-fll_0_6_1_release.html | 72 +++---- projects.html | 2 +- sources.html | 8 +- specification.html | 2 +- webbing.html | 30 +-- 79 files changed, 669 insertions(+), 669 deletions(-) diff --git a/documentation.html b/documentation.html index 4c529e9..8975f4b 100644 --- a/documentation.html +++ b/documentation.html @@ -185,7 +185,7 @@

There are two major groups of specifications, the Featureless Settings Specifications and the IKI Specifications. - Individual program projects may also have their own specifications. Each pogram has a specifications page that describes the specifications, if any, that are defined by that project. The Featureless Make is a good example of program specific specifications. + Individual program projects may also have their own specifications. Each pogram has a specifications page that describes the specifications, if any, that are defined by that project. The Featureless Make is a good example of program specific specifications.

Many of these specifications may also be found in the source code repositories: @@ -225,7 +225,7 @@

- One of the biggest problems with an API is the mis-use or misunderstanding of the meaning and purpose of one. The term itself is not the most accurate and is also not ideal. A more appropriate term would be a Library Interface or a Software Interface. + One of the biggest problems with an API is the mis-use or misunderstanding of the meaning and purpose of one. The term itself is not the most accurate and is also not ideal. A more appropriate term would be a Library Interface or a Software Interface.

diff --git a/documentation/byte_dump.html b/documentation/byte_dump.html index 9ddd255..16c0571 100644 --- a/documentation/byte_dump.html +++ b/documentation/byte_dump.html @@ -84,10 +84,10 @@

- The byte_dump program is a tool for parsing and printing the bytes of all data within one or more files. + The byte_dump program is a tool for parsing and printing the bytes of all data within one or more files.

- This tool operates similar to the classic hexdump program and provides similar functionality. However, the byte_dump program is not intended to be a complete replacemenet. Unlike the hexdump program, the byte_dump program is fully UTF-8 aware and even validates the Unicode sequences. + This tool operates similar to the classic hexdump program and provides similar functionality. However, the byte_dump program is not intended to be a complete replacemenet. Unlike the hexdump program, the byte_dump program is fully UTF-8 aware and even validates the Unicode sequences.

This tool is designed to be scriptable and accepts piped input, treating the piped input as a file being read. @@ -165,7 +165,7 @@

- The +Q/++quiet parameter silences all output that is not the intent and purpose of the program. For example, the purpose of the utf8 program is to print the Unicode code point or the UTF-8 byte code. The +Q/++quiet will not suppress this output. The new line printed at the end of the program, is however, not printed. The +Q/++quiet is ideal for using in scripting to help guarantee more consistent and controlled output. + The +Q/++quiet parameter silences all output that is not the intent and purpose of the program. For example, the purpose of the utf8 program is to print the Unicode code point or the UTF-8 byte code. The +Q/++quiet will not suppress this output. The new line printed at the end of the program, is however, not printed. The +Q/++quiet is ideal for using in scripting to help guarantee more consistent and controlled output.

The +N/++no_color simplifies the output to avoid the special color character codes. The special color character codes tend to take up a lot of extra space and may slow down printing performance. diff --git a/documentation/byte_dump/specifications.html b/documentation/byte_dump/specifications.html index 9c33bef..b02c73c 100644 --- a/documentation/byte_dump/specifications.html +++ b/documentation/byte_dump/specifications.html @@ -85,7 +85,7 @@

The FLL project provides several specifications. - The Byte Dump does not directly use or provide any of these specifications. + The Byte Dump does not directly use or provide any of these specifications.

diff --git a/documentation/control.html b/documentation/control.html index 9139c46..655c27e 100644 --- a/documentation/control.html +++ b/documentation/control.html @@ -93,10 +93,10 @@

- The control program is a tool for sending commands to the controller program. + The control program is a tool for sending commands to the controller program.

- This tools is currently incomplete and is not guaranteed to work with the controller program. Further development will be made on this once the controller program is updated. The next development series is planned to focus on networking, which will include support for this. + This tools is currently incomplete and is not guaranteed to work with the controller program. Further development will be made on this once the controller program is updated. The next development series is planned to focus on networking, which will include support for this.

@@ -171,7 +171,7 @@

- The +Q/++quiet parameter silences all output that is not the intent and purpose of the program. For example, the purpose of the utf8 program is to print the Unicode code point or the UTF-8 byte code. The +Q/++quiet will not suppress this output. The new line printed at the end of the program, is however, not printed. The +Q/++quiet is ideal for using in scripting to help guarantee more consistent and controlled output. + The +Q/++quiet parameter silences all output that is not the intent and purpose of the program. For example, the purpose of the utf8 program is to print the Unicode code point or the UTF-8 byte code. The +Q/++quiet will not suppress this output. The new line printed at the end of the program, is however, not printed. The +Q/++quiet is ideal for using in scripting to help guarantee more consistent and controlled output.

The +N/++no_color simplifies the output to avoid the special color character codes. The special color character codes tend to take up a lot of extra space and may slow down printing performance. diff --git a/documentation/control/specifications.html b/documentation/control/specifications.html index f48f2a9..f5e764f 100644 --- a/documentation/control/specifications.html +++ b/documentation/control/specifications.html @@ -96,13 +96,13 @@ The FLL project provides several specifications.

- The Control follows the following specifications: + The Control follows the following specifications:

- The Control defines the following specifications: + The Control defines the following specifications: