From 7b64274cc573aebab8a8b94222d6f1999e588af5 Mon Sep 17 00:00:00 2001 From: Nils <> Date: Sun, 12 Jul 2020 01:08:20 +0200 Subject: [PATCH] asciidoc syntax screw-up --- docs/api/index.html | 68 +++++++++++++++++++++++++++-------------- docs/src/api/index.adoc | 4 ++- 2 files changed, 48 insertions(+), 24 deletions(-) diff --git a/docs/api/index.html b/docs/api/index.html index 40be3cd..f7b4f0f 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -1686,30 +1686,52 @@ It was never an arbitrary value.
Code changes:
-* Server Control API: /nsm/server/list
chain of single OSC messages, one for each session,
- is now finalized with sending and empty string "" as session name. Previously this was just
- a symbolically irrelevant console message "Done."
-* Replies to /nsm/server/save
etc. will now be sent back to the sender and not falsely to the last
- client who replied to /nsm/client/save
. This alone would only require API_VERSION_PATCH
- increment, but we are already incrementing minor.
-* Server Control API: /nsm/server/add
was replying with an undocumented error code on success.
- Instead, as this document always specificed, it now sends "/reply", path, "Launched."
.
- Again, this would have been just API_VERSION_PATCH on its own.
Code changes:
+Server Control API: /nsm/server/list
chain of single OSC messages, one for each session,
+is now finalized with sending and empty string "" as session name. Previously this was just
+a symbolically irrelevant console message "Done."
Replies to /nsm/server/save
etc. will now be sent back to the sender and not falsely to the last
+client who replied to /nsm/client/save
. This alone would only require API_VERSION_PATCH
+increment, but we are already incrementing minor.
Server Control API: /nsm/server/add
was replying with an undocumented error code on success.
+Instead, as this document always specificed, it now sends "/reply", path, "Launched."
.
+Again, this would have been just API_VERSION_PATCH on its own.
Unstable /nsm/gui
protocol
-* Send client status after a GUI attaches to running server. This
- was not happening before, but it was the intention. It was just broken in nsmd.cpp. This alone
- would only require API_VERSION_PATCH increment, but we are already incrementing minor.
-* Send label "launch error!" when a program is added (or loaded) that
- does not exist in $PATH. This requires no adaptation of any client, server or GUI because labels
- are arbitrary already and this is not meant for automatic parsing, but as user information.
-* /nsm/gui/session/name
will now always send the same parameter format, regardless of how the session was opened:
- simple-session-name, relative session path with subdirs below session-root.
-* When a GUI announces itself to nsmd it will receive the absolute path to the session directory
- through the message /nsm/gui/session/root
. This is not a new addition but was already in
- non-session-manager git.
Undocumented (Unstable) /nsm/gui
protocol
Send client status after a GUI attaches to running server. This +was not happening before, but it was the intention. It was just broken in nsmd.cpp. This alone +would only require API_VERSION_PATCH increment, but we are already incrementing minor.
+Send label "launch error!" when a program is added (or loaded) that +does not exist in $PATH. This requires no adaptation of any client, server or GUI because labels +are arbitrary already and this is not meant for automatic parsing, but as user information.
+/nsm/gui/session/name
will now always send the same parameter format, regardless of how the session was opened:
+simple-session-name, relative session path with subdirs below session-root.
When a GUI announces itself to nsmd it will receive the absolute path to the session directory
+through the message /nsm/gui/session/root
. This is not a new addition but was already in
+non-session-manager git.