]> Kevux Git Server - kevux.org-website/commitdiff
Update: Add additional specifications and documentation pages, focusing on Featureles...
authorKevin Day <thekevinday@gmail.com>
Sat, 30 Jul 2022 22:39:16 +0000 (17:39 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 30 Jul 2022 22:39:16 +0000 (17:39 -0500)
Just like with the previous commit (5d48ca4ffa2fd31c3ae76505c030c5f0735c2c18), this is a quick and rather brute force documentation change set.
I did not focus whatsoever on the styling and I imagine there is a lot of room for improvement.
I will likely only care about improving this once I begin work on the Context Markup Language I plan on writing in the future.

Fix other problems as observed.

35 files changed:
documentation/byte_dump/specifications.html
documentation/control/specifications/packet_request.html
documentation/control/specifications/packet_response.html
documentation/control/specifications/settings.html
documentation/controller/specifications/action.html
documentation/controller/specifications/entry.html
documentation/controller/specifications/exit.html
documentation/controller/specifications/packet.html
documentation/controller/specifications/rule.html
documentation/fake.html
documentation/fake/specifications.html
documentation/fake/specifications/defines.html [new file with mode: 0644]
documentation/fake/specifications/dependencies.html [new file with mode: 0644]
documentation/fake/specifications/fakefile.html [new file with mode: 0644]
documentation/fake/specifications/settings.html [new file with mode: 0644]
documentation/firewall/specifications.html
documentation/fss_basic_list_read/specifications.html
documentation/fss_basic_list_write/specifications.html
documentation/fss_basic_read/specifications.html
documentation/fss_basic_write/specifications.html
documentation/fss_embedded_list_read/specifications.html
documentation/fss_embedded_list_write/specifications.html
documentation/fss_extended_list_read/specifications.html
documentation/fss_extended_list_write/specifications.html
documentation/fss_extended_read/specifications.html
documentation/fss_extended_write/specifications.html
documentation/fss_identify/specifications.html
documentation/fss_payload_read/specifications.html
documentation/fss_payload_write/specifications.html
documentation/fss_status_code/specifications.html
documentation/iki_read/specifications.html
documentation/iki_write/specifications.html
documentation/status_code/specifications.html
documentation/utf8/specifications.html
fll/specifications/iki/iki-0002.html

index 2167d7cbaf88f0b0360ded05c615f04dc0547976..9c33beff1608c4e2f97eabd8475bacf9c20ba99b 100644 (file)
@@ -85,7 +85,7 @@
           <div class="main-content">
             <p class="p">
               The <abbr title="Featureless Linux Library">FLL</abbr> project provides several <a href="fll/specifications.html" class="link">specifications</a>.
-              The <strong>Byte Dump</strong> does not use or provide any of these specifications.
+              The <strong>Byte Dump</strong> does not directly use or provide any of these specifications.
             </p>
           </div>
         </main>
index cbc8d2b226bd1e39d1ad338ffdf81b4a7325ed80..19532c1acc25ad0ea8452215ee1249772cfcb02e 100644 (file)
           <div class="nav-item block">
             <a href="documentation/control.html#parameters-program" class="nav-text link">Program Parameters</a>
           </div>
-          <div class="nav-item block unlink">
+          <div class="nav-item block">
             <div class="nav-text notice">Specifications</div>
             <a href="documentation/control/specifications.html" class="nav-text link">Control</a>
           </div>
           <div class="nav-item block">
             <a href="documentation/control/specifications/settings.html" class="nav-text link">Settings</a>
           </div>
-          <div class="nav-item highlight block">
-            <a href="documentation/control/specifications/packet_request.html" class="nav-text link">Packet Request</a>
+          <div class="nav-item block highlight unlink">
+            <div class="nav-text unlink">Packet Request</div>
           </div>
           <div class="nav-item block">
             <a href="documentation/control/specifications/packet_response.html" class="nav-text link">Packet Response</a>
index 2deba81ca652a78d4f9203532330ccfa6788592d..572e48c72ed1454bdfbaec43490980e956567f61 100644 (file)
@@ -62,7 +62,7 @@
           <div class="nav-item block">
             <a href="documentation/control.html#parameters-program" class="nav-text link">Program Parameters</a>
           </div>
-          <div class="nav-item block unlink">
+          <div class="nav-item block">
             <div class="nav-text notice">Specifications</div>
             <a href="documentation/control/specifications.html" class="nav-text link">Control</a>
           </div>
@@ -72,8 +72,8 @@
           <div class="nav-item block">
             <a href="documentation/control/specifications/packet_request.html" class="nav-text link">Packet Request</a>
           </div>
-          <div class="nav-item highlight block">
-            <a href="documentation/control/specifications/packet_response.html" class="nav-text link">Packet Response</a>
+          <div class="nav-item block highlight unlink">
+            <div class="nav-text unlink">Packet Response</div>
           </div>
           <div class="nav-item block">
             <div class="nav-text notice">APIs</div>
index 6107ba6dff063fa590a87d0fba9721ac24b06487..8058280a8fe03bd6d62edc86cc4fe2ab4f16ee8c 100644 (file)
           <div class="nav-item block">
             <a href="documentation/control.html#parameters-program" class="nav-text link">Program Parameters</a>
           </div>
-          <div class="nav-item block unlink">
+          <div class="nav-item block">
             <div class="nav-text notice">Specifications</div>
             <a href="documentation/control/specifications.html" class="nav-text link">Control</a>
           </div>
-          <div class="nav-item highlight block">
-            <a href="documentation/control/specifications/settings.html" class="nav-text link">Settings</a>
+          <div class="nav-item block highlight unlink">
+            <div class="nav-text unlink">Settings</div>
           </div>
           <div class="nav-item block">
             <a href="documentation/control/specifications/packet_request.html" class="nav-text link">Packet Request</a>
index 1f330a6e675fdc205df4fb65140bab5b016a5161..9cf0d7c547e2430575848880ff2da2e67ce21893 100644 (file)
@@ -7,7 +7,7 @@
 
     <meta charset="UTF-8">
     <meta name="author" content="Kevin Day">
-    <meta name="description" content="Controller program Action specification.">
+    <meta name="description" content="Controller program action specification.">
     <meta name="keywords" content="Kevin Day, Kevux, FLL, Featureless, Linux, Library, Controller, Open-Source, Specification">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
           <div class="nav-item block">
             <a href="documentation/controller.html#time" class="nav-text link">Time</a>
           </div>
-          <div class="nav-item block unlink">
+          <div class="nav-item block">
             <div class="nav-text notice">Specifications</div>
             <a href="documentation/controller/specifications.html" class="nav-text link">Controller</a>
           </div>
-          <div class="nav-item highlight block">
-            <a href="documentation/controller/specifications/action.html" class="nav-text link">Action</a>
+          <div class="nav-item block highlight unlink">
+            <div class="nav-text unlink">Action</div>
           </div>
           <div class="nav-item block">
             <a href="documentation/controller/specifications/entry.html" class="nav-text link">Entry</a>
index 093564653768fc60e9280645b91088a670ef32a2..8e85a08f87f61c6ebea80d758a67370222b1f6fc 100644 (file)
@@ -7,7 +7,7 @@
 
     <meta charset="UTF-8">
     <meta name="author" content="Kevin Day">
-    <meta name="description" content="Controller program Entry specification.">
+    <meta name="description" content="Controller program entry specification.">
     <meta name="keywords" content="Kevin Day, Kevux, FLL, Featureless, Linux, Library, Controller, Open-Source, Specification">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
           <div class="nav-item block">
             <a href="documentation/controller.html#time" class="nav-text link">Time</a>
           </div>
-          <div class="nav-item block unlink">
+          <div class="nav-item block">
             <div class="nav-text notice">Specifications</div>
             <a href="documentation/controller/specifications.html" class="nav-text link">Controller</a>
           </div>
           <div class="nav-item block">
             <a href="documentation/controller/specifications/action.html" class="nav-text link">Action</a>
           </div>
-          <div class="nav-item highlight block">
-            <a href="documentation/controller/specifications/entry.html" class="nav-text link">Entry</a>
+          <div class="nav-item block highlight unlink">
+            <div class="nav-text unlink">Entry</div>
           </div>
           <div class="nav-item block">
             <a href="documentation/controller/specifications/exit.html" class="nav-text link">Exit</a>
index 1ae5fee6106573fe2790af3cc2bb228216984285..ee67594280c6d63c669c9c5e6918332891bab4dc 100644 (file)
@@ -7,7 +7,7 @@
 
     <meta charset="UTF-8">
     <meta name="author" content="Kevin Day">
-    <meta name="description" content="Controller program <strong>Exit</strong> specification.">
+    <meta name="description" content="Controller program exit specification.">
     <meta name="keywords" content="Kevin Day, Kevux, FLL, Featureless, Linux, Library, Controller, Open-Source, Specification">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
@@ -68,7 +68,7 @@
           <div class="nav-item block">
             <a href="documentation/controller.html#time" class="nav-text link">Time</a>
           </div>
-          <div class="nav-item block unlink">
+          <div class="nav-item block">
             <div class="nav-text notice">Specifications</div>
             <a href="documentation/controller/specifications.html" class="nav-text link">Controller</a>
           </div>
@@ -78,8 +78,8 @@
           <div class="nav-item block">
             <a href="documentation/controller/specifications/entry.html" class="nav-text link">Entry</a>
           </div>
-          <div class="nav-item highlight block">
-            <a href="documentation/controller/specifications/exit.html" class="nav-text link">Exit</a>
+          <div class="nav-item block highlight unlink">
+            <div class="nav-text unlink">Exit</div>
           </div>
           <div class="nav-item block">
             <a href="documentation/controller/specifications/packet.html" class="nav-text link">Packet</a>
index 65b94740fa97a635b156c48b5ab473c31b79d057..36af2a674a4c7c624c04c827f9aebf819a2a302b 100644 (file)
@@ -7,7 +7,7 @@
 
     <meta charset="UTF-8">
     <meta name="author" content="Kevin Day">
-    <meta name="description" content="Controller program Packet specification.">
+    <meta name="description" content="Controller program packet specification.">
     <meta name="keywords" content="Kevin Day, Kevux, FLL, Featureless, Linux, Library, Controller, Open-Source, Specification">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
@@ -81,8 +81,8 @@
           <div class="nav-item block">
             <a href="documentation/controller/specifications/exit.html" class="nav-text link">Exit</a>
           </div>
-          <div class="nav-item highlight block">
-            <a href="documentation/controller/specifications/packet.html" class="nav-text link">Packet</a>
+          <div class="nav-item block highlight unlink">
+            <div class="nav-text unlink">Packet</div>
           </div>
           <div class="nav-item block">
             <a href="documentation/controller/specifications/rule.html" class="nav-text link">Rule</a>
index a1b95a26a659e231f6d2490d551232f55af8c778..4d3c43287afadb2a66c7f2ac64386b828461e59e 100644 (file)
@@ -7,7 +7,7 @@
 
     <meta charset="UTF-8">
     <meta name="author" content="Kevin Day">
-    <meta name="description" content="Controller program Rule specification.">
+    <meta name="description" content="Controller program rule specification.">
     <meta name="keywords" content="Kevin Day, Kevux, FLL, Featureless, Linux, Library, Controller, Open-Source, Specification">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
@@ -68,7 +68,7 @@
           <div class="nav-item block">
             <a href="documentation/controller.html#time" class="nav-text link">Time</a>
           </div>
-          <div class="nav-item block unlink">
+          <div class="nav-item block">
             <div class="nav-text notice">Specifications</div>
             <a href="documentation/controller/specifications.html" class="nav-text link">Controller</a>
           </div>
@@ -84,8 +84,8 @@
           <div class="nav-item block">
             <a href="documentation/controller/specifications/packet.html" class="nav-text link">Packet</a>
           </div>
-          <div class="nav-item highlight block">
-            <a href="documentation/controller/specifications/rule.html" class="nav-text link">Rule</a>
+          <div class="nav-item block highlight unlink">
+            <div class="nav-text unlink">Rule</div>
           </div>
           <div class="nav-item block">
             <div class="nav-text notice">APIs</div>
index 98f44f2b31893b624b1541d8c7176e45c7c2c4b6..72af586568050fd2a098c644141e27fc9f57209b 100644 (file)
             <a href="documentation/fake/specifications.html" class="nav-text link">Featureless Make</a>
           </div>
           <div class="nav-item block">
+            <a href="documentation/fake/specifications/defines.html" class="nav-text link">Defines</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake/specifications/dependencies.html" class="nav-text link">Dependencies</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake/specifications/fakefile.html" class="nav-text link">Fakefile</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake/specifications/settings.html" class="nav-text link">Settings</a>
+          </div>
+          <div class="nav-item block">
             <div class="nav-text notice">APIs</div>
           </div>
           <div class="nav-item block ellipses">
index e2e605ab4691d7e6a081f86b5b7b467ca1f2365e..5599c58a3c6d72ac954717be5e449ddea7478e9f 100644 (file)
             <div class="nav-text unlink">Featureless Make</div>
           </div>
           <div class="nav-item block">
+            <a href="documentation/fake/specifications/defines.html" class="nav-text link">Defines</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake/specifications/dependencies.html" class="nav-text link">Dependencies</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake/specifications/fakefile.html" class="nav-text link">Fakefile</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake/specifications/settings.html" class="nav-text link">Settings</a>
+          </div>
+          <div class="nav-item block">
             <div class="nav-text notice">APIs</div>
           </div>
           <div class="nav-item block ellipses">
           <div class="main-content">
             <p class="p">
               The <abbr title="Featureless Linux Library">FLL</abbr> project provides several <a href="fll/specifications.html" class="link">specifications</a>.
-              The <strong>Featureless Make</strong> does not use or provide any of these specifications.
             </p>
+            <p class="p">
+              The <strong>Featureless Make</strong> follows the following specifications:
+            </p>
+            <ul>
+              <li><a href="fll/specifications/fss/fss-0000.html" class="link">FSS-0000 (Basic)</a></li>
+              <li><a href="fll/specifications/fss/fss-0001.html" class="link">FSS-0001 (Extended)</a></li>
+              <li><a href="fll/specifications/fss/fss-0005.html" class="link">FSS-0005 (Somewhat Basic List)</a></li>
+              <li><a href="fll/specifications/iki/iki-0002.html" class="link">IKI-0002 (Simple Script)</a></li>
+            </ul>
+            <p class="p">
+              The <strong>Featureless Make</strong> defines the following specifications:
+            </p>
+            <ul>
+              <li><a href="documentation/fake/specifications/defines.html" class="link">Defines</a></li>
+              <li><a href="documentation/fake/specifications/dependencies.html" class="link">Dependencies</a></li>
+              <li><a href="documentation/fake/specifications/fakefile.html" class="link">Fakefile</a></li>
+              <li><a href="documentation/fake/specifications/settings.html" class="link">Settings</a></li>
+            </ul>
           </div>
         </main>
       </div>
diff --git a/documentation/fake/specifications/defines.html b/documentation/fake/specifications/defines.html
new file mode 100644 (file)
index 0000000..68a44cf
--- /dev/null
@@ -0,0 +1,120 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <title>Documentation - Featureless Make - Specification - Defines</title>
+
+    <base href="../../../">
+
+    <meta charset="UTF-8">
+    <meta name="author" content="Kevin Day">
+    <meta name="description" content="Featureless Make program defines specification.">
+    <meta name="keywords" content="Kevin Day, Kevux, FLL, Featureless, Linux, Library, Featureless Make, Open-Source, Specification">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <link type="text/css" rel="stylesheet" media="all" href="css/kevux.css">
+    <link type="text/css" rel="stylesheet" media="only screen" href="css/kevux-screen.css">
+    <link type="text/css" rel="stylesheet" media="only screen and (min-device-width:501px)" href="css/kevux-screen-desktop.css">
+    <link type="text/css" rel="stylesheet" media="only screen and (max-device-width:500px)" href="css/kevux-screen-mobile.css">
+    <link type="text/css" rel="stylesheet" media="only screen and (min-device-width:1201px)" href="css/kevux-screen-large.css">
+    <link type="text/css" rel="stylesheet" media="only screen and (min-device-width:501px) and (max-device-width:1200px)" href="css/kevux-screen-normal.css">
+    <link type="text/css" rel="stylesheet" media="only screen and (min-device-width:251px) and (max-device-width:500px)" href="css/kevux-screen-small.css">
+    <link type="text/css" rel="stylesheet" media="only screen and (max-device-width:250px)" href="css/kevux-screen-tiny.css">
+    <link type="text/css" rel="stylesheet" media="only print" href="css/kevux-print.css">
+    <link type="text/css" rel="stylesheet" media="only print and (orientation:landscape)" href="css/kevux-print-landscape.css">
+    <link type="text/css" rel="stylesheet" media="only print and (orientation:portrait)" href="css/kevux-print-portrait.css">
+
+    <link rel="canonical" href="documentation/fake/specifications/defines.html">
+    <link type="image/x-icon" rel="icon" href="images/kevux.ico">
+    <link type="image/x-icon" rel="shortcut" href="images/kevux.ico">
+    <link type="text/html" rel="license" href="licenses.html">
+  </head>
+
+  <body id="kevux" class="kevux no-js specification">
+    <div role="banner" class="header-block">
+      <header class="header-section header">
+        <div class="header-site">Kevux Systems and Software</div>
+      </header>
+
+      <div class="nav-block">
+        <nav id="kevux-site-nav" class="nav-menu">
+          <div class="nav-item"><a href="news.html" class="nav-text link">News</a></div>
+          <div class="nav-item"><a href="distributions.html" class="nav-text link">Distributions</a></div>
+          <div class="nav-item"><a href="fll.html" class="nav-text link">FLL</a></div>
+          <div class="nav-item"><a href="projects.html" class="nav-text link">Projects</a></div>
+          <div class="nav-item active"><a href="documentation.html" class="nav-text link">Documentation</a></div>
+        </nav>
+      </div>
+    </div>
+
+    <div class="content-block">
+      <div id="nav-expanded" class="nav-block">
+        <nav id="kevux-document-nav" class="nav-menu">
+          <div class="nav-item block back">
+            <a href="documentation.html" class="nav-text link back">Back</a>
+          </div>
+          <div class="nav-item block">
+            <div class="nav-text notice">Documentation</div>
+            <a href="documentation/fake.html" class="nav-text link">Featureless Make</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake.html#parameters-standard" class="nav-text link">Standard Parameters</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake.html#parameters-program" class="nav-text link">Program Parameters</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake.html#operations" class="nav-text link">Operations</a>
+          </div>
+          <div class="nav-item block">
+            <div class="nav-text notice">Specifications</div>
+            <a href="documentation/fake/specifications.html" class="nav-text link">Featureless Make</a>
+          </div>
+          <div class="nav-item block highlight unlink">
+            <div class="nav-text unlink">Defines</div>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake/specifications/dependencies.html" class="nav-text link">Dependencies</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake/specifications/fakefile.html" class="nav-text link">Fakefile</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake/specifications/settings.html" class="nav-text link">Settings</a>
+          </div>
+          <div class="nav-item block">
+            <div class="nav-text notice">APIs</div>
+          </div>
+          <div class="nav-item block ellipses">
+            <a href="documentation/fake/specifications/defines.html#nav-expanded" class="nav-text link open" title="Expand Menu">…</a>
+            <a href="documentation/fake/specifications/defines.html" class="nav-text link close">Collapse Menu</a>
+          </div>
+        </nav>
+      </div>
+
+      <div role="document" class="main-block">
+        <main class="main">
+          <header class="section-header header">
+            <h1 class="section-title h h1">Featureless Make Defines Specification</h1>
+          </header>
+
+          <div class="main-content">
+            <p class="p">
+              The build settings <strong>defines</strong> file follows the <code class="code">FSS-0000 (Basic)</code> format.
+            </p>
+            <p class="p">
+              Each Object represents a specific a macro name to be defined during compilation.
+            </p>
+            <p class="p">
+              Each Content represents documentation explaining the intent and purpose of that define.
+            </p>
+            <p class="p">
+              The Object name has further restrictions than <code class="code">FSS-0000</code> requires.
+              These restrictions are that the Object must only evaluate to a valid C/C++ macro name.
+              This is essentially means only Word characters.
+            </p>
+          </div>
+        </main>
+      </div>
+    </div>
+  </body>
+</html>
diff --git a/documentation/fake/specifications/dependencies.html b/documentation/fake/specifications/dependencies.html
new file mode 100644 (file)
index 0000000..f9cc1e3
--- /dev/null
@@ -0,0 +1,123 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <title>Documentation - Featureless Make - Specification - Dependencies</title>
+
+    <base href="../../../">
+
+    <meta charset="UTF-8">
+    <meta name="author" content="Kevin Day">
+    <meta name="description" content="Featureless Make program dependencies specification.">
+    <meta name="keywords" content="Kevin Day, Kevux, FLL, Featureless, Linux, Library, Featureless Make, Open-Source, Specification">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <link type="text/css" rel="stylesheet" media="all" href="css/kevux.css">
+    <link type="text/css" rel="stylesheet" media="only screen" href="css/kevux-screen.css">
+    <link type="text/css" rel="stylesheet" media="only screen and (min-device-width:501px)" href="css/kevux-screen-desktop.css">
+    <link type="text/css" rel="stylesheet" media="only screen and (max-device-width:500px)" href="css/kevux-screen-mobile.css">
+    <link type="text/css" rel="stylesheet" media="only screen and (min-device-width:1201px)" href="css/kevux-screen-large.css">
+    <link type="text/css" rel="stylesheet" media="only screen and (min-device-width:501px) and (max-device-width:1200px)" href="css/kevux-screen-normal.css">
+    <link type="text/css" rel="stylesheet" media="only screen and (min-device-width:251px) and (max-device-width:500px)" href="css/kevux-screen-small.css">
+    <link type="text/css" rel="stylesheet" media="only screen and (max-device-width:250px)" href="css/kevux-screen-tiny.css">
+    <link type="text/css" rel="stylesheet" media="only print" href="css/kevux-print.css">
+    <link type="text/css" rel="stylesheet" media="only print and (orientation:landscape)" href="css/kevux-print-landscape.css">
+    <link type="text/css" rel="stylesheet" media="only print and (orientation:portrait)" href="css/kevux-print-portrait.css">
+
+    <link rel="canonical" href="documentation/fake/specifications/dependencies.html">
+    <link type="image/x-icon" rel="icon" href="images/kevux.ico">
+    <link type="image/x-icon" rel="shortcut" href="images/kevux.ico">
+    <link type="text/html" rel="license" href="licenses.html">
+  </head>
+
+  <body id="kevux" class="kevux no-js specification">
+    <div role="banner" class="header-block">
+      <header class="header-section header">
+        <div class="header-site">Kevux Systems and Software</div>
+      </header>
+
+      <div class="nav-block">
+        <nav id="kevux-site-nav" class="nav-menu">
+          <div class="nav-item"><a href="news.html" class="nav-text link">News</a></div>
+          <div class="nav-item"><a href="distributions.html" class="nav-text link">Distributions</a></div>
+          <div class="nav-item"><a href="fll.html" class="nav-text link">FLL</a></div>
+          <div class="nav-item"><a href="projects.html" class="nav-text link">Projects</a></div>
+          <div class="nav-item active"><a href="documentation.html" class="nav-text link">Documentation</a></div>
+        </nav>
+      </div>
+    </div>
+
+    <div class="content-block">
+      <div id="nav-expanded" class="nav-block">
+        <nav id="kevux-document-nav" class="nav-menu">
+          <div class="nav-item block back">
+            <a href="documentation.html" class="nav-text link back">Back</a>
+          </div>
+          <div class="nav-item block">
+            <div class="nav-text notice">Documentation</div>
+            <a href="documentation/fake.html" class="nav-text link">Featureless Make</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake.html#parameters-standard" class="nav-text link">Standard Parameters</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake.html#parameters-program" class="nav-text link">Program Parameters</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake.html#operations" class="nav-text link">Operations</a>
+          </div>
+          <div class="nav-item block">
+            <div class="nav-text notice">Specifications</div>
+            <a href="documentation/fake/specifications.html" class="nav-text link">Featureless Make</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake/specifications/defines.html" class="nav-text link">Defines</a>
+          </div>
+          <div class="nav-item block highlight unlink">
+            <div class="nav-text unlink">Dependencies</div>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake/specifications/fakefile.html" class="nav-text link">Fakefile</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake/specifications/settings.html" class="nav-text link">Settings</a>
+          </div>
+          <div class="nav-item block">
+            <div class="nav-text notice">APIs</div>
+          </div>
+          <div class="nav-item block ellipses">
+            <a href="documentation/fake/specifications/dependencies.html#nav-expanded" class="nav-text link open" title="Expand Menu">…</a>
+            <a href="documentation/fake/specifications/dependencies.html" class="nav-text link close">Collapse Menu</a>
+          </div>
+        </nav>
+      </div>
+
+      <div role="document" class="main-block">
+        <main class="main">
+          <header class="section-header header">
+            <h1 class="section-title h h1">Featureless Make Dependencies Specification</h1>
+          </header>
+
+          <div class="main-content">
+            <p class="p">
+              The build settings <strong>dependencies</strong> file follows the <code class="code">FSS-0001 (Extended)</code> format.
+            </p>
+            <p class="p">
+              Each Object represents a specific project name as it would be linked against.
+            </p>
+            <p class="p">
+              Each Content represents associated information, such as a version number.
+            </p>
+            <p class="p">
+              Future versions of this will clarify what and how Content, such as version numbers, are to be used and processed.
+            </p>
+            <p class="p">
+              This file is originally intended for dependencies provided by the <abbr title="Featureless Linux Library">FLL</abbr> project.
+              Order matters, and the provided order represents the order of dependencies.
+              The first entry therefore has no preceding dependency and the last dependency could potentially depend on all dependencies above it.
+            </p>
+          </div>
+        </main>
+      </div>
+    </div>
+  </body>
+</html>
diff --git a/documentation/fake/specifications/fakefile.html b/documentation/fake/specifications/fakefile.html
new file mode 100644 (file)
index 0000000..c3288ae
--- /dev/null
@@ -0,0 +1,1526 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <title>Documentation - Featureless Make - Specification - Fakefile</title>
+
+    <base href="../../../">
+
+    <meta charset="UTF-8">
+    <meta name="author" content="Kevin Day">
+    <meta name="description" content="Featureless Make program fakefile specification.">
+    <meta name="keywords" content="Kevin Day, Kevux, FLL, Featureless, Linux, Library, Featureless Make, Open-Source, Specification">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <link type="text/css" rel="stylesheet" media="all" href="css/kevux.css">
+    <link type="text/css" rel="stylesheet" media="only screen" href="css/kevux-screen.css">
+    <link type="text/css" rel="stylesheet" media="only screen and (min-device-width:501px)" href="css/kevux-screen-desktop.css">
+    <link type="text/css" rel="stylesheet" media="only screen and (max-device-width:500px)" href="css/kevux-screen-mobile.css">
+    <link type="text/css" rel="stylesheet" media="only screen and (min-device-width:1201px)" href="css/kevux-screen-large.css">
+    <link type="text/css" rel="stylesheet" media="only screen and (min-device-width:501px) and (max-device-width:1200px)" href="css/kevux-screen-normal.css">
+    <link type="text/css" rel="stylesheet" media="only screen and (min-device-width:251px) and (max-device-width:500px)" href="css/kevux-screen-small.css">
+    <link type="text/css" rel="stylesheet" media="only screen and (max-device-width:250px)" href="css/kevux-screen-tiny.css">
+    <link type="text/css" rel="stylesheet" media="only print" href="css/kevux-print.css">
+    <link type="text/css" rel="stylesheet" media="only print and (orientation:landscape)" href="css/kevux-print-landscape.css">
+    <link type="text/css" rel="stylesheet" media="only print and (orientation:portrait)" href="css/kevux-print-portrait.css">
+
+    <link rel="canonical" href="documentation/fake/specifications/fakefile.html">
+    <link type="image/x-icon" rel="icon" href="images/kevux.ico">
+    <link type="image/x-icon" rel="shortcut" href="images/kevux.ico">
+    <link type="text/html" rel="license" href="licenses.html">
+  </head>
+
+  <body id="kevux" class="kevux no-js specification">
+    <div role="banner" class="header-block">
+      <header class="header-section header">
+        <div class="header-site">Kevux Systems and Software</div>
+      </header>
+
+      <div class="nav-block">
+        <nav id="kevux-site-nav" class="nav-menu">
+          <div class="nav-item"><a href="news.html" class="nav-text link">News</a></div>
+          <div class="nav-item"><a href="distributions.html" class="nav-text link">Distributions</a></div>
+          <div class="nav-item"><a href="fll.html" class="nav-text link">FLL</a></div>
+          <div class="nav-item"><a href="projects.html" class="nav-text link">Projects</a></div>
+          <div class="nav-item active"><a href="documentation.html" class="nav-text link">Documentation</a></div>
+        </nav>
+      </div>
+    </div>
+
+    <div class="content-block">
+      <div id="nav-expanded" class="nav-block">
+        <nav id="kevux-document-nav" class="nav-menu">
+          <div class="nav-item block back">
+            <a href="documentation.html" class="nav-text link back">Back</a>
+          </div>
+          <div class="nav-item block">
+            <div class="nav-text notice">Documentation</div>
+            <a href="documentation/fake.html" class="nav-text link">Featureless Make</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake.html#parameters-standard" class="nav-text link">Standard Parameters</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake.html#parameters-program" class="nav-text link">Program Parameters</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake.html#operations" class="nav-text link">Operations</a>
+          </div>
+          <div class="nav-item block">
+            <div class="nav-text notice">Specifications</div>
+            <a href="documentation/fake/specifications.html" class="nav-text link">Featureless Make</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake/specifications/defines.html" class="nav-text link">Defines</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake/specifications/dependencies.html" class="nav-text link">Dependencies</a>
+          </div>
+          <div class="nav-item block highlight unlink">
+            <div class="nav-text unlink">Fakefile</div>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake/specifications/settings.html" class="nav-text link">Settings</a>
+          </div>
+          <div class="nav-item block">
+            <div class="nav-text notice">APIs</div>
+          </div>
+          <div class="nav-item block ellipses">
+            <a href="documentation/fake/specifications/fakefile.html#nav-expanded" class="nav-text link open" title="Expand Menu">…</a>
+            <a href="documentation/fake/specifications/fakefile.html" class="nav-text link close">Collapse Menu</a>
+          </div>
+        </nav>
+      </div>
+
+      <div role="document" class="main-block">
+        <main class="main">
+          <header class="section-header header">
+            <h1 class="section-title h h1">Featureless Make Fakefile Specification</h1>
+          </header>
+
+          <div class="main-content">
+            <p class="p">
+              The <strong>fakefile</strong> file follows the <code class="code">FSS-0005 (Somewhat Basic List)</code> format with a sub-format of <code class="code">IKI-0002 (Simple Script)</code>.
+            </p>
+            <p class="p">
+              A <strong>fakefile</strong> is broken up into multiple Basic Lists, referred to as Sections, with two special purpose reserved Sections.
+            </p>
+            <p class="p">
+              The Sections are broken up into multiple Extended Objects and their respective Contents, referred to as Section Operations.
+            </p>
+            <p class="p">
+              Each of these non-reserved Sections acts as a set to perform some set of Section Operations.
+            </p>
+            <p class="p">
+              Each of these Section Operations perform a single command or action based on a set of reserved Section Operation types.
+            </p>
+            <p class="p">
+              Each of these Section Operations have a set of Arguments associated with them.
+            </p>
+            <p class="p">
+              How these Arguments are interpreted and processed are specific to each Operation type.
+            </p>
+            <p class="p">
+              The Section Operations are represented by the Extended Object name and the Extended Content represents the Operation Arguments.
+            </p>
+            <p class="p">
+              Each of these Section Operations support IKI variable substitution within their respective Arguments.
+            </p>
+            <p class="p">
+              The Operation Extended Object does not support IKI variable substitution.
+            </p>
+            <p class="p">
+              The reserved Settings Section does not support IKI variable substitution.
+            </p>
+            <p class="p">
+              The <code class="code">IKI-0002 (Simple Script)</code> vocabulary context is further clarified as follows:
+            </p>
+            <ul>
+              <li><code class="code">context</code>: The value is case-sensitive variable name.</li>
+              <li><code class="code">define</code>: The value must be a case-sensitive valid environment variable name (alpha-numeric or underscore, but no leading digits).</li>
+              <li>
+                <div><code class="code">parameter</code>: The value is a case-sensitive variable name.</div>
+                <ul>
+                  <li>Many parameters also support <code class="code">:option</code> and <code class="code">:value</code> appended at the end of the value.</li>
+                </ul>
+              </li>
+            </ul>
+            <p class="p">
+              The reserved Section Objects are:
+            </p>
+            <ul>
+              <li><code class="code">settings</code>: contains a list of Settings Objects and Content in <code class="code">FSS-0001 (Extended)</code> format.</li>
+              <li><code class="code">main:</code> contains a list of Operation Objects and Content in <code class="code">FSS-0001 (Extended)</code> format.</li>
+            </ul>
+            <p class="p">
+              The Settings Objects are:
+            </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">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>
+            </ul>
+            <p class="p">
+              The build settings may also be specified in the Settings Section.
+            </p>
+            <p class="p">
+              The Section Operation Objects are:
+            </p>
+            <ul>
+              <li><code class="code">and</code>: One or more Content. First Content is the condition or <code class="code">no_dereference</code> (when <code class="code">no_dereference</code>, then the Second Content is the condition, etc..), remaining Content are specific to the condition.</li>
+              <li><code class="code">break</code>: Zero or one Content. If specified, First content must be one of <code class="code">success</code> or <code class="code">failure</code>.</li>
+              <li><code class="code">build</code>: Zero or more Content. First Content represents file name of the settings file to use, Second Content and on represent custom modes to use.</li>
+              <li><code class="code">clean</code>: Zero Content.</li>
+              <li><code class="code">clone</code>: Two or more Content representing paths to files.</li>
+              <li><code class="code">compile</code>: One or more Content as parameters to compiler.</li>
+              <li><code class="code">copy</code>: Two or more Content representing paths to files.</li>
+              <li><code class="code">define</code>: First Content represents variable name (case-sensitive), remaining Content represents the value.</li>
+              <li><code class="code">delete</code>: One or more Content representing paths to files.</li>
+              <li><code class="code">deletes</code>: One or more Content representing paths to files.</li>
+              <li><code class="code">else</code>: Zero Content.</li>
+              <li><code class="code">exit</code>: Zero or One Content. If specified, First content must be one of <code class="code">succeed</code> or <code class="code">fail</code>.</li>
+              <li><code class="code">fail</code>: One Content. First Content must be one of <code class="code">exit</code>, <code class="code">warn</code>, or <code class="code">ignore</code> (case-sensitive).</li>
+              <li><code class="code">group</code>: Two or more Content. First Content is group name, number, or <code class="code">no_dereference</code> (when <code class="code">no_dereference</code>, then the second Content is the group name or number, etc..), remaining Content are paths to files.</li>
+              <li><code class="code">groups</code>: Two or more Content. First Content is group name, number, or <code class="code">no_dereference</code> (when <code class="code">no_dereference</code>, then the second Content is the group name or number, etc..), remaining Content are paths to files.</li>
+              <li><code class="code">if</code>: One or more Content. First Content is the condition or is <code class="code">no_dereference</code> (when <code class="code">no_dereference</code>, then the Second Content is the condition, etc..), remaining Content are specific to the condition.</li>
+              <li><code class="code">index</code>: One or more Content.</li>
+              <li><code class="code">link</code>: Two to Four Content. The first and second Content may be either <code class="code">force</code> or <code class="code">strict</code>, the second to last Content is the link target file, and the last Content is the pointer file (the link).</li>
+              <li><code class="code">mode</code>: Two or more Content. First Content is the mode, remaining Content are paths to files.</li>
+              <li><code class="code">modes</code>: Two or more Content. First Content is the mode, remaining Content are paths to files.</li>
+              <li><code class="code">move</code>: Two or more Content representing paths to files.</li>
+              <li><code class="code">operate</code>: One Content. First Content is the name of a valid Section Object, except for the reserved Section Objects.</li>
+              <li><code class="code">or</code>: One or more Content. First Content is the condition or <code class="code">no_dereference</code> (when <code class="code">no_dereference</code>, then the Second Content is the condition, etc..), remaining Content are specific to the condition.</li>
+              <li><code class="code">owner</code>: Two or more Content. First Content is owner name, number, or <code class="code">no_dereference</code> (when <code class="code">no_dereference</code>, then the second Content is the owner name or number, etc..), remaining Content are paths to files.</li>
+              <li><code class="code">owners</code>: Two or more Content. First Content is owner name, number, or <code class="code">no_dereference</code> (when <code class="code">no_dereference</code>, then the second Content is the owner name or number, etc..), remaining Content are paths to files.</li>
+              <li><code class="code">parameter</code>: First Content represents variable name (case-sensitive), remaining Content represents the value.</li>
+              <li><code class="code">pop</code>: Zero Content.</li>
+              <li><code class="code">print</code>: Zero or more Content.</li>
+              <li><code class="code">run</code>: One or more Content. First Content is the name of the program (or script) and all remaining Content are passed as arguments to the named program (or script).</li>
+              <li><code class="code">shell</code>: One or more Content. First Content is the file path of the program (or script) and all remaining Content are passed as arguments to the named program (or script).</li>
+              <li><code class="code">skeleton</code>: Zero Content.</li>
+              <li><code class="code">to</code>: One Content. First Content is the directory path.</li>
+              <li><code class="code">top</code>: Zero Content.</li>
+              <li><code class="code">touch</code>: Two or more Content. First Content is one of <code class="code">file</code> or <code class="code">directory</code>, remaining Content are paths to files.</li>
+              <li><code class="code">write</code>: One or more Content. First Content the file to write to, remaining Content represent the string to write.</li>
+            </ul>
+            <p class="p">
+              The <code class="code">if</code> Section Operation conditions are:
+            </p>
+            <ul>
+              <li><code class="code">==</code>: Two or more Content.</li>
+              <li><code class="code">&gt;</code>: Two or more Content.</li>
+              <li><code class="code">&lt;</code>: Two or more Content.</li>
+              <li><code class="code">&gt;=</code>: Two or more Content.</li>
+              <li><code class="code">&lt;=</code>: Two or more Content.</li>
+              <li><code class="code">&lt;&gt;</code>: Two or more Content.</li>
+              <li><code class="code">define</code>: One or more Content are valid environment variable name.</li>
+              <li><code class="code">exist</code>: One or more Content representing the files to check the existence of.</li>
+              <li><code class="code">failure</code>: has no other Content.</li>
+              <li><code class="code">group</code>: First Content is the name of a group. Second or more Content are paths to files.</li>
+              <li><code class="code">is</code>: First Content is a list of <code class="code">block</code>, <code class="code">character</code>, <code class="code">no_dereference</code>, <code class="code">directory</code>, <code class="code">fifo</code>, <code class="code">link</code>, <code class="code">regular</code> , or <code class="code">socket</code> followed by "for" and then the Remaining Content that are paths to files.</li>
+              <li><code class="code">mode</code>: First Content is either <code class="code">has</code>, <code class="code">is</code>, or <code class="code">no_dereference</code>. Second Content is a valid file mode. Third or more Content are paths to files.</li>
+              <li><code class="code">no_dereference</code>: A non-condition inserted before any of <code class="code">exist</code>, <code class="code">is</code>, and <code class="code">mode</code> (then the second Content is the actual condition followed by any Content associated with that condition).</li>
+              <li><code class="code">not</code>: First Content is one of <code class="code">define</code>, <code class="code">exist</code>, <code class="code">group</code>, <code class="code">is</code>, <code class="code">mode</code>, <code class="code">no_dereference</code>, <code class="code">owner</code>, or <code class="code">parameter</code> and all remaining Content are based on the First Content's <code class="code">if</code> Section Operation Content rules.</li>
+              <li><code class="code">owner</code>: First Content is the name of an owner. Second or more Content are paths to files.</li>
+              <li><code class="code">parameter</code>: One or more Content are valid IKI names.</li>
+              <li><code class="code">success</code>: has no other Content.</li>
+            </ul>
+            <p class="p">
+              The <code class="code">if</code> Section Operation conditions and numbers:
+            </p>
+            <ul>
+              <li>
+                <div>The numbers may be represented in any of the forms:</div>
+                <ol>
+                  <li><code class="code">decimal</code>: all numbers without a base-type prefix are of base-type 10, referred to as decimal.</li>
+                  <li><code class="code">binary</code>: all numbers with the prefix <code class="code">0b</code> (uppercase or lowercase <code class="code">b</code>) are of base-type 2, referred to as binary.</li>
+                  <li><code class="code">octal</code>: all numbers with the prefix <code class="code">0o</code> (that is zero followed by the letter <code class="code">o</code>, uppercase or lowercase <code class="code">o</code>) are of base-type 8, referred to as octal.</li>
+                  <li><code class="code">duodecimal</code>: all numbers with the prefix <code class="code">0d</code> (uppercase or lowercase <code class="code">d</code>) are of base-type 12, referred to as duodecimal.</li>
+                  <li><code class="code">hexadecimal</code>: all numbers with the prefix <code class="code">0x</code> (uppercase or lowercase <code class="code">x</code>) are of base-type 16, referred to as hexadecimal.</li>
+                </ol>
+                <p class="p">
+                  (At this time) The numbers may be of a max value of 2^64, or 18446744073709551615, positive or negative.
+                </p>
+                <p class="p">
+                  (At this time) The numbers may only be whole numbers.
+                </p>
+                <p class="p">
+                  Note: There are plans to impose no limits on the number size or any decimal values, but this requires significant work is not to be implemented at this time.
+                  Once this restriction is lifted, it should be conditional upon an implementation for what the maximum supported numbers or digits may be.
+                </p>
+                <div>
+                  Only the following <code class="code">if</code> Section Operation conditions use these operators:
+                </div>
+                <ul>
+                  <li><code class="code">&gt;</code></li>
+                  <li><code class="code">&lt;</code></li>
+                  <li><code class="code">&gt;=</code></li>
+                  <li><code class="code">&lt;=</code></li>
+                </ul>
+              </li>
+            </ul>
+            <p class="p">
+              The <code class="code">if</code> Section Operation condition <code class="code">parameter</code>:
+            </p>
+            <ul>
+              <li>The following reserved words are available for parameter names: <code class="code">build</code>, <code class="code">color</code>, <code class="code">current</code>, <code class="code">data</code>, <code class="code">define</code>, <code class="code">fakefile</code>, <code class="code">mode</code>, <code class="code">process</code>, <code class="code">return</code>, <code class="code">settings</code>, <code class="code">sources</code>, <code class="code">top</code>, <code class="code">verbosity</code>, and <code class="code">work</code>.</li>
+              <li>Each of the reserved words supports having <code class="code">:option</code> and <code class="code">:value</code> appended, such as: <code class="code">work:value</code>.</li>
+            </ul>
+          </div>
+
+          <section id="documentation-rule" class="section sub separate">
+            <header class="section-header header">
+              <h2 class="section-title h h2">Fakefile Documentation</h2>
+            </header>
+
+            <div class="section-content">
+              <p class="p">
+                This describes intent and purposes of the <strong>fakefile</strong> file settings.
+              </p>
+              <p class="p">
+                All files specified are relative to the project root.
+              </p>
+              <p class="p">
+                The reserved Section Names are defined as follows:
+              </p>
+              <ul>
+                <li>
+                  <div><code class="code">settings</code>:</div>
+                  <p class="p">
+                    Any configuration specific to this <strong>fakefile</strong> is stored here.
+                  </p>
+                  <p class="p">
+                    This includes the declaration of define and parameter IKI variable substitution values.
+                  </p>
+                  <p class="p">
+                    The build settings may also be specified in the Settings Section.
+                  </p>
+                  <p class="p">
+                    The following settings are available (in addition to the build settings):
+                  </p>
+                  <ul>
+                    <li>
+                      <div><code class="code">compiler</code>:</div>
+                      <ul>
+                        <li>
+                          <div>This represents the name of the compiler program to use, such as <code class="code">gcc</code>.</div>
+                          <p class="p">
+                            The programs <code class="code">gcc</code> and <code class="code">clang</code> are known to work.
+                          </p>
+                          <p class="p">
+                            Many of the parameters in the settings file can be changed if using a non-GCC, but there may be certain hard-coded functionality that may need to be changed.
+                          </p>
+                          <p class="p">
+                            When specified and <code class="code">load_build</code> is <code class="code">true</code>, then this will override the <code class="code">build_compiler</code> specified in the loaded build settings.
+                          </p>
+                        </li>
+                      </ul>
+                    </li>
+                    <li>
+                      <div><code class="code">define</code>:</div>
+                      <ul>
+                        <li>
+                          <div>This represents an environment variable to define on run.</div>
+                          <p class="p">
+                            The environment variable name is case-sensitive.
+                          </p>
+                          <p class="p">
+                            This replaces the value of any existing environment variable with this name.
+                          </p>
+                        </li>
+                      </ul>
+                    </li>
+                    <li>
+                      <div><code class="code">environment</code>:</div>
+                      <ul>
+                        <li>
+                          <div>This represents all environment variables that are exposed when executing sub-programs.</div>
+                          <p class="p">
+                            This is not auto-populated for environment variables defined in the <code class="code">define</code> setting.
+                          </p>
+                          <p class="p">
+                            When defined with no Content, then this means that no environment variables are exposed.
+                          </p>
+                          <p class="p">
+                            When not defined at all, then all environment variables are exposed.
+                          </p>
+                          <p class="p">
+                            Environment variables may still be exposed if <code class="code">load_build</code> is <code class="code">true</code> and the build setting file defines any environment variable names.
+                          </p>
+                        </li>
+                      </ul>
+                    </li>
+                    <li>
+                      <div><code class="code">fail</code>:</div>
+                      <ul>
+                        <li>
+                          <div>Designates the fail mode when running external programs, such as through the <code class="code">run</code> or <code class="code">shell</code> operations.</div>
+                          <p class="p">
+                            There are three options:
+                          </p>
+                          <ol>
+                            <li><code class="code">exit</code>: Designates to exit the program on failure, printing an error message.</li>
+                            <li><code class="code">warn</code>: Designates to continue on and if in verbose mode then print a warning.</li>
+                            <li><code class="code">ignore</code>: Designates to do nothing.</li>
+                          </ol>
+                          <p class="p">
+                            The return code for programs can still be retrieved through using the reserved IKI vaiable <code class="code">return</code>.
+                          </p>
+                        </li>
+                      </ul>
+                    </li>
+                    <li>
+                      <div><code class="code">indexer</code>:</div>
+                      <ul>
+                        <li>
+                          <div>This represents the name of the indexer program to use, such as <code class="code">ar</code>.</div>
+                          <p class="p">
+                            An indexer is often called a linker.
+                          </p>
+                          <p class="p">
+                            Similar to <code class="code">build_compiler</code>, any linker that supports the <code class="code">ar</code> program parameters is effectively supported.
+                          </p>
+                          <p class="p">
+                            When specified and <code class="code">load_build</code> is <code class="code">true</code>, then this will override the <code class="code">build_indexer</code> specified in the loaded build settings.
+                          </p>
+                        </li>
+                      </ul>
+                    </li>
+                    <li>
+                      <div><code class="code">indexer_arguments</code>:</div>
+                      <ul>
+                        <li>
+                          <div>This represents arguments needed to build an archive file from object files, such as <code class="code">rcs</code>.</div>
+                          <p class="p">
+                            These arguments are placed immediately before the object files passed to the <code class="code">indexer</code> program.
+                          </p>
+                        </li>
+                      </ul>
+                    </li>
+                    <li>
+                      <div><code class="code">load_build</code>:</div>
+                      <ul>
+                        <li>
+                          <div>This represents whether or not to load the load the build settings file.</div>
+                          <p class="p">
+                            The first Content value may be <code class="code">true</code> to load the build settings and <code class="code">false</code> to not load the build settings file.
+                          </p>
+                        </li>
+                      </ul>
+                    </li>
+                    <li>
+                      <div><code class="code">parameter</code>:</div>
+                      <ul>
+                        <li>
+                          <div>This defines an IKI variable name to substitute with the value.</div>
+                          <p class="p">
+                            This replaces the value of any existing environment variable with this name.
+                          </p>
+                          <p class="p">
+                            The first Content value represents the IKI variable name.
+                          </p>
+                          <p class="p">
+                            All Content values after the first represent the values the matching IKI variable is replaced with.
+                          </p>
+                          <p class="p">
+                            The parameter variable name <code class="code">return</code> is used to store the return result of a <code class="code">run</code> or <code class="code">shell</code> operation.
+                          </p>
+                          <p class="p">
+                            Setting this here only sets the default <code class="code">return</code> parameter variable value.
+                          </p>
+                        </li>
+                      </ul>
+                    </li>
+                  </ul>
+                <li>
+                  <div><code class="code">main</code>:</div>
+                  <p class="p">
+                    This is the main entry point when processing the <strong>fakefile</strong>.
+                  </p>
+                  <p class="p">
+                    This is processed top-down until the end of the list is reached.
+                  </p>
+                  <p class="p">
+                    The following operations are available:
+                  </p>
+                  <ul>
+                    <li>
+                      <div><code class="code">and</code>:</div>
+                      <p class="p">
+                        A special type of an <code class="code">if</code> operation.
+                      </p>
+                      <p class="p">
+                        May only be specified following a valid <code class="code">if</code>, <code class="code">and</code>, or <code class="code">or</code> operation.
+                      </p>
+                      <p class="p">
+                        This is executed only if the previous <code class="code">if</code> operation result is true.
+                      </p>
+                      <p class="p">
+                        When executed, this performs the test and returns true or false as appropriate.
+                      </p>
+                      <p class="p">
+                        When not executed, this passes through the result of the previous <code class="code">if</code>, <code class="code">and</code>, or <code class="code">or</code> operation.
+                      </p>
+                      <p class="p">
+                    </li>
+                    <li>
+                      <div><code class="code">build</code>:</div>
+                      <p class="p">
+                        Run the fake build operation as if <code class="code">fake build</code> was run instead of <code class="code">fake make</code>.
+                      </p>
+                      <p class="p">
+                        Command line arguments are automatically passed to the fake build operation.
+                      </p>
+                      <p class="p">
+                        Accepts an optional Content that is a file name to a build settings file to use instead of the default.
+                      </p>
+                      <p class="p">
+                        This file name is relative to the data build directory (which can be changed by -D/--data parameter).
+                      </p>
+                      <p class="p">
+                        If the optional file name Content is specified, then it also supports additional modes to use instead of the default mode.
+                      </p>
+                      <p class="p">
+                        When no additional Content after the <code class="code">build</code> is specified, then the default (or program supplied) settings file and modes are used.
+                      </p>
+                      <p class="p">
+                        When the first Content after the <code class="code">build</code> is specified as an empty string, then the default (or program supplied) settings file is used.
+                      </p>
+                      <p class="p">
+                        When the second Content after the <code class="code">build</code> (and there is no third Content), then no modes are used.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">break</code>:</div>
+                      <p class="p">
+                        Perform an exit from the current make operation.
+                      </p>
+                      <p class="p">
+                        This only exists the current depth.
+                      </p>
+                      <p class="p">
+                        If the depth is at the top (aka: 0), then this is identical to the <code class="code">exit</code> section operation.
+                      </p>
+                      <p class="p">
+                        The second Content may be either 'succeed' or 'fail' to designate on whether or not to exit as success or failure.
+                      </p>
+                      <p class="p">
+                        When set to <code class="code">failure</code> this will trigger any failure (with message), depending on the current fail state.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">clean</code>:</div>
+                      <p class="p">
+                        Run the fake clean operation as if <code class="code">fake clean</code> was run instead of <code class="code">fake make</code>.
+                      </p>
+                      <p class="p">
+                        Command line arguments are automatically passed to the fake build operation.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">clone</code>:</div>
+                      <p class="p">
+                        Copy all files (and directories), preserving all properties, into the last content.
+                      </p>
+                      <p class="p">
+                        If there are more than one file (or directory) being copied, then the final path must be a directory.
+                      </p>
+                      <p class="p">
+                        All Content, except last, represents the files to clone.
+                      </p>
+                      <p class="p">
+                        The last Content represents the destination file (or directory) to clone to.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">compile</code>:</div>
+                      <p class="p">
+                        Execute the compiler program, such as <code class="code">gcc</code>.
+                      </p>
+                      <p class="p">
+                        All Content are passed as arguments to the respective <code class="code">gcc</code> program.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">copy</code>:</div>
+                      <p class="p">
+                        Copy all files (and directories) into the last content.
+                      </p>
+                      <p class="p">
+                        If there are more than one file (or directory) being copied, then the final path must be a directory.
+                      </p>
+                      <p class="p">
+                        All Content, except last, represents the files to copy.
+                      </p>
+                      <p class="p">
+                        The last Content represents the destination file (or directory) to copy to.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">define</code>:</div>
+                      <p class="p">
+                        This represents an environment variable to define on run.
+                      </p>
+                      <p class="p">
+                        The environment variable name is case-sensitive.
+                      </p>
+                      <p class="p">
+                        This replaces the value of any existing environment variable with this name.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">delete</code>:</div>
+                      <p class="p">
+                        Delete one or more files or directories.
+                      </p>
+                      <p class="p">
+                        All Content must be the file or directory to be deleted.
+                      </p>
+                      <p class="p">
+                        If the path is a directory and is not empty, then this will not delete the directory.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">deletes</code>:</div>
+                      <p class="p">
+                        Identical to <code class="code">delete</code>, except that when the path is a directory and is not empty, then this will delete the directory.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">else</code>:</div>
+                      <p class="p">
+                        Performs a programmatic <code class="code">else</code> condition.
+                      </p>
+                      <p class="p">
+                        Must be specified following a valid if operation (and the operation it affects).
+                      </p>
+                      <p class="p">
+                        This has no Content.
+                      </p>
+                      <p class="p">
+                        An else operation may not follow this.
+                      </p>
+                      <p class="p">
+                        An if operation may immediately follow to represent an <code class="code">else if</code> condition.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">exit</code>:</div>
+                      <p class="p">
+                        Perform an exit from the entire make operation.
+                      </p>
+                      <p class="p">
+                        This always exits completely, regardless of the operation depth.
+                      </p>
+                      <p class="p">
+                        The second Content may be either 'success' or 'failure' to designate on whether or not to exit as success or failure.
+                      </p>
+                      <p class="p">
+                        When set to <code class="code">failure</code> this will trigger a failure message.
+                      </p>
+                      <p class="p">
+                        When set to <code class="code">failure</code>, the fail state will be forcibly changed to <code class="code">fail</code> regardless of the current fail state.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">fail</code>:</div>
+                      <p class="p">
+                        Toggle how the to handle an operation failure.
+                      </p>
+                      <p class="p">
+                        The first Content may be one of the following:
+                      </p>
+                      <ul>
+                        <li><code class="code">exit</code>: Set failure handler to exit on failure.</li>
+                        <li><code class="code">warn</code>: Set failure handler to print a warning on failure but continue on.</li>
+                        <li><code class="code">ignore</code>: Set failure handler to continue on regardless of failure.</li>
+                      </ul>
+                    </li>
+                    <li>
+                      <div><code class="code">group</code>:</div>
+                      <p class="p">
+                        Change the group role for a given file.
+                      </p>
+                      <p class="p">
+                        The first Content represents the group to assign.
+                      </p>
+                      <p class="p">
+                        The second Content represents the file to assign the group to.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">groups</code>:</div>
+                      <p class="p">
+                        Identical to group operation, except this will recursively apply the mode to all files within the given file, if that file is a directory file path.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">if</code>:</div>
+                      <p class="p">
+                        Performs a programmatic <code class="code">if</code> condition.
+                      </p>
+                      <p class="p">
+                        May be specified following a valid <code class="code">else</code> operation.
+                      </p>
+                      <p class="p">
+                        The Content represents a set of conditions to perform.
+                      </p>
+                      <p class="p">
+                        The <code class="code">if</code> operation may be used in conjunction with the <code class="code">and</code>, <code class="code">or</code>, and the <code class="code">else</code> operations.
+                      </p>
+                      <p class="p">
+                        The conditional logic is different from normal logic found in most software programs.
+                      </p>
+                      <p class="p">
+                        There is only one order of operation, a top-down design where the current operation relates to the previous operation.
+                      </p>
+                      <p class="p">
+                        This is mostly relevant when <code class="code">if</code> operation is followed by an <code class="code">and</code> or an <code class="code">or</code> operation.
+                      </p>
+                      <p class="p">
+                        Consider the following:
+                      </p><pre class="preserve">
+if parameter xxx
+or parameter yyy
+and parameter zzz
+  print first
+else
+if parameter www
+  print second
+else
+  print third
+</pre>
+                      <p class="p">
+                        The resulting logic is as follows:
+                      </p>
+                      <ol>
+                        <li>If <code class="code">xxx</code> is defined, then...</li>
+                        <li>If result from (1) is TRUE or if <code class="code">yyy</code> is defined, then...</li>
+                        <li>If result from (2) is TRUE and if <code class="code">zzz</code> is defined, then...</li>
+                        <li>If result from (3) is FALSE, then...</li>
+                        <li>If result from (4) is TRUE, then...</li>
+                        <li>If result from (5) is FALSE, then...</li>
+                      </ol>
+                      <p class="p">
+                        For all conditions that rely on numbers, only whole numbers are (currently) supported.
+                      </p>
+                      <p class="p">
+                        conditions:
+                      </p>
+                      <ul>
+                        <li>
+                          <div><code class="code">== "left" "right"</code>:</div>
+                          <p class="p">
+                            Compare all parameters to be equal.
+                          </p>
+                          <p class="p">
+                            Requires 2 or more after the <code class="code">==</code>.
+                          </p>
+                          <p class="p">
+                            For example, <code class="code">if == 'a' 'b' 'c' 'd'</code> would test: <code class="code">'a' == 'b' && 'b' == 'c' && 'c' == 'd'</code>.
+                          </p>
+                          <p class="p">
+                            This performs only string-based comparisons.
+                          </p>
+                        </li>
+                        <li>
+                          <div><code class="code">&gt; "left string" "right string"</code>:</div>
+                          <p class="p">
+                            Compare <code class="code">left</code> to <code class="code">right</code> for greater than.
+                          </p>
+                          <p class="p">
+                            Requires 2 or more after the <code class="code">></code>.
+                          </p>
+                          <p class="p">
+                            For example, <code class="code">if &gt; 0 1 2 3</code> would test: <code class="code">0 &gt; 1 && 1 &gt; 2 && 2 &gt; 3</code>.
+                          </p>
+                          <p class="p">
+                            This performs only number-based comparisons.
+                          </p>
+                        </li>
+                        <li>
+                          <div><code class="code">&lt; "left string" "right string"</code>:</div>
+                          <p class="p">
+                            Compare <code class="code">left</code> to <code class="code">right</code> for less than.
+                          </p>
+                          <p class="p">
+                            Requires 2 or more after the <code class="code">></code>.
+                          </p>
+                          <p class="p">
+                            For example, <code class="code">if &lt; 0 1 2 3</code> would test: <code class="code">0 &lt; 1 && 1 &lt; 2 && 2 &lt; 3</code>.
+                          </p>
+                          <p class="p">
+                            This performs only number-based comparisons.
+                          </p>
+                        </li>
+                        <li>
+                          <div><code class="code">&gt;= "left string" "right string"</code>:</div>
+                          <p class="p">
+                            Compare <code class="code">left</code> to <code class="code">right</code> for greater than or equal to.
+                          </p>
+                          <p class="p">
+                            Requires 2 or more after the <code class="code">&gt;=</code>.
+                          </p>
+                          <p class="p">
+                            For example, <code class="code">if &gt;= 0 1 2 3</code> would test: <code class="code">0 &gt;= 1 && 1 &gt;= 2 && 2 &gt;= 3</code>.
+                          </p>
+                          <p class="p">
+                            This performs only number-based comparisons.
+                          </p>
+                        </li>
+                        <li>
+                          <div><code class="code">&lt;= "left string" "right string"</code>:</div>
+                          <p class="p">
+                            Compare <code class="code">left</code> to <code class="code">right</code> for less than or equal to.
+                          </p>
+                          <p class="p">
+                            Requires 2 or more after the <code class="code">&gt;=</code>.
+                          </p>
+                          <p class="p">
+                            For example, <code class="code">if &lt;= 0 1 2 3</code> would test: <code class="code">0 &lt;= 1 && 1 &lt;= 2 && 2 &lt;= 3</code>.
+                          </p>
+                          <p class="p">
+                            This performs only number-based comparisons.
+                          </p>
+                        </li>
+                        <li>
+                          <div><code class="code">&lt;&gt; "left" "right"</code>:</div>
+                          <p class="p">
+                            Compare all parameters to be not equal.
+                          </p>
+                          <p class="p">
+                            Requires 2 or more after the <code class="code">==</code>.
+                          </p>
+                          <p class="p">
+                            For example, <code class="code">if &lt;&gt; 'a' 'b' 'c'</code> would test: <code class="code">'a' &lt;&gt; 'b' && 'b' &lt;&gt; 'c' && 'a' &lt;&gt; 'c'</code>.
+                          </p>
+                          <p class="p">
+                            This performs only string-based comparisons.
+                          </p>
+                        </li>
+                        <li>
+                          <div><code class="code">define "some define name"</code>:</div>
+                          <p class="p">
+                            Test if one or more names are defined as an environment variable.
+                          </p>
+                          <p class="p">
+                            For example, <code class="code">if define PWD SHELL</code> would test if both the <code class="code">PWD</code> and the <code class="code">SHELL</code> variables are defined via the environment variables.
+                          </p>
+                        </li>
+                        <li>
+                          <div><code class="code">exist "file path"</code>:</div>
+                          <p class="p">
+                            Test if file exists.
+                          </p>
+                          <p class="p">
+                            For example, <code class="code">if exist "a.txt" "b.txt"</code> would test if both the file <code class="code">a.txt</code> and <code class="code">b.txt</code> exist.
+                          </p>
+                        </li>
+                        <li>
+                          <div><code class="code">failure</code>:</div>
+                          <p class="p">
+                            Test if the previous section operation failed.
+                          </p>
+                        </li>
+                        <li>
+                          <div><code class="code">group "some mode" "some file"</code>:</div>
+                          <p class="p">
+                            For example, <code class="code">if group friends a.txt b.txt</code> would test if both file <code class="code">a.txt</code> and <code class="code">b.txt</code> have a group named <code class="code">we</code>.
+                          </p>
+                        </li>
+                        <li>
+                          <div><code class="code">is block character directory fifo link regular socket for "file path"</code>:</div>
+                          <p class="p">
+                            Test if one or more files exist and if each file is any of the given types.
+                          </p>
+                          <p class="p">
+                            The given types must be followed by <code class="code">for</code> to designate where the the file paths begin.
+                          </p>
+                          <p class="p">
+                            For example, <code class="code">if is regular directory for "a.txt" "b.txt"</code> would test if both the file <code class="code">a.txt</code> and <code class="code">b.txt</code> exist and are either of type <code class="code">regular</code> or type <code class="code">directory</code>.
+                          </p>
+                        </li>
+                        <li>
+                          <div><code class="code">mode is/has "some mode" "some file"</code>:</div>
+                          <p class="p">
+                            Test if one or more files has the exact mode (<code class="code">is</code>) or has at least the given modes (<code class="code">has</code>).
+                          </p>
+                          <p class="p">
+                            For example, <code class="code">if mode is u+r a.txt b.txt</code> would test if both file <code class="code">a.txt</code> and <code class="code">b.txt</code> only have owner set to read.
+                          </p>
+                          <p class="p">
+                            For example, <code class="code">if mode has u+r a.txt b.txt</code> would test if both file <code class="code">a.txt</code> and <code class="code">b.txt</code> has owner set to read, and all other modes can be anything.
+                          </p>
+                        </li>
+                        <li>
+                          <div><code class="code">not</code>:</div>
+                          <p class="p">
+                            Perform the test expecting a false result rather than a true result.
+                          </p>
+                          <p class="p">
+                            This is to be immediately followed by a valid if condition as well as all appropriate valid content associated with that if condition.
+                          </p>
+                          <p class="p">
+                            Only the following if conditions are supported:
+                          </p>
+                          <ul>
+                            <li><code class="code">define</code>.</li>
+                            <li><code class="code">exist</code>.</li>
+                            <li><code class="code">group</code>.</li>
+                            <li><code class="code">is</code>.</li>
+                            <li><code class="code">mode</code>.</li>
+                            <li><code class="code">owner</code>.</li>
+                            <li><code class="code">parameter</code>.</li>
+                          </ul>
+                          <p class="p">
+                            Examples:
+                          </p>
+                          <ul>
+                            <li><code class="code">if not parameter work</code></li>
+                            <li><code class="code">if not exist documentation.txt</code></li>
+                          </ul>
+                        </li>
+                        <li>
+                          <div><code class="code">owner "some mode" "some file"</code>:</div>
+                          <p class="p">
+                            Test if one or more files has the given owner.
+                          </p>
+                          <p class="p">
+                            For example, <code class="code">if owner me a.txt b.txt</code> would test if both file <code class="code">a.txt</code> and <code class="code">b.txt</code> have an owner named <code class="code">me</code>.
+                          </p>
+                        </li>
+                        <li>
+                          <div><code class="code">parameter "some parameter name"</code>:</div>
+                          <p class="p">
+                            Test if one or more names are defined as a <code class="code">parameter</code> variable.
+                          </p>
+                          <p class="p">
+                            For example, <code class="code">if parameter verbose silent</code> would test if both the <code class="code">verbose</code> and the <code class="code">silent</code> variables are defined via the <code class="code">parameter</code> setting.
+                          </p>
+                          <p class="p">
+                            Reserved parameters that represent program arguments, three forms are available.
+                          </p>
+                          <p class="p">
+                            For example, the program argument -w/--work has the reserved word <code class="code">work</code> and has three forms:
+                          </p>
+                          <ol>
+                            <li><code class="code">work</code>.</li>
+                            <li><code class="code">work:option</code>.</li>
+                            <li><code class="code">work:value</code>.</li>
+                          </ol>
+                          <p class="p">
+                            In the case of form 1, the <code class="code">if parameter work</code> would be true if the argument is passed to the program or a default is provided.
+                          </p>
+                          <p class="p">
+                            In the case of form 2, the <code class="code">if parameter work:option</code> would be true if the argument is passed to the program.
+                          </p>
+                          <p class="p">
+                            In the case of form 3, the <code class="code">if parameter work:value</code> would be true if the argument is passed to the program and has a non-zero value.
+                          </p>
+                          <p class="p">
+                            Some reserved parameters, such as the <code class="code">verbosity</code>, has no <code class="code">value</code> and in this case would always return false for <code class="code">if parameter verbosity:value</code>.
+                          </p>
+                          <p class="p">
+                            The following are reserved parameters:
+                          </p>
+                          <ul>
+                            <li><code class="code">build</code>: Associated with <code class="code">-b/--build</code> parameter.</li>
+                            <li><code class="code">color</code>: Associated with <code class="code">+d/++dark</code>, <code class="code">+l/++light</code>, and <code class="code">+n/++no_color</code> parameters.</li>
+                            <li><code class="code">current</code>: The absolute path to the current working directory (present working directory) (Always has a trailing forward slash).</li>
+                            <li><code class="code">data</code>: Associated with <code class="code">-D/--data</code> parameter.</li>
+                            <li><code class="code">define</code>: Associated with <code class="code">-d/--define</code> parameter.</li>
+                            <li><code class="code">fakefile</code>: Associated with <code class="code">-f/--fakefile</code> parameter.</li>
+                            <li><code class="code">mode</code>: Associated with <code class="code">-m/--mode</code> parameter and possibly with the build settings default mode <code class="code">modes_default</code>.</li>
+                            <li><code class="code">process</code>: Associated with <code class="code">-p/--process</code> parameter.</li>
+                            <li><code class="code">return</code>: Contains the return value of a previous operation that produces a return code.</li>
+                            <li><code class="code">settings</code>: Associated with <code class="code">-s/--settings</code> parameter.</li>
+                            <li><code class="code">sources</code>: Associated with <code class="code">-S/--sources</code> parameter.</li>
+                            <li><code class="code">top</code>: The absolute path to the <code class="code">top</code> directory, which is the base project directory (Always has a trailing forward slash).</li>
+                            <li><code class="code">verbosity</code>: Associated with <code class="code">+Q/++quiet</code>, <code class="code">+E/++error</code>, <code class="code">+N/++normal</code>, <code class="code">+V/++verbose</code>, and <code class="code">+D/++debug</code> parameters.</li>
+                            <li><code class="code">work</code>: Associated with <code class="code">-w/--work</code> parameter.</li>
+                          </ul>
+                        </li>
+                        <li>
+                          <div><code class="code">succeed</code>:</div>
+                          <ul>
+                            <li>Test if the previous section operation succeeded.</li>
+                          </ul>
+                        </li>
+                      </ul>
+                    <li>
+                      <div><code class="code">index</code>:</div>
+                      <p class="p">
+                        Execute the linker program, such as <code class="code">ar</code>.
+                      </p>
+                      <p class="p">
+                        All Content are passed as arguments to the respective <code class="code">ar</code> program.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">link</code>:</div>
+                      <p class="p">
+                        Create a symbolic link from some point to some target.
+                      </p>
+                      <p class="p">
+                        The first Content, when there are more than 2 arguments, may be either <code class="code">force</code> or <code class="code">strict</code>.
+                      </p>
+                      <p class="p">
+                        The second to last Content represents the target file.
+                      </p>
+                      <p class="p">
+                        The last Content represents the point file.
+                      </p>
+                      <p class="p">
+                        The <code class="code">force</code> Content designates that the point file will be overwritten if the file already exists.
+                      </p>
+                      <p class="p">
+                        The <code class="code">strict</code> Content requires that the target file already exists.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">mode</code>:</div>
+                      <p class="p">
+                        Change the mode permissions for a given file.
+                      </p>
+                      <p class="p">
+                        The first Content represents the mode to assign.
+                      </p>
+                      <p class="p">
+                        The second Content represents the file to assign the mode to.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">modes</code>:</div>
+                      <p class="p">
+                        Identical to mode operation, except this will recursively apply the mode to all files within the given file, if that file is a directory file path.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">move</code>:</div>
+                      <p class="p">
+                        Move all files (and directories) into the last content.
+                      </p>
+                      <p class="p">
+                        If there are more than one file (or directory) being copied, then the final path must be a directory.
+                      </p>
+                      <p class="p">
+                        All Content, except last, represents the files to move.
+                      </p>
+                      <p class="p">
+                        The last Content represents the destination file (or directory) to move to.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">operate</code>:</div>
+                      <p class="p">
+                        Begin execution of another Section.
+                      </p>
+                      <p class="p">
+                        The first Content represents the name of the Section Object to execute.
+                      </p>
+                      <p class="p">
+                        This may be neither the <code class="code">settings</code> Section no the <code class="code">main</code> Section.
+                      </p>
+                      <p class="p">
+                        Recursion is prohibited, a Section that is already on the operation stack may not be called again.
+                      </p>
+                      <p class="p">
+                        Once the operation is off the stack, it can then be called again.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">or</code>:</div>
+                      <p class="p">
+                        A special type of an <code class="code">if</code> operation.
+                      </p>
+                      <p class="p">
+                        May only be specified following a valid <code class="code">if</code>, <code class="code">and</code>, or <code class="code">or</code> operation.
+                      </p>
+                      <p class="p">
+                        This is executed only if the previous <code class="code">if</code> operation result is false.
+                      </p>
+                      <p class="p">
+                        When executed, this performs the test and returns true or false as appropriate.
+                      </p>
+                      <p class="p">
+                        When not executed, this passes through the result of the previous <code class="code">if</code>, <code class="code">and</code>, or <code class="code">or</code> operation.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">owner</code>:</div>
+                      <p class="p">
+                        Change the owner role for a given file.
+                      </p>
+                      <p class="p">
+                        The first Content represents the role to assign.
+                      </p>
+                      <p class="p">
+                        The second Content represents the file to assign the role to.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">owners</code>:</div>
+                      <p class="p">
+                        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.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">parameter</code>:</div>
+                      <p class="p">
+                        This represents a variable defined within the scope of the <strong>fakefile</strong>.
+                      </p>
+                      <p class="p">
+                        This is not exported as an environment variable and is therefore not visible to any executed programs or scripts.
+                      </p>
+                      <p class="p">
+                        This replaces the value of any existing parameter variable with this name.
+                      </p>
+                      <p class="p">
+                        The reserved parameter variable names (see IKI vocabulary context section below) may not be changed by this.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">pop</code>:</div>
+                      <p class="p">
+                        Pop a directory path of the path stack, thereby changing to the previous directory on the stack.
+                      </p>
+                      <p class="p">
+                        This is a change directory command similar to a back button in a browser.
+                      </p>
+                      <p class="p">
+                        This has no Content.
+                      </p>
+                      <p class="p">
+                        This does not generate an error if the path stack is empty.
+                      </p>
+                      <p class="p">
+                        If the directory popping to no longer exists, then an error occurs.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">print</code>:</div>
+                      <p class="p">
+                        Print the content to the output screen.
+                      </p>
+                      <p class="p">
+                        This always prints a newline at the end.
+                      </p>
+                      <p class="p">
+                        All Content is printed, and if no Content is provided, an empty line is printed.
+                      </p>
+                      <p class="p">
+                        The following escape sequences are supported for printing special characters:
+                      </p>
+                      <ul>
+                        <li><code class="code">\f</code>: Form Feed.</li>
+                        <li><code class="code">\n</code>: New Line.</li>
+                        <li><code class="code">\r</code>: Carriage Return.</li>
+                        <li><code class="code">\t</code>: Tab.</li>
+                        <li><code class="code">\v</code>: Vertical Tab.</li>
+                        <li><code class="code">\</code>: Backslash Character (may require additional slashes in certain circumstances.)</li>
+                        <li><code class="code">\0</code>: NULL Character.</li>
+                        <li><code class="code">\U+</code>: Unicode Sequence (followed by a valid Unicode sequence with a minimum 4 hexidecimal digits and a maximum of 6 hexidecimal digits).</li>
+                        <li><code class="code">\!</code>: Non-printing separator, allowing for <code class="code">\U+000A\!5</code> to be equivalent to <code class="code">\n5</code>.</li>
+                      </ul>
+                      <p class="p">
+                        If the Unicode is invalid, then nothing is printed for that character (the invalid character is skipped when printing).
+                      </p>
+                      <p class="p">
+                        Example Unicodes:
+                      </p>
+                      <ul>
+                        <li><code class="code">\U+000A</code>: Prints a new line, equivalent to <code class="code">\n</code>.</li>
+                        <li><code class="code">\U+2E19</code>: Prints the Unicode feather-like character <code class="code">⸙</code>.</li>
+                      </ul>
+                      <p class="p">
+                        Only <abbr title="American Standard Code for Information Interchange">ASCII</abbr> alpha-numeric hexidecimal digits are allowed in the Unicode sequence (upper or lower case).
+                      </p>
+                      <p class="p">
+                        Invalid or unknown escape sequences are not printed.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">run</code>:</div>
+                      <p class="p">
+                        Manually execute a remote program or script.
+                      </p>
+                      <p class="p">
+                        This program must be in the appropriate PATH environment or otherwise automatically detected when calling without a specific path to the program or script.
+                      </p>
+                      <p class="p">
+                        The first Content represents the program or script name.
+                      </p>
+                      <p class="p">
+                        All Content after the first are passed to the program or script when running.
+                      </p>
+                      <p class="p">
+                        After this executes the return result is made available via the <code class="code">return</code> parameter variable name.
+                      </p>
+                      <p class="p">
+                        Any existing value associated with <code class="code">return</code> gets replaced.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">shell</code>:</div>
+                      <p class="p">
+                        Manually execute a remote program or script using a specific path to the program or script.
+                      </p>
+                      <p class="p">
+                        This does not require the program to exist in PATH, but the path to the program or script must be relative to the project path.
+                      </p>
+                      <p class="p">
+                        The first Content represents the program or script name.
+                      </p>
+                      <p class="p">
+                        All Content after the first are passed to the program or script when running.
+                      </p>
+                      <p class="p">
+                        After this executes the return result is made available via the <code class="code">return</code> parameter variable name.
+                      </p>
+                      <p class="p">
+                        Any existing value associated with <code class="code">return</code> gets replaced.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">skeleton</code>:</div>
+                      <p class="p">
+                        Run the fake skeleton operation as if <code class="code">fake skeleton</code> was run instead of <code class="code">fake make</code>.
+                      </p>
+                      <p class="p">
+                        Command line arguments are automatically passed to the fake skeleton operation.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">to</code>:</div>
+                      <p class="p">
+                        Change to the directory within the project root path tree, pushing the previous directory onto the path stack.
+                      </p>
+                      <p class="p">
+                        The previous path is saved onto the path stack and may later be <code class="code">popped</code> off.
+                      </p>
+                      <p class="p">
+                        The first Content represents the path to change directory into.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">top</code>:</div>
+                      <p class="p">
+                        Change to the project root path, clearing the directory path stack.
+                      </p>
+                      <p class="p">
+                        This has no Content.
+                      </p>
+                      <p class="p">
+                        If the project root path no longer exists, then an error occurs.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">touch</code>:</div>
+                      <p class="p">
+                        Manually create a new file or a directory within the project root or update its last changed timestamp if the file already exists.
+                      </p>
+                      <p class="p">
+                        The first Content must be either <code class="code">file</code> or <code class="code">directory</code>.
+                      </p>
+                      <p class="p">
+                        The remaining Content must be a path to the file.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">write</code>:</div>
+                      <p class="p">
+                        Write strings to a file within the project root.
+                      </p>
+                      <p class="p">
+                        The Content after the first Content is appended to the file.
+                      </p>
+                      <p class="p">
+                        The first Content represents the file to write to.
+                      </p>
+                      <p class="p">
+                        If there is no Content beyond the first, then the file is truncated (all content within the file is deleted).
+                      </p>
+                      <p class="p">
+                        In all cases, if the file does not exist, the file is created.
+                      </p>
+                      <p class="p">
+                        When only the first Content exists, this acts similar to the <code class="code">touch</code> operation.
+                      </p>
+                      <p class="p">
+                        The major difference between the two is that the <code class="code">touch</code> operation does not alter the content within the file.
+                      </p>
+                      <p class="p">
+                        This does alter the content within the file.
+                      </p>
+                      <p class="p">
+                        A single space is printed between each argument.
+                      </p>
+                      <p class="p">
+                        To preserve spaces, wrap the message in quotes (single or double).
+                      </p>
+                      <p class="p">
+                        The following escape sequences are supported for printing special characters:
+                      </p>
+                      <ul>
+                        <li><code class="code">\f</code>: Form Feed.</li>
+                        <li><code class="code">\n</code>: New Line.</li>
+                        <li><code class="code">\r</code>: Carriage Return.</li>
+                        <li><code class="code">\t</code>: Tab.</li>
+                        <li><code class="code">\v</code>: Vertical Tab.</li>
+                        <li><code class="code">\</code>: Backslash Character (may require additional slashes in certain circumstances.)</li>
+                        <li><code class="code">\0</code>: NULL Character.</li>
+                        <li><code class="code">\U+</code>: Unicode Sequence (followed by a valid Unicode sequence with a minimum 4 hexidecimal digits and a maximum of 6 hexidecimal digits).</li>
+                        <li><code class="code">\!</code>: Non-printing separator, allowing for <code class="code">\U+000A\!5</code> to be equivalent to <code class="code">\n5</code>.</li>
+                      </li>
+                      <p class="p">
+                        If the Unicode is invalid, then nothing is printed for that character (the invalid character is skipped when printing).
+                      </p>
+                      <p class="p">
+                        Example Unicodes:
+                      </p>
+                      <ul>
+                        <li><code class="code">\U+000A</code>: Prints a new line, equivalent to <code class="code">\n</code>.</li>
+                        <li><code class="code">\U+2E19</code>: Prints the Unicode feather-like character <code class="code">⸙</code>.</li>
+                      </ul>
+                      <p class="p">
+                        Only <abbr title="American Standard Code for Information Interchange">ASCII</abbr> alpha-numeric hexidecimal digits are allowed in the Unicode sequence (upper or lower case).
+                      </p>
+                      <p class="p">
+                        Invalid or unknown escape sequences are not printed.
+                      </p>
+                    </li>
+                  </ul>
+                </li>
+              </ul>
+              <p class="p">
+                The IKI vocabulary context is supported and is further clarified as follows:
+              </p>
+              <ul>
+                <li>
+                  <div><code class="code">context</code>:</div>
+                  <ul>
+                    <li>
+                      <div>The context Object represents a name representing simple context or complex combination of context.</div>
+                      <p class="p">
+                        Context should wrap some text such that if some text begins with some context, the context should be reset at the end.
+                      </p>
+                      <p class="p">
+                        The most basic context is color context, such as: <code class="code">context:"notice" This is emphasized text context:"reset"</code>.
+                      </p>
+                      <p class="p">
+                        The use of IKI in this way is acceptable but it is not perfect.
+                      </p>
+                      <p class="p">
+                        IKI is not designed to be a replacement to markup.
+                      </p>
+                      <p class="p">
+                        The markup <code class="code">&lt;strong&gt;Example&lt;/strong&gt;</code> vs the IKI <code class="code">context:"notable" Example context:"notable"</code> has obvious differences in the spaces.
+                      </p>
+                      <p class="p">
+                        The IKI by design cannot be used like this: <code class="code">context:"notable"Examplecontext:"notable"</code> because the word <code class="code">Example</code> and the word <code class="code">context</code> collide.
+                      </p>
+                      <p class="p">
+                        This context will respect the programs <code class="code">++light</code>, <code class="code">++dark</code>, and <code class="code">++no_color</code> parameters.
+                      </p>
+                      <p class="p">
+                        The following context are available:
+                      </p>
+                      <ul>
+                        <li><code class="code">error</code>: Designate as an error, often printed in red.</li>
+                        <li><code class="code">important</code>: Designate as important.</li>
+                        <li><code class="code">normal</code>: Explicitly designate normal text.</li>
+                        <li><code class="code">notable</code>: Designate as notable (similar to <code class="code">strong</code> or <code class="code">bold</code> in <abbr title="Hyper Text Markup Language">HTML</abbr>).</li>
+                        <li><code class="code">reset</code>: Remove the context.</li>
+                        <li><code class="code">standout</code>: Designate to make notable (similar to <code class="code">italic</code> or <code class="code">emphasis</code> in <abbr title="Hyper Text Markup Language">HTML</abbr>).</li>
+                        <li><code class="code">success</code>: Designate as a success, often printed in bright green.</li>
+                        <li><code class="code">title</code>: Designate as a title.</li>
+                        <li><code class="code">warning</code>: Designate as a warning, often printed in some shade of orange.</li>
+                      </ul>
+                    </li>
+                  </ul>
+                </li>
+                <li>
+                  <div><code class="code">define</code>:</div>
+                  <p class="p">
+                    The define Object represents environment variables passed to the program or created by the program.
+                  </p>
+                  <p class="p">
+                    The value represents the environment variable name and is case-sensitive.
+                  </p>
+                  <p class="p">
+                    This IKI variable gets substituted with the environment variable's value or NULL if not defined.
+                  </p>
+                  <p class="p">
+                    The <code class="code">settings</code> list supports declaring custom environment variables (which overwrite any existing environment variable with the same name).
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">parameter</code>:</div>
+                  <p class="p">
+                    The parameter Object represents a variable that is to be substituted.
+                  </p>
+                  <p class="p">
+                    The value represents the variable name and is case-sensitive.
+                  </p>
+                  <p class="p">
+                    This IKI variable gets substituted with the value defined in the <code class="code">settings</code> list or NULL if not defined.
+                  </p>
+                  <p class="p">
+                    The value may contain an additional <code class="code">:option</code> or <code class="code">:value</code> at the end of the name to designate getting only part of the parameter.
+                  </p>
+                  <p class="p">
+                    The following are reserved parameter variable names:
+                  </p>
+                  <ul>
+                    <li>
+                      <div><code class="code">build</code>:</div>
+                      <p class="p">
+                        This variable holds the <code class="code">build</code> program parameters, such as <code class="code">-b build/</code>.
+                      </p>
+                      <p class="p">
+                        This supports both <code class="code">:option</code> and <code class="code">:value</code>.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">color</code>:</div>
+                      <p class="p">
+                        This variable holds the color related program parameters, such as <code class="code">+n</code>.
+                      </p>
+                      <p class="p">
+                        This supports both <code class="code">:option</code> and <code class="code">:value</code> (value is always an empty string).
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">data</code>:</div>
+                      <p class="p">
+                        This variable holds the <code class="code">data</code> program parameters, such as <code class="code">-D data/</code>.
+                      </p>
+                      <p class="p">
+                        This supports both <code class="code">:option</code> and <code class="code">:value</code>.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">define</code>:</div>
+                      <p class="p">
+                        This variable holds the <code class="code">data</code> program parameters, such as <code class="code">-d define/</code>.
+                      </p>
+                      <p class="p">
+                        This supports both <code class="code">:option</code> and <code class="code">:value</code>.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">fakefile</code>:</div>
+                      <p class="p">
+                        This variable holds the <code class="code">fakefile</code> program parameters, such as <code class="code">-f fakefile</code>.
+                      </p>
+                      <p class="p">
+                        This supports both <code class="code">:option</code> and <code class="code">:value</code>.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">mode</code>:</div>
+                      <p class="p">
+                        This variable holds the <code class="code">fakefile</code> program parameters, such as <code class="code">-m monolithic</code>.
+                      </p>
+                      <p class="p">
+                        This supports both <code class="code">:option</code> and <code class="code">:value</code>.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">process</code>:</div>
+                      <p class="p">
+                        This variable holds the <code class="code">process</code> program parameters, such as <code class="code">-p process_name</code>.
+                      </p>
+                      <p class="p">
+                        This supports both <code class="code">:option</code> and <code class="code">:value</code>.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">return</code>:</div>
+                      <p class="p">
+                        This variable holds the return status from a previously run user-space applications, which happens with the <code class="code">run</code> and <code class="code">shell</code> section operations.
+                      </p>
+                      <p class="p">
+                        This does not represent the return code for each line, just only those lines that run user-space applications.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">settings</code>:</div>
+                      <p class="p">
+                        This variable holds the <code class="code">settings</code> program parameters, such as <code class="code">-s settings</code>.
+                      </p>
+                      <p class="p">
+                        This supports both <code class="code">:option</code> and <code class="code">:value</code>.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">sources</code>:</div>
+                      <p class="p">
+                        This variable holds the <code class="code">data</code> program parameters, such as <code class="code">-S sources/</code>.
+                      </p>
+                      <p class="p">
+                        This supports both <code class="code">:option</code> and <code class="code">:value</code>.
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">verbosity</code>:</div>
+                      <p class="p">
+                        This variable holds the verbosity related program parameters, such as <code class="code">+V</code>.
+                      </p>
+                      <p class="p">
+                        This supports both <code class="code">:option</code> and <code class="code">:value</code> (value is always an empty string).
+                      </p>
+                    </li>
+                    <li>
+                      <div><code class="code">work</code>:</div>
+                      <p class="p">
+                        This variable holds the <code class="code">work</code> program parameters, such as <code class="code">-w work/</code>.
+                      </p>
+                      <p class="p">
+                        This supports both <code class="code">:option</code> and <code class="code">:value</code>.
+                      </p>
+                      <p class="p">
+                        An example of getting just the <code class="code">:option</code> or <code class="code">:value</code> part of a parameter for the <code class="code">work</code> parameters:
+                      </p>
+                      <ul>
+                        <li>
+                          <div><code class="code">work:option</code>:</div>
+                          </p>
+                          <p class="p">
+                            This variable holds the option part of the <code class="code">work</code> program parameters, such as <code class="code">-w</code>.
+                          </p>
+                        </li>
+                        <li>
+                          <div><code class="code">work:value</code>:</div>
+                          <p class="p">
+                            This variable holds the value part of the <code class="code">work</code> program parameters, such as <code class="code">work/</code>.
+                          </p>
+                        </li>
+                      </ul>
+                    </li>
+                  </ul>
+                </li>
+              </ul>
+              <p class="p">
+                The Content <code class="code">no_dereference</code> may be specified in certain cases relating to files.
+                These cases operate on a file that can be a link itself or the link target.
+                The default behavior is normally to dereference the link target.
+              </p>
+              <p class="p">
+                For example, consider a symbolic link, called <code class="code">some_file</code>, that points to a file that does not exist (which means that the link in question is a broken link).
+                The Operation <code class="code">if exist some_file</code> would return false.
+                The Operation <code class="code">if no_dereference exist some_file</code> would return true.
+                This is because the symbolic link itself, <code class="code">some_file</code>, does exist but the file it is pointing to does not.
+                The <code class="code">no_dereference</code> is ignored for conditions that do not need it.
+              </p>
+            </div>
+          </section>
+        </main>
+      </div>
+    </div>
+  </body>
+</html>
diff --git a/documentation/fake/specifications/settings.html b/documentation/fake/specifications/settings.html
new file mode 100644 (file)
index 0000000..ca84d37
--- /dev/null
@@ -0,0 +1,1490 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <title>Documentation - Featureless Make - Specification - Settings</title>
+
+    <base href="../../../">
+
+    <meta charset="UTF-8">
+    <meta name="author" content="Kevin Day">
+    <meta name="description" content="Featureless Make program settings specification.">
+    <meta name="keywords" content="Kevin Day, Kevux, FLL, Featureless, Linux, Library, Featureless Make, Open-Source, Specification">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <link type="text/css" rel="stylesheet" media="all" href="css/kevux.css">
+    <link type="text/css" rel="stylesheet" media="only screen" href="css/kevux-screen.css">
+    <link type="text/css" rel="stylesheet" media="only screen and (min-device-width:501px)" href="css/kevux-screen-desktop.css">
+    <link type="text/css" rel="stylesheet" media="only screen and (max-device-width:500px)" href="css/kevux-screen-mobile.css">
+    <link type="text/css" rel="stylesheet" media="only screen and (min-device-width:1201px)" href="css/kevux-screen-large.css">
+    <link type="text/css" rel="stylesheet" media="only screen and (min-device-width:501px) and (max-device-width:1200px)" href="css/kevux-screen-normal.css">
+    <link type="text/css" rel="stylesheet" media="only screen and (min-device-width:251px) and (max-device-width:500px)" href="css/kevux-screen-small.css">
+    <link type="text/css" rel="stylesheet" media="only screen and (max-device-width:250px)" href="css/kevux-screen-tiny.css">
+    <link type="text/css" rel="stylesheet" media="only print" href="css/kevux-print.css">
+    <link type="text/css" rel="stylesheet" media="only print and (orientation:landscape)" href="css/kevux-print-landscape.css">
+    <link type="text/css" rel="stylesheet" media="only print and (orientation:portrait)" href="css/kevux-print-portrait.css">
+
+    <link rel="canonical" href="documentation/fake/specifications/settings.html">
+    <link type="image/x-icon" rel="icon" href="images/kevux.ico">
+    <link type="image/x-icon" rel="shortcut" href="images/kevux.ico">
+    <link type="text/html" rel="license" href="licenses.html">
+  </head>
+
+  <body id="kevux" class="kevux no-js specification">
+    <div role="banner" class="header-block">
+      <header class="header-section header">
+        <div class="header-site">Kevux Systems and Software</div>
+      </header>
+
+      <div class="nav-block">
+        <nav id="kevux-site-nav" class="nav-menu">
+          <div class="nav-item"><a href="news.html" class="nav-text link">News</a></div>
+          <div class="nav-item"><a href="distributions.html" class="nav-text link">Distributions</a></div>
+          <div class="nav-item"><a href="fll.html" class="nav-text link">FLL</a></div>
+          <div class="nav-item"><a href="projects.html" class="nav-text link">Projects</a></div>
+          <div class="nav-item active"><a href="documentation.html" class="nav-text link">Documentation</a></div>
+        </nav>
+      </div>
+    </div>
+
+    <div class="content-block">
+      <div id="nav-expanded" class="nav-block">
+        <nav id="kevux-document-nav" class="nav-menu">
+          <div class="nav-item block back">
+            <a href="documentation.html" class="nav-text link back">Back</a>
+          </div>
+          <div class="nav-item block">
+            <div class="nav-text notice">Documentation</div>
+            <a href="documentation/fake.html" class="nav-text link">Featureless Make</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake.html#parameters-standard" class="nav-text link">Standard Parameters</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake.html#parameters-program" class="nav-text link">Program Parameters</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake.html#operations" class="nav-text link">Operations</a>
+          </div>
+          <div class="nav-item block">
+            <div class="nav-text notice">Specifications</div>
+            <a href="documentation/fake/specifications.html" class="nav-text link">Featureless Make</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake/specifications/defines.html" class="nav-text link">Defines</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake/specifications/dependencies.html" class="nav-text link">Dependencies</a>
+          </div>
+          <div class="nav-item block">
+            <a href="documentation/fake/specifications/fakefile.html" class="nav-text link">Fakefile</a>
+          </div>
+          <div class="nav-item block highlight unlink">
+            <div class="nav-text unlink">Settings</div>
+          </div>
+          <div class="nav-item block">
+            <div class="nav-text notice">APIs</div>
+          </div>
+          <div class="nav-item block ellipses">
+            <a href="documentation/fake/specifications/settings.html#nav-expanded" class="nav-text link open" title="Expand Menu">…</a>
+            <a href="documentation/fake/specifications/settings.html" class="nav-text link close">Collapse Menu</a>
+          </div>
+        </nav>
+      </div>
+
+      <div role="document" class="main-block">
+        <main class="main">
+          <header class="section-header header">
+            <h1 class="section-title h h1">Featureless Make Settings Specification</h1>
+          </header>
+
+          <div class="main-content">
+            <p class="p">
+              The build settings <strong>settings</strong> file follows the <code class="code">FSS-0001 (Extended)</code> format.
+            </p>
+            <p class="p">
+              Each Object represents a settings property name.
+            </p>
+            <p class="p">
+              There is only a distinct set of setting property names (see below).
+            </p>
+            <p class="p">
+              Each Content represents the values associated with that property.
+            </p>
+            <p class="p">
+              Additional restrictions are applied to each Content depending on each specific Object name (see below).
+            </p>
+            <p class="p">
+              Object Names and their respective Content purpose/restrictions:
+            </p>
+            <ul>
+              <li><code class="code">build_compiler</code>: Must only be a valid filename.</li>
+              <li><code class="code">build_indexer</code>: Must only be a valid filename.</li>
+              <li><code class="code">build_indexer_arguments</code>: Zero or more arguments supported by the indexer specified in <code class="code">build_indexer</code>.</li>
+              <li><code class="code">build_language</code>: Must only be one of: <code class="code">bash</code>, <code class="code">c</code>, or <code class="code">c++</code>.</li>
+              <li><code class="code">build_libraries</code>: Must only contain any number of valid library include arguments that are valid for the compiler defined in "build_compiler" Object.</li>
+              <li><code class="code">build_libraries_shared</code>: Must only contain any number of valid library include arguments that are valid for the compiler defined in "build_compiler" Object.</li>
+              <li><code class="code">build_libraries_static</code>: Must only contain any number of valid library include arguments that are valid for the compiler defined in "build_compiler" Object.</li>
+              <li><code class="code">build_name</code>: Must only contain characters allowed in a filename.</li>
+              <li><code class="code">build_objects_library</code>: Must only contain any number of valid object file names relative to the appropriate <code class="code">path_object_*</code> path.</li>
+              <li><code class="code">build_objects_library_shared</code>: Must only contain any number of valid object file names relative to the <code class="code">path_object_shared</code> path.</li>
+              <li><code class="code">build_objects_library_static</code>: Must only contain any number of valid object file names relative to the <code class="code">path_object_static</code> path.</li>
+              <li><code class="code">build_objects_program</code>: Must only contain any number of valid object file names relative to the appropriate <code class="code">path_object_*</code> path.</li>
+              <li><code class="code">build_objects_program_shared</code>: Must only contain any number of valid object file names relative to the <code class="code">path_object_shared</code> path.</li>
+              <li><code class="code">build_objects_program_static</code>: Must only contain any number of valid object file names relative to the <code class="code">path_object_static</code> path.</li>
+              <li><code class="code">build_script</code>: Must only one of: <code class="code">yes</code> or <code class="code">no</code>.</li>
+              <li><code class="code">build_shared</code>: Must only one of: <code class="code">yes</code> or <code class="code">no</code>.</li>
+              <li><code class="code">build_sources_headers</code>: Must only contain any number of valid filenames.</li>
+              <li><code class="code">build_sources_headers_shared</code>: Must only contain any number of valid filenames.</li>
+              <li><code class="code">build_sources_headers_static</code>: Must only contain any number of valid filenames.</li>
+              <li><code class="code">build_sources_library</code>: Must only contain any number of valid filenames.</li>
+              <li><code class="code">build_sources_library_shared</code>: Must only contain any number of valid filenames.</li>
+              <li><code class="code">build_sources_library_static</code>: Must only contain any number of valid filenames.</li>
+              <li><code class="code">build_sources_object</code>: Must only contain any number of valid filenames.</li>
+              <li><code class="code">build_sources_object_shared</code>: Must only contain any number of valid filenames.</li>
+              <li><code class="code">build_sources_object_static</code>: Must only contain any number of valid filenames.</li>
+              <li><code class="code">build_sources_program</code>: Must only contain any number of valid filenames.</li>
+              <li><code class="code">build_sources_program_shared</code>: Must only contain any number of valid filenames.</li>
+              <li><code class="code">build_sources_program_static</code>: Must only contain any number of valid filenames.</li>
+              <li><code class="code">build_sources_script</code>: Must only contain any number of valid filenames.</li>
+              <li><code class="code">build_sources_setting</code>: Must only contain any number of valid filenames.</li>
+              <li><code class="code">build_static</code>: Must only one of: <code class="code">yes</code> or <code class="code">no</code>.</li>
+              <li><code class="code">defines</code>: Must only contain any number of valid macro names supported by the compiler specified in <code class="code">build_compiler</code>.</li>
+              <li><code class="code">defines_library</code>: Must only contain any number of valid macro names supported by the compiler specified in <code class="code">build_compiler</code>.</li>
+              <li><code class="code">defines_library_shared</code>: Must only contain any number of valid macro names supported by the compiler specified in <code class="code">build_compiler</code>.</li>
+              <li><code class="code">defines_library_static</code>: Must only contain any number of valid macro names supported by the compiler specified in <code class="code">build_compiler</code>.</li>
+              <li><code class="code">defines_object</code>: Must only contain any number of valid macro names supported by the compiler specified in <code class="code">build_compiler</code>.</li>
+              <li><code class="code">defines_object_shared</code>: Must only contain any number of valid macro names supported by the compiler specified in <code class="code">build_compiler</code>.</li>
+              <li><code class="code">defines_object_static</code>: Must only contain any number of valid macro names supported by the compiler specified in <code class="code">build_compiler</code>.</li>
+              <li><code class="code">defines_program</code>: Must only contain any number of valid macro names supported by the compiler specified in <code class="code">build_compiler</code>.</li>
+              <li><code class="code">defines_program_shared</code>: Must only contain any number of valid macro names supported by the compiler specified in <code class="code">build_compiler</code>.</li>
+              <li><code class="code">defines_program_static</code>: Must only contain any number of valid macro names supported by the compiler specified in <code class="code">build_compiler</code>.</li>
+              <li><code class="code">defines_shared</code>: Must only contain any number of valid macro names supported by the compiler specified in <code class="code">build_compiler</code>.</li>
+              <li><code class="code">defines_static</code>: Must only contain any number of valid macro names supported by the compiler specified in <code class="code">build_compiler</code>.</li>
+              <li><code class="code">environment</code>: Environment variable names, case-sensitive, usually uppercase. May only contain characters allowed in an environment variable.</li>
+              <li><code class="code">flags</code>: Must only contain any number of parameters supported by the compiler specified in <code class="code">build_compiler</code>.</li>
+              <li><code class="code">flags_library</code>: Must only contain any number of parameters supported by the compiler specified in <code class="code">build_compiler</code>.</li>
+              <li><code class="code">flags_library_shared</code>: Must only contain any number of parameters supported by the compiler specified in <code class="code">build_compiler</code>.</li>
+              <li><code class="code">flags_library_static</code>: Must only contain any number of parameters supported by the compiler specified in <code class="code">build_compiler</code>.</li>
+              <li><code class="code">flags_object</code>: Must only contain any number of parameters supported by the compiler specified in <code class="code">build_compiler</code>.</li>
+              <li><code class="code">flags_object_shared</code>: Must only contain any number of parameters supported by the compiler specified in <code class="code">build_compiler</code>.</li>
+              <li><code class="code">flags_object_static</code>: Must only contain any number of parameters supported by the compiler specified in <code class="code">build_compiler</code>.</li>
+              <li><code class="code">flags_program</code>: Must only contain any number of parameters supported by the compiler specified in <code class="code">build_compiler</code>.</li>
+              <li><code class="code">flags_program_shared</code>: Must only contain any number of parameters supported by the compiler specified in <code class="code">build_compiler</code>.</li>
+              <li><code class="code">flags_program_static</code>: Must only contain any number of parameters supported by the compiler specified in <code class="code">build_compiler</code>.</li>
+              <li><code class="code">flags_shared</code>: Must only contain any number of parameters supported by the compiler specified in <code class="code">build_compiler</code>.</li>
+              <li><code class="code">flags_static</code>: Must only contain any number of parameters supported by the compiler specified in <code class="code">build_compiler</code>.</li>
+              <li><code class="code">has_path_standard</code>: Must only one of: <code class="code">yes</code> or <code class="code">no</code>.</li>
+              <li><code class="code">modes</code>: Any valid word character, <code class="code">-</code>, or <code class="code">+</code>.</li>
+              <li><code class="code">modes_default</code>: May only be a single complete Content word defined in <code class="code">modes</code> Object.</li>
+              <li><code class="code">path_headers</code>: Must be a single valid path.</li>
+              <li><code class="code">path_language</code>: Must be a single valid path.</li>
+              <li><code class="code">path_library_script</code>: Must be a single valid path.</li>
+              <li><code class="code">path_library_shared</code>: Must be a single valid path.</li>
+              <li><code class="code">path_library_static</code>: Must be a single valid path.</li>
+              <li><code class="code">path_object_script</code>: Must be a single valid path.</li>
+              <li><code class="code">path_object_shared</code>: Must be a single valid path.</li>
+              <li><code class="code">path_object_static</code>: Must be a single valid path.</li>
+              <li><code class="code">path_program_script</code>: Must be a single valid path.</li>
+              <li><code class="code">path_program_shared</code>: Must be a single valid path.</li>
+              <li><code class="code">path_program_static</code>: Must be a single valid path.</li>
+              <li><code class="code">path_sources</code>: Must only be a valid directory path or not specified.</li>
+              <li><code class="code">path_sources_object</code>: Must only be a valid directory path or not specified.</li>
+              <li><code class="code">preserve_path_headers</code>: Must only be one of <code class="code">yes</code> or <code class="code">no</code>.</li>
+              <li><code class="code">process_post</code>: Must contain only a single valid filename.</li>
+              <li><code class="code">process_pre</code>: Must contain only a single valid filename.</li>
+              <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">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>
+              <li><code class="code">version_micro</code>: Must only be a single value containing valid filename characters.</li>
+              <li><code class="code">version_micro_prefix</code>: Must be zero or more valid filename characters.</li>
+              <li><code class="code">version_minor</code>: Must only be a single value containing valid filename characters.</li>
+              <li><code class="code">version_minor_prefix</code>: Must be zero or more valid filename characters.</li>
+              <li><code class="code">version_nano</code>: Must only be a single value containing valid filename characters.</li>
+              <li><code class="code">version_nano_prefix</code>: Must be zero or more valid filename characters.</li>
+              <li><code class="code">version_target</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>
+            </ul>
+            <p class="p">
+              All Object names support having a <code class="code">-</code> and a <code class="code">mode</code> name, such as <code class="code">build_libraries-individual</code> for a mode called <code class="code">individual</code>, except for the <code class="code">modes</code> and the <code class="code">modes_default</code> Object names.
+            </p>
+          </div>
+
+          <section id="documentation-rule" class="section sub separate">
+            <header class="section-header header">
+              <h2 class="section-title h h2">Settings Documentation</h2>
+            </header>
+
+            <div class="section-content">
+              <p class="p">
+                This describes intent and purposes of the build <strong>settings</strong> file settings.
+              </p>
+              <p class="p">
+                The <strong>settings</strong> file is designed for very simple compilations that represent a single named program and/or a single named library.
+              </p>
+              <p class="p">
+                For specific details on the allowed formatting, see the settings.txt under the specifications folder.
+              </p>
+              <ul>
+                <li>
+                  <div><code class="code">build_compiler</code>:</div>
+                  <p class="p">
+                    This represents the name of the compiler program to use, such as <code class="code">gcc</code>.
+                  </p>
+                  <p class="p">
+                    This defaults to <code class="code">gcc</code> (the GNU C Compiler).
+                  </p>
+                  <p class="p">
+                    The programs <code class="code">gcc</code> and <code class="code">clang</code> are known to work.
+                  </p>
+                  <p class="p">
+                    Many of the parameters in the <strong>settings</strong> file can be changed if using a non-GCC, but there may be certain hard-coded functionality that may need to be changed.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_indexer</code>:</div>
+                  <p class="p">
+                    This represents the name of the indexer program to use, such as <code class="code">ar</code>.
+                  </p>
+                  <p class="p">
+                    An indexer is often called a linker.
+                  </p>
+                  <p class="p">
+                    This defaults to <code class="code">ar</code> (the GNU <code class="code">ar</code> program).
+                  </p>
+                  <p class="p">
+                    Similar to <code class="code">build_compiler</code>, any linker that supports the <code class="code">ar</code> program parameters is effectively supported.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_indexer_arguments</code>:</div>
+                  <p class="p">
+                    This represents arguments needed to build an archive file from object files, such as <code class="code">rcs</code>.
+                  </p>
+                  <p class="p">
+                    These arguments are placed immediately before the object files passed to the <code class="code">indexer</code> program.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_language</code>:</div>
+                  <p class="p">
+                    The programming language to build with.
+                  </p>
+                  <p class="p">
+                    The languages <code class="code">c</code> and <code class="code">c++</code> are supported (with <code class="code">bash</code> as a consideration for support).
+                  </p>
+                  <p class="p">
+                    The <code class="code">bash</code> language is not currently implemented and needs some consideration because there is nothing to compile.
+                  </p>
+                  <p class="p">
+                    The <code class="code">bash</code> language will likely build a set of individual scripts, and perhaps script dependencies, into a single Bash script.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_libraries</code>:</div>
+                  <p class="p">
+                    A collection of libraries to be linked against.
+                  </p>
+                  <p class="p">
+                    This should include the compiler specific parameter parts, such as the <code class="code">-l</code> prefix in <code class="code">-lc</code>.
+                  </p>
+                  <p class="p">
+                    The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_libraries_shared</code>:</div>
+                  <p class="p">
+                    A collection of libraries to be linked against.
+                  </p>
+                  <p class="p">
+                    This should include the compiler specific parameter parts, such as the <code class="code">-l</code> prefix in <code class="code">-lc</code>.
+                  </p>
+                  <p class="p">
+                    The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive.
+                  </p>
+                  <p class="p">
+                    These are applied to only shared builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_libraries_static</code>:</div>
+                  <p class="p">
+                    A collection of libraries to be linked against.
+                  </p>
+                  <p class="p">
+                    This should include the compiler specific parameter parts, such as the <code class="code">-l</code> prefix in <code class="code">-lc</code>.
+                  </p>
+                  <p class="p">
+                    The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive.
+                  </p>
+                  <p class="p">
+                    These are applied to only static builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_objects_library</code>:</div>
+                  <p class="p">
+                    A collection of object files to be compile with when building libraries.
+                  </p>
+                  <p class="p">
+                    These are intended to represent already compiled object files.
+                  </p>
+                  <p class="p">
+                    These paths are relative to the <code class="code">path_object_script</code>, <code class="code">path_object_shared</code>, or <code class="code">path_object_static</code>.
+                  </p>
+                  <p class="p">
+                    The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_objects_library_shared</code>:</div>
+                  <p class="p">
+                    A collection of object files to be compile with when building shared libraries.
+                  </p>
+                  <p class="p">
+                    These are intended to represent already compiled object files.
+                  </p>
+                  <p class="p">
+                    These paths are relative to the <code class="code">path_object_shared</code>.
+                  </p>
+                  <p class="p">
+                    The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive.
+                  </p>
+                  <p class="p">
+                    These are applied to only shared builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_objects_library_static</code>:</div>
+                  <p class="p">
+                    A collection of object files to be compile with when building static libraries.
+                  </p>
+                  <p class="p">
+                    These are intended to represent already compiled object files.
+                  </p>
+                  <p class="p">
+                    These paths are relative to the <code class="code">path_object_static</code>.
+                  </p>
+                  <p class="p">
+                    The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive.
+                  </p>
+                  <p class="p">
+                    These are applied to only static builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_objects_program</code>:</div>
+                  <p class="p">
+                    A collection of object files to be compile with when building programs.
+                  </p>
+                  <p class="p">
+                    These are intended to represent already compiled object files.
+                  </p>
+                  <p class="p">
+                    These paths are relative to the <code class="code">path_object_script</code>, <code class="code">path_object_shared</code>, or <code class="code">path_object_static</code>.
+                  </p>
+                  <p class="p">
+                    The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_objects_program_shared</code>:</div>
+                  <p class="p">
+                    A collection of object files to be compile with when building shared programs.
+                  </p>
+                  <p class="p">
+                    These are intended to represent already compiled object files.
+                  </p>
+                  <p class="p">
+                    These paths are relative to the <code class="code">path_object_shared</code>.
+                  </p>
+                  <p class="p">
+                    The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive.
+                  </p>
+                  <p class="p">
+                    These are applied to only shared builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_objects_program_static</code>:</div>
+                  <p class="p">
+                    A collection of object files to be compile with when building static programs.
+                  </p>
+                  <p class="p">
+                    These are intended to represent already compiled object files.
+                  </p>
+                  <p class="p">
+                    These paths are relative to the <code class="code">path_object_static</code>.
+                  </p>
+                  <p class="p">
+                    The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive.
+                  </p>
+                  <p class="p">
+                    These are applied to only static builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_name</code>:</div>
+                  <p class="p">
+                    The name of the build, which often represent the project name.
+                  </p>
+                  <p class="p">
+                    If program sources are specified, then this will be used as the program name.
+                  </p>
+                  <p class="p">
+                    If library sources are specified, then this will be used in the library name, such as <code class="code">libX.so</code> where <code class="code">X</code> would be the <code class="code">build_name</code> value.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_script</code>:</div>
+                  <p class="p">
+                    When <code class="code">yes</code>, the build process will build any scripts, such as a Bash script.
+                  </p>
+                  <p class="p">
+                    This is currently not implemented.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_shared</code>:</div>
+                  <p class="p">
+                    When <code class="code">yes</code>, the build process will compile any source code for any supported language that supports shared library linking.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_sources_headers</code>:</div>
+                  <p class="p">
+                    A collection of header files.
+                  </p>
+                  <p class="p">
+                    May include a relative sub-path to each individual header (such as: <code class="code">level_0/a.h level_0/b.h level_1/c.h</code>).
+                  </p>
+                  <p class="p">
+                    The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_sources_headers_shared</code>:</div>
+                  <p class="p">
+                    A collection of header files.
+                  </p>
+                  <p class="p">
+                    May include a relative sub-path to each individual header (such as: <code class="code">level_0/a.h level_0/b.h level_1/c.h</code>).
+                  </p>
+                  <p class="p">
+                    The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive.
+                  </p>
+                  <p class="p">
+                    Be careful not to have any conflicting names between this and build_sources_headers_static in case of when static and shared builds are both enabled.
+                  </p>
+                  <p class="p">
+                    These are applied to only shared builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_sources_headers_static</code>:</div>
+                  <p class="p">
+                    A collection of header files.
+                  </p>
+                  <p class="p">
+                    May include a relative sub-path to each individual header (such as: <code class="code">level_0/a.h level_0/b.h level_1/c.h</code>).
+                  </p>
+                  <p class="p">
+                    The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive.
+                  </p>
+                  <p class="p">
+                    These files are used when compiling the library.
+                  </p>
+                  <p class="p">
+                    Be careful not to have any conflicting names between this and build_sources_headers_shared in case of when static and shared builds are both enabled.
+                  </p>
+                  <p class="p">
+                    These are applied to only static builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_sources_library</code>:</div>
+                  <p class="p">
+                    A collection of library related source files.
+                  </p>
+                  <p class="p">
+                    May include a relative sub-path to each individual source file (such as: <code class="code">level_0/a.c level_0/b.c level_1/c.c</code>).
+                  </p>
+                  <p class="p">
+                    The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_sources_library_shared</code>:</div>
+                  <p class="p">
+                    A collection of library related source files.
+                  </p>
+                  <p class="p">
+                    May include a relative sub-path to each individual source file (such as: <code class="code">level_0/a.c level_0/b.c level_1/c.c</code>).
+                  </p>
+                  <p class="p">
+                    The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive.
+                  </p>
+                  <p class="p">
+                    These are applied to only shared builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_sources_library_static</code>:</div>
+                  <p class="p">
+                    A collection of library related source files.
+                  </p>
+                  <p class="p">
+                    May include a relative sub-path to each individual source file (such as: <code class="code">level_0/a.c level_0/b.c level_1/c.c</code>).
+                  </p>
+                  <p class="p">
+                    The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive.
+                  </p>
+                  <p class="p">
+                    These are applied to only static builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_sources_object</code>:</div>
+                  <p class="p">
+                    A single source file used for generating an object file.
+                  </p>
+                  <p class="p">
+                    The source file is located within the path designated by <code class="code">path_sources_object</code>.
+                  </p>
+                  <p class="p">
+                    The built object does not get linked and therefore no linker arguments apply.
+                  </p>
+                  <p class="p">
+                    The built object file is named using the <code class="code">build_name</code> with the <code class="code">.o</code> extension.
+                  </p>
+                  <p class="p">
+                    May include a relative sub-path to each individual source file (such as: <code class="code">level_0/a.c</code>).
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_sources_object_shared</code>:</div>
+                  <p class="p">
+                    A single source file used for generating an object file.
+                  </p>
+                  <p class="p">
+                    The source file is located within the path designated by <code class="code">path_sources_object</code>.
+                  </p>
+                  <p class="p">
+                    The built object does not get linked and therefore no linker arguments apply.
+                  </p>
+                  <p class="p">
+                    The built object file is named using the <code class="code">build_name</code> with the <code class="code">.o</code> extension.
+                  </p>
+                  <p class="p">
+                    May include a relative sub-path to each individual source file (such as: <code class="code">level_0/a.c</code>).
+                  </p>
+                  <p class="p">
+                    These are applied to only shared builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_sources_object_static</code>:</div>
+                  <p class="p">
+                    A single source file used for generating an object file.
+                  </p>
+                  <p class="p">
+                    The source file is located within the path designated by <code class="code">path_sources_object</code>.
+                  </p>
+                  <p class="p">
+                    The built object does not get linked and therefore no linker arguments apply.
+                  </p>
+                  <p class="p">
+                    The built object file is named using the <code class="code">build_name</code> with the <code class="code">.o</code> extension.
+                  </p>
+                  <p class="p">
+                    May include a relative sub-path to each individual source file (such as: <code class="code">level_0/a.c</code>).
+                  </p>
+                  <p class="p">
+                    These are applied to only static builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_sources_program</code>:</div>
+                  <p class="p">
+                    A collection of program related source files.
+                  </p>
+                  <p class="p">
+                    May include a relative sub-path to each individual source file (such as: <code class="code">level_0/a.c level_0/b.c level_1/c.c</code>).
+                  </p>
+                  <p class="p">
+                    The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive.
+                  </p>
+                  <p class="p">
+                    These files are used when compiling the program.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_sources_program_shared</code>:</div>
+                  <p class="p">
+                    A collection of program related source files.
+                  </p>
+                  <p class="p">
+                    May include a relative sub-path to each individual source file (such as: <code class="code">level_0/a.c level_0/b.c level_1/c.c</code>).
+                  </p>
+                  <p class="p">
+                    The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive.
+                  </p>
+                  <p class="p">
+                    These files are used when compiling the program for shared builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_sources_program_static</code>:</div>
+                  <p class="p">
+                    A collection of program related source files.
+                  </p>
+                  <p class="p">
+                    May include a relative sub-path to each individual source file (such as: <code class="code">level_0/a.c level_0/b.c level_1/c.c</code>).
+                  </p>
+                  <p class="p">
+                    The order of these may matter if the compiler (such as GCC or a linker via GCC) is order sensitive.
+                  </p>
+                  <p class="p">
+                    These files are used when compiling the program for static builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_sources_script</code>:</div>
+                  <p class="p">
+                    A collection of script files.
+                  </p>
+                  <p class="p">
+                    These are settings files used by the project and are simply copied over to the build directory.
+                  </p>
+                  <p class="p">
+                    Unless a pre-process script (or in theory post-process script) is configured to alter these, they are not modified.
+                  </p>
+                  <p class="p">
+                    Unlike the <code class="code">compile_language</code> setting <code class="code">bash</code>, this is not for built Bash script, but is instead for any valid scripting language (including Bash).
+                  </p>
+                  <p class="p">
+                    These could be in any language.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_sources_setting</code>:</div>
+                  <p class="p">
+                    A collection of settings files.
+                  </p>
+                  <p class="p">
+                    These are settings files used by the project and are simply copied over to the build directory.
+                  </p>
+                  <p class="p">
+                    Unless a pre-process script (or in theory post-process script) is configured to alter these, they are not modified.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">build_static</code>:</div>
+                  <p class="p">
+                    When <code class="code">yes</code>, the build process will compile any source code for any supported language that supports static library linking.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">defines</code>:</div>
+                  <p class="p">
+                    A collection of macro names.
+                  </p>
+                  <p class="p">
+                    This includes the any compiler specific parameters required by the <code class="code">build_compiler</code>, such as the <code class="code">-D</code> used by <code class="code">gcc</code> and <code class="code">clang</code>.
+                  </p>
+                  <p class="p">
+                    These will be appended to the compiler for compiled languages such as <code class="code">C</code> and <code class="code">C++</code>.
+                  </p>
+                  <p class="p">
+                    These are applied to both shared and static builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">defines_library</code>:</div>
+                  <p class="p">
+                    A collection of macro names.
+                  </p>
+                  <p class="p">
+                    This includes the any compiler specific parameters required by the <code class="code">build_compiler</code>, such as the <code class="code">-D</code> used by <code class="code">gcc</code> and <code class="code">clang</code>.
+                  </p>
+                  <p class="p">
+                    These will be appended to the compiler for compiled languages such as <code class="code">C</code> and <code class="code">C++</code>.
+                  </p>
+                  <p class="p">
+                    These are applied to only library builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">defines_library_shared</code>:</div>
+                  <p class="p">
+                    A collection of macro names.
+                  </p>
+                  <p class="p">
+                    This includes the any compiler specific parameters required by the <code class="code">build_compiler</code>, such as the <code class="code">-D</code> used by <code class="code">gcc</code> and <code class="code">clang</code>.
+                  </p>
+                  <p class="p">
+                    These will be appended to the compiler for compiled languages such as <code class="code">C</code> and <code class="code">C++</code>.
+                  </p>
+                  <p class="p">
+                    These are applied to only shared library builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">defines_library_static</code>:</div>
+                  <p class="p">
+                    A collection of macro names.
+                  </p>
+                  <p class="p">
+                    This includes the any compiler specific parameters required by the <code class="code">build_compiler</code>, such as the <code class="code">-D</code> used by <code class="code">gcc</code> and <code class="code">clang</code>.
+                  </p>
+                  <p class="p">
+                    These will be appended to the compiler for compiled languages such as <code class="code">C</code> and <code class="code">C++</code>.
+                  </p>
+                  <p class="p">
+                    These are applied to only static library builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">defines_object</code>:</div>
+                  <p class="p">
+                    A collection of macro names.
+                  </p>
+                  <p class="p">
+                    This includes the any compiler specific parameters required by the <code class="code">build_compiler</code>, such as the <code class="code">-D</code> used by <code class="code">gcc</code> and <code class="code">clang</code>.
+                  </p>
+                  <p class="p">
+                    These will be appended to the compiler for compiled languages such as <code class="code">C</code> and <code class="code">C++</code>.
+                  </p>
+                  <p class="p">
+                    These are applied to only object builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">defines_object_shared</code>:</div>
+                  <p class="p">
+                    A collection of macro names.
+                  </p>
+                  <p class="p">
+                    This includes the any compiler specific parameters required by the <code class="code">build_compiler</code>, such as the <code class="code">-D</code> used by <code class="code">gcc</code> and <code class="code">clang</code>.
+                  </p>
+                  <p class="p">
+                    These will be appended to the compiler for compiled languages such as <code class="code">C</code> and <code class="code">C++</code>.
+                  </p>
+                  <p class="p">
+                    These are applied to only shared object builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">defines_object_static</code>:</div>
+                  <p class="p">
+                    A collection of macro names.
+                  </p>
+                  <p class="p">
+                    This includes the any compiler specific parameters required by the <code class="code">build_compiler</code>, such as the <code class="code">-D</code> used by <code class="code">gcc</code> and <code class="code">clang</code>.
+                  </p>
+                  <p class="p">
+                    These will be appended to the compiler for compiled languages such as <code class="code">C</code> and <code class="code">C++</code>.
+                  </p>
+                  <p class="p">
+                    These are applied to only static object builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">defines_program</code>:</div>
+                  <p class="p">
+                    A collection of macro names.
+                  </p>
+                  <p class="p">
+                    This includes the any compiler specific parameters required by the <code class="code">build_compiler</code>, such as the <code class="code">-D</code> used by <code class="code">gcc</code> and <code class="code">clang</code>.
+                  </p>
+                  <p class="p">
+                    These will be appended to the compiler for compiled languages such as <code class="code">C</code> and <code class="code">C++</code>.
+                  </p>
+                  <p class="p">
+                    These are applied to only program builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">defines_program_shared</code>:</div>
+                  <p class="p">
+                    A collection of macro names.
+                  </p>
+                  <p class="p">
+                    This includes the any compiler specific parameters required by the <code class="code">build_compiler</code>, such as the <code class="code">-D</code> used by <code class="code">gcc</code> and <code class="code">clang</code>.
+                  </p>
+                  <p class="p">
+                    These will be appended to the compiler for compiled languages such as <code class="code">C</code> and <code class="code">C++</code>.
+                  </p>
+                  <p class="p">
+                    These are applied to only shared program builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">defines_program_static</code>:</div>
+                  <p class="p">
+                    A collection of macro names.
+                  </p>
+                  <p class="p">
+                    This includes the any compiler specific parameters required by the <code class="code">build_compiler</code>, such as the <code class="code">-D</code> used by <code class="code">gcc</code> and <code class="code">clang</code>.
+                  </p>
+                  <p class="p">
+                    These will be appended to the compiler for compiled languages such as <code class="code">C</code> and <code class="code">C++</code>.
+                  </p>
+                  <p class="p">
+                    These are applied to only shared program builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">defines_shared</code>:</div>
+                  <p class="p">
+                    A collection of macro names.
+                  </p>
+                  <p class="p">
+                    This includes the any compiler specific parameters required by the <code class="code">build_compiler</code>, such as the <code class="code">-D</code> used by <code class="code">gcc</code> and <code class="code">clang</code>.
+                  </p>
+                  <p class="p">
+                    These will be appended to the compiler for compiled languages such as <code class="code">C</code> and <code class="code">C++</code>.
+                  </p>
+                  <p class="p">
+                    These are applied to only shared builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">defines_static</code>:</div>
+                  <p class="p">
+                    A collection of macro names.
+                  </p>
+                  <p class="p">
+                    This includes the any compiler specific parameters required by the <code class="code">build_compiler</code>, such as the <code class="code">-D</code> used by <code class="code">gcc</code> and <code class="code">clang</code>.
+                  </p>
+                  <p class="p">
+                    These will be appended to the compiler for compiled languages such as <code class="code">C</code> and <code class="code">C++</code>.
+                  </p>
+                  <p class="p">
+                    These are applied to only static builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">environment</code>:</div>
+                  <p class="p">
+                    A collection of environment names to pass from the callers environment into the executed programs environment.
+                  </p>
+                  <p class="p">
+                    When provided, all environment variables are removed when calling user-space programs, such as <code class="code">gcc</code>.
+                  </p>
+                  <p class="p">
+                    To remove all environment variables define this with no Content.
+                  </p>
+                  <p class="p">
+                    When not provided, all environment variables are loaded.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">flags</code>:</div>
+                  <p class="p">
+                    A collection of any flag supported by the <code class="code">build_compiler</code>, such as <code class="code">gcc</code>.
+                  </p>
+                  <p class="p">
+                    This includes the any compiler specific parameters to defined this, such as the <code class="code">-f</code> used by <code class="code">gcc</code> and <code class="code">clang</code>.
+                  </p>
+                  <p class="p">
+                    These are applied to both shared and static builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">flags_library</code>:</div>
+                  <p class="p">
+                    A collection of any flag supported by the <code class="code">build_compiler</code>, such as <code class="code">gcc</code>.
+                  </p>
+                  <p class="p">
+                    This includes the any compiler specific parameters to defined this, such as the <code class="code">-f</code> used by <code class="code">gcc</code> and <code class="code">clang</code>.
+                  </p>
+                  <p class="p">
+                    These are applied when building a library.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">flags_library_shared</code>:</div>
+                  <p class="p">
+                    A collection of any flag supported by the <code class="code">build_compiler</code>, such as <code class="code">gcc</code>.
+                  </p>
+                  <p class="p">
+                    This includes the any compiler specific parameters to defined this, such as the <code class="code">-f</code> used by <code class="code">gcc</code> and <code class="code">clang</code>.
+                  </p>
+                  <p class="p">
+                    These are applied to only library shared builds.
+                  </p>
+                <li>
+                  <div><code class="code">flags_library_static</code>:</div>
+                  <p class="p">
+                    A collection of any flag supported by the <code class="code">build_compiler</code>, such as <code class="code">gcc</code>.
+                  </p>
+                  <p class="p">
+                    This includes the any compiler specific parameters to defined this, such as the <code class="code">-f</code> used by <code class="code">gcc</code> and <code class="code">clang</code>.
+                  </p>
+                  <p class="p">
+                    These are applied to only library static builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">flags_object</code>:</div>
+                  <p class="p">
+                    A collection of any flag supported by the <code class="code">build_compiler</code>, such as <code class="code">gcc</code>.
+                  </p>
+                  <p class="p">
+                    This includes the any compiler specific parameters to defined this, such as the <code class="code">-f</code> used by <code class="code">gcc</code> and <code class="code">clang</code>.
+                  </p>
+                  <p class="p">
+                    These are applied when building an object.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">flags_object_shared</code>:</div>
+                  <p class="p">
+                    A collection of any flag supported by the <code class="code">build_compiler</code>, such as <code class="code">gcc</code>.
+                  </p>
+                  <p class="p">
+                    This includes the any compiler specific parameters to defined this, such as the <code class="code">-f</code> used by <code class="code">gcc</code> and <code class="code">clang</code>.
+                  </p>
+                  <p class="p">
+                    These are applied to only object shared builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">flags_object_static</code>:</div>
+                  <p class="p">
+                    A collection of any flag supported by the <code class="code">build_compiler</code>, such as <code class="code">gcc</code>.
+                  </p>
+                  <p class="p">
+                    This includes the any compiler specific parameters to defined this, such as the <code class="code">-f</code> used by <code class="code">gcc</code> and <code class="code">clang</code>.
+                  </p>
+                  <p class="p">
+                    These are applied to only object static builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">flags_program</code>:</div>
+                  <p class="p">
+                    A collection of any flag supported by the <code class="code">build_compiler</code>, such as <code class="code">gcc</code>.
+                  </p>
+                  <p class="p">
+                    This includes the any compiler specific parameters to defined this, such as the <code class="code">-f</code> used by <code class="code">gcc</code> and <code class="code">clang</code>.
+                  </p>
+                  <p class="p">
+                    These are applied when building a program.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">flags_program_shared</code>:</div>
+                  <p class="p">
+                    A collection of any flag supported by the <code class="code">build_compiler</code>, such as <code class="code">gcc</code>.
+                  </p>
+                  <p class="p">
+                    This includes the any compiler specific parameters to defined this, such as the <code class="code">-f</code> used by <code class="code">gcc</code> and <code class="code">clang</code>.
+                  </p>
+                  <p class="p">
+                    These are applied to only program shared builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">flags_program_static</code>:</div>
+                  <p class="p">
+                    A collection of any flag supported by the <code class="code">build_compiler</code>, such as <code class="code">gcc</code>.
+                  </p>
+                  <p class="p">
+                    This includes the any compiler specific parameters to defined this, such as the <code class="code">-f</code> used by <code class="code">gcc</code> and <code class="code">clang</code>.
+                  </p>
+                  <p class="p">
+                    These are applied to only program static builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">flags_shared</code>:</div>
+                  <p class="p">
+                    A collection of any flag supported by the <code class="code">build_compiler</code>, such as <code class="code">gcc</code>.
+                  </p>
+                  <p class="p">
+                    This includes the any compiler specific parameters to defined this, such as the <code class="code">-f</code> used by <code class="code">gcc</code> and <code class="code">clang</code>.
+                  </p>
+                  <p class="p">
+                    These are applied to only shared builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">flags_static</code>:</div>
+                  <p class="p">
+                    A collection of any flag supported by the <code class="code">build_compiler</code>, such as <code class="code">gcc</code>.
+                  </p>
+                  <p class="p">
+                    This includes the any compiler specific parameters to defined this, such as the <code class="code">-f</code> used by <code class="code">gcc</code> and <code class="code">clang</code>.
+                  </p>
+                  <p class="p">
+                    These are applied to only static builds.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">has_path_standard</code>:</div>
+                  <p class="p">
+                    When <code class="code">yes</code>, the sources path will be built using the sources path with the language, such as <code class="code">sources/c/</code>.
+                  </p>
+                  <p class="p">
+                    When <code class="code">no</code>, the default sources path structure is not used and instead <code class="code">path_sources</code> is used.
+                  </p>
+                  <p class="p">
+                    When the parameter <code class="code">-S/--sources</code> is specified, such as <code class="code">-S xxx</code>, then when this is set to <code class="code">yes</code> is used then the path would be <code class="code">xxx/c/</code> and when this is set to <code class="code">no</code> then the path would be <code class="code">xxx/</code>.
+                  </p>
+                  <p class="p">
+                    This defaults to <code class="code">yes</code>.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">modes</code>:</div>
+                  </p>
+                  <p class="p">
+                    A collection of available build modes.
+                  </p>
+                  <p class="p">
+                    Build modes provide custom variants of the build process where certain settings are appended onto others.
+                  </p>
+                  <p class="p">
+                    See the settings.txt specification for a list of which setting names this applies to.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">modes_default</code>:</div>
+                  <p class="p">
+                    The name of the default mode to use when no mode is specified.
+                  </p>
+                  <p class="p">
+                    This must be one of the modes specified in the <code class="code">modes</code> setting.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">path_headers</code>:</div>
+                  </p>
+                  <p class="p">
+                    A sub-path in which headers are to be installed under.
+                  </p>
+                  <p class="p">
+                    For example, the <abbr title="Featureless Linux Library">FLL</abbr> project might use the <code class="code">level_0</code>, <code class="code">level_1</code>, etc.. headers without requiring that structure within the source.
+                  </p>
+                  <p class="p">
+                    A resulting build destination for a <code class="code">path_headers</code> of <code class="code">level_0</code> would be something like <code class="code">build/includes/level_0/</code>.
+                  </p>
+                  <p class="p">
+                    If <code class="code">path_headers</code> is <code class="code">level_0</code>, <code class="code">preserve_path_headers</code> is <code class="code">yes</code>, and <code class="code">build_sources_headers</code> has <code class="code">xxx/a.h yyy/zzz/b.h</code>, then the headers would be at: <code class="code">build/includes/level_0/xxx/a.h build/includes/level_0/yyy/zzz/b.h</code>
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">path_language</code>:</div>
+                  <p class="p">
+                    A sub-path in which to find the source files for the currently defined language.
+                  </p>
+                  <p class="p">
+                    If the <code class="code">build_language</code> is changed, it is recommended to change this as well to match.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">path_library_script</code>:</div>
+                  <p class="p">
+                    A sub-path representing the destination where the built library script files are placed.
+                  </p>
+                  <p class="p">
+                    This defaults to <code class="code">script</code>.
+                  </p>
+                  <p class="p">
+                    This is currently not implemented.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">path_library_shared</code>:</div>
+                  <p class="p">
+                    A sub-path representing the destination where the built shared library files are placed.
+                  </p>
+                  <p class="p">
+                    This defaults to <code class="code">shared</code>.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">path_library_static</code>:</div>
+                  <p class="p">
+                    A sub-path representing the destination where the built shared library files are placed.
+                  </p>
+                  <p class="p">
+                    This defaults to <code class="code">static</code>.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">path_object_script</code>:</div>
+                  <p class="p">
+                    A sub-path representing the destination where the built object script files are placed.
+                  </p>
+                  <p class="p">
+                    This defaults to <code class="code">script</code>.
+                  </p>
+                  <p class="p">
+                    This is currently not implemented.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">path_object_shared</code>:</div>
+                  <p class="p">
+                    A sub-path representing the destination where the built object library files are placed.
+                  </p>
+                  <p class="p">
+                    This defaults to <code class="code">shared</code>.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">path_object_static</code>:</div>
+                  <p class="p">
+                    A sub-path representing the destination where the built object library files are placed.
+                  </p>
+                  <p class="p">
+                    This defaults to <code class="code">static</code>.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">path_program_script</code>:</div>
+                  <p class="p">
+                    A sub-path representing the destination where the built program script files are placed.
+                  </p>
+                  <p class="p">
+                    This defaults to <code class="code">script</code>.
+                  </p>
+                  <p class="p">
+                    This is currently not implemented.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">path_program_shared</code>:</div>
+                  <p class="p">
+                    A sub-path representing the destination where the built shared program files are placed.
+                  </p>
+                  <p class="p">
+                    This defaults to <code class="code">shared</code>.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">path_program_static</code>:</div>
+                  </p>
+                  <p class="p">
+                    A sub-path representing the destination where built shared program files are placed.
+                  </p>
+                  <p class="p">
+                    This defaults to <code class="code">static</code>.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">path_sources</code>:</div>
+                  <p class="p">
+                    A sub-path representing where the source files are found.
+                  </p>
+                  <p class="p">
+                    This defaults to <code class="code">sources</code>.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">path_sources_object</code>:</div>
+                  <p class="p">
+                    A sub-path representing where the object source files are found.
+                  </p>
+                  <p class="p">
+                    This is used by <code class="code">build_sources_object</code>.
+                  </p>
+                  <p class="p">
+                    This defaults to <code class="code">sources</code>.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">preserve_path_headers</code>:</div>
+                  <p class="p">
+                    When this is <code class="code">yes</code>, then the relative directory structure in the source (as defined in <code class="code">build_sources_headers</code>) is preserved.
+                  </p>
+                  <p class="p">
+                    If the <code class="code">build_sources_headers</code> has the header files <code class="code">xxx/a.h yyy/zzz/b.h</code> and this is <code class="code">yes</code>, then the directories <code class="code">xxx/</code> and <code class="code">yyy/zzz/</code> are created and the files are stored within them.
+                  </p>
+                  <p class="p">
+                    If the <code class="code">build_sources_headers</code> has the header files <code class="code">xxx/a.h yyy/zzz/b.h</code> and this is <code class="code">no</code>, then the directories <code class="code">xxx/</code> and <code class="code">yyy/zzz/</code> are stripped before installing.
+                  </p>
+                  <p class="p">
+                    When this is <code class="code">no</code> and the <code class="code">build_sources_headers</code> has header files <code class="code">xxx/a.h yyy/a.h</code>, then one of the <code class="code">a.h</code> files will be overwritten, depending on order they were supplied.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">process_post</code>:</div>
+                  <p class="p">
+                    The filename (relative to the <code class="code">data/build/</code> directory) of a script to execute after the <code class="code">build</code> operation successfully completes.
+                  </p>
+                  <p class="p">
+                    A small subset of parameters from the main execution are passed to this script during execution as parameters (using short parameter codes):
+                  </p>
+                  <ul>
+                    <li>Color context parameters, such as: <code class="code">+l</code>, <code class="code">+n</code>, and <code class="code">+d</code>.</li>
+                    <li>Operation mode, such as: <code class="code">build</code>, <code class="code">clean</code>, <code class="code">make</code>, or <code class="code">skeleton</code>.</li>
+                    <li>Verbosity parameters, such as: <code class="code">+q</code>, <code class="code">+D</code>, or <code class="code">+V</code>.</li>
+                    <li>Define parameters, such as <code class="code">-d X</code> or <code class="code">-d Y</code>, whereas <code class="code">X</code> or <code class="code">Y</code> are any valid argument associated with <code class="code">-d</code>.</li>
+                    <li>Process parameter, such as <code class="code">-p X</code>, whereas <code class="code">X</code> is any valid argument associated with <code class="code">-p</code>.</li>
+                    <li>Settings parameter, such as <code class="code">-s X', whereas code:</code>X" is any valid argument associated with <code class="code">-s</code>.</li>
+                    <li>Build Path parameter, such as <code class="code">-b X', whereas code:</code>X" is any valid argument associated with <code class="code">-b</code>.</li>
+                    <li>Data Path parameter, such as <code class="code">-D X', whereas code:</code>X" is any valid argument associated with <code class="code">-D</code>.</li>
+                    <li>Sources Path parameter, such as <code class="code">-S X', whereas code:</code>X" is any valid argument associated with <code class="code">-S</code>.</li>
+                    <li>Work Path parameter, such as <code class="code">-w X', whereas code:</code>X" is any valid argument associated with <code class="code">-w</code>.</li>
+                  </ul>
+                </li>
+                <li>
+                  <div><code class="code">process_pre</code>:</div>
+                  <p class="p">
+                    The filename (relative to the <code class="code">data/build/</code> directory) of a script to execute before the <code class="code">build</code> operation is executed.
+                  </p>
+                  <p class="p">
+                    A small subset of parameters from the main execution are passed to this script during execution as parameters (using short parameter codes):
+                  </p>
+                  <ul>
+                    <li>Color context parameters, such as: <code class="code">+l</code>, <code class="code">+n</code>, and <code class="code">+d</code>.</li>
+                    <li>Operation mode, such as: <code class="code">build</code>, <code class="code">clean</code>, <code class="code">make</code>, or <code class="code">skeleton</code>.</li>
+                    <li>Verbosity parameters, such as: <code class="code">+q</code>, <code class="code">+D</code>, or <code class="code">+V</code>.</li>
+                    <li>Define parameters, such as <code class="code">-d X</code> or <code class="code">-d Y</code>, whereas <code class="code">X</code> or <code class="code">Y</code> are any valid argument associated with <code class="code">-d</code>.</li>
+                    <li>Process parameter, such as <code class="code">-p X</code>, whereas <code class="code">X</code> is any valid argument associated with <code class="code">-p</code>.</li>
+                    <li>Settings parameter, such as <code class="code">-s X', whereas code:</code>X" is any valid argument associated with <code class="code">-s</code>.</li>
+                    <li>Build Path parameter, such as <code class="code">-b X', whereas code:</code>X" is any valid argument associated with <code class="code">-b</code>.</li>
+                    <li>Data Path parameter, such as <code class="code">-D X', whereas code:</code>X" is any valid argument associated with <code class="code">-D</code>.</li>
+                    <li>Sources Path parameter, such as <code class="code">-S X', whereas code:</code>X" is any valid argument associated with <code class="code">-S</code>.</li>
+                    <li>Work Path parameter, such as <code class="code">-w X', whereas code:</code>X" is any valid argument associated with <code class="code">-w</code>.</li>
+                  </ul>
+                </li>
+                <li>
+                  <div><code class="code">search_exclusive</code>:</div>
+                  <p class="p">
+                    When <code class="code">yes</code>, the search path during compile for shared libraries will only include shared library paths.
+                  </p>
+                  <p class="p">
+                    When <code class="code">no</code>, the search path during compile time for shared libraries will include shared library paths followed by static library paths.
+                  </p>
+                  <p class="p">
+                    Setting this to <code class="code">yes</code> helps prevent static libraries from ending up in shared libraries (very useful when bootstrapping a system).
+                  </p>
+                  <p class="p">
+                    Setting this to <code class="code">no</code> allows for including static libraries if no shared libraries are found but static are.
+                  </p>
+                  <p class="p">
+                    This does not alter search paths introduced automatically by the <code class="code">build_compiler</code> or <code class="code">build_indexer</code>, so it is still possible for static libraries to end up even when this is set to <code class="code">yes</code>.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">search_shared</code>:</div>
+                  <p class="p">
+                    When <code class="code">yes</code>, shared library paths are searched during compile.
+                  </p>
+                  <p class="p">
+                    Both this and <code class="code">search_static</code> cannot be <code class="code">no</code> at the same time.
+                  </p>
+                  <p class="p">
+                    This defaults to <code class="code">yes</code>.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">search_shared</code>:</div>
+                  <p class="p">
+                    When <code class="code">yes</code>, static library paths are searched during compile.
+                  </p>
+                  <p class="p">
+                    Both this and search_shared cannot be <code class="code">no</code> at the same time.
+                  </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.
+                  </p>
+                  <p class="p">
+                    Any version prefixes are used as defined.
+                  </p>
+                  <p class="p">
+                    A Symbolic link is created against this created file such that <code class="code">libX.so</code> is a link to <code class="code">libX.so.A</code>.
+                  </p>
+                  <p class="p">
+                    For all files other than when file is <code class="code">major</code>, another symbolic link is created against this such that <code class="code">libX.so.A</code> is a link to <code class="code">libX.so.A.X</code> such that X is the respective <code class="code">B</code>, <code class="code">B.C', or code:</code>B.C.D" as described below.
+                  </p>
+                  <p class="p">
+                    The default file is <code class="code">major</code>.
+                  </p>
+                  <p class="p">
+                    When <code class="code">major</code> is used, the file created is <code class="code">libX.so.A</code>, whereas <code class="code">X</code> is the <code class="code">build_name</code> and <code class="code">A</code> is the major version.
+                  </p>
+                  <p class="p">
+                    When <code class="code">minor</code> is used, the file created is <code class="code">libX.so.A.B</code>, whereas <code class="code">X</code> is the <code class="code">build_name</code> and <code class="code">A.B</code> is the major and minor versions, respectively.
+                  </p>
+                  <p class="p">
+                    When <code class="code">micro</code> is used, the file created is <code class="code">libX.so.A.B.C</code>, whereas <code class="code">X</code> is the <code class="code">build_name</code> and <code class="code">A.B.C</code> is the major, minor, and micro versions, respectively.
+                  </p>
+                  <p class="p">
+                    When <code class="code">nano</code> is used, the file created is <code class="code">libX.so.A.B.C.D</code>, whereas <code class="code">X</code> is the <code class="code">build_name</code> and <code class="code">A.B.C.D</code> is the major, minor, micro, and nano versions, respectively.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">version_major</code>:</div>
+                  <p class="p">
+                    The major version number (or in theory any characters allowed in a filename).
+                  </p>
+                  <p class="p">
+                    This should generally be a positive number or 0.
+                  </p>
+                  <p class="p">
+                    Anything else is currently untested but allowed.
+                  </p>
+                  <p class="p">
+                    With a structure of <code class="code">A.B.C</code>, the major version would be the <code class="code">A</code>.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">version_major_prefix</code>:</div>
+                  <p class="p">
+                    The version major prefix is the character used to designate the start of the major version.
+                  </p>
+                  <p class="p">
+                    This can zero or more characters.
+                  </p>
+                  <p class="p">
+                    With a structure of <code class="code">A.B.C</code>, the major version prefix would be before the <code class="code">A</code>.
+                  </p>
+                  <p class="p">
+                    This is only added if <code class="code">version_major</code> is not empty.
+                  </p>
+                  <p class="p">
+                    This defaults to the <abbr title="American Standard Code for Information Interchange">ASCII</abbr> period character <code class="code">.</code>.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">version_minor</code>:</div>
+                  <p class="p">
+                    The minor version number (or in theory any characters allowed in a filename).
+                  </p>
+                  <p class="p">
+                    This should generally be a positive number or 0.
+                  </p>
+                  <p class="p">
+                    Anything else is currently untested but allowed.
+                  </p>
+                  <p class="p">
+                    With a structure of <code class="code">A.B.C</code>, the minor version would be the <code class="code">B</code>.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">version_minor_prefix</code>:</div>
+                  <p class="p">
+                    The version minor prefix is the character used to separate the major from the minor.
+                  </p>
+                  <p class="p">
+                    This can zero or more characters.
+                  </p>
+                  <p class="p">
+                    With a structure of <code class="code">A.B.C</code>, the minor version prefix would be the <code class="code">.</code> before the <code class="code">B</code>.
+                  </p>
+                  <p class="p">
+                    This is only added if <code class="code">version_minor</code> is not empty.
+                  </p>
+                  <p class="p">
+                    This defaults to the <abbr title="American Standard Code for Information Interchange">ASCII</abbr> period character <code class="code">.</code>.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">version_micro</code>:</div>
+                  <p class="p">
+                    The micro version number (or in theory any characters allowed in a filename).
+                  </p>
+                  <p class="p">
+                    This should generally be a positive number or 0.
+                  </p>
+                  <p class="p">
+                    Anything else is currently untested but allowed.
+                  </p>
+                  <p class="p">
+                    With a structure of <code class="code">A.B.C</code>, the micro version would be the <code class="code">C</code>.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">version_micro_prefix</code>:</div>
+                  <p class="p">
+                    The version micro prefix is the character used to separate the minor from the micro.
+                  </p>
+                  <p class="p">
+                    This can zero or more characters.
+                  </p>
+                  <p class="p">
+                    With a structure of <code class="code">A.B.C</code>, the micro version prefix would be the <code class="code">.</code> before the <code class="code">C</code>.
+                  </p>
+                  <p class="p">
+                    This is only added if <code class="code">version_micro</code> is not empty.
+                  </p>
+                  <p class="p">
+                    This defaults to the <abbr title="American Standard Code for Information Interchange">ASCII</abbr> period character <code class="code">.</code>.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">version_nano</code>:</div>
+                  <p class="p">
+                    The nano version number (or in theory any characters allowed in a filename).
+                  </p>
+                  <p class="p">
+                    This should generally be a positive number or 0.
+                  </p>
+                  <p class="p">
+                    Anything else is currently untested but allowed.
+                  </p>
+                  <p class="p">
+                    With a structure of <code class="code">A.B.C.D</code>, the micro version prefix would be the <code class="code">.</code> before the <code class="code">D</code>.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">version_nano_prefix</code>:</div>
+                  <p class="p">
+                    The version nano prefix is the character used to separate the micro from the nano.
+                  </p>
+                  <p class="p">
+                    This can zero or more characters.
+                  </p>
+                  <p class="p">
+                    With a structure of <code class="code">A.B.C.D</code>, the minor version would be the <code class="code">.</code> before the <code class="code">D</code>.
+                  </p>
+                  <p class="p">
+                    This is only added if <code class="code">version_nano</code> is not empty.
+                  </p>
+                  <p class="p">
+                    This defaults to the <abbr title="American Standard Code for Information Interchange">ASCII</abbr> period character <code class="code">.</code>.
+                  </p>
+                </li>
+                <li>
+                  <div><code class="code">version_target</code>:</div>
+                  <p class="p">
+                    Designates which version should be used when linking the shared library.
+                  </p>
+                  <p class="p">
+                    Any version prefixes are used as defined.
+                  </p>
+                  <p class="p">
+                    The default target is <code class="code">micro</code>.
+                  </p>
+                  <p class="p">
+                    When <code class="code">major</code> is used, a shared library is generated with <code class="code">-Wl,-soname,libX.so.A</code>, whereas <code class="code">X</code> is the <code class="code">build_name</code> and <code class="code">A</code> is the major version.
+                  </p>
+                  <p class="p">
+                    When <code class="code">minor</code> is used, a shared library is generated with <code class="code">-Wl,-soname,libX.so.A.B</code>, whereas <code class="code">X</code> is the <code class="code">build_name</code> and <code class="code">A.B</code> is the major and minor versions, respectively.
+                  </p>
+                  <p class="p">
+                    When <code class="code">micro</code> is used, a shared library is generated with <code class="code">-Wl,-soname,libX.so.A.B.C</code>, whereas <code class="code">X</code> is the <code class="code">build_name</code> and <code class="code">A.B.C</code> is the major, minor, and micro versions, respectively.
+                  </p>
+                  <p class="p">
+                    When <code class="code">nano</code> is used, a shared library is generated with <code class="code">-Wl,-soname,libX.so.A.B.C.D</code>, whereas <code class="code">X</code> is the <code class="code">build_name</code> and <code class="code">A.B.C.D</code> is the major, minor, micro, and nano versions, respectively.
+                  </p>
+                </li>
+              </ul>
+            </div>
+          </section>
+        </main>
+      </div>
+    </div>
+  </body>
+</html>
index 96e35cd6ffb06440244eb6effb65f0b094e840c1..0edaa4205a5bc64e67ca5aa0a37553e098af166e 100644 (file)
@@ -85,7 +85,7 @@
           <div class="main-content">
             <p class="p">
               The <abbr title="Featureless Linux Library">FLL</abbr> project provides several <a href="fll/specifications.html" class="link">specifications</a>.
-              The <strong>Firewall</strong> does not use or provide any of these specifications.
+              The <strong>Firewall</strong> does not directly use or provide any of these specifications.
             </p>
           </div>
         </main>
index 9d6bbaa68076a4cee69735abe3ad4f14f46645ac..b4c9fe6614df6c182acb9368f0bac9460ceb9e98 100644 (file)
@@ -85,7 +85,7 @@
           <div class="main-content">
             <p class="p">
               The <abbr title="Featureless Linux Library">FLL</abbr> project provides several <a href="fll/specifications.html" class="link">specifications</a>.
-              The <strong>FSS Basic List Read</strong> does not use or provide any of these specifications.
+              The <strong>FSS Basic List Read</strong> does not directly use or provide any of these specifications.
             </p>
           </div>
         </main>
index 65439a69a9b4448241a13dafea25ab4f0507c4c7..369e1323c43d4afb6c4543e3c7e0459d26d31a07 100644 (file)
@@ -85,7 +85,7 @@
           <div class="main-content">
             <p class="p">
               The <abbr title="Featureless Linux Library">FLL</abbr> project provides several <a href="fll/specifications.html" class="link">specifications</a>.
-              The <strong>FSS Basic List Write</strong> does not use or provide any of these specifications.
+              The <strong>FSS Basic List Write</strong> does not directly use or provide any of these specifications.
             </p>
           </div>
         </main>
index 3cce9356b28fc333c7a0a5637188fc795c643cc1..678233545d9b9f62ec425907626833790ce30319 100644 (file)
@@ -85,7 +85,7 @@
           <div class="main-content">
             <p class="p">
               The <abbr title="Featureless Linux Library">FLL</abbr> project provides several <a href="fll/specifications.html" class="link">specifications</a>.
-              The <strong>FSS Basic Read</strong> does not use or provide any of these specifications.
+              The <strong>FSS Basic Read</strong> does not directly use or provide any of these specifications.
             </p>
           </div>
         </main>
index 356cdb7deb20248a732e42cb9ef1ef089049dcdf..50bc251bc8a7a7373fd6eb51f8cd0573fa0552dc 100644 (file)
@@ -85,7 +85,7 @@
           <div class="main-content">
             <p class="p">
               The <abbr title="Featureless Linux Library">FLL</abbr> project provides several <a href="fll/specifications.html" class="link">specifications</a>.
-              The <strong>FSS Basic Write</strong> does not use or provide any of these specifications.
+              The <strong>FSS Basic Write</strong> does not directly use or provide any of these specifications.
             </p>
           </div>
         </main>
index e11de269ed859acb58f29b2db524fdd92f3e5fb0..4177de2b7703497d3cc2150f3043c7afa572550a 100644 (file)
@@ -85,7 +85,7 @@
           <div class="main-content">
             <p class="p">
               The <abbr title="Featureless Linux Library">FLL</abbr> project provides several <a href="fll/specifications.html" class="link">specifications</a>.
-              The <strong>FSS Embedded List Read</strong> does not use or provide any of these specifications.
+              The <strong>FSS Embedded List Read</strong> does not directly use or provide any of these specifications.
             </p>
           </div>
         </main>
index c9e326d09b28715bf157100670de9b8d930d3e3a..b0bc2a1195fbdbfdfaefe48baba3b53185400858 100644 (file)
@@ -85,7 +85,7 @@
           <div class="main-content">
             <p class="p">
               The <abbr title="Featureless Linux Library">FLL</abbr> project provides several <a href="fll/specifications.html" class="link">specifications</a>.
-              The <strong>FSS Embedded List Write</strong> does not use or provide any of these specifications.
+              The <strong>FSS Embedded List Write</strong> does not directly use or provide any of these specifications.
             </p>
           </div>
         </main>
index f145987ca0975cc05bd33fe1c3de6865d505b7e3..4207d316a35f12aabb3e310923d21c24b1958ed8 100644 (file)
@@ -85,7 +85,7 @@
           <div class="main-content">
             <p class="p">
               The <abbr title="Featureless Linux Library">FLL</abbr> project provides several <a href="fll/specifications.html" class="link">specifications</a>.
-              The <strong>FSS Extended List Read</strong> does not use or provide any of these specifications.
+              The <strong>FSS Extended List Read</strong> does not directly use or provide any of these specifications.
             </p>
           </div>
         </main>
index 852e9e8dcb507ed284bfad96bbbf17f52b6442d7..e769cc9bd30c2e2f56f2a6995588fe60222f69f2 100644 (file)
@@ -85,7 +85,7 @@
           <div class="main-content">
             <p class="p">
               The <abbr title="Featureless Linux Library">FLL</abbr> project provides several <a href="fll/specifications.html" class="link">specifications</a>.
-              The <strong>FSS Extended List Write</strong> does not use or provide any of these specifications.
+              The <strong>FSS Extended List Write</strong> does not directly use or provide any of these specifications.
             </p>
           </div>
         </main>
index ca373dc3a5df90f5bc4a3369fad1579e14d1da6c..072df5dd02749404e08a1f55adb3b64ff5c0d59c 100644 (file)
@@ -85,7 +85,7 @@
           <div class="main-content">
             <p class="p">
               The <abbr title="Featureless Linux Library">FLL</abbr> project provides several <a href="fll/specifications.html" class="link">specifications</a>.
-              The <strong>FSS Extended Read</strong> does not use or provide any of these specifications.
+              The <strong>FSS Extended Read</strong> does not directly use or provide any of these specifications.
             </p>
           </div>
         </main>
index fe922e05d6f2e06870e8462d9da41b2b83b1f1ed..c33a018032223b3676cc6131d38ec4c539533bc8 100644 (file)
@@ -85,7 +85,7 @@
           <div class="main-content">
             <p class="p">
               The <abbr title="Featureless Linux Library">FLL</abbr> project provides several <a href="fll/specifications.html" class="link">specifications</a>.
-              The <strong>FSS Extended Write</strong> does not use or provide any of these specifications.
+              The <strong>FSS Extended Write</strong> does not directly use or provide any of these specifications.
             </p>
           </div>
         </main>
index d2eba1a9bd0e495d7dc1d862c4339dc6d9099cb1..5e3563861eefc452612dd3a4270b1b6e8bd0aa69 100644 (file)
@@ -85,7 +85,7 @@
           <div class="main-content">
             <p class="p">
               The <abbr title="Featureless Linux Library">FLL</abbr> project provides several <a href="fll/specifications.html" class="link">specifications</a>.
-              The <strong>FSS Identify</strong> does not use or provide any of these specifications.
+              The <strong>FSS Identify</strong> does not directly use or provide any of these specifications.
             </p>
           </div>
         </main>
index 2d9b2ba0aea93b55c7b35b36347d25a587efb83d..bac7e6f794d50baf3fb5acdf544b3052b85a09e8 100644 (file)
@@ -85,7 +85,7 @@
           <div class="main-content">
             <p class="p">
               The <abbr title="Featureless Linux Library">FLL</abbr> project provides several <a href="fll/specifications.html" class="link">specifications</a>.
-              The <strong>FSS Payload Read</strong> does not use or provide any of these specifications.
+              The <strong>FSS Payload Read</strong> does not directly use or provide any of these specifications.
             </p>
           </div>
         </main>
index 4665d6fb87b3cfa5e8333a9d7faf80dfe1912ebc..d14840ed6e06e98fe47f0f4954c0070e71b0e925 100644 (file)
@@ -85,7 +85,7 @@
           <div class="main-content">
             <p class="p">
               The <abbr title="Featureless Linux Library">FLL</abbr> project provides several <a href="fll/specifications.html" class="link">specifications</a>.
-              The <strong>FSS Payload Write</strong> does not use or provide any of these specifications.
+              The <strong>FSS Payload Write</strong> does not directly use or provide any of these specifications.
             </p>
           </div>
         </main>
index 078da63abbc9e5a5ea3aecb0a68dfc710ef4f19e..e123e444a4a2acd648ee80a9bd3a2eee6c1ae96e 100644 (file)
@@ -85,7 +85,7 @@
           <div class="main-content">
             <p class="p">
               The <abbr title="Featureless Linux Library">FLL</abbr> project provides several <a href="fll/specifications.html" class="link">specifications</a>.
-              The <strong>FSS Status Code</strong> does not use or provide any of these specifications.
+              The <strong>FSS Status Code</strong> does not directly use or provide any of these specifications.
             </p>
           </div>
         </main>
index b497b576634fc10df1a92b70538a6e912061be1f..657fe584b65e3b2dce45b9307b3d5f3970422b52 100644 (file)
@@ -85,7 +85,7 @@
           <div class="main-content">
             <p class="p">
               The <abbr title="Featureless Linux Library">FLL</abbr> project provides several <a href="fll/specifications.html" class="link">specifications</a>.
-              The <strong>IKI Read</strong> does not use or provide any of these specifications.
+              The <strong>IKI Read</strong> does not directly use or provide any of these specifications.
             </p>
           </div>
         </main>
index 0dec0ba0b9b04bfe20eed1d8af19de163678fcfc..13e822382d8abcf84db741f512fc822454ad0687 100644 (file)
@@ -85,7 +85,7 @@
           <div class="main-content">
             <p class="p">
               The <abbr title="Featureless Linux Library">FLL</abbr> project provides several <a href="fll/specifications.html" class="link">specifications</a>.
-              The <strong>IKI Write</strong> does not use or provide any of these specifications.
+              The <strong>IKI Write</strong> does not directly use or provide any of these specifications.
             </p>
           </div>
         </main>
index 6684cd82326783f572c6e95d2a11289aa93e347c..dcd7ac02da1e5f4cd548c40cef45ea471471326c 100644 (file)
@@ -85,7 +85,7 @@
           <div class="main-content">
             <p class="p">
               The <abbr title="Featureless Linux Library">FLL</abbr> project provides several <a href="fll/specifications.html" class="link">specifications</a>.
-              The <strong>Status Code</strong> does not use or provide any of these specifications.
+              The <strong>Status Code</strong> does not directly use or provide any of these specifications.
             </p>
           </div>
         </main>
index 60f35683bdcdc1d3b070da27ccaf7cb5b041466b..11f19eab64097f8c949fe6d9d38cc4dffaffa7f7 100644 (file)
@@ -85,7 +85,7 @@
           <div class="main-content">
             <p class="p">
               The <abbr title="Featureless Linux Library">FLL</abbr> project provides several <a href="fll/specifications.html" class="link">specifications</a>.
-              The <strong>UTF8</strong> does not use or provide any of these specifications.
+              The <strong>UTF8</strong> does not directly use or provide any of these specifications.
             </p>
           </div>
         </main>
index c8551282235c1917213d7708aaa1e8b10e98d46e..e17ec94f98380bda2ae5109bcfe768ead38f0f72 100644 (file)
@@ -91,7 +91,7 @@
                 Flexibility on interpretation is intended so that the context can be more fine-tuned and customized.
               </p>
               <p>
-                The taxonomy for the emphasis:"context", emphasis:"define", and emphasis:"parameter" are intentionally not defined here and left open.
+                The taxonomy for the <em>context</em>, <em>define</em>, and <em>parameter</em> are intentionally not defined here and left open.
                 One utilizing this should document the taxonomy for each of these as desired.
               </p>
               <p>