diff options
author | Siri Reiter <siri@pjones.dk> | 2022-03-10 16:47:53 +0100 |
---|---|---|
committer | Siri Reiter <siri@pjones.dk> | 2022-03-10 16:47:53 +0100 |
commit | 604db3641ba6e9893ba9c15ad7635ea69032568a (patch) | |
tree | 32bd0b4dafaef7b4957565c23fefd2846160f454 | |
parent | dca4a62a6a8ae87cd1909b039288116e1978e74e (diff) |
extend map
-rw-r--r-- | assets/map.dot | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/assets/map.dot b/assets/map.dot index 90bdd99..9a8b521 100644 --- a/assets/map.dot +++ b/assets/map.dot @@ -7,8 +7,14 @@ 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 +box -> { box_web box_mpd box_print } + +pkg_knoodle -> code_atomize_knoodle +{ code_atomize_knoodle code_jangout_book } -> web_video_booking +radicale -> code_event_export -> html_event + + +{ solid_pkg wally_pkg } -> web_wally +code_indie_joep -> web_edit_indie } |