From 453e46c5d42127928197f84c89b5c44c4ce7301a Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Tue, 23 Aug 2022 00:21:15 +0200 Subject: [PATCH] autopushed --- agora pkg chapter.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/agora pkg chapter.md b/agora pkg chapter.md index ff3ff0c99..c2f8d36c0 100644 --- a/agora pkg chapter.md +++ b/agora pkg chapter.md @@ -262,7 +262,9 @@ The primary utility of Go Links, regardless of implementation details, is high. ## [[Push]] -#push is an Agora Action. Its effect can also * transclusion +#push is an Agora Action. Its effect can **also** be described as transclusion, but in the opposite direction: whereas Pull will transclude a remote context in the current context, Push will transclude the current context in a remote context. Push can be thought of as publishing to a [[topic]] in a PubSub system. + +#push takes a [[node]], a [[node/heterarchy]] or a URL. The meaning of pushing to a node is to publish the blocks or context in the destination node; the reference Agora publishes them in a similar format to local resources, either preceding them or athem depending on configuration. The meaning of pushing to a heterarchy (or "path") is to t ## [[Stoa]] A resource can be declared a [[Stoa]] by tagging it as such. This marks it as a resource meant for [[cooperation]] or [[commoning]].