More links

This commit is contained in:
Tony Garnock-Jones 2022-10-12 13:41:55 +02:00
parent b6043cd048
commit 2c5efe2b06
1 changed files with 7 additions and 7 deletions

View File

@ -272,9 +272,8 @@ See [here](./syndicated-actor-model.md#dataspaces) for a full explanation of dat
[Dataspace Pattern]: #dataspace-pattern [Dataspace Pattern]: #dataspace-pattern
In the [Syndicated Actor Model][], a *dataspace pattern* is a structured [value][] describing a In the [Syndicated Actor Model][], a *dataspace pattern* is a structured [value][] describing a
pattern over other values. pattern over other values. The pattern language used in current Dataspace implementations and
in the Syndicate protocol is documented [here](protocols/syndicate/dataspacePatterns.md).
TODO: link to documentation
## E ## E
[E language]: #e [E language]: #e
@ -514,10 +513,11 @@ Erlingsson, Ankur Taly, Michael Vrable, and Mark Lentczner. In Proc. Network and
System Security Symposium (NDSS), 2014. [[PDF]](https://research.google/pubs/pub41892.pdf) System Security Symposium (NDSS), 2014. [[PDF]](https://research.google/pubs/pub41892.pdf)
In the [Syndicated Actor Model][], a variation of the macaroon concept is used to represent In the [Syndicated Actor Model][], a variation of the macaroon concept is used to represent
"sturdyrefs". A sturdyref is a long-lived token authorizing interaction with some entity, which "sturdyrefs". A [sturdyref](./operation/builtin/gatekeeper.md#sturdyrefs) is a long-lived token
can be upgraded to a live [entity reference][] by presenting it to a gatekeeper entity (TODO: authorizing interaction with some entity, which can be upgraded to a live [entity reference][]
link) across a session of the [Syndicate network protocol][]. (The term "sturdyref" is lifted by presenting it to a [gatekeeper entity](./operation/builtin/gatekeeper.md) across a session
directly from the [E language][] and associated ecosystem.) of the [Syndicate network protocol][]. (The term "sturdyref" is lifted directly from the [E
language][] and associated ecosystem.)
## Mailbox ## Mailbox
[Mailbox]: #mailbox [Mailbox]: #mailbox