From 3473c751fe3872f794059f8a3644d173f7dfa668 Mon Sep 17 00:00:00 2001 From: Ulf Bjorkengren Date: Wed, 15 Jan 2025 10:30:45 +0100 Subject: [PATCH] Resources update Signed-off-by: Ulf Bjorkengren --- spec/VISSv3.0_Core.html | 2 +- spec/resources/README.md | 6 ++++++ spec/resources/{server.txt => server.yml.txt} | 0 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 spec/resources/README.md rename spec/resources/{server.txt => server.yml.txt} (100%) diff --git a/spec/VISSv3.0_Core.html b/spec/VISSv3.0_Core.html index 2f6e5bd..430aa02 100644 --- a/spec/VISSv3.0_Core.html +++ b/spec/VISSv3.0_Core.html @@ -2035,7 +2035,7 @@

Server Tree Example

  • The Protocol node MUST be an attribute with a string array datatype with members defining the supported transport protocols.
  • 
    -              
    +              
               
    A feature that is supported in at least one configuration shall be registered on the Support branch. The Config branch shall contain the information needed for a client to utilize the feature, diff --git a/spec/resources/README.md b/spec/resources/README.md new file mode 100644 index 0000000..ce4c90f --- /dev/null +++ b/spec/resources/README.md @@ -0,0 +1,6 @@ +## File extension explanation +The files +* server.yml.txt +* vissv3.0.proto.txt +were given the file extension ".txt" for the purpose of being properly rendered in the VISSv3.0 specification document. +This file extension should be removed before the files are consumed in the contexts they were created for. diff --git a/spec/resources/server.txt b/spec/resources/server.yml.txt similarity index 100% rename from spec/resources/server.txt rename to spec/resources/server.yml.txt