From e932d447095b678ba58e14aef47e55f7be7034e9 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 11 Aug 2019 15:23:57 +0100 Subject: [PATCH] Fix link case --- wiki.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/wiki.html b/wiki.html index 3a5cb1b..1fb3756 100644 --- a/wiki.html +++ b/wiki.html @@ -163,6 +163,8 @@ Error message and password prompt
  • $:/state/tab-2065006209
  • +
  • $:/state/tab/moresidebar-1850697562
  • +
  • $:/state/tab/sidebar--595412856
  • $:/status/UserName
  • @@ -9210,13 +9212,16 @@ very-muted-foreground: #888888
    $:/core/ui/ControlPanel/Saving/DownloadSaver
    -
    +
    +
    $:/core/ui/MoreSideBar/Missing
    +
    +
    $:/core/ui/SideBar/Open
    Tony Garnock-Jones
    -
    +
    
     
    @@ -9388,12 +9393,12 @@ very-muted-foreground: #888888 * https://tonyg.github.io/hopl-s2017/conversational-context-and-concurrency/ * https://eighty-twenty.org/2016/10/18/actors-hopl
    -
    +
    !! A new model of concurrency
     
     Syndicate is a new [[model of concurrency|Model of concurrency]], closely related to the [[actor|Actor model]], [[tuplespace|Tuplespace model]], and [[fact space|Fact space model]] models. It is made up of two interacting parts:
     
    -* The [[dataspace model]] describes how programs (objects, virtual machines, hosts, etc.) interact in terms of a [[conversational model]]; and
    +* The [[dataspace model|Dataspace model]] describes how programs (objects, virtual machines, hosts, etc.) interact in terms of a [[conversational model|Conversational model]]; and
     * [[Facet]]s are language constructs added to a programming language to help the programmer organise their interactive programs when using the dataspace model.
     
     !! Multiple programming language support
    @@ -9409,8 +9414,8 @@ Syndicate implementations form an ecosystem, with interoperating implementations
     The Syndicate model can be extended to the distributed case. [[Distributed Syndicate]] is made up of four pieces:
     
     * a data format called [[Preserves]], similar to JSON, but with well-defined semantics;
    -* a simple [[network protocol]] that extends the dataspace model across TCP/IP links;
    -* a capability-style [[security architecture]] that allows flexible access control to Syndicate spaces; and
    +* a simple [[network protocol|Network protocol]] that extends the dataspace model across TCP/IP links;
    +* a capability-style [[security architecture|Security architecture]] that allows flexible access control to Syndicate spaces; and
     * a [[federated client-server architecture|Federated Syndicate]] for scalable, decentralized applications.