todo/index.gv
Marc Beninca d2b27df4c9
All checks were successful
/ job (push) Successful in 1m16s
venv
2024-12-14 02:05:31 +01:00

259 lines
4 KiB
Text

digraph "index" {
bgcolor="transparent"
color="#C0C000"
fontcolor="#FF8000"
fontname="DejaVu Sans"
penwidth="2"
rankdir="RL"
edge [
fontcolor="#FF4040"
fontname="DejaVu Sans"
style="filled"
]
node [
color="#C0C0C0"
fontcolor="#FFFFFF"
fontname="DejaVu Sans"
penwidth="2"
style="filled"
]
{ rank="max"
"" [style="invis"]
}
edge [color="#008000"]
node [fillcolor="#408040"]
subgraph "cluster/dev" { label="Dev"
"plan" [label="Plan"]
"code" [label="Code"]
"build" [label="Build"]
"test" [label="Test"]
}
"plan" -> "code" -> "build" -> "test" -> {
"plan"
"release"
}
subgraph "cluster/ops" { label="Ops"
"release" [label="Release"]
"deploy" [label="Deploy"]
"operate" [label="Operate"]
"monitor" [label="Monitor"]
}
"release" -> "deploy" -> "operate" -> "monitor" -> {
"deploy"
"plan"
}
edge [color="#FF0000"]
node [fillcolor="#303030"]
subgraph "cluster/social" {
label="Social"
subgraph "cluster/social/corp" {
label="Corp"
"social/corp/discord" [
fontcolor="#8080FF"
label="Discord"
URL="https://discord.gg/v6p7CtZ4Zh"
]
"social/corp/instagram" [
fontcolor="#8080FF"
label="InstaGram"
URL="https://instagram.com/marc.beninca"
]
"social/corp/linkedin" [
fontcolor="#8080FF"
label="LinkedIn"
URL="https://linkedin.com/in/marc-beninca"
]
"social/corp/youtube" [
fontcolor="#8080FF"
label="YouTube"
URL="https://youtube.com/@marc.beninca"
]
}
subgraph "cluster/social/open" {
label="Open"
"social/open/bluesky" [
fontcolor="#8080FF"
label="BlueSky"
URL="https://bsky.app/profile/marc.beninca.link"
]
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"
]
}
}
}
subgraph "cluster/beninca.link" {
label="beninca.link"
URL="https://beninca.link"
"beninca.link/marc" [
fontcolor="#8080FF"
label="Marc"
URL="https://marc.beninca.link"
]
}
subgraph "cluster/rwx.work" {
label="rwx.work"
URL="https://rwx.work"
"rwx.work/blog" [
fontcolor="#8080FF"
label="Blog"
URL="https://blog.rwx.work"
]
"rwx.work/forge" [
fontcolor="#8080FF"
label="Forge"
URL="https://forge.rwx.work"
]
"rwx.work/ilos" [
fontcolor="#8080FF"
label="ILOS"
URL="https://ilos.rwx.work"
]
"rwx.work/lsgm" [
fontcolor="#8080FF"
label="LSGM"
URL="https://lsgm.rwx.work"
]
"rwx.work/ofsp" [
fontcolor="#8080FF"
label="OFSP"
URL="https://ofsp.rwx.work"
]
"rwx.work/prj" [
fontcolor="#8080FF"
label="PRJ"
URL="https://prj.rwx.work"
]
"rwx.work/rtfd" [
fontcolor="#8080FF"
label="RTFD"
URL="https://rtfd.rwx.work"
]
"rwx.work/rwx" [
fontcolor="#8080FF"
label="RWX"
URL="https://rwx.rwx.work"
]
"rwx.work/spcd" [
fontcolor="#8080FF"
label="SPCD"
URL="https://spcd.rwx.work"
]
"rwx.work/srmp" [
fontcolor="#8080FF"
label="SRMP"
URL="https://srmp.rwx.work"
]
"rwx.work/todo" [
fontcolor="#8080FF"
label="TODO"
URL="https://todo.rwx.work"
]
}
"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"
{
"rwx/ffmpeg" [label="FFMPEG"]
"rwx/gource" [label="Gource"]
"rwx/logo" [label="Logo"]
"rwx/python" [label="Python"]
"rwx/shell" [label="Shell"]
} -> "rwx.work/rwx"
{
"rwx/python/codium" [label="Codium"]
"rwx/python/freetube" [label="FreeTube"]
"rwx/python/venvs" [label="Build VEnvs"]
} -> "rwx/python"
{
"rwx/shell/cs" [label="CryptSetup"]
"rwx/shell/venv" [label="Use VEnv"]
} -> "rwx/shell"
{
"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"
{
"srmp/debian/codium" [label="Codium"]
"srmp/debian/incus" [label="Incus"]
} -> "srmp/debian"
subgraph "cluster/tilde.link" {
label="tilde.link"
URL="https://tilde.link"
"tilde.link/tm" [
fontcolor="#8080FF"
label="TrackMania"
URL="https://tm.tilde.link"
]
}
}