From e323f452d0dcbb3bb37374b764d541a9e37b301e Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sat, 5 Mar 2022 16:46:18 +0100 Subject: [PATCH] Tweaks --- src/glossary.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/glossary.md b/src/glossary.md index 38f322f..fa3c091 100644 --- a/src/glossary.md +++ b/src/glossary.md @@ -126,6 +126,8 @@ conveyed by each individual capability taken in isolation, *and nothing else*. ## Configuration Scripting Language +**Main article: [The Configuration Scripting Language](./operation/scripting.md)** + The `syndicate-server` program includes a scripting language, used for configuration of the server and its clients, population of initial dataspaces for the system that the `syndicate-server` instance is part of, and scripting of simple behaviours in reaction to @@ -582,6 +584,8 @@ To *publish* something is to *assert* it; see [assertion][]. ## Preserves [Preserves]: #preserves +**Main article: [Preserves](./guide/preserves.md)** + Many implementations of the [SAM][] use *Preserves*, a programming-language-independent language for data, as the language defining the possible [values][] that may be exchanged among [entities][] in [assertions][] and [values][]. @@ -755,6 +759,8 @@ forward the reply back across the transport. [Syndicate Protocol]: #syndicate-protocol [Protocol]: #syndicate-protocol +**Main article: [The Syndicate Protocol](./protocol.md)** + The Syndicate Protocol (a.k.a the **Syndicate Network Protocol**) allows [relays][] to proxy entities from remote [scopes][] into the local scope.