There should be some HTML markup, such as `<code></code>` wrapping these instead of using a literal `file:""` IKI syntax.
I clearly forgot to convert the IKI syntax for `file`.
I do not remember or I have not yet decided what the `file:""` should be mapped to in HTML.
Just get rid of the IKI syntax.
I will make further updates once I figure out how I want a file text to be presented.
Consequentially, 1 day is easily represented in units of bold:"EpochTime" as code:"86.4 KE (KiloEpochTime)".
- See the specification file:"time.txt" for more precise technical details.
+ See the specification time.txt for more precise technical details.
#
Fakefile Documentation:
- This describes intent and purposes of the file:"fakefile" file settings.
- For specific details on the allowed formatting, see the file:"fakefile.txt" under the specifications folder.
+ This describes intent and purposes of the fakefile file settings.
+ For specific details on the allowed formatting, see the fakefile.txt under the specifications folder.
All files specified are relative to the project root.
The reserved Section Names are defined as follows\:
- code:"settings"\:
- Any configuration specific to this file:"fakefile" is stored here.
+ Any configuration specific to this fakefile is stored here.
This includes the declaration of define and parameter IKI variable substitution values.
If multiple bold:"Objects" of the same name exist and that bold:"Object" only supports a single value, then only the bold:"Content" from the last same named bold:"Object" is used.
The return code for programs can still be retrieved through using the reserved bold:"IKI" variable code:"return".
- code:"import"\:
- Load this file:"fakefile".
- The code:"settings" section data from the imported file:"fakefile" is treated as if it were appended to the end of the current file:"fakefile" code:"setting" section.
- Each section in the imported file:"fakefile" is treated as if it were appended to either the end of a matching section, if found, or appended at the end of the file:"fakefile", if no matches are found.
+ Load this fakefile.
+ The code:"settings" section data from the imported fakefile is treated as if it were appended to the end of the current fakefile code:"setting" section.
+ Each section in the imported fakefile is treated as if it were appended to either the end of a matching section, if found, or appended at the end of the fakefile, if no matches are found.
This a non-recursive operation and the imported file itself cannot perform an import.
Relative paths are relative to the importing file.
Absolute paths that start with code:"./" are relative to the project root rather than the importing file.
Setting this here only sets the default code:"return" parameter variable value.
- code:"main"\:
- This is the main entry point when processing the file:"fakefile".
+ This is the main entry point when processing the fakefile.
This is processed top-down until the end of the list is reached.
The following operations are available\:
Identical to owner operation, except this will recursively apply the mode to all files within the given file, if that file is a directory file path.
- code:"parameter"\:
- This represents a variable defined within the scope of the file:"fakefile".
+ This represents a variable defined within the scope of the fakefile.
This is not exported as an environment variable and is therefore not visible to any executed programs or scripts.
This replaces the value of any existing parameter variable with this name.
The reserved parameter variable names (see IKI vocabulary context section below) may not be changed by this.
Settings Documentation:
This describes intent and purposes of the build bold:"settings" file bold:"settings".
The bold:"settings" file is designed for very simple compilations that represent a single named program and/or a single named library.
- For specific details on the allowed formatting, see the file:"settings.txt" under the specifications folder.
+ For specific details on the allowed formatting, see the settings.txt under the specifications folder.
- code:"build_compiler"\:
This represents the name of the compiler program to use, such as code:"gcc".
- code:"modes"\:
A collection of available build modes.
Build modes provide custom variants of the build process where certain bold:"settings" are appended onto others.
- See the file:"settings.txt" specification for a list of which setting names this applies to.
+ See the settings.txt specification for a list of which setting names this applies to.
- code:"modes_default"\:
The name of the default mode to use when no mode is specified.
When this is code:"no" and the code:"build_sources_headers" has header files code:"xxx/a.h yyy/a.h", then one of the code:"a.h" files will be overwritten, depending on order they were supplied.
- code:"process_post"\:
- The filename (relative to the file:"data/build/" directory) of a script to execute after the code:"build" operation successfully completes.
+ The filename (relative to the data/build/ directory) of a script to execute after the code:"build" operation successfully completes.
A small subset of parameters from the main execution are passed to this script during execution as parameters (using short parameter codes)\:
Color context parameters, such as: code:"+l", code:"+n", and code:"+d".
Operation mode, such as: code:"build", code:"clean", code:"make", or code:"skeleton".
Work Path parameter, such as code:"-w X', whereas code:"X" is any valid argument associated with code:"-w".
- code:"process_pre"\:
- The filename (relative to the file:"data/build/" directory) of a script to execute before the code:"build" operation is executed.
+ The filename (relative to the data/build/ directory) of a script to execute before the code:"build" operation is executed.
A small subset of parameters from the main execution are passed to this script during execution as parameters (using short parameter codes)\:
Color context parameters, such as: code:"+l", code:"+n", and code:"+d".
Operation mode, such as: code:"build", code:"clean", code:"make", or code:"skeleton".
#
Dependencies Specification:
- The build settings file:"dependencies" file follows the code:"FSS-0001 (Extended)" format.
+ The build settings dependencies file follows the code:"FSS-0001 (Extended)" format.
Each Object represents a specific project name as it would be linked against.
Each Content represents associated information, such as a version number.
#
Fakefile Specification:
- The file:"fakefile" file follows the code:"FSS-0005 (Somewhat Basic List)" format with a sub-format of code:"IKI-0002 (Simple Script)".
+ The fakefile file follows the code:"FSS-0005 (Somewhat Basic List)" format with a sub-format of code:"IKI-0002 (Simple Script)".
- A file:"fakefile" is broken up into multiple bold:"Basic Lists", referred to as bold:"Sections", with two special purpose reserved bold:"Sections".
+ A fakefile is broken up into multiple bold:"Basic Lists", referred to as bold:"Sections", with two special purpose reserved bold:"Sections".
The bold:"Sections" are broken up into multiple bold:"Extended Objects" and their respective bold:"Contents", referred to as bold:"Section Operations".
Each of these non-reserved Sections acts as a set to perform some set of bold:"Section Operations".
All code:"FSS-0002 (Basic List)" escapes are applied before any code:"FSS-0000 (Basic)" is identified.
- See the file:"fss-0000.txt" and file:"fss-0002.txt" specification files for details on the syntax rules.
+ See the fss-0000.txt and fss-0002.txt specification files for details on the syntax rules.
Example\:
# fss-0004
All code:"FSS-0002 (Basic List)" escapes are applied before any code:"FSS-0001 (Extended)" is identified.
- See the file:"fss-0001.txt" and file:"fss-0002.txt" specification files for details on the syntax rules.
+ See the fss-0001.txt and fss-0002.txt specification files for details on the syntax rules.
Example\:
# fss-0005
All code:"FSS-0003 (Extended List)" escapes are applied before any code:"FSS-0000 (Basic)" is identified.
- See the file:"fss-0000.txt" and file:"fss-0003.txt" specification files for details on the syntax rules.
+ See the fss-0000.txt and fss-0003.txt specification files for details on the syntax rules.
Example\:
# fss-0006
All code:"FSS-0003 (Extended List)" escapes are applied before any code:"FSS-0001 (Extended)" is identified.
- See the file:"fss-0001.txt" and file:"fss-0003.txt" specification files for details on the syntax rules.
+ See the fss-0001.txt and fss-0003.txt specification files for details on the syntax rules.
Example\:
# fss-0007
Featureless Settings Specification: 0008 - Embedded List:
This is a code:"FSS-0003 (Extended List)" whose Content is then recursively processed as code:"FSS-0003 (Extended List)".
- See the file:"fss-0003.txt" specification file for details on the syntax rules.
+ See the fss-0003.txt specification file for details on the syntax rules.
Example\:
# fss-0008
Featureless Settings Specification: 000B - Simple List:
This is similar to code:"FSS-0008 (Embedded List)", except that it is an code:"FSS-0003 (Extended List)" with a (non-recursive) code:"FSS-0002 (Basic List)" inside the Content.
- See the file:"fss-0002.txt" and file:"fss-0003.txt" specification files for details on the syntax rules.
+ See the fss-0002.txt and fss-0003.txt specification files for details on the syntax rules.
Example\:
# fss-000b
The IKI syntax may be used in any FSS:"Featureless Settings Specifications".
The IKI format may be added to the.
- See the file:"iki.txt" specification for details on the IKI specifications.
+ See the iki.txt specification for details on the IKI specifications.
Example\:
# fss-000c iki-0000
Anything implementing this specification may impose its own restrictions on when to determine if the Inner Content is what FSS:"Featureless Settings Specifications" format, based on Object names.
- See the file:"fss-0000.txt", file:"fss-0001.txt", and file:"fss-0003.txt" specification files for details on the syntax rules.
+ See the fss-0000.txt, fss-0001.txt, and fss-0003.txt specification files for details on the syntax rules.
Example\:
# fss-000d
With this in mind, it is recommended that only a single italic:"header" be supported in the bold:"Payload Block".
The italic:"payload" bold:"Content" may be in either a italic:"binary" or italic:"string" format regardless of the italic:"binary" bit in the bold:"Simple Packet" bold:"Header Block".
- See the file:"fss-000e.txt" specification file for details on the syntax rules for the bold:"Payload Block".
+ See the fss-000e.txt specification file for details on the syntax rules for the bold:"Payload Block".
Example Packet Structure\:
code:"
The 5 remaining control bits are left undefined.
- See the file:"fss-000f.txt" specification file for details regarding the code:"FSS-000f (Simple Packet)" standard.
+ See the fss-000f.txt specification file for details regarding the code:"FSS-000f (Simple Packet)" standard.
Example Packet Structure\:
code:"
IKI Specification: 0000 - Unrestricted:
This specification provides no restrictions on the vocabulary.
- See the file:"iki.txt" specification file for details on the syntax rules.
+ See the iki.txt specification file for details on the syntax rules.
- urn: Any valid URN:"Uniform Resource Name".
- var: All text contained within represents some sort of variable.
- See the file:"iki.txt" specification file for details on the syntax rules.
+ See the iki.txt specification file for details on the syntax rules.
- define: Intended to be used for global properties, much like a C/C++ code:"#define".
- parameter: Intended to be used for parameters or variables.
- See the file:"iki.txt" specification file for details on the syntax rules.
+ See the iki.txt specification file for details on the syntax rules.
The IKI format may be added to the.
</p>
<p class="p">
- See the file:"iki.txt" specification for details on the IKI specifications.
+ See the iki.txt specification for details on the IKI specifications.
</p>
<p class="p">
Example: