From 983f376c82cf4e2e35abb92d01c4e9d4c3cc1284 Mon Sep 17 00:00:00 2001 From: Patrick Dowler Date: Thu, 12 Feb 2026 10:45:57 -0800 Subject: [PATCH 1/2] fix typos pointed out by RadioIG in RFC page --- DALI.tex | 4 ++-- ivoatex | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DALI.tex b/DALI.tex index f67d054..5b153ad 100644 --- a/DALI.tex +++ b/DALI.tex @@ -287,7 +287,7 @@ \subsection{Synchronous Execution: DALI-sync} \subsection{DALI-examples} \label{sec:dali-examples} The DALI-examples endpoint returns a document with usage examples or similar -material to the user. In DAL services, this endpoint is always accessed as a +material to the user. In DAL services, this endpoint is always accessed using the name ``examples''. It is a child of the base URL for the service. The following specification is intended to make sure the content is usable for both machines and humans. As such, the DALI-examples endpoint contains additional @@ -504,7 +504,7 @@ \subsection{Availability: VOSI-availability} VOSI-availability \citep{2017ivoa.spec.0524G} defines a simple endpoint that reports on the current ability of the service to perform. -If the VOSI-availability endpoint implemented a description +If the VOSI-availability endpoint is implemented a description of this capability must be provided in the VOSI-capabilities document. The VOSI-availability endpoint is intended to respond with a dynamically generated document describing the current state of the service diff --git a/ivoatex b/ivoatex index ad1049e..04d5819 160000 --- a/ivoatex +++ b/ivoatex @@ -1 +1 @@ -Subproject commit ad1049e40194b53060c56aa91fe190adf1c18424 +Subproject commit 04d5819ee835ed7a2f40e1faf757394d0ae9a4d6 From ebffd872eac6e012934ea134ba90c4fa6c7e5e67 Mon Sep 17 00:00:00 2001 From: Patrick Dowler Date: Wed, 25 Feb 2026 16:34:33 -0800 Subject: [PATCH 2/2] move dali openapi components into subdir --- openapi/{ => dali}/dali-maxrec.yaml | 0 openapi/{ => dali}/dali-responseformat.yaml | 0 openapi/{ => dali}/dali-upload.yaml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename openapi/{ => dali}/dali-maxrec.yaml (100%) rename openapi/{ => dali}/dali-responseformat.yaml (100%) rename openapi/{ => dali}/dali-upload.yaml (100%) diff --git a/openapi/dali-maxrec.yaml b/openapi/dali/dali-maxrec.yaml similarity index 100% rename from openapi/dali-maxrec.yaml rename to openapi/dali/dali-maxrec.yaml diff --git a/openapi/dali-responseformat.yaml b/openapi/dali/dali-responseformat.yaml similarity index 100% rename from openapi/dali-responseformat.yaml rename to openapi/dali/dali-responseformat.yaml diff --git a/openapi/dali-upload.yaml b/openapi/dali/dali-upload.yaml similarity index 100% rename from openapi/dali-upload.yaml rename to openapi/dali/dali-upload.yaml