]> Kevux Git Server - kevux.org-website/commitdiff
Update: Documentation and specifications.
authorKevin Day <Kevin@kevux.org>
Sat, 10 Aug 2024 21:10:20 +0000 (16:10 -0500)
committerKevin Day <Kevin@kevux.org>
Sat, 10 Aug 2024 21:10:20 +0000 (16:10 -0500)
Update the raw documentation and specifications with a recent copy.
This updates some pages, such as adding the "stage" to the fakefile and settings file.

35 files changed:
documentation/fake/specifications/fakefile.html
documentation/fake/specifications/settings.html
documents/standards/controller/documents/actions.txt
documents/standards/controller/documents/entry.txt
documents/standards/controller/documents/exit.txt
documents/standards/controller/documents/packet.txt
documents/standards/controller/documents/readme.build.txt [new file with mode: 0644]
documents/standards/controller/documents/readme.txt [new file with mode: 0644]
documents/standards/controller/documents/rule.txt
documents/standards/controller/documents/simulate.txt
documents/standards/controller/specifications/entry.txt
documents/standards/controller/specifications/exit.txt
documents/standards/controller/specifications/packet.txt
documents/standards/controller/specifications/rule.txt
documents/standards/controller/specifications/task.txt
documents/standards/fake/documents/fakefile.txt
documents/standards/fake/documents/settings.txt
documents/standards/fake/specifications/dependencies.txt
documents/standards/fake/specifications/fakefile.txt
documents/standards/fake/specifications/settings.txt
documents/standards/fll/specifications/fss-0004.txt
documents/standards/fll/specifications/fss-0005.txt
documents/standards/fll/specifications/fss-0006.txt
documents/standards/fll/specifications/fss-0007.txt
documents/standards/fll/specifications/fss-0008.txt
documents/standards/fll/specifications/fss-000b.txt
documents/standards/fll/specifications/fss-000c.txt
documents/standards/fll/specifications/fss-000d.txt
documents/standards/fll/specifications/fss-000f.txt
documents/standards/fll/specifications/fss-0010.txt
documents/standards/fll/specifications/iki-0000.txt
documents/standards/fll/specifications/iki-0001.txt
documents/standards/fll/specifications/iki-0002.txt
documents/standards/fll/specifications/iki.txt
documents/standards/fll/specifications/time.txt

index d35143b66b823904caaa5f3c1b20da12b43474c2..2d81d5ed1eb322ce26749dd71b3274205f9efe4b 100644 (file)
             </p>
             <ul>
               <li><code class="code">compiler</code>: Only one Content, which must only be a valid filename.</li>
-              <li><code class="code">define</code>: First Content represents variable name (case-sensitive), remaining Content represents the value.</li>
+              <li><code class="code">define</code>: First Content represents the variable name (case-sensitive), remaining Content represents the value.</li>
               <li><code class="code">environment</code>: Zero or more Content representing valid environment variable names (alpha-numeric with underscore, but cannot begin with a number).</li>
               <li><code class="code">fail</code>: Only one Content, which must be either <code class="code">exit</code>, <code class="code">warn</code> or <code class="code">ignore</code> (quotes not required) (case-sensitive).</li>
               <li><code class="code">indexer</code>: Only one Content, which must only be a valid filename.</li>
               <li><code class="code">indexer_arguments: Zero or more arguments supported by the indexer specified in code:</code>build_indexer".</li>
               <li><code class="code">load_build</code>: Only one Content, which must be either <code class="code">yes</code> or <code class="code">no</code> (quotes not required) (case-sensitive).</li>
-              <li><code class="code">parameter</code>: First Content represents variable name (case-sensitive), remaining Content represents the value.</li>
+              <li><code class="code">parameter</code>: First Content represents the variable name (case-sensitive), remaining Content represents the value.</li>
+              <li><code class="code">stage</code>: Zero or one Content, which represents the build stage name (case-sensitive) (no slashes allowed).</li>
             </ul>
             <p class="p">
               The build settings may also be specified in the Settings Section.
                         </li>
                       </ul>
                     </li>
+                    <li>
+                      <div><code class="code">stage</code>:</div>
+                      <ul>
+                        <li>
+                          <div>This defines a name that is added to the build stage files to help uniquely identify build stages associated with this file.</div>
+                          <p class="p">
+                            This name must only have valid characters for a particular file system.
+                          </p>
+                          <p class="p">
+                            The variables allowed are different from file system to file system and so special characters should generally be avoided.
+                          </p>
+                          <p class="p">
+                            To help prevent problems with paths, slashes (forward slash and backward slash) are not allowed in the stage name.
+                          </p>
+                        </li>
+                      </ul>
+                    </li>
                   </ul>
                 <li>
                   <div><code class="code">main</code>:</div>
index 608e99673803e167b4c4b39b5387495eae99e1ae..8c27e6f801c9c2caaa97bb457ff8aac152e3de37 100644 (file)
               <li><code class="code">search_exclusive</code>: Must only one of: <code class="code">yes</code> or <code class="code">no</code>.</li>
               <li><code class="code">search_shared</code>: Must only one of: <code class="code">yes</code> or <code class="code">no</code>.</li>
               <li><code class="code">search_static</code>: Must only one of: <code class="code">yes</code> or <code class="code">no</code>.</li>
+              <li><code class="code">stage</code>: Only zero or one Content, which represents the build stage name (case-sensitive) (no slashes allowed).</li>
               <li><code class="code">version_file</code>: Must only be one of: <code class="code">major</code>, <code class="code">minor</code>, <code class="code">micro</code>, or <code class="code">nano</code>.</li>
               <li><code class="code">version_major</code>: Must only be a single value containing valid filename characters.</li>
               <li><code class="code">version_major_prefix</code>: Must be zero or more valid filename characters.</li>
                   </p>
                 </li>
                 <li>
+                  <div><code class="code">stage</code>:</div>
+                  <p class="p">
+                    This defines a name that is added to the build stage files to help uniquely identify build stages associated with this file.
+                  </p>
+                  <p class="p">
+                    This name must only have valid characters for a particular file system.
+                  </p>
+                  <p class="p">
+                    The variables allowed are different from file system to file system and so special characters should generally be avoided.
+                  </p>
+                  <p class="p">
+                    To help prevent problems with paths, slashes (forward slash and backward slash) are not allowed in the stage name.
+                  </p>
+                </li>
+                <li>
                   <div><code class="code">version_file</code>:</div>
                   <p class="p">
                     Designates which version should be used when building the symbolic links.
index 9cad634339fdd9ec1eafa6498df36cb5e626f429..dac5c631ba8bb052cf9553541eaebd257aef560b 100644 (file)
@@ -1,6 +1,7 @@
 # fss-0002 iki-0000
 #
 # license: open-standard-license-1.0-or-later
+# version 2024/07/02
 #
 # This file (assumed to be named actions.txt) can be more easily read using the following iki_read commands:
 #   iki_read actions.txt +Q -w -W code '"' '"'
index 7a1983f32acc37949cdc26393e1da208edafedd4..52921254c3a9b7f82ae3c65842fa00157824775d 100644 (file)
@@ -1,6 +1,7 @@
 # fss-0002 iki-0000
 #
 # license: open-standard-license-1.0-or-later
+# version 2024/07/10
 #
 # This file (assumed to be named entry.txt) can be more easily read using the following iki_read commands:
 #   iki_read entry.txt +Q -r PID PID -w -WW code '"' '"'
@@ -172,8 +173,8 @@ Entry Documentation:
     - The code:"ready" Item Action\:
       Instructs the controller program when it is safe to perform normal tasks, such as creating the PID:"Process Identifier" file.
       When not specified, the state is always assumed to be ready.
-      For example, the controller program may be used as a full blown code:"init" replacement and therefore may need to mount the /var/run/ directory.
-      If the PID:"Process Identifier" file is created at program start, then the /var/run/controller.pid would be written before the /var/run/ directory is ready.
+      For example, the controller program may be used as a full blown code:"init" replacement and therefore may need to mount the /run/ directory.
+      If the PID:"Process Identifier" file is created at program start, then the /run/controller.pid would be written before the /run/ directory is ready.
       This could be a problem, such as on a read-only file system the PID:"Process Identifier" creation fails and controller bails out on error.
       Adding code:"ready" essentially specifies a point in time in the Entry in which things are expected to be safe for such basic operations.
       When the optional code:"wait" is provided, then code:"ready" will wait for all currently started asynchronous processes to complete before operating.
index 1d287b62d68e6c6a2347a070101dc79ebcde4c86..499991f857b9088983ebdb5fd89232a7cc802ec7 100644 (file)
@@ -1,6 +1,7 @@
 # fss-0002 iki-0000
 #
 # license: open-standard-license-1.0-or-later
+# version 2024/07/10
 #
 # This file (assumed to be named exit.txt) can be more easily read using the following iki_read commands:
 #   iki_read exit.txt +Q -w -r PID PID -w -W code '"' '"'
@@ -116,8 +117,8 @@ Exit Documentation:
     - The code:"ready" Action\:
       Instructs the controller program when it is safe to perform normal tasks, such as creating the PID:"Process Identifier" file.
       When not specified, the state is always assumed to be ready.
-      For example, the controller program may be used as a full blown code:"init" replacement and therefore may need to mount the /var/run/ directory.
-      If the PID:"Process Identifier" file is created at program start, then the /var/run/controller.pid would be written before the /var/run/ directory is ready.
+      For example, the controller program may be used as a full blown code:"init" replacement and therefore may need to mount the /run/ directory.
+      If the PID:"Process Identifier" file is created at program start, then the /run/controller.pid would be written before the /run/ directory is ready.
       This could be a problem, such as on a read-only file system the PID:"Process Identifier" creation fails and controller bails out on error.
       Adding code:"ready" essentially specifies a point in time in the Exit in which things are expected to be safe for such basic operations.
       When the optional code:"wait" is provided, then code:"ready" will wait for all currently started asynchronous processes to complete before operating.
index a78f9fa7f03b17c8336c77694ebbc4dae24a95c0..ef83b03efe1a248f7f9469a07546d2d03d078ed6 100644 (file)
@@ -1,6 +1,7 @@
 # fss-0002 iki-0000
 #
 # license: open-standard-license-1.0-or-later
+# version 2024/07/02
 #
 # This file (assumed to be named packet.txt) can be more easily read using the following iki_read commands:
 #   iki_read packet.txt +Q -w -W code '"' '"'
diff --git a/documents/standards/controller/documents/readme.build.txt b/documents/standards/controller/documents/readme.build.txt
new file mode 100644 (file)
index 0000000..bf994f8
--- /dev/null
@@ -0,0 +1,335 @@
+# fss-0002 iki-0000
+#
+# license: cc-by-sa-4.0
+# version 2024/07/10
+#
+# This file (assumed to be named readme.build.txt) can be more easily read using the following iki_read commands:
+#   iki_read readme.build.txt +Q -w -rr FLL FLL FSS FSS -W code '"' '"'
+#
+# To read the "Build Readme Documentation" section of this file, use this command sequence:
+#   fss_basic_list_read readme.build.txt +Q -cn "Build Readme Documentation" | iki_read +Q -w -rr FLL FLL FSS FSS -W code '"' '"'
+#
+
+Build Readme Documentation:
+  The bold:"Featureless Make", or code:"fake", is a build system opposing the bold:"GNU Make" build (and install) system.
+  See the code:"fake" project for further details regarding that build system.
+
+  Use the code:"make" operation from the code:"fake" program to build this project\:
+    code:"fake"
+
+  If the project has already been built before, alternative consider performing both a code:"clean" and an explicit code:"make" operation\:
+    code:"fake clean make"
+
+  After building, either run the helper file:"install.sh" script or manually install the build files.
+
+  Install Example\:
+    code:"./install.sh"
+
+  Manual Install Example\:
+    code:"cp -vR build/documentation/* /usr/share/"
+    code:"cp -vR build/includes/* /usr/include/"
+    code:"cp -vR build/libaries/shared/* /usr/lib/"
+    code:"cp -vR build/programs/shared/* /usr/bin/"
+    code:"cp -vR build/settings/* /etc/"
+
+  Build Tree Structure Example (using an early code:"controller-0.7.0" project structure)\:
+    block:"
+      build/
+      â”œâ”€â”€ documentation
+      â”‚   â””── man
+      â”‚       â”œâ”€â”€ man1
+      â”‚       â”‚   â””── controller.1
+      â”‚       â””── man5
+      â”‚           â”œâ”€â”€ controller-actions.5
+      â”‚           â”œâ”€â”€ controller-entry.5
+      â”‚           â”œâ”€â”€ controller-exit.5
+      â”‚           â”œâ”€â”€ controller-packet.5
+      â”‚           â””── controller-rule.5
+      â”œâ”€â”€ documents
+      â”œâ”€â”€ includes
+      â”‚   â””── program
+      â”‚       â””── controller
+      â”‚           â”œâ”€â”€ controller
+      â”‚           â”‚   â”œâ”€â”€ controller.h
+      â”‚           â”‚   â””── string.h
+      â”‚           â”œâ”€â”€ init
+      â”‚           â”‚   â”œâ”€â”€ init.h
+      â”‚           â”‚   â””── string.h
+      â”‚           â””── main
+      â”‚               â”œâ”€â”€ common
+      â”‚               â”‚   â”œâ”€â”€ define
+      â”‚               â”‚   â”‚   â”œâ”€â”€ control.h
+      â”‚               â”‚   â”‚   â”œâ”€â”€ entry.h
+      â”‚               â”‚   â”‚   â”œâ”€â”€ rule.h
+      â”‚               â”‚   â”‚   â””── thread.h
+      â”‚               â”‚   â”œâ”€â”€ define.h
+      â”‚               â”‚   â”œâ”€â”€ enumeration
+      â”‚               â”‚   â”‚   â”œâ”€â”€ control.h
+      â”‚               â”‚   â”‚   â”œâ”€â”€ entry.h
+      â”‚               â”‚   â”‚   â”œâ”€â”€ instance.h
+      â”‚               â”‚   â”‚   â”œâ”€â”€ process.h
+      â”‚               â”‚   â”‚   â”œâ”€â”€ rule.h
+      â”‚               â”‚   â”‚   â””── thread.h
+      â”‚               â”‚   â”œâ”€â”€ enumeration.h
+      â”‚               â”‚   â”œâ”€â”€ print.h
+      â”‚               â”‚   â”œâ”€â”€ string
+      â”‚               â”‚   â”‚   â”œâ”€â”€ general.h
+      â”‚               â”‚   â”‚   â””── rule.h
+      â”‚               â”‚   â”œâ”€â”€ string.h
+      â”‚               â”‚   â”œâ”€â”€ type
+      â”‚               â”‚   â”‚   â”œâ”€â”€ cache.h
+      â”‚               â”‚   â”‚   â”œâ”€â”€ control.h
+      â”‚               â”‚   â”‚   â”œâ”€â”€ defs.h
+      â”‚               â”‚   â”‚   â”œâ”€â”€ entry.h
+      â”‚               â”‚   â”‚   â”œâ”€â”€ execute.h
+      â”‚               â”‚   â”‚   â”œâ”€â”€ instance.h
+      â”‚               â”‚   â”‚   â”œâ”€â”€ interrupt.h
+      â”‚               â”‚   â”‚   â”œâ”€â”€ lock.h
+      â”‚               â”‚   â”‚   â”œâ”€â”€ process.h
+      â”‚               â”‚   â”‚   â”œâ”€â”€ rule.h
+      â”‚               â”‚   â”‚   â””── thread.h
+      â”‚               â”‚   â””── type.h
+      â”‚               â”œâ”€â”€ common.h
+      â”‚               â”œâ”€â”€ controller.h
+      â”‚               â”œâ”€â”€ convert.h
+      â”‚               â”œâ”€â”€ entry
+      â”‚               â”‚   â”œâ”€â”€ action.h
+      â”‚               â”‚   â”œâ”€â”€ preprocess.h
+      â”‚               â”‚   â”œâ”€â”€ process.h
+      â”‚               â”‚   â””── setting.h
+      â”‚               â”œâ”€â”€ entry.h
+      â”‚               â”œâ”€â”€ file.h
+      â”‚               â”œâ”€â”€ instance
+      â”‚               â”‚   â”œâ”€â”€ prepare.h
+      â”‚               â”‚   â””── wait.h
+      â”‚               â”œâ”€â”€ instance.h
+      â”‚               â”œâ”€â”€ lock.h
+      â”‚               â”œâ”€â”€ path.h
+      â”‚               â”œâ”€â”€ perform.h
+      â”‚               â”œâ”€â”€ print
+      â”‚               â”‚   â”œâ”€â”€ data.h
+      â”‚               â”‚   â”œâ”€â”€ debug
+      â”‚               â”‚   â”‚   â”œâ”€â”€ perform
+      â”‚               â”‚   â”‚   â”‚   â”œâ”€â”€ control.h
+      â”‚               â”‚   â”‚   â”‚   â””── pid.h
+      â”‚               â”‚   â”‚   â””── rule
+      â”‚               â”‚   â”‚       â”œâ”€â”€ action.h
+      â”‚               â”‚   â”‚       â””── execute.h
+      â”‚               â”‚   â”œâ”€â”€ debug.h
+      â”‚               â”‚   â”œâ”€â”€ error
+      â”‚               â”‚   â”‚   â”œâ”€â”€ entry
+      â”‚               â”‚   â”‚   â”‚   â”œâ”€â”€ action.h
+      â”‚               â”‚   â”‚   â”‚   â”œâ”€â”€ item.h
+      â”‚               â”‚   â”‚   â”‚   â””── setting.h
+      â”‚               â”‚   â”‚   â”œâ”€â”€ entry.h
+      â”‚               â”‚   â”‚   â”œâ”€â”€ lock.h
+      â”‚               â”‚   â”‚   â”œâ”€â”€ perform
+      â”‚               â”‚   â”‚   â”‚   â””── pid.h
+      â”‚               â”‚   â”‚   â”œâ”€â”€ rule
+      â”‚               â”‚   â”‚   â”‚   â”œâ”€â”€ action.h
+      â”‚               â”‚   â”‚   â”‚   â”œâ”€â”€ item.h
+      â”‚               â”‚   â”‚   â”‚   â””── setting.h
+      â”‚               â”‚   â”‚   â””── rule.h
+      â”‚               â”‚   â”œâ”€â”€ error.h
+      â”‚               â”‚   â”œâ”€â”€ lock.h
+      â”‚               â”‚   â”œâ”€â”€ message
+      â”‚               â”‚   â”‚   â”œâ”€â”€ entry
+      â”‚               â”‚   â”‚   â”‚   â”œâ”€â”€ action.h
+      â”‚               â”‚   â”‚   â”‚   â””── item.h
+      â”‚               â”‚   â”‚   â””── entry.h
+      â”‚               â”‚   â”œâ”€â”€ message.h
+      â”‚               â”‚   â”œâ”€â”€ output
+      â”‚               â”‚   â”‚   â”œâ”€â”€ entry
+      â”‚               â”‚   â”‚   â”‚   â””── setting.h
+      â”‚               â”‚   â”‚   â””── rule
+      â”‚               â”‚   â”‚       â”œâ”€â”€ execute.h
+      â”‚               â”‚   â”‚       â”œâ”€â”€ setting.h
+      â”‚               â”‚   â”‚       â””── validate.h
+      â”‚               â”‚   â”œâ”€â”€ verbose.h
+      â”‚               â”‚   â”œâ”€â”€ warning
+      â”‚               â”‚   â”‚   â”œâ”€â”€ entry
+      â”‚               â”‚   â”‚   â”‚   â”œâ”€â”€ action.h
+      â”‚               â”‚   â”‚   â”‚   â”œâ”€â”€ item.h
+      â”‚               â”‚   â”‚   â”‚   â””── setting.h
+      â”‚               â”‚   â”‚   â””── rule
+      â”‚               â”‚   â”‚       â”œâ”€â”€ action.h
+      â”‚               â”‚   â”‚       â”œâ”€â”€ item.h
+      â”‚               â”‚   â”‚       â””── setting.h
+      â”‚               â”‚   â””── warning.h
+      â”‚               â”œâ”€â”€ process.h
+      â”‚               â”œâ”€â”€ rule
+      â”‚               â”‚   â”œâ”€â”€ action.h
+      â”‚               â”‚   â”œâ”€â”€ execute.h
+      â”‚               â”‚   â”œâ”€â”€ expand.h
+      â”‚               â”‚   â”œâ”€â”€ instance.h
+      â”‚               â”‚   â”œâ”€â”€ is.h
+      â”‚               â”‚   â”œâ”€â”€ item.h
+      â”‚               â”‚   â”œâ”€â”€ parameter.h
+      â”‚               â”‚   â”œâ”€â”€ read.h
+      â”‚               â”‚   â”œâ”€â”€ setting.h
+      â”‚               â”‚   â””── wait.h
+      â”‚               â”œâ”€â”€ rule.h
+      â”‚               â”œâ”€â”€ signal.h
+      â”‚               â”œâ”€â”€ status.h
+      â”‚               â”œâ”€â”€ thread
+      â”‚               â”‚   â”œâ”€â”€ cleanup.h
+      â”‚               â”‚   â”œâ”€â”€ control.h
+      â”‚               â”‚   â”œâ”€â”€ entry.h
+      â”‚               â”‚   â”œâ”€â”€ instance.h
+      â”‚               â”‚   â”œâ”€â”€ is.h
+      â”‚               â”‚   â”œâ”€â”€ rule.h
+      â”‚               â”‚   â””── signal.h
+      â”‚               â”œâ”€â”€ thread.h
+      â”‚               â”œâ”€â”€ time.h
+      â”‚               â””── validate.h
+      â”œâ”€â”€ libraries
+      â”‚   â”œâ”€â”€ script
+      â”‚   â”œâ”€â”€ shared
+      â”‚   â”‚   â”œâ”€â”€ libcontroller.so -> libcontroller.so.0
+      â”‚   â”‚   â”œâ”€â”€ libcontroller.so.0 -> libcontroller.so.0.7
+      â”‚   â”‚   â”œâ”€â”€ libcontroller.so.0.7 -> libcontroller.so.0.7.0
+      â”‚   â”‚   â””── libcontroller.so.0.7.0
+      â”‚   â””── static
+      â”œâ”€â”€ objects
+      â”‚   â”œâ”€â”€ script
+      â”‚   â”œâ”€â”€ shared
+      â”‚   â””── static
+      â”œâ”€â”€ programs
+      â”‚   â”œâ”€â”€ script
+      â”‚   â”œâ”€â”€ shared
+      â”‚   â”‚   â”œâ”€â”€ controller
+      â”‚   â”‚   â””── init
+      â”‚   â””── static
+      â”œâ”€â”€ settings
+      â”‚   â””── controller
+      â”‚       â”œâ”€â”€ entries
+      â”‚       â”‚   â”œâ”€â”€ default.entry
+      â”‚       â”‚   â””── maintenance.entry
+      â”‚       â”œâ”€â”€ example
+      â”‚       â”‚   â”œâ”€â”€ cgroup_example
+      â”‚       â”‚   â”‚   â”œâ”€â”€ entries
+      â”‚       â”‚   â”‚   â”‚   â”œâ”€â”€ chromium.entry
+      â”‚       â”‚   â”‚   â”‚   â”œâ”€â”€ eclipse.entry
+      â”‚       â”‚   â”‚   â”‚   â”œâ”€â”€ firefox.entry
+      â”‚       â”‚   â”‚   â”‚   â””── setup_cgroups.entry
+      â”‚       â”‚   â”‚   â””── rules
+      â”‚       â”‚   â”‚       â”œâ”€â”€ program
+      â”‚       â”‚   â”‚       â”‚   â”œâ”€â”€ chromium.rule
+      â”‚       â”‚   â”‚       â”‚   â”œâ”€â”€ eclipse.rule
+      â”‚       â”‚   â”‚       â”‚   â””── firefox.rule
+      â”‚       â”‚   â”‚       â””── setup
+      â”‚       â”‚   â”‚           â””── cgroups.rule
+      â”‚       â”‚   â”œâ”€â”€ entries
+      â”‚       â”‚   â”‚   â”œâ”€â”€ asynchronous.entry
+      â”‚       â”‚   â”‚   â”œâ”€â”€ asynchronous-serial.entry
+      â”‚       â”‚   â”‚   â”œâ”€â”€ delay-program.entry
+      â”‚       â”‚   â”‚   â”œâ”€â”€ delay-service.entry
+      â”‚       â”‚   â”‚   â”œâ”€â”€ environment.entry
+      â”‚       â”‚   â”‚   â”œâ”€â”€ htop-alternate.entry
+      â”‚       â”‚   â”‚   â”œâ”€â”€ htop-command.entry
+      â”‚       â”‚   â”‚   â”œâ”€â”€ htop.entry
+      â”‚       â”‚   â”‚   â”œâ”€â”€ iki.entry
+      â”‚       â”‚   â”‚   â”œâ”€â”€ serial-alternate.entry
+      â”‚       â”‚   â”‚   â”œâ”€â”€ serial.entry
+      â”‚       â”‚   â”‚   â”œâ”€â”€ sshd.entry
+      â”‚       â”‚   â”‚   â”œâ”€â”€ test.entry
+      â”‚       â”‚   â”‚   â”œâ”€â”€ up.entry
+      â”‚       â”‚   â”‚   â””── utility.entry
+      â”‚       â”‚   â”œâ”€â”€ exits
+      â”‚       â”‚   â”‚   â”œâ”€â”€ htop-alternate.exit
+      â”‚       â”‚   â”‚   â”œâ”€â”€ serial.exit
+      â”‚       â”‚   â”‚   â””── sshd.exit
+      â”‚       â”‚   â””── rules
+      â”‚       â”‚       â”œâ”€â”€ asynchronous
+      â”‚       â”‚       â”‚   â”œâ”€â”€ sleep_10.rule
+      â”‚       â”‚       â”‚   â”œâ”€â”€ sleep_1.rule
+      â”‚       â”‚       â”‚   â”œâ”€â”€ sleep_2.rule
+      â”‚       â”‚       â”‚   â”œâ”€â”€ sleep_3.rule
+      â”‚       â”‚       â”‚   â”œâ”€â”€ sleep_5.rule
+      â”‚       â”‚       â”‚   â””── sleep_8.rule
+      â”‚       â”‚       â”œâ”€â”€ command
+      â”‚       â”‚       â”‚   â”œâ”€â”€ htop.rule
+      â”‚       â”‚       â”‚   â””── multiple.rule
+      â”‚       â”‚       â”œâ”€â”€ delay
+      â”‚       â”‚       â”‚   â”œâ”€â”€ long.rule
+      â”‚       â”‚       â”‚   â””── short.rule
+      â”‚       â”‚       â”œâ”€â”€ environment
+      â”‚       â”‚       â”‚   â”œâ”€â”€ default.rule
+      â”‚       â”‚       â”‚   â”œâ”€â”€ empty.rule
+      â”‚       â”‚       â”‚   â”œâ”€â”€ exported.rule
+      â”‚       â”‚       â”‚   â”œâ”€â”€ exporting.rule
+      â”‚       â”‚       â”‚   â”œâ”€â”€ fake-nothing.rule
+      â”‚       â”‚       â”‚   â””── fake-something.rule
+      â”‚       â”‚       â”œâ”€â”€ maintenance
+      â”‚       â”‚       â”‚   â””── boom.rule
+      â”‚       â”‚       â”œâ”€â”€ print
+      â”‚       â”‚       â”‚   â””── newline.rule
+      â”‚       â”‚       â”œâ”€â”€ script
+      â”‚       â”‚       â”‚   â”œâ”€â”€ create_socket_path.rule
+      â”‚       â”‚       â”‚   â”œâ”€â”€ fail.rule
+      â”‚       â”‚       â”‚   â”œâ”€â”€ iki.rule
+      â”‚       â”‚       â”‚   â”œâ”€â”€ php.rule
+      â”‚       â”‚       â”‚   â”œâ”€â”€ python.rule
+      â”‚       â”‚       â”‚   â”œâ”€â”€ require_me.rule
+      â”‚       â”‚       â”‚   â””── succeed.rule
+      â”‚       â”‚       â”œâ”€â”€ serial
+      â”‚       â”‚       â”‚   â”œâ”€â”€ s_1.rule
+      â”‚       â”‚       â”‚   â”œâ”€â”€ s_2.rule
+      â”‚       â”‚       â”‚   â”œâ”€â”€ s_3.rule
+      â”‚       â”‚       â”‚   â”œâ”€â”€ s_4.rule
+      â”‚       â”‚       â”‚   â”œâ”€â”€ s_5.rule
+      â”‚       â”‚       â”‚   â””── s_6.rule
+      â”‚       â”‚       â”œâ”€â”€ service
+      â”‚       â”‚       â”‚   â””── sshd.rule
+      â”‚       â”‚       â””── utility
+      â”‚       â”‚           â”œâ”€â”€ sleeper_1.rule
+      â”‚       â”‚           â”œâ”€â”€ sleeper_2.rule
+      â”‚       â”‚           â””── sleeper_3.rule
+      â”‚       â””── rules
+      â”‚           â”œâ”€â”€ boot
+      â”‚           â”‚   â”œâ”€â”€ devices.rule
+      â”‚           â”‚   â”œâ”€â”€ file_system.rule
+      â”‚           â”‚   â”œâ”€â”€ modules.rule
+      â”‚           â”‚   â”œâ”€â”€ proc.rule
+      â”‚           â”‚   â””── root.rule
+      â”‚           â”œâ”€â”€ maintenance
+      â”‚           â”‚   â””── console.rule
+      â”‚           â”œâ”€â”€ net
+      â”‚           â”‚   â”œâ”€â”€ all.rule
+      â”‚           â”‚   â””── loopback.rule
+      â”‚           â”œâ”€â”€ service
+      â”‚           â”‚   â”œâ”€â”€ dbus.rule
+      â”‚           â”‚   â”œâ”€â”€ logger.rule
+      â”‚           â”‚   â””── mouse.rule
+      â”‚           â”œâ”€â”€ task
+      â”‚           â”‚   â”œâ”€â”€ clock.rule
+      â”‚           â”‚   â”œâ”€â”€ keyboard.rule
+      â”‚           â”‚   â””── ntpdate.rule
+      â”‚           â””── terminal
+      â”‚               â”œâ”€â”€ four.rule
+      â”‚               â”œâ”€â”€ one.rule
+      â”‚               â”œâ”€â”€ three.rule
+      â”‚               â””── two.rule
+      â””── stage
+          â”œâ”€â”€ library_shared-settings.built
+          â”œâ”€â”€ program_shared-settings.controller.built
+          â”œâ”€â”€ program_shared-settings.init.built
+          â”œâ”€â”€ skeleton-settings.built
+          â”œâ”€â”€ skeleton-settings.controller.built
+          â”œâ”€â”€ skeleton-settings.init.built
+          â”œâ”€â”€ sources_documentation-settings.built
+          â”œâ”€â”€ sources_documentation-settings.controller.built
+          â”œâ”€â”€ sources_documentation-settings.init.built
+          â”œâ”€â”€ sources_headers-settings.built
+          â”œâ”€â”€ sources_headers-settings.controller.built
+          â”œâ”€â”€ sources_headers-settings.init.built
+          â”œâ”€â”€ sources_script-settings.built
+          â”œâ”€â”€ sources_script-settings.controller.built
+          â”œâ”€â”€ sources_script-settings.init.built
+          â”œâ”€â”€ sources_settings-settings.built
+          â”œâ”€â”€ sources_settings-settings.controller.built
+          â””── sources_settings-settings.init.built
+    "
+
+  See: FLL:"Featureless Linux Library" code:"fake" project documents and specifications for further details on how to use the bold:"Featureless Make" system.
+  See: FLL:"Featureless Linux Library" project documentation and specifications for how to configure the bold:"Featureless Make" FSS:"Featureless Settings Specification" files.
diff --git a/documents/standards/controller/documents/readme.txt b/documents/standards/controller/documents/readme.txt
new file mode 100644 (file)
index 0000000..63d0a26
--- /dev/null
@@ -0,0 +1,28 @@
+# fss-0002 iki-0000
+#
+# license: cc-by-sa-4.0
+# version 2024/07/10
+#
+# This file (assumed to be named readme.build.txt) can be more easily read using the following iki_read commands:
+#   iki_read readme.txt +Q -w -r FLL FLL
+#
+# To read the "Readme Documentation" section of this file, use this command sequence:
+#   fss_basic_list_read readme.txt +Q -cn "Readme Documentation" | iki_read +Q -w -r FLL FLL
+#
+
+Readme Documentation:
+  The Controller program utilizes the FLL:"Featureless Linux Library" and is designed to be used for bold:"Linux" systems.
+
+  This project follows many of the FLL:"Featureless Linux Library" project practices and the documentation provided by that project should be consulted for further details in this regard.
+
+  The purpose of this project is to provide a tool to help facilitate controlled execution of processes.
+  This behavior is strongly correlated with how a basic system initializer works, alsa called an bold:"init" program.
+  An bold:"init" program is therefore provided as another alternative to the different bold:"init" programs out there.
+
+  This project follows bold:"Specification Driven Development" and details of the configuration files are defined in the directory:"specifications/" and in the directory:"documents/".
+
+  To facilitate building of this project, these build systems are provided\:
+  - The bold:"Featureless Make", which is a level 3 project provided by FLL:"Featureless Linux Library".
+
+  See: file:"data/build/dependencies" for specific dependencies of this project.
+  See: file:"documents/readme.build.txt" for bold:"Featureless Make" compiling and notes on installing.
index 5d9805a64c6c81168654c73b80f2d204f7fd08f5..d305198bb3ee45a99cab2c3edf6e7dd2319b1c22 100644 (file)
@@ -1,6 +1,7 @@
 # fss-0002 iki-0000
 #
 # license: open-standard-license-1.0-or-later
+# version 2024/07/02
 #
 # This file (assumed to be named rule.txt) can be more easily read using the following iki_read commands:
 #   iki_read rule.txt +Q -r PID PID -w -W code '"' '"'
index a7d003d76ab5eb334cae20d3de894c7e9f99dcc6..f9e6e06da40711c0779cbc823f45b749c9d64abf 100644 (file)
@@ -1,6 +1,7 @@
 # fss-0002 iki-0000
 #
 # license: open-standard-license-1.0-or-later
+# version 2024/07/02
 #
 # This file (assumed to be named simulate.txt) can be more easily read using the following iki_read commands:
 #   iki_read simulate.txt +Q -w -W code '"' '"'
index 54f9afff0c6e9b44be2ce05e1d6b0f5fafb3e7a1..95c1cf69558eba116c8d44277651ae68423503aa 100644 (file)
@@ -1,6 +1,7 @@
 # fss-0002 iki-0000
 #
 # license: open-standard-license-1.0-or-later
+# version 2024/07/02
 #
 # This file (assumed to be named entry.txt) can be more easily read using the following iki_read commands:
 #   iki_read entry.txt +Q -w -W code '"' '"'
index 1d2b842888b2991b6795d54ddc1667ea55add655..476687b26b60a556bf455eab11b0a0bfcc11f186 100644 (file)
@@ -1,6 +1,7 @@
 # fss-0002 iki-0000
 #
 # license: open-standard-license-1.0-or-later
+# version 2024/07/02
 #
 # This file (assumed to be named exit.txt) can be more easily read using the following iki_read commands:
 #   iki_read exit.txt +Q -w -W code '"' '"'
index 59ee6c100fe57cb577de579e37baf46f226acb53..f5dc07bbc69c18c08416a4d5778b889da550f0c7 100644 (file)
@@ -1,6 +1,7 @@
 # fss-0002 iki-0000
 #
 # license: open-standard-license-1.0-or-later
+# version 2024/07/02
 #
 # This file (assumed to be named packet.txt) can be more easily read using the following iki_read commands:
 #   iki_read packet.txt +Q -w -W code '"' '"'
index db45a2ebe208cd147d4a3256372e2a2c438ee44b..0648378f3f12110ad78688a7b9090f9eac202e4b 100644 (file)
@@ -1,6 +1,7 @@
 # fss-0002 iki-0000
 #
 # license: open-standard-license-1.0-or-later
+# version 2024/07/02
 #
 # This file (assumed to be named rule.txt) can be more easily read using the following iki_read commands:
 #   iki_read rule.txt +Q -w -W code '"' '"'
index 5158361374033aa0d2335b99f9a6d4dd8d04f150..b409917dc9c244b6c9982c1d55ccff9fa84af584 100644 (file)
@@ -1,6 +1,7 @@
 # fss-0002 iki-0000
 #
 # license: open-standard-license-1.0-or-later
+# version 2024/07/02
 #
 # This file (assumed to be named task.txt) can be more easily read using the following iki_read commands:
 #   iki_read task.txt +Q -w -W code '"' '"'
index 0d1eb2a64e44bec17fca258207ef8cfd06a5b2b5..aa57baedd22492998b38e6069b1b7836b1aad6b8 100644 (file)
@@ -1,7 +1,7 @@
 # fss-0002 iki-0000
 #
 # license: open-standard-license-1.0-or-later
-# version 2024/03/23
+# version 2024/07/30
 #
 # This file (assumed to be named fakefile.txt) can be more easily read using the following iki_read commands:
 #   iki_read fakefile.txt +Q -w -rrr ASCII ASCII GCC GCC HTML HTML -WW character "'" "'" code '"' '"'
 #
 
 Fakefile Documentation:
-  This describes intent and purposes of the fakefile file settings.
-  For specific details on the allowed formatting, see the fakefile.txt under the specifications folder.
+  This describes intent and purposes of the file:"fakefile" file settings.
+  For specific details on the allowed formatting, see the file:"fakefile.txt" under the specifications folder.
 
   All files specified are relative to the project root.
 
   The reserved Section Names are defined as follows\:
   - code:"settings"\:
-    Any configuration specific to this fakefile is stored here.
+    Any configuration specific to this file:"fakefile" is stored here.
     This includes the declaration of define and parameter IKI variable substitution values.
 
     If multiple bold:"Objects" of the same name exist and that bold:"Object" only supports a single value, then only the bold:"Content" from the last same named bold:"Object" is used.
@@ -58,9 +58,9 @@ Fakefile Documentation:
       The return code for programs can still be retrieved through using the reserved bold:"IKI" variable code:"return".
 
     - code:"import"\:
-      Load this fakefile.
-      The code:"settings" section data from the imported fakefile is treated as if it were appended to the end of the current fakefile code:"setting" section.
-      Each section in the imported fakefile is treated as if it were appended to either the end of a matching section, if found, or appended at the end of the fakefile, if no matches are found.
+      Load this file:"fakefile".
+      The code:"settings" section data from the imported file:"fakefile" is treated as if it were appended to the end of the current file:"fakefile" code:"setting" section.
+      Each section in the imported file:"fakefile" is treated as if it were appended to either the end of a matching section, if found, or appended at the end of the file:"fakefile", if no matches are found.
       This a non-recursive operation and the imported file itself cannot perform an import.
       Relative paths are relative to the importing file.
       Absolute paths that start with code:"./" are relative to the project root rather than the importing file.
@@ -92,8 +92,15 @@ Fakefile Documentation:
       The parameter variable name code:"return" is used to store the return result of a code:"run" or code:"shell" operation.
       Setting this here only sets the default code:"return" parameter variable value.
 
+    - code:"stage"\:
+      This defines a name that is added to the build stage files to help uniquely identify build stages associated with this file.
+      This name must only have valid characters for a particular file system.
+      The variables allowed are different from file system to file system and so special characters should generally be avoided.
+
+      To help prevent problems with paths, slashes (forward slash and backward slash) are not allowed in the stage name.
+
   - code:"main"\:
-    This is the main entry point when processing the fakefile.
+    This is the main entry point when processing the file:"fakefile".
     This is processed top-down until the end of the list is reached.
 
     The following operations are available\:
@@ -410,7 +417,7 @@ Fakefile Documentation:
       Identical to owner operation, except this will recursively apply the mode to all files within the given file, if that file is a directory file path.
 
     - code:"parameter"\:
-      This represents a variable defined within the scope of the fakefile.
+      This represents a variable defined within the scope of the file:"fakefile".
       This is not exported as an environment variable and is therefore not visible to any executed programs or scripts.
       This replaces the value of any existing parameter variable with this name.
       The reserved parameter variable names (see IKI vocabulary context section below) may not be changed by this.
index 64c3e7fffd41d02f067b9486dc883ba3a8ebc465..e764d32be87f16c81b9d457bd3ba82d90f23d7eb 100644 (file)
@@ -1,7 +1,7 @@
 # fss-0002 iki-0000
 #
 # license: open-standard-license-1.0-or-later
-# version 2024/03/23
+# version 2024/07/30
 #
 # This file (assumed to be named settings.txt) can be more easily read using the following iki_read commands:
 #   iki_read settings.txt +Q -w -rrr ASCII ASCII FLL FLL GCC GCC -WW character "'" "'" code '"' '"'
@@ -13,7 +13,7 @@
 Settings Documentation:
   This describes intent and purposes of the build bold:"settings" file bold:"settings".
   The bold:"settings" file is designed for very simple compilations that represent a single named program and/or a single named library.
-  For specific details on the allowed formatting, see the settings.txt under the specifications folder.
+  For specific details on the allowed formatting, see the file:"settings.txt" under the specifications folder.
 
   - code:"build_compiler"\:
     This represents the name of the compiler program to use, such as code:"gcc".
@@ -368,7 +368,7 @@ Settings Documentation:
   - code:"modes"\:
     A collection of available build modes.
     Build modes provide custom variants of the build process where certain bold:"settings" are appended onto others.
-    See the settings.txt specification for a list of which setting names this applies to.
+    See the file:"settings.txt" specification for a list of which setting names this applies to.
 
   - code:"modes_default"\:
     The name of the default mode to use when no mode is specified.
@@ -474,7 +474,7 @@ Settings Documentation:
     When this is code:"no" and the code:"build_sources_headers" has header files code:"xxx/a.h yyy/a.h", then one of the code:"a.h" files will be overwritten, depending on order they were supplied.
 
   - code:"process_post"\:
-    The filename (relative to the data/build/ directory) of a script to execute after the code:"build" operation successfully completes.
+    The filename (relative to the file:"data/build/" directory) of a script to execute after the code:"build" operation successfully completes.
     A small subset of parameters from the main execution are passed to this script during execution as parameters (using short parameter codes)\:
       Color context parameters, such as: code:"+l", code:"+n", and code:"+d".
       Operation mode, such as: code:"build", code:"clean", code:"make", or code:"skeleton".
@@ -488,7 +488,7 @@ Settings Documentation:
       Work Path parameter, such as code:"-w X', whereas code:"X" is any valid argument associated with code:"-w".
 
   - code:"process_pre"\:
-    The filename (relative to the data/build/ directory) of a script to execute before the code:"build" operation is executed.
+    The filename (relative to the file:"data/build/" directory) of a script to execute before the code:"build" operation is executed.
     A small subset of parameters from the main execution are passed to this script during execution as parameters (using short parameter codes)\:
       Color context parameters, such as: code:"+l", code:"+n", and code:"+d".
       Operation mode, such as: code:"build", code:"clean", code:"make", or code:"skeleton".
@@ -518,6 +518,13 @@ Settings Documentation:
     When code:"yes", static library paths are searched during compile.
     Both this and search_shared cannot be code:"no" at the same time.
 
+  - code:"stage"\:
+    This defines a name that is added to the build stage files to help uniquely identify build stages associated with this file.
+    This name must only have valid characters for a particular file system.
+    The variables allowed are different from file system to file system and so special characters should generally be avoided.
+
+    To help prevent problems with paths, slashes (forward slash and backward slash) are not allowed in the stage name.
+
   - code:"version_file"\:
     Designates which version should be used when building the symbolic links.
     Any version prefixes are used as defined.
index a3aa4ed0c21e2fd0a3c487cba1ca298649bce09e..abb9ed7736d26126d404bd97df6282a57e9f8b9d 100644 (file)
@@ -11,7 +11,7 @@
 #
 
 Dependencies Specification:
-  The build settings dependencies file follows the code:"FSS-0001 (Extended)" format.
+  The build settings file:"dependencies" file follows the code:"FSS-0001 (Extended)" format.
 
   Each Object represents a specific project name as it would be linked against.
   Each Content represents associated information, such as a version number.
index 9339d318da629f082134ea93b139ff8fc9788ad6..7a8134e53f84465b8ee846953aa8e3bbe3bc18ec 100644 (file)
@@ -1,7 +1,7 @@
 # fss-0002 iki-0000
 #
 # license: open-standard-license-1.0-or-later
-# version 2024/03/23
+# version 2024/07/30
 #
 # This file (assumed to be named fakefile.txt) can be more easily read using the following iki_read commands:
 #   iki_read fakefile.txt +Q -w -WW character "'" "'" code '"' '"'
@@ -11,9 +11,9 @@
 #
 
 Fakefile Specification:
-  The fakefile file follows the code:"FSS-0005 (Somewhat Basic List)" format with a sub-format of code:"IKI-0002 (Simple Script)".
+  The file:"fakefile" file follows the code:"FSS-0005 (Somewhat Basic List)" format with a sub-format of code:"IKI-0002 (Simple Script)".
 
-  A fakefile is broken up into multiple bold:"Basic Lists", referred to as bold:"Sections", with two special purpose reserved bold:"Sections".
+  A file:"fakefile" is broken up into multiple bold:"Basic Lists", referred to as bold:"Sections", with two special purpose reserved bold:"Sections".
   The bold:"Sections" are broken up into multiple bold:"Extended Objects" and their respective bold:"Contents", referred to as bold:"Section Operations".
 
   Each of these non-reserved Sections acts as a set to perform some set of bold:"Section Operations".
@@ -38,14 +38,15 @@ Fakefile Specification:
 
   The bold:"Settings Objects" are\:
     - code:"compiler": Only one bold:"Content", which must only be a valid filename.
-    - code:"define": First bold:"Content" represents variable name (case-sensitive), remaining bold:"Content" represents the value.
+    - code:"define": First bold:"Content" represents the variable name (case-sensitive), remaining bold:"Content" represents the value.
     - code:"environment": Zero or more bold:"Content" representing valid environment variable names (alpha-numeric with underscore, but cannot begin with a number).
     - code:"fail": Only one bold:"Content", which must be either code:"exit", code:"warn" or code:"ignore" (quotes not required) (case-sensitive).
     - code:"import": Only one bold:"Content", which must only be a valid filename.
     - code:"indexer": Only one bold:"Content", which must only be a valid filename.
     - code:"indexer_arguments: Zero or more arguments supported by the indexer specified in code:"build_indexer".
     - code:"load_build": Only one bold:"Content", which must be either code:"yes" or code:"no" (quotes not required) (case-sensitive).
-    - code:"parameter": First bold:"Content" represents variable name (case-sensitive), remaining bold:"Content" represents the value.
+    - code:"parameter": First bold:"Content" represents the variable name (case-sensitive), remaining bold:"Content" represents the value.
+    - code:"stage": Zero or one bold:"Content", which represents the build stage name (case-sensitive) (no slashes allowed).
 
   The build settings may also be specified in the bold:"Settings Section".
 
index 5fd1e6368c258c0dde482c34e175d0f8ee8e71ab..9a94ef2464bb0c4e8409db2bfb517175a8cee6c9 100644 (file)
@@ -1,7 +1,7 @@
 # fss-0002 iki-0000
 #
 # license: open-standard-license-1.0-or-later
-# version 2024/03/23
+# version 2024/07/30
 #
 # This file (assumed to be named settings.txt) can be more easily read using the following iki_read commands:
 #   iki_read settings.txt +Q -w -WW character "'" "'" code '"' '"'
@@ -27,7 +27,7 @@ Settings Specification:
     - code:"build_libraries": Must only contain any number of valid library include arguments that are valid for the compiler defined in "build_compiler" bold:"Object".
     - code:"build_libraries_shared": Must only contain any number of valid library include arguments that are valid for the compiler defined in "build_compiler" bold:"Object".
     - code:"build_libraries_static": Must only contain any number of valid library include arguments that are valid for the compiler defined in "build_compiler" bold:"Object".
-    - code:"build_name": Must only contain characters allowed in a filename.
+    - code:"build_name": Must only contain characters allowed in a filename (no slashes allowed).
     - code:"build_objects_library": Must only contain any number of valid object file names relative to the appropriate code:"path_object_*" path.
     - code:"build_objects_library_shared": Must only contain any number of valid object file names relative to the code:"path_object_shared" path.
     - code:"build_objects_library_static": Must only contain any number of valid object file names relative to the code:"path_object_static" path.
@@ -104,15 +104,16 @@ Settings Specification:
     - code:"search_exclusive": Must only one of: code:"yes" or code:"no".
     - code:"search_shared": Must only one of: code:"yes" or code:"no".
     - code:"search_static": Must only one of: code:"yes" or code:"no".
+    - code:"stage": Only zero or one bold:"Content", which represents the build stage name (case-sensitive) (no slashes allowed).
     - code:"version_file": Must only be one of: code:"major", code:"minor", code:"micro", or code:"nano".
-    - code:"version_major": Must only be a single value containing valid filename characters.
-    - code:"version_major_prefix": Must be zero or more valid filename characters.
-    - code:"version_micro": Must only be a single value containing valid filename characters.
-    - code:"version_micro_prefix": Must be zero or more valid filename characters.
-    - code:"version_minor": Must only be a single value containing valid filename characters.
-    - code:"version_minor_prefix": Must be zero or more valid filename characters.
-    - code:"version_nano": Must only be a single value containing valid filename characters.
-    - code:"version_nano_prefix": Must be zero or more valid filename characters.
+    - code:"version_major": Must only be a single value containing valid filename characters (no slashes allowed).
+    - code:"version_major_prefix": Must be zero or more valid filename characters (no slashes allowed).
+    - code:"version_micro": Must only be a single value containing valid filename characters (no slashes allowed).
+    - code:"version_micro_prefix": Must be zero or more valid filename characters (no slashes allowed).
+    - code:"version_minor": Must only be a single value containing valid filename characters (no slashes allowed).
+    - code:"version_minor_prefix": Must be zero or more valid filename characters (no slashes allowed).
+    - code:"version_nano": Must only be a single value containing valid filename characters (no slashes allowed).
+    - code:"version_nano_prefix": Must be zero or more valid filename characters (no slashes allowed).
     - code:"version_target": Must only be one of: code:"major", code:"minor", code:"micro", or code:"nano".
 
   All bold:"Object" names support having a code:"-" and a code:"mode" name, such as code:"build_libraries-individual" for a mode called code:"individual", except for the code:"modes" and the code:"modes_default" bold:"Object" names.
index 5e04dbd9839fdf01a5ea4fd21e757504b33d9824..32adee479b1d382ef2bbcd2793853acdad0a59a0 100644 (file)
@@ -15,7 +15,7 @@ Featureless Settings Specification: 0004 - Very Basic List:
 
   All code:"FSS-0002 (Basic List)" escapes are applied before any code:"FSS-0000 (Basic)" is identified.
 
-  See the fss-0000.txt and fss-0002.txt specification files for details on the syntax rules.
+  See the file:"fss-0000.txt" and file:"fss-0002.txt" specification files for details on the syntax rules.
 
   Example\:
     # fss-0004
index 760cc9e1526b0e68573d85b31b81f8e25ce125d9..deaed3d6608520356022242db6babbd7f031ddce 100644 (file)
@@ -15,7 +15,7 @@ Featureless Settings Specification: 0005 - Somewhat Basic List:
 
   All code:"FSS-0002 (Basic List)" escapes are applied before any code:"FSS-0001 (Extended)" is identified.
 
-  See the fss-0001.txt and fss-0002.txt specification files for details on the syntax rules.
+  See the file:"fss-0001.txt" and file:"fss-0002.txt" specification files for details on the syntax rules.
 
   Example\:
     # fss-0005
index fdeceb8e6a9a5ff76511d7cef63e821274f43a5e..417a4c70f7327a1e2bc3281a495429c44d6b9157 100644 (file)
@@ -15,7 +15,7 @@ Featureless Settings Specification: 0006 - Somewhat Extended List:
 
   All code:"FSS-0003 (Extended List)" escapes are applied before any code:"FSS-0000 (Basic)" is identified.
 
-  See the fss-0000.txt and fss-0003.txt specification files for details on the syntax rules.
+  See the file:"fss-0000.txt" and file:"fss-0003.txt" specification files for details on the syntax rules.
 
   Example\:
     # fss-0006
index 791a2ee5c587616c192dd03c9c05bfb01be17cd5..d420bca08319a7444191d7ac6aa97b3a8f853382 100644 (file)
@@ -15,7 +15,7 @@ Featureless Settings Specification: 0007 - Very Extended List:
 
   All code:"FSS-0003 (Extended List)" escapes are applied before any code:"FSS-0001 (Extended)" is identified.
 
-  See the fss-0001.txt and fss-0003.txt specification files for details on the syntax rules.
+  See the file:"fss-0001.txt" and file:"fss-0003.txt" specification files for details on the syntax rules.
 
   Example\:
     # fss-0007
index 9c6ea7195f260672f2eaa4ec05c804205bc023a8..3409cf5e8050c2ea68e1dbb23fe4e531956c699f 100644 (file)
@@ -13,7 +13,7 @@
 Featureless Settings Specification: 0008 - Embedded List:
   This is a code:"FSS-0003 (Extended List)" whose Content is then recursively processed as code:"FSS-0003 (Extended List)".
 
-  See the fss-0003.txt specification file for details on the syntax rules.
+  See the file:"fss-0003.txt" specification file for details on the syntax rules.
 
   Example\:
     # fss-0008
index a9ed921ade6094825427510be555f94b8947605c..55a53c1a3574ad78c4ad212724a850792d925a69 100644 (file)
@@ -13,7 +13,7 @@
 Featureless Settings Specification: 000B - Simple List:
   This is similar to code:"FSS-0008 (Embedded List)", except that it is an code:"FSS-0003 (Extended List)" with a (non-recursive) code:"FSS-0002 (Basic List)" inside the Content.
 
-  See the fss-0002.txt and fss-0003.txt specification files for details on the syntax rules.
+  See the file:"fss-0002.txt" and file:"fss-0003.txt" specification files for details on the syntax rules.
 
   Example\:
     # fss-000b
index 954089d0fe7a3c6e52f3a13742284e33e2460b96..8180e61ea5a8bdab7ef8c638eeded48fd44187ae 100644 (file)
@@ -17,7 +17,7 @@ Featureless Settings Specification: 000C - IKI Text:
   The IKI syntax may be used in any FSS:"Featureless Settings Specifications".
   The IKI format may be added to the.
 
-  See the iki.txt specification for details on the IKI specifications.
+  See the file:"iki.txt" specification for details on the IKI specifications.
 
   Example\:
     # fss-000c iki-0000
index 3359dcdc947b42ee938817bb352f83f54dcb4209..899a26393bfc697f2418302ca994a10e8f324aec 100644 (file)
@@ -28,7 +28,7 @@ Featureless Settings Specification: 000D - Basic Rule:
 
   Anything implementing this specification may impose its own restrictions on when to determine if the Inner Content is what FSS:"Featureless Settings Specifications" format, based on Object names.
 
-  See the fss-0000.txt, fss-0001.txt, and fss-0003.txt specification files for details on the syntax rules.
+  See the file:"fss-0000.txt", file:"fss-0001.txt", and file:"fss-0003.txt" specification files for details on the syntax rules.
 
   Example\:
     # fss-000d
index d5024d36601a519f49fdb638cb672d3235447a97..503f5f04d6a9eec68edb81677d26d2ac05cd7471 100644 (file)
@@ -99,7 +99,7 @@ Featureless Settings Specification: 000f - Simple Packet:
   With this in mind, it is recommended that only a single italic:"header" be supported in the bold:"Payload Block".
   The italic:"payload" bold:"Content" may be in either a italic:"binary" or italic:"string" format regardless of the italic:"binary" bit in the bold:"Simple Packet" bold:"Header Block".
 
-  See the fss-000e.txt specification file for details on the syntax rules for the bold:"Payload Block".
+  See the file:"fss-000e.txt" specification file for details on the syntax rules for the bold:"Payload Block".
 
   Example Packet Structure\:
     code:"
index 7f5ee47104f587d2ffc57ec0667e88cab3b7d56c..8e52160f6f72c7bad449ae1147652d35d58f2ce6 100644 (file)
@@ -32,7 +32,7 @@ Featureless Settings Specification: 0010 - Encrypted Simple Packet:
 
   The 5 remaining control bits are left undefined.
 
-  See the fss-000f.txt specification file for details regarding the code:"FSS-000f (Simple Packet)" standard.
+  See the file:"fss-000f.txt" specification file for details regarding the code:"FSS-000f (Simple Packet)" standard.
 
   Example Packet Structure\:
     code:"
index 6f147b134f04390e92e0e68d3119b11a555c068c..68213c4d18e31b77c78e54a9b07562a52a44e63e 100644 (file)
@@ -13,4 +13,4 @@
 IKI Specification: 0000 - Unrestricted:
   This specification provides no restrictions on the vocabulary.
 
-  See the iki.txt specification file for details on the syntax rules.
+  See the file:"iki.txt" specification file for details on the syntax rules.
index c1a62d0643288789f082cdc72083d53a903b2503..df33095ace6f86e67cfae8f864ed5aa9b0402654 100644 (file)
@@ -24,4 +24,4 @@ IKI Specification: 0001 - Basic:
   - urn: Any valid URN:"Uniform Resource Name".
   - var: All text contained within represents some sort of variable.
 
-  See the iki.txt specification file for details on the syntax rules.
+  See the file:"iki.txt" specification file for details on the syntax rules.
index 840ea17caddf0a35e840cd34b154e2a6b855aa53..21ed10f1172c9b61d1b9e08e8a5e8262f2b1087d 100644 (file)
@@ -25,4 +25,4 @@ IKI Specification: 0002 - Simple Script:
   - define: Intended to be used for global properties, much like a C/C++ code:"#define".
   - parameter: Intended to be used for parameters or variables.
 
-  See the iki.txt specification file for details on the syntax rules.
+  See the file:"iki.txt" specification file for details on the syntax rules.
index c496915b617f174c207dae75d7f19fb73ec9b5ed..92fe7a9df8dec3339d37d674d970a6aad46329fd 100644 (file)
@@ -1,7 +1,7 @@
 # fss-0002 iki-0000
 #
 # license open-standard-license-1.0-or-later
-# version 2024/06/11
+# version 2024/07/10
 #
 # This file (assumed to be named iki.txt) can be more easily read using the following iki_read commands:
 #   iki_read iki.txt +Q -w -WWW character "'" "'" code '"' '"' italic '"' '"'
@@ -69,7 +69,7 @@ IKI Specifications:
 
     The following italic\:"is escaped to not be treated as IKI data".
 
-    The conditionally optional open and close brackets allow for putting a variable directly next to another word character like: [context]\:"strong"this[context]\:"strong".'
+    The conditionally optional open and close brackets allow for putting a variable directly next to another word character like: [context]\:"bold"this[context]\:"bold".'
 
   Objects (also called vocabulary or variable name) would be\:
     1) italic
@@ -86,8 +86,8 @@ IKI Specifications:
     3.1) Featureless Settings Specification
     4.1) const char *string = "My \"quoted\" C string.";
     5.1) is escaped to not be treated as IKI data
-    6.1) strong
-    7.1) strong
+    6.1) bold
+    7.1) bold
 
   The following are core specifications (each with a common name associated with the specification number)\:
   - fss-0000: Unrestricted
index 3a0ae79d5d9ecdeb06650e9238656ddf0de54f89..5bc85146265f4518872d3d6748a855072043fd84 100644 (file)
@@ -21,7 +21,7 @@ Time Specification:
   This may have a negative value or be more than 64-bit digits long.
   This is simply not expected to be interpreted as a unit of time on a computer (but nothing stops it from being interpreted).
 
-  The technical forms are limit to 64-bit unsigned for technical use but should technology advance to a point where larger bits are needed then this allows for that.
+  The technical forms are limited to 64-bit unsigned for technical use but should technology advance to a point where larger bits are needed then this allows for that.
   The systems should expect 64-bit and larger bits would have to become common before something larger than 64-bit is the expected or assumed default.
   Negative signs can be allowed but they must not prevent the full use of the 64-bit.
   The implementation of how this is done is left to the implementer except that the signs are immediately to the left of the digit.