This commit is contained in:
Tony Garnock-Jones 2022-03-05 16:46:18 +01:00
parent 9bad6be0aa
commit e323f452d0
1 changed files with 6 additions and 0 deletions

View File

@ -126,6 +126,8 @@ conveyed by each individual capability taken in isolation, *and nothing else*.
## Configuration Scripting Language ## 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 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 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 `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]: #preserves [Preserves]: #preserves
**Main article: [Preserves](./guide/preserves.md)**
Many implementations of the [SAM][] use *Preserves*, a programming-language-independent 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 language for data, as the language defining the possible [values][] that may be exchanged among
[entities][] in [assertions][] and [values][]. [entities][] in [assertions][] and [values][].
@ -755,6 +759,8 @@ forward the reply back across the transport.
[Syndicate Protocol]: #syndicate-protocol [Syndicate Protocol]: #syndicate-protocol
[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 The Syndicate Protocol (a.k.a the **Syndicate Network Protocol**) allows [relays][] to proxy
entities from remote [scopes][] into the local scope. entities from remote [scopes][] into the local scope.