ffmpeg,gource,logo

This commit is contained in:
Marc Beninca 2024-12-14 12:08:37 +01:00
parent 5cfd5dbb9b
commit e5c61c8d2e
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,3 +1,6 @@
# ╭───────╮
# │ Graph │
# ╰───────╯
digraph "index" { digraph "index" {
bgcolor="transparent" bgcolor="transparent"
color="#C0C000" color="#C0C000"
@ -6,12 +9,18 @@ fontname="DejaVu Sans"
penwidth="2" penwidth="2"
rankdir="RL" rankdir="RL"
# ╭───────┬──────╮
# │ Graph │ Edge │
# ╰───────┴──────╯
edge [ edge [
fontcolor="#FF4040" fontcolor="#FF4040"
fontname="DejaVu Sans" fontname="DejaVu Sans"
style="filled" style="filled"
] ]
# ╭───────┬──────╮
# │ Graph │ Edge │
# ╰───────┴──────╯
node [ node [
color="#C0C0C0" color="#C0C0C0"
fontcolor="#FFFFFF" fontcolor="#FFFFFF"
@ -143,6 +152,9 @@ URL="https://keyoxide.org/aspe:keyoxide.org:WUD5YVN52J3RJ6CD4ZCWYL6S54"
} }
subgraph "cluster/dns" {
label="DNS"
subgraph "cluster/beninca.link" { subgraph "cluster/beninca.link" {
label="beninca.link" label="beninca.link"
URL="https://beninca.link" URL="https://beninca.link"
@ -246,25 +258,29 @@ URL="https://forge.rwx.work/marc.beninca"
"rtfd/forgejo" [label="Forgejo"] "rtfd/forgejo" [label="Forgejo"]
} -> "rwx.work/rtfd" } -> "rwx.work/rtfd"
{ # ╭─────┬────────╮
"rwx/ffmpeg" [label="FFMPEG"] # │ RWX │ Python │
"rwx/gource" [label="Gource"] # ╰─────┴────────╯
"rwx/logo" [label="Logo"]
} -> "cluster/rwx.work/rwx"
# rwx / python
{ {
"rwx/python/codium" [label="Codium"] "rwx/python/codium" [label="Codium"]
"rwx/python/ffmpeg" [label="FFMPEG"]
"rwx/python/freetube" [label="FreeTube"] "rwx/python/freetube" [label="FreeTube"]
"rwx/python/gource" [label="Gource"]
"rwx/python/logo" [label="Logo"]
"rwx/python/venvs" [label="Build VEnvs"] "rwx/python/venvs" [label="Build VEnvs"]
} -> "rwx.work/rwx/python" } -> "rwx.work/rwx/python"
# rwx / shell # ╭─────┬───────╮
# │ RWX │ Shell │
# ╰─────┴───────╯
{ {
"rwx/shell/cs" [label="CryptSetup"] "rwx/shell/cs" [label="CryptSetup"]
"rwx/shell/git" [label="Git"] "rwx/shell/git" [label="Git"]
"rwx/shell/venv" [label="Use VEnv"] "rwx/shell/venv" [label="Use VEnv"]
} -> "rwx.work/rwx/shell" } -> "rwx.work/rwx/shell"
# ╭──────╮
# │ SRMP │
# ╰──────╯
{ {
"srmp/alma" [label="Alma"] "srmp/alma" [label="Alma"]
"srmp/debian" [label="Debian"] "srmp/debian" [label="Debian"]
@ -274,11 +290,17 @@ URL="https://forge.rwx.work/marc.beninca"
"srmp/python" [label="Python"] "srmp/python" [label="Python"]
} -> "rwx.work/srmp" } -> "rwx.work/srmp"
# ╭──────┬────────╮
# │ SRMP │ Debian │
# ╰──────┴────────╯
{ {
"srmp/debian/codium" [label="Codium"] "srmp/debian/codium" [label="Codium"]
"srmp/debian/incus" [label="Incus"] "srmp/debian/incus" [label="Incus"]
} -> "srmp/debian" } -> "srmp/debian"
# ╭─────┬────────────╮
# │ DNS │ tilde.link │
# ╰─────┴────────────╯
subgraph "cluster/tilde.link" { subgraph "cluster/tilde.link" {
label="tilde.link" label="tilde.link"
URL="https://tilde.link" URL="https://tilde.link"
@ -292,3 +314,5 @@ URL="https://tm.tilde.link"
} }
} }
}