# ╭───────╮
# │ Graph │
# ╰───────╯
digraph "index" {
bgcolor="transparent"
color="#C0C000"
fontcolor="#FF8000"
fontname="DejaVu Sans"
penwidth="2"
rankdir="RL"
# ╭───────┬──────╮
# │ Graph │ Edge │
# ╰───────┴──────╯
edge [
fontcolor="#FF4040"
fontname="DejaVu Sans"
style="filled"
]
# ╭───────┬──────╮
# │ Graph │ Edge │
# ╰───────┴──────╯
node [
color="#C0C0C0"
fontcolor="#FFFFFF"
fontname="DejaVu Sans"
penwidth="2"
shape="record"
style="filled"
]
# ╭────────╮
# │ DevOps │
# ╰────────╯
edge [color="#208020"]
node [fillcolor="#204020"]
devops_dev_test -> devops_ops_release
devops_ops_monitor -> devops_dev_plan
# ╭────────┬─────╮
# │ DevOps │ Dev │
# ╰────────┴─────╯
devops_dev_plan [label="Plan"]
devops_dev_code [label="Code"]
devops_dev_build [label="Build"]
devops_dev_test [label="Test"]
devops_dev_plan -> devops_dev_code -> devops_dev_build -> devops_dev_test -> devops_dev_plan
# ╭────────┬─────╮
# │ DevOps │ Ops │
# ╰────────┴─────╯
devops_ops_release [label="Release"]
devops_ops_deploy [label="Deploy"]
devops_ops_operate [label="Operate"]
devops_ops_monitor [label="Monitor"]
devops_ops_release -> devops_ops_deploy -> devops_ops_operate -> devops_ops_monitor -> devops_ops_deploy
# ╭──────────╮
# │ Projects │
# ╰──────────╯
edge [color="#208080"]
node [fillcolor="#205050"]
rwx_forge -> devops_dev_build
rwx_todo -> devops_dev_plan
# ╭─────╮
# │ RWX │
# ╰─────╯
rwx [shape="plaintext", margin="0", label=<
rwx.work RWX work |
repositories |
root |
repository |
actions |
website |
staging |
release |
>]
rwx_blog [shape="plaintext", margin="0", label=<
Blog |
repository |
actions |
website |
staging |
release |
>]
rwx_forge [shape="plaintext", margin="0", label=<
Forge |
users |
repositories |
domains |
>]
rwx_help [shape="plaintext", margin="0", label=<
Help |
repository |
actions |
website |
staging |
release |
>]
rwx_ilos [shape="plaintext", margin="0", label=<
ILOS Incremental Live Operating System |
repository |
actions |
website |
staging |
release |
>]
rwx_lsgm [shape="plaintext", margin="0", label=<
LSGM Live Scan Grub Menu |
repository |
actions |
website |
staging |
release |
>]
rwx_ofsp [shape="plaintext", margin="0", label=<
OFSP Operating File System Profile |
repository |
actions |
website |
staging |
release |
>]
rwx_prj [shape="plaintext", margin="0", label=<
PRJ PRoJect |
repository |
actions |
forgejo |
gitea |
github |
gitlab |
website |
archive |
feature |
staging |
release |
>]
rwx_rwx [shape="plaintext", margin="0", label=<
RWX Read Write eXecute |
repository |
actions |
website |
staging |
release |
>]
rwx_spcd [shape="plaintext", margin="0", label=<
SPCD Shell to Python Continuous Deployment |
repository |
actions |
website |
staging |
release |
>]
rwx_srmp [shape="plaintext", margin="0", label=<
SRMP Software Repositories Mirror Profile |
repository |
actions |
website |
staging |
release |
>]
rwx_todo [shape="plaintext", margin="0", label=<
TODO Track Ongoing Dev Ops |
repository |
actions |
website |
staging |
release |
>]
rwx_ytlp [shape="plaintext", margin="0", label=<
ytlp You Tube Local Profile |
repository |
actions |
website |
staging |
release |
>]
{
rwx_ytlp
} -> rwx
{
rwx_lsgm
rwx_ofsp
rwx_srmp
} -> rwx_ilos
rwx_spcd -> {
rwx_rwx
devops_dev_build
}
{
rwx
rwx_blog
rwx_help
rwx_ilos
rwx_prj
rwx_todo
} -> rwx_spcd
# ╭──────────────╮
# │ beninca.link │
# ╰──────────────╯
link_beninca [shape="plaintext", margin="0", label=<
beninca.link Beninca 🔗 |
repositories |
root |
repository |
actions |
website |
staging |
release |
>]
link_beninca_marc [shape="plaintext", margin="0", label=<
marc Marc Beninca |
repository |
actions |
website |
staging |
release |
>]
link_beninca_marc -> link_beninca
link_beninca_marc_cv [shape="plaintext", margin="0", label=<
cv Curriculum Vitæ |
repository |
actions |
website |
staging |
release |
>]
link_beninca_marc_cv -> link_beninca_marc
# ╭────────────╮
# │ tilde.link │
# ╰────────────╯
link_tilde [shape="plaintext", margin="0", label=<
tilde.link ~🔗 |
repositories |
root |
repository |
actions |
website |
staging |
release |
>]
link_tilde_tm [shape="plaintext", margin="0", label=<
tm Track Mania |
repository |
actions |
website |
staging |
release |
>]
link_tilde_tm -> link_tilde
# ╭─────────╮
# │ Domains │
# ╰─────────╯
{
rwx
link_beninca
link_tilde
} -> rwx_forge:domains
# ╭───────╮
# │ Parts │
# ╰───────╯
edge [color="#4040FF"]
node [fillcolor="#404080"]
rwx_forge_marc [shape="plaintext", margin="0", label=<
Marc Beninca |
activity |
repository |
overview |
>]
rwx_forge_marc -> rwx_forge:users
{
rwx_lsgm_python [label="LSGM\nPython"]
rwx_lsgm_shell [label="LSGM\nShell"]
} -> rwx_lsgm
{
rwx_ofsp_python [label="OFSP\nPython"]
rwx_ofsp_shell [label="OFSP\nShell"]
} -> rwx_ofsp
{
rwx_rwx_python [label="RWX\nPython"]
rwx_rwx_shell [label="RWX\nShell"]
} -> rwx_rwx
{
rwx_spcd_python [label="SPCD\nPython"]
rwx_spcd_shell [label="SPCD\nShell"]
} -> rwx_spcd
# ╭───────╮
# │ Tasks │
# ╰───────╯
edge [color="#E00000"]
node [fillcolor="#A00000"]
{
rwx_rwx_dev [label="Proper\ndev branch"]
} -> rwx_rwx
# ╭─────┬──────╮
# │ RWX │ Help │
# ╰─────┴──────╯
{
rwx_help_forgejo [label="Forgejo"]
rwx_help_incus [label="Incus"]
rwx_help_opentofu [label="Open\nToFu"]
} -> rwx_help
# ╭─────┬─────┬────────╮
# │ RWX │ RWX │ Python │
# ╰─────┴─────┴────────╯
{
rwx_rwx_python_codium [label="Codium"]
rwx_rwx_python_ffmpeg [label="FFMPEG"]
rwx_rwx_python_freetube [label="FreeTube"]
rwx_rwx_python_gource [label="Gource"]
rwx_rwx_python_logo [label="Logo"]
rwx_rwx_python_venvs [label="Build VEnvs"]
} -> rwx_rwx_python
# ╭─────┬─────┬───────╮
# │ RWX │ RWX │ Shell │
# ╰─────┴─────┴───────╯
{
rwx_rwx_shell_cs [label="CryptSetup"]
rwx_rwx_shell_ffmpeg [label="FFMPEG"]
rwx_rwx_shell_git [label="Git"]
rwx_rwx_shell_venv [label="Use VEnv"]
} -> rwx_rwx_shell
# ╭─────┬──────╮
# │ RWX │ SRMP │
# ╰─────┴──────╯
{
rwx_srmp_alma [label="Alma"]
rwx_srmp_debian [label="Debian"]
rwx_srmp_docker [label="Docker"]
rwx_srmp_incus [label="Incus"]
rwx_srmp_msys [label="MSys"]
rwx_srmp_python [label="Python"]
rwx_srmp_rocky [label="Rocky"]
} -> rwx_srmp
# ╭─────┬──────┬────────╮
# │ RWX │ SRMP │ Debian │
# ╰─────┴──────┴────────╯
{
rwx_srmp_debian_codium [label="Codium"]
rwx_srmp_debian_incus [label="Incus"]
} -> rwx_srmp_debian
# ╭─────┬──────┬────╮
# │ RWX │ SRMP │ EL │
# ╰─────┴──────┴────╯
{
rwx_srmp_el_nodejs [label="NodeJS"]
rwx_srmp_el_postgresql [label="PostGreSQL"]
} -> rwx_srmp_alma
rwx_srmp_epel [label="EPEL"]
rwx_srmp_epel -> {
rwx_srmp_alma
rwx_srmp_rocky
}
# ╭─────┬──────┬────────╮
# │ RWX │ SRMP │ Python │
# ╰─────┴──────┴────────╯
{
rwx_srmp_pypi [label="PyPI"]
} -> rwx_srmp_python
# ╭─────┬──────╮
# │ RWX │ TODO │
# ╰─────┴──────╯
{
rwx_todo_name [label="Name"]
} -> rwx_todo
# ╭─────╮
# │ WIP │
# ╰─────╯
edge [color="#C0C000"]
node [fillcolor="#606000"]
wip [label="Work In\nProgress"]
wip -> {
rwx_todo
}
}