Skip to content

Commit

Permalink
Final touches
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauve Signweaver committed Apr 25, 2023
1 parent bf349bc commit 71cd584
Show file tree
Hide file tree
Showing 6 changed files with 313 additions and 78 deletions.
31 changes: 27 additions & 4 deletions slides/holistic-local-first/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,15 @@ digraph {
db [label="Peer To Peer\nDatabases"]
apps [label="Local-First\nWeb Apps"]
gov [label="Cooperative\nGovernance"]
press [label="Distributed"]
web [label="The Web"]
p2p -> agregore
agregore -> p2p
press -> p2p
web -> press
p2p -> db
apps -> db
archive -> db
Expand Down Expand Up @@ -89,9 +94,9 @@ This reduces the need to depend on always-online cloud services which usually ge

```dot
digraph {
label="Holisitic Local-First Software - P2P"
label="Holisitic Local-First Software"
labelloc=t
rankdir=RL
rankdir=TD
bgcolor="#111"
fontname="system-ui"
fontcolor="#F2F2F2"
Expand All @@ -106,22 +111,40 @@ digraph {
]
edge [color="#2de56e"]
p2p [label="Peer to Peer\nProtocols"]
agregore [
label="Agregore\nBrowser"
color="#2de56e"
]
mesh [label="Community\nMesh Networks"]
p2p [label="Peer to Peer\nProtocols"]
archive [label="Web\nArchives"]
db [label="Peer To Peer\nDatabases"]
apps [label="Local-First\nWeb Apps"]
gov [label="Cooperative\nGovernance"]
press [label="Distributed Press"]
web [label="The Web"]
p2p -> agregore
agregore -> p2p
press -> p2p
press -> web
p2p -> db
apps -> db
archive -> db
agregore -> apps
# archive -> agregore
archive -> web
agregore -> archive
archive -> p2p
mesh -> p2p
agregore -> mesh
mesh -> gov
archive -> gov
}
```

Expand Down
53 changes: 53 additions & 0 deletions slides/holistic-local-first/holistic.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
digraph {
label="Holisitic Local-First Software"
labelloc=t
rankdir=TD
bgcolor="#11111"
fontname="system-ui"
fontcolor="#F2F2F2"
pad=0.5
node [
shape=rect
style="filled,rounded"
fillcolor="#6e2de5"
fontcolor="#F2F2F2"
fontname="System-UI"
width=2
]
edge [color="#2de56e"]

agregore [
label="Agregore\nBrowser"
color="#2de56e"
]
mesh [label="Community\nMesh Networks"]
p2p [label="Peer to Peer\nProtocols"]
archive [label="Web\nArchives"]
db [label="Peer To Peer\nDatabases"]
apps [label="Local-First\nWeb Apps"]
gov [label="Cooperative\nGovernance"]
press [label="Distributed Press"]
web [label="The Web"]

agregore -> p2p

press -> p2p
press -> web

p2p -> db
apps -> db
archive -> db

agregore -> apps

# archive -> agregore
archive -> web
agregore -> archive
archive -> p2p

mesh -> p2p
agregore -> mesh

mesh -> gov
archive -> gov
}
162 changes: 90 additions & 72 deletions slides/holistic-local-first/holistic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 71cd584

Please sign in to comment.