The following are all of the projects and their respective documentation.
| Project | Description |
|---|---|
| Byte Dump |
This project provides the Byte Dump program.
The Byte Dump program provides a way to get a UTF-8 friendly
The output is intended to honor some of the feel of |
| Control |
This project provides the Control program.
The Control program provides a to communicate with the
This project is not complete and development is on going for the FLL |
| Controller |
This project provides the Controller and Init programs. The Controller program provides a way to manage programs, scripts, tasks, and services.
The Init program provides similart functionality to the
Both the Controller and Init programs that are operating as some sort of service should be controllable from via the
This project is not complete and development is on going for the FLL |
| Featureless Make |
This is the original project and goal of the FLL.
A major problem with these other build systems is that they try to manage installation as well as compilation. Projects should only describe what API in which they are compatible with and should not be tied down to any specific project or version. This project provides the Featureless Make program.
The Featureless Make is the program called
The
The
Both the
To help with understanding and using the Featureless Make program, fully functional example build
There is also a The Bzip2 source code may be found here: |
| FSS Identify |
This project provides the FSS Identify program.
The FSS Identify program is designed to read a file and determine what Featureless Settings Specification (FSS) is being used by that file.
The |
| FSS Read |
This project provides several FSS Read programs. The FSS Read programs each suppoert various FSS:
This performs read operations related to the mentioned standards. |
| FSS Write |
This project provides several FSS Write programs. The FSS Write programs each support various FSS:
This performs write operations related to the mentioned standards. |
| IKI Read |
This project provides EKI Read and IKI Read programs. These EKI Read and IKI Read programs support various standards:
This performs read operations related to the mentioned standards.
The IKI and EKI settings specifications are simpler than the common Wiki standards.
The EKI settings specification, also known as Extended IKI settings specification, is a variation of the IKI format that supports multiple objects. |
| IKI Write |
This project provides EKI Write and IKI Write programs.
These EKI Write and IKI Write programs support various standards:
This performs write operations related to the mentioned standards.
The IKI and EKI standards are simpler than the common Wiki standards.
The EKI standard, also known as Extended IKI, is a variation of the IKI format that supports multiple objects. |
| (Kevux) Firewall |
This project provides the Firewall program.
The Firewall program is one of the earliest proof of concepts and functional examples of the FLL.
This requires |
| (Kevux) Tools |
This project provides a suite of various programs for operating a Kevux distribution, such as the Turtle Kevux distribution.
Some of these tools might replace existing common ones, like the |
| Status Code |
This project provides the FSS Status Code and the Status Code programs.
The Status Code program is designed to interpret status codes returned by any FLL based program and specifically handles only core status codes. The FSS Status Code program is designed to interpret status codes returned by any FLL based program alond with the FSS specific status codes.
Other programs that utilize custom status codes should provide their own implementation of this program, such as is done with the |
| UTF8 |
This project provides the UTF8 program. The UTF8 program is a tool to convert one or more UTF-8 characters from the codepoint representation to a binary representation and back.
This program can convert complete files into a text file of UTF-8 bytecode values. |