From 28633ceaff5eea81bc4982bd96343858df516ef3 Mon Sep 17 00:00:00 2001
From: Kevin Day
Date: Tue, 7 Jan 2025 22:16:59 -0600
Subject: [PATCH] Update: Add uncommitted fixes for previous commit regarding
FLL 0.7.0 Development Release.
I thought I added all of the changes but I must have missed these files.
Add the missing changes.
---
fll.html | 167 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
licenses.html | 14 ++---
2 files changed, 173 insertions(+), 8 deletions(-)
diff --git a/fll.html b/fll.html
index 8ef2149..eb9d4bf 100644
--- a/fll.html
+++ b/fll.html
@@ -59,6 +59,9 @@
Current Release
+
@@ -115,7 +118,7 @@
- The current stable release series of FLL is 0.6. The latest version of the stable release series is 0.6.12.
+ The current stable release series of FLL is 0.6
. The latest version of the stable release series is 0.6.12
.
There are two different ways in which the project is released. The bare release and the pre-packaged release.
@@ -384,6 +387,168 @@
+
+
+
+
+
+
+ The current development release series of FLL is 0.7
. The latest version of the development release series is 0.7.0
.
+
+
+ There are two different ways in which the project is released. The bare release and the pre-packaged release.
+
+
+ A bare release is the original project structure exactly as it appears in the Git source code repositories. The project is designed and intended to be hacked. As a result, the project must be converted into a package. There are different default supported package structures like monolithic, level, and individual.
+
+
+ A pre-packaged release is the project packaged into a monolithic structure. The programs are also pre-packaged to expect to link against a monolithic FLL package.
+
+
+
+ There are also stand alone sources and related files for some of the programs:
+
+
+
+ The pre-packaged releases may also be found on the following external websites:
+
+
+
+ The bare releases may be found on the following websites:
+
+
+
+ -
+ Github is deprecated due to their requirement of Two Factor Authentication.
+ Github may, at any point in time, cease being used to release code.
+ The Github repository itself, however, will remain for archival and open-source purposes unless further restrictions are imposed by Github itself.
+
+
+
+
diff --git a/licenses.html b/licenses.html
index 67f376c..fe1c6a1 100644
--- a/licenses.html
+++ b/licenses.html
@@ -99,7 +99,7 @@
Everything else on this website that is source code, including HTML markup, CSS, and Javascript, is under LGPLv2.1+ license.
- © 2022-2024 Kevin Day
+ © 2022-2025 Kevin Day
@@ -124,12 +124,12 @@
- The FLL source code is © 2007-2024 Kevin Day under the LGPLv2.1+ license.
+ The FLL source code is © 2007-2025 Kevin Day under the LGPLv2.1+ license.
- The FLL standards and specifications are © 2007-2024 Kevin Day under the OSLv1+. The OSLv1+ is under active development and may be of a lesser version, such as 0.5. For simplicity, these are being referred to as 1.0 as the goal and intent of the license grant is for version 1 or greater. Therefore any version less than 1 is implicitly assumed to be of version 1 or greater.
+ The FLL standards and specifications are © 2007-2025 Kevin Day under the OSLv1+. The OSLv1+ is under active development and may be of a lesser version, such as 0.5. For simplicity, these are being referred to as 1.0 as the goal and intent of the license grant is for version 1 or greater. Therefore any version less than 1 is implicitly assumed to be of version 1 or greater.
- Documentation contained within the FLL that is not under a specification license is © 2007-2024 Kevin Day under the CC By SA 4.0.
+ Documentation contained within the FLL that is not under a specification license is © 2007-2025 Kevin Day under the CC By SA 4.0.
@@ -140,7 +140,7 @@
- All of the projects listed on the Projects pages are either part of the FLL or are based on the FLL. As a result they are © 2007-2024 Kevin Day under the LGPLv2.1+.
+ All of the projects listed on the Projects pages are either part of the FLL or are based on the FLL. As a result they are © 2007-2025 Kevin Day under the LGPLv2.1+.
@@ -151,10 +151,10 @@
- Documentation that is used to described specifications (included Application Programming Interfaces) are © 2007-2024 Kevin Day under the OSLv1+.
+ Documentation that is used to described specifications (included Application Programming Interfaces) are © 2007-2025 Kevin Day under the OSLv1+.
- All remaining documentation that does not fall under the OSLv1+ are © 2007-2024 Kevin Day under the CC By SA 4.0.
+ All remaining documentation that does not fall under the OSLv1+ are © 2007-2025 Kevin Day under the CC By SA 4.0.
--
1.8.3.1