todo/index.gv

355 lines
7.9 KiB
Text
Raw Normal View History

2024-12-14 11:08:37 +00:00
# ╭───────╮
# │ Graph │
# ╰───────╯
2024-12-09 12:10:43 +00:00
digraph "index" {
2024-12-09 19:23:03 +00:00
bgcolor="transparent"
color="#C0C000"
fontcolor="#FF8000"
fontname="DejaVu Sans"
penwidth="2"
2024-12-09 23:20:55 +00:00
rankdir="RL"
2024-12-09 18:47:51 +00:00
2024-12-14 11:08:37 +00:00
# ╭───────┬──────╮
# │ Graph │ Edge │
# ╰───────┴──────╯
2024-12-09 18:47:51 +00:00
edge [
2024-12-09 19:23:03 +00:00
fontcolor="#FF4040"
fontname="DejaVu Sans"
style="filled"
2024-12-09 18:47:51 +00:00
]
2024-12-14 11:08:37 +00:00
# ╭───────┬──────╮
# │ Graph │ Edge │
# ╰───────┴──────╯
2024-12-09 18:47:51 +00:00
node [
2024-12-09 19:23:03 +00:00
color="#C0C0C0"
fontcolor="#FFFFFF"
fontname="DejaVu Sans"
penwidth="2"
style="filled"
2024-12-09 18:47:51 +00:00
]
2024-12-09 21:50:46 +00:00
{ rank="max"
2024-12-09 18:47:51 +00:00
"" [style="invis"]
}
2024-12-09 12:10:43 +00:00
2024-12-09 19:23:03 +00:00
edge [color="#008000"]
node [fillcolor="#408040"]
2024-12-14 11:14:51 +00:00
# ╭────────╮
# │ DevOps │
# ╰────────╯
subgraph "cluster/devops" { label="DevOps"
2024-12-14 11:30:55 +00:00
"devops/dev/plan" -> "devops/ops/release" [style="invis"]
"devops/dev/test" -> "devops/ops/monitor" [style="invis"]
2024-12-14 10:20:35 +00:00
# ╭────────┬─────╮
# │ DevOps │ Dev │
# ╰────────┴─────╯
2024-12-14 11:14:51 +00:00
subgraph "cluster/devops/dev" { label="Dev"
"devops/dev/plan" [label="Plan"]
"devops/dev/code" [label="Code"]
"devops/dev/build" [label="Build"]
"devops/dev/test" [label="Test"]
2024-12-09 12:10:43 +00:00
}
2024-12-14 11:14:51 +00:00
"devops/dev/plan" -> "devops/dev/code" -> "devops/dev/build" -> "devops/dev/test" -> "devops/dev/plan"
2024-12-14 10:20:35 +00:00
# ╭────────┬─────╮
# │ DevOps │ Ops │
# ╰────────┴─────╯
2024-12-09 18:47:51 +00:00
2024-12-14 11:14:51 +00:00
subgraph "cluster/devops/ops" { label="Ops"
"devops/ops/release" [label="Release"]
"devops/ops/deploy" [label="Deploy"]
"devops/ops/operate" [label="Operate"]
"devops/ops/monitor" [label="Monitor"]
2024-12-09 12:10:43 +00:00
}
2024-12-14 11:14:51 +00:00
"devops/ops/release" -> "devops/ops/deploy" -> "devops/ops/operate" -> "devops/ops/monitor" -> "devops/ops/deploy"
2024-12-14 10:20:35 +00:00
# ╭────────╮
# │ DevOps │
# ╰────────╯
2024-12-14 11:14:51 +00:00
"devops/dev/test" -> "devops/ops/release"
"devops/ops/monitor" -> "devops/dev/plan"
2024-12-14 10:20:35 +00:00
2024-12-14 11:14:51 +00:00
}
2024-12-14 10:20:35 +00:00
2024-12-09 19:23:03 +00:00
edge [color="#FF0000"]
node [fillcolor="#303030"]
2024-12-14 10:52:06 +00:00
# ╭────────╮
# │ Social │
# ╰────────╯
2024-12-11 21:12:15 +00:00
subgraph "cluster/social" {
2024-12-12 19:58:40 +00:00
label="Social"
2024-12-11 21:12:15 +00:00
2024-12-14 10:52:06 +00:00
# ╭────────┬──────╮
# │ Social │ Corp │
# ╰────────┴──────╯
2024-12-11 21:12:15 +00:00
subgraph "cluster/social/corp" {
2024-12-12 19:58:40 +00:00
label="Corp"
2024-12-11 21:12:15 +00:00
2024-12-12 19:58:40 +00:00
"social/corp/discord" [
fontcolor="#8080FF"
label="Discord"
URL="https://discord.gg/v6p7CtZ4Zh"
]
"social/corp/instagram" [
2024-12-11 21:12:15 +00:00
fontcolor="#8080FF"
label="InstaGram"
URL="https://instagram.com/marc.beninca"
]
2024-12-12 19:58:40 +00:00
"social/corp/linkedin" [
2024-12-11 21:12:15 +00:00
fontcolor="#8080FF"
label="LinkedIn"
URL="https://linkedin.com/in/marc-beninca"
]
2024-12-12 19:58:40 +00:00
"social/corp/youtube" [
2024-12-11 21:12:15 +00:00
fontcolor="#8080FF"
label="YouTube"
URL="https://youtube.com/@marc.beninca"
]
}
2024-12-14 10:52:06 +00:00
# ╭────────┬──────╮
# │ Social │ Open │
# ╰────────┴──────╯
2024-12-11 21:12:15 +00:00
subgraph "cluster/social/open" {
2024-12-12 19:58:40 +00:00
label="Open"
2024-12-11 21:12:15 +00:00
2024-12-12 19:58:40 +00:00
"social/open/bluesky" [
2024-12-11 21:12:15 +00:00
fontcolor="#8080FF"
label="BlueSky"
URL="https://bsky.app/profile/marc.beninca.link"
]
2024-12-14 10:52:06 +00:00
# ╭────────┬──────┬──────────╮
# │ Social │ Open │ KeyOxide │
# ╰────────┴──────┴──────────╯
2024-12-12 19:58:40 +00:00
subgraph "cluster/social/open/keyoxide" {
label="KeyOxide"
"social/open/keyoxide/pgp" [
fontcolor="#8080FF"
label="PGP"
URL="https://keyoxide.org/08EDA7006234A0EB29A3A8471DBD5EC4BADA5579"
]
"social/open/keyoxide/asp" [
fontcolor="#8080FF"
label="ASP"
URL="https://keyoxide.org/aspe:keyoxide.org:WUD5YVN52J3RJ6CD4ZCWYL6S54"
]
}
2024-12-11 21:12:15 +00:00
}
2024-12-14 11:36:24 +00:00
# ╭────────┬─────────╮
# │ Social │ Support │
# ╰────────┴─────────╯
subgraph "cluster/social/support" {
label="Support"
"social/support/liberapay" [
fontcolor="#8080FF"
label="LiberaPay"
URL="https://liberapay.com/marc.beninca"
]
}
2024-12-11 21:12:15 +00:00
}
2024-12-14 11:48:05 +00:00
# ╭─────╮
# │ DNS │
# ╰─────╯
2024-12-14 11:08:37 +00:00
subgraph "cluster/dns" {
label="DNS"
2024-12-14 11:48:05 +00:00
# ╭─────┬──────────────╮
# │ DNS │ beninca.link │
# ╰─────┴──────────────╯
subgraph "cluster/dns/beninca.link" {
2024-12-09 21:50:46 +00:00
label="beninca.link"
URL="https://beninca.link"
2024-12-09 23:20:55 +00:00
2024-12-14 11:48:05 +00:00
"dns/beninca.link/marc" [
2024-12-09 21:50:46 +00:00
fontcolor="#8080FF"
label="Marc"
URL="https://marc.beninca.link"
]
2024-12-09 23:20:55 +00:00
2024-12-09 21:50:46 +00:00
}
2024-12-14 11:48:05 +00:00
# ╭─────┬──────────╮
# │ DNS │ rwx.work │
# ╰─────┴──────────╯
2024-12-09 21:50:46 +00:00
subgraph "cluster/rwx.work" {
label="rwx.work"
URL="https://rwx.work"
2024-12-09 23:20:55 +00:00
2024-12-09 21:50:46 +00:00
"rwx.work/blog" [
fontcolor="#8080FF"
label="Blog"
URL="https://blog.rwx.work"
]
2024-12-09 23:20:55 +00:00
2024-12-09 21:50:46 +00:00
"rwx.work/forge" [
fontcolor="#8080FF"
label="Forge"
URL="https://forge.rwx.work"
]
2024-12-09 23:20:55 +00:00
"rwx.work/ilos" [
fontcolor="#8080FF"
2024-12-14 01:35:53 +00:00
label="ILOS:\nIncremental Live\nOperating System"
2024-12-09 23:20:55 +00:00
URL="https://ilos.rwx.work"
]
2024-12-09 21:50:46 +00:00
"rwx.work/lsgm" [
fontcolor="#8080FF"
2024-12-14 01:35:53 +00:00
label="LSGM:\nLive Scan\nGrub Menu"
2024-12-09 21:50:46 +00:00
URL="https://lsgm.rwx.work"
]
2024-12-09 23:20:55 +00:00
2024-12-09 21:50:46 +00:00
"rwx.work/ofsp" [
fontcolor="#8080FF"
2024-12-14 01:35:53 +00:00
label="OFSP:\nOperating File\nSystem Profile"
2024-12-09 21:50:46 +00:00
URL="https://ofsp.rwx.work"
]
2024-12-09 23:20:55 +00:00
"rwx.work/prj" [
fontcolor="#8080FF"
2024-12-14 01:35:53 +00:00
label="PRJ:\nPRJ"
2024-12-09 23:20:55 +00:00
URL="https://prj.rwx.work"
]
2024-12-09 21:50:46 +00:00
"rwx.work/rtfd" [
fontcolor="#8080FF"
2024-12-14 01:35:53 +00:00
label="RTFD:\nRead The\nFancy Docs"
2024-12-09 21:50:46 +00:00
URL="https://rtfd.rwx.work"
]
2024-12-09 23:20:55 +00:00
2024-12-14 01:35:53 +00:00
subgraph "cluster/rwx.work/rwx" {
label="RWX:\nRead Write eXecute"
2024-12-09 21:50:46 +00:00
URL="https://rwx.rwx.work"
2024-12-14 01:35:53 +00:00
"rwx.work/rwx/python" [label="Python"]
"rwx.work/rwx/shell" [label="Shell"]
}
2024-12-09 23:20:55 +00:00
2024-12-09 21:50:46 +00:00
"rwx.work/spcd" [
fontcolor="#8080FF"
2024-12-14 01:35:53 +00:00
label="SPCD:\nShell to Python\nContinuous Deployment"
2024-12-09 21:50:46 +00:00
URL="https://spcd.rwx.work"
]
2024-12-09 23:20:55 +00:00
2024-12-09 21:50:46 +00:00
"rwx.work/srmp" [
fontcolor="#8080FF"
2024-12-14 01:35:53 +00:00
label="SRMP:\nSoftware Repositories\nMirror Profile"
2024-12-09 21:50:46 +00:00
URL="https://srmp.rwx.work"
]
2024-12-09 23:20:55 +00:00
2024-12-09 21:50:46 +00:00
"rwx.work/todo" [
fontcolor="#8080FF"
2024-12-14 01:35:53 +00:00
label="TODO:\nTO\nDO"
2024-12-09 21:50:46 +00:00
URL="https://todo.rwx.work"
]
2024-12-09 23:20:55 +00:00
2024-12-09 21:50:46 +00:00
}
2024-12-09 23:20:55 +00:00
"rwx.work/forge/marc" [
fontcolor="#8080FF"
label="Marc"
URL="https://forge.rwx.work/marc.beninca"
]
"rwx.work/forge/marc" -> "rwx.work/forge"
{
"ofsp/python" [label="Python"]
"ofsp/shell" [label="Shell"]
} -> "rwx.work/ofsp"
2024-12-14 01:35:53 +00:00
{
"rtfd/forgejo" [label="Forgejo"]
} -> "rwx.work/rtfd"
2024-12-14 11:48:05 +00:00
# ╭─────┬──────────┬─────┬────────╮
# │ DNS │ rwx.work │ RWX │ Python │
# ╰─────┴──────────┴─────┴────────╯
2024-12-09 23:32:09 +00:00
{
"rwx/python/codium" [label="Codium"]
2024-12-14 11:08:37 +00:00
"rwx/python/ffmpeg" [label="FFMPEG"]
2024-12-09 23:32:09 +00:00
"rwx/python/freetube" [label="FreeTube"]
2024-12-14 11:08:37 +00:00
"rwx/python/gource" [label="Gource"]
"rwx/python/logo" [label="Logo"]
2024-12-14 01:05:31 +00:00
"rwx/python/venvs" [label="Build VEnvs"]
2024-12-14 01:35:53 +00:00
} -> "rwx.work/rwx/python"
2024-12-14 11:48:05 +00:00
# ╭─────┬──────────┬─────┬───────╮
# │ DNS │ rwx.work │ RWX │ Shell │
# ╰─────┴──────────┴─────┴───────╯
2024-12-09 23:20:55 +00:00
{
"rwx/shell/cs" [label="CryptSetup"]
2024-12-14 10:14:59 +00:00
"rwx/shell/git" [label="Git"]
2024-12-14 01:05:31 +00:00
"rwx/shell/venv" [label="Use VEnv"]
2024-12-14 01:35:53 +00:00
} -> "rwx.work/rwx/shell"
2024-12-09 23:20:55 +00:00
2024-12-14 11:48:05 +00:00
# ╭─────┬──────────┬──────╮
# │ DNS │ rwx.work │ SRMP │
# ╰─────┴──────────┴──────╯
2024-12-09 23:20:55 +00:00
{
"srmp/alma" [label="Alma"]
"srmp/debian" [label="Debian"]
"srmp/docker" [label="Docker"]
"srmp/msys" [label="MSys"]
"srmp/pypi" [label="PyPI"]
"srmp/python" [label="Python"]
} -> "rwx.work/srmp"
2024-12-14 11:48:05 +00:00
# ╭─────┬──────────┬──────┬────────╮
# │ DNS │ rwx.work │ SRMP │ Debian │
# ╰─────┴──────────┴──────┴────────╯
2024-12-09 23:20:55 +00:00
{
"srmp/debian/codium" [label="Codium"]
"srmp/debian/incus" [label="Incus"]
} -> "srmp/debian"
2024-12-14 11:08:37 +00:00
# ╭─────┬────────────╮
# │ DNS │ tilde.link │
# ╰─────┴────────────╯
2024-12-09 21:50:46 +00:00
subgraph "cluster/tilde.link" {
label="tilde.link"
URL="https://tilde.link"
2024-12-09 23:20:55 +00:00
2024-12-09 21:50:46 +00:00
"tilde.link/tm" [
fontcolor="#8080FF"
2024-12-14 01:35:53 +00:00
label="TM:\nTrack Mania"
2024-12-09 21:50:46 +00:00
URL="https://tm.tilde.link"
]
2024-12-09 19:23:03 +00:00
}
2024-12-09 18:47:51 +00:00
2024-12-09 12:10:43 +00:00
}
2024-12-14 11:08:37 +00:00
}