aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@pjones.dk>2022-03-10 16:29:55 +0100
committerSiri Reiter <siri@pjones.dk>2022-03-10 16:29:55 +0100
commitdca4a62a6a8ae87cd1909b039288116e1978e74e (patch)
tree36043a9d9da2640146c4e17983663f16d21ab7ab
parentbb691beafb500b78a03cf0c36527c355a15828f0 (diff)
draft map
-rw-r--r--assets/map.dot14
1 files changed, 14 insertions, 0 deletions
diff --git a/assets/map.dot b/assets/map.dot
new file mode 100644
index 0000000..90bdd99
--- /dev/null
+++ b/assets/map.dot
@@ -0,0 +1,14 @@
+# usage: dot -Tx11 < map.dot
+
+digraph {
+
+iki_pkg -> git_srv
+iki_pkg -> git_pub_iki
+git_pub_iki -> box_web
+git_srv -> siri_selfhosting
+build_box -> box
+box -> box_web
+box -> box_mpd
+box -> box_print
+
+}