From 9bab5c0c853e3650902089c5d8981054fcd7897d Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 10 Aug 2024 14:32:24 -0500 Subject: [PATCH] Cleanup: Add specification date to the Controller specifications. I only did a quick glance through the specifications and they look the same as the pages. The only change is copying the version date from the specifications file onto the web page. --- documentation/controller/specifications/action.html | 3 +++ documentation/controller/specifications/entry.html | 3 +++ documentation/controller/specifications/exit.html | 3 +++ documentation/controller/specifications/packet.html | 3 +++ documentation/controller/specifications/rule.html | 3 +++ 5 files changed, 15 insertions(+) diff --git a/documentation/controller/specifications/action.html b/documentation/controller/specifications/action.html index 963d901..9468690 100644 --- a/documentation/controller/specifications/action.html +++ b/documentation/controller/specifications/action.html @@ -116,6 +116,9 @@

+ The version date of this specification is 2024/07/02. +

+

This describes the intent and purpose of the actions provided for individual Rules (or things related to a Rule).

diff --git a/documentation/controller/specifications/entry.html b/documentation/controller/specifications/entry.html index e06d54a..fd6bce5 100644 --- a/documentation/controller/specifications/entry.html +++ b/documentation/controller/specifications/entry.html @@ -105,6 +105,9 @@

+ The version date of this specification is 2024/07/10. +

+

The Entry files follow the FSS-0005 (Somewhat Basic List) format.

diff --git a/documentation/controller/specifications/exit.html b/documentation/controller/specifications/exit.html index 8f09e52..34aec0d 100644 --- a/documentation/controller/specifications/exit.html +++ b/documentation/controller/specifications/exit.html @@ -105,6 +105,9 @@

+ The version date of this specification is 2024/07/10. +

+

The Exit files follow the FSS-0005 (Somewhat Basic List) format.

diff --git a/documentation/controller/specifications/packet.html b/documentation/controller/specifications/packet.html index 94cbbc6..bec98a6 100644 --- a/documentation/controller/specifications/packet.html +++ b/documentation/controller/specifications/packet.html @@ -105,6 +105,9 @@

+ The version date of this specification is 2024/07/02. +

+

The controller program communicates use the FSS-000F (Packet).

diff --git a/documentation/controller/specifications/rule.html b/documentation/controller/specifications/rule.html index 7ae2317..9bd5bfa 100644 --- a/documentation/controller/specifications/rule.html +++ b/documentation/controller/specifications/rule.html @@ -105,6 +105,9 @@

+ The version date of this specification is 2024/07/02. +

+

The Rule files follow the FSS-000D (Basic Rule) format with IKI-0000 (Unrestricted).

-- 1.8.3.1