]> Kevux Git Server - kevux.org-website/commitdiff
Cleanup: Remove 'file:""' from file paths.
authorKevin Day <Kevin@kevux.org>
Sat, 10 Aug 2024 20:08:57 +0000 (15:08 -0500)
committerKevin Day <Kevin@kevux.org>
Sat, 10 Aug 2024 20:08:57 +0000 (15:08 -0500)
There should be some HTML markup, such as `<code></code>` wrapping these instead of using a literal `file:""` IKI syntax.
I clearly forgot to convert the IKI syntax for `file`.

I do not remember or I have not yet decided what the `file:""` should be mapped to in HTML.
Just get rid of the IKI syntax.
I will make further updates once I figure out how I want a file text to be presented.

19 files changed:
documents/standards/controller/documents/time.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/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
fll/specifications/fss/fss-000c.html

index e7c040cb2e001467d5898f3d19a06ba87a55e5bc..d78829bc7f6e77c230736a848aa87fd0aec373ff 100644 (file)
@@ -48,4 +48,4 @@ Time Documentation:
 
   Consequentially, 1 day is easily represented in units of bold:"EpochTime" as code:"86.4 KE (KiloEpochTime)".
 
-  See the specification file:"time.txt" for more precise technical details.
+  See the specification time.txt for more precise technical details.
index 1c261e293cbbf8d3c061c25f9582cb9e8c72185f..0d1eb2a64e44bec17fca258207ef8cfd06a5b2b5 100644 (file)
 #
 
 Fakefile Documentation:
-  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.
+  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.
 
   All files specified are relative to the project root.
 
   The reserved Section Names are defined as follows\:
   - code:"settings"\:
-    Any configuration specific to this file:"fakefile" is stored here.
+    Any configuration specific to this 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 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.
+      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.
       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.
@@ -93,7 +93,7 @@ Fakefile Documentation:
       Setting this here only sets the default code:"return" parameter variable value.
 
   - code:"main"\:
-    This is the main entry point when processing the file:"fakefile".
+    This is the main entry point when processing the fakefile.
     This is processed top-down until the end of the list is reached.
 
     The following operations are available\:
@@ -410,7 +410,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 file:"fakefile".
+      This represents a variable defined within the scope of the 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 a962b34299cf1ad002275eb7aab76829feb8ac4c..64c3e7fffd41d02f067b9486dc883ba3a8ebc465 100644 (file)
@@ -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 file:"settings.txt" under the specifications folder.
+  For specific details on the allowed formatting, see the 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 file:"settings.txt" specification for a list of which setting names this applies to.
+    See the 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 file:"data/build/" directory) of a script to execute after the code:"build" operation successfully completes.
+    The filename (relative to the 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 file:"data/build/" directory) of a script to execute before the code:"build" operation is executed.
+    The filename (relative to the 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".
index abb9ed7736d26126d404bd97df6282a57e9f8b9d..a3aa4ed0c21e2fd0a3c487cba1ca298649bce09e 100644 (file)
@@ -11,7 +11,7 @@
 #
 
 Dependencies Specification:
-  The build settings file:"dependencies" file follows the code:"FSS-0001 (Extended)" format.
+  The build settings 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 52f0389a4a3f23652accf9517965efb278c1dbf7..9339d318da629f082134ea93b139ff8fc9788ad6 100644 (file)
@@ -11,9 +11,9 @@
 #
 
 Fakefile Specification:
-  The file:"fakefile" file follows the code:"FSS-0005 (Somewhat Basic List)" format with a sub-format of code:"IKI-0002 (Simple Script)".
+  The fakefile file follows the code:"FSS-0005 (Somewhat Basic List)" format with a sub-format of code:"IKI-0002 (Simple Script)".
 
-  A file:"fakefile" is broken up into multiple bold:"Basic Lists", referred to as bold:"Sections", with two special purpose reserved bold:"Sections".
+  A 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".
index 32adee479b1d382ef2bbcd2793853acdad0a59a0..5e04dbd9839fdf01a5ea4fd21e757504b33d9824 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 file:"fss-0000.txt" and file:"fss-0002.txt" specification files for details on the syntax rules.
+  See the fss-0000.txt and fss-0002.txt specification files for details on the syntax rules.
 
   Example\:
     # fss-0004
index deaed3d6608520356022242db6babbd7f031ddce..760cc9e1526b0e68573d85b31b81f8e25ce125d9 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 file:"fss-0001.txt" and file:"fss-0002.txt" specification files for details on the syntax rules.
+  See the fss-0001.txt and fss-0002.txt specification files for details on the syntax rules.
 
   Example\:
     # fss-0005
index 417a4c70f7327a1e2bc3281a495429c44d6b9157..fdeceb8e6a9a5ff76511d7cef63e821274f43a5e 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 file:"fss-0000.txt" and file:"fss-0003.txt" specification files for details on the syntax rules.
+  See the fss-0000.txt and fss-0003.txt specification files for details on the syntax rules.
 
   Example\:
     # fss-0006
index d420bca08319a7444191d7ac6aa97b3a8f853382..791a2ee5c587616c192dd03c9c05bfb01be17cd5 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 file:"fss-0001.txt" and file:"fss-0003.txt" specification files for details on the syntax rules.
+  See the fss-0001.txt and fss-0003.txt specification files for details on the syntax rules.
 
   Example\:
     # fss-0007
index 3409cf5e8050c2ea68e1dbb23fe4e531956c699f..9c6ea7195f260672f2eaa4ec05c804205bc023a8 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 file:"fss-0003.txt" specification file for details on the syntax rules.
+  See the fss-0003.txt specification file for details on the syntax rules.
 
   Example\:
     # fss-0008
index 55a53c1a3574ad78c4ad212724a850792d925a69..a9ed921ade6094825427510be555f94b8947605c 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 file:"fss-0002.txt" and file:"fss-0003.txt" specification files for details on the syntax rules.
+  See the fss-0002.txt and fss-0003.txt specification files for details on the syntax rules.
 
   Example\:
     # fss-000b
index 8180e61ea5a8bdab7ef8c638eeded48fd44187ae..954089d0fe7a3c6e52f3a13742284e33e2460b96 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 file:"iki.txt" specification for details on the IKI specifications.
+  See the iki.txt specification for details on the IKI specifications.
 
   Example\:
     # fss-000c iki-0000
index 899a26393bfc697f2418302ca994a10e8f324aec..3359dcdc947b42ee938817bb352f83f54dcb4209 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 file:"fss-0000.txt", file:"fss-0001.txt", and file:"fss-0003.txt" specification files for details on the syntax rules.
+  See the fss-0000.txt, fss-0001.txt, and fss-0003.txt specification files for details on the syntax rules.
 
   Example\:
     # fss-000d
index 503f5f04d6a9eec68edb81677d26d2ac05cd7471..d5024d36601a519f49fdb638cb672d3235447a97 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 file:"fss-000e.txt" specification file for details on the syntax rules for the bold:"Payload Block".
+  See the fss-000e.txt specification file for details on the syntax rules for the bold:"Payload Block".
 
   Example Packet Structure\:
     code:"
index 8e52160f6f72c7bad449ae1147652d35d58f2ce6..7f5ee47104f587d2ffc57ec0667e88cab3b7d56c 100644 (file)
@@ -32,7 +32,7 @@ Featureless Settings Specification: 0010 - Encrypted Simple Packet:
 
   The 5 remaining control bits are left undefined.
 
-  See the file:"fss-000f.txt" specification file for details regarding the code:"FSS-000f (Simple Packet)" standard.
+  See the fss-000f.txt specification file for details regarding the code:"FSS-000f (Simple Packet)" standard.
 
   Example Packet Structure\:
     code:"
index 68213c4d18e31b77c78e54a9b07562a52a44e63e..6f147b134f04390e92e0e68d3119b11a555c068c 100644 (file)
@@ -13,4 +13,4 @@
 IKI Specification: 0000 - Unrestricted:
   This specification provides no restrictions on the vocabulary.
 
-  See the file:"iki.txt" specification file for details on the syntax rules.
+  See the iki.txt specification file for details on the syntax rules.
index df33095ace6f86e67cfae8f864ed5aa9b0402654..c1a62d0643288789f082cdc72083d53a903b2503 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 file:"iki.txt" specification file for details on the syntax rules.
+  See the iki.txt specification file for details on the syntax rules.
index 21ed10f1172c9b61d1b9e08e8a5e8262f2b1087d..840ea17caddf0a35e840cd34b154e2a6b855aa53 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 file:"iki.txt" specification file for details on the syntax rules.
+  See the iki.txt specification file for details on the syntax rules.
index 607db9958af41f9fd49c7fcf1d3218c2753698b1..dddbc24f169ee11e43a10789bebc5b09e9048416 100644 (file)
@@ -92,7 +92,7 @@
                 The IKI format may be added to the.
               </p>
               <p class="p">
-                See the file:"iki.txt" specification for details on the IKI specifications.
+                See the iki.txt specification for details on the IKI specifications.
               </p>
               <p class="p">
                 Example: