From dca4a62a6a8ae87cd1909b039288116e1978e74e Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Thu, 10 Mar 2022 16:29:55 +0100 Subject: draft map --- assets/map.dot | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 assets/map.dot 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 + +} -- cgit v1.2.3