Compare commits
5 commits
cd1d2f90c1
...
68e8b091fb
Author | SHA1 | Date | |
---|---|---|---|
68e8b091fb | |||
910fc8b2fc | |||
3968a42907 | |||
c25bbf3407 | |||
acc880e4a6 |
1 changed files with 34 additions and 23 deletions
57
index.gv
57
index.gv
|
@ -268,12 +268,10 @@ rwx_ytlp [shape="plaintext", margin="0", label=<
|
||||||
# │ Projects │ beninca.link │
|
# │ Projects │ beninca.link │
|
||||||
# ╰──────────┴──────────────╯
|
# ╰──────────┴──────────────╯
|
||||||
|
|
||||||
beninca_marc -> beninca
|
|
||||||
|
|
||||||
{
|
{
|
||||||
beninca_marc_cv
|
beninca_marc_cv
|
||||||
beninca_marc_site
|
beninca_marc_site
|
||||||
} -> beninca_marc
|
} -> beninca_marc -> beninca
|
||||||
|
|
||||||
beninca [shape="plaintext", margin="0", label=<
|
beninca [shape="plaintext", margin="0", label=<
|
||||||
<table cellspacing="0">
|
<table cellspacing="0">
|
||||||
|
@ -358,9 +356,11 @@ tilde_tm [shape="plaintext", margin="0", label=<
|
||||||
edge [color="#4040FF"]
|
edge [color="#4040FF"]
|
||||||
node [fillcolor="#404080"]
|
node [fillcolor="#404080"]
|
||||||
|
|
||||||
forge_marc_keys -> forge_marc
|
# ╭───────┬───────╮
|
||||||
forge_marc_proofs -> forge_marc_keys
|
# │ Parts │ forge │
|
||||||
forge_marc_others -> forge_marc_proofs
|
# ╰───────┴───────╯
|
||||||
|
|
||||||
|
forge_marc_others -> forge_marc_proofs -> forge_marc_keys -> forge_marc
|
||||||
|
|
||||||
forge_marc_keys [shape="plaintext", margin="0", label=<
|
forge_marc_keys [shape="plaintext", margin="0", label=<
|
||||||
<table cellspacing="0">
|
<table cellspacing="0">
|
||||||
|
@ -410,26 +410,35 @@ forge_marc_others [shape="plaintext", margin="0", label=<
|
||||||
<tr><td bgcolor="#603000" href="https://tipeee.com/marc-beninca">Tipeee</td></tr>
|
<tr><td bgcolor="#603000" href="https://tipeee.com/marc-beninca">Tipeee</td></tr>
|
||||||
</table>>]
|
</table>>]
|
||||||
|
|
||||||
|
# ╭───────┬──────────╮
|
||||||
|
# │ Parts │ rwx.work │
|
||||||
|
# ╰───────┴──────────╯
|
||||||
|
|
||||||
{
|
{
|
||||||
rwx_lsgm_python [label="LSGM\nPython"]
|
rwx_lsgm_py [label="lsgm.py"]
|
||||||
rwx_lsgm_shell [label="LSGM\nShell"]
|
rwx_lsgm_sh [label="lsgm.sh"]
|
||||||
} -> rwx_lsgm
|
} -> rwx_lsgm
|
||||||
|
|
||||||
{
|
{
|
||||||
rwx_ofsp_python [label="OFSP\nPython"]
|
rwx_ofsp_py [label="ofsp.py"]
|
||||||
rwx_ofsp_shell [label="OFSP\nShell"]
|
rwx_ofsp_sh [label="ofs.sh"]
|
||||||
} -> rwx_ofsp
|
} -> rwx_ofsp
|
||||||
|
|
||||||
{
|
{
|
||||||
rwx_rwx_python [label="RWX\nPython"]
|
rwx_rwx_py [label="rwx.py"]
|
||||||
rwx_rwx_shell [label="RWX\nShell"]
|
rwx_rwx_sh [label="rwx.sh"]
|
||||||
} -> rwx_rwx
|
} -> rwx_rwx
|
||||||
|
|
||||||
{
|
{
|
||||||
rwx_spcd_python [label="SPCD\nPython"]
|
rwx_spcd_py [label="spcd.py"]
|
||||||
rwx_spcd_shell [label="SPCD\nShell"]
|
rwx_spcd_sh [label="spcd.sh"]
|
||||||
} -> rwx_spcd
|
} -> rwx_spcd
|
||||||
|
|
||||||
|
{
|
||||||
|
rwx_srmp_py [label="srmp.py"]
|
||||||
|
rwx_srmp_sh [label="srmp.sh"]
|
||||||
|
} -> rwx_srmp
|
||||||
|
|
||||||
{
|
{
|
||||||
rwx_ytlp_freetube [label="Free\nTube"]
|
rwx_ytlp_freetube [label="Free\nTube"]
|
||||||
rwx_ytlp_ytdlp [label="YT\nDLP"]
|
rwx_ytlp_ytdlp [label="YT\nDLP"]
|
||||||
|
@ -446,9 +455,9 @@ node [fillcolor="#A00000"]
|
||||||
# │ Tasks │ beninca.link │
|
# │ Tasks │ beninca.link │
|
||||||
# ╰───────┴──────────────╯
|
# ╰───────┴──────────────╯
|
||||||
|
|
||||||
|
{
|
||||||
beninca_wkd [label="OpenPGP\nWKD"]
|
beninca_wkd [label="OpenPGP\nWKD"]
|
||||||
|
} -> {
|
||||||
beninca_wkd -> {
|
|
||||||
beninca
|
beninca
|
||||||
beninca_marc
|
beninca_marc
|
||||||
}
|
}
|
||||||
|
@ -486,14 +495,14 @@ rwx_rwx_python_freetube [label="Free\nTube"]
|
||||||
rwx_rwx_python_gource [label="Gource"]
|
rwx_rwx_python_gource [label="Gource"]
|
||||||
rwx_rwx_python_logo [label="Logo"]
|
rwx_rwx_python_logo [label="Logo"]
|
||||||
rwx_rwx_python_venvs [label="Build\nVEnvs"]
|
rwx_rwx_python_venvs [label="Build\nVEnvs"]
|
||||||
} -> rwx_rwx_python
|
} -> rwx_rwx_py
|
||||||
|
|
||||||
{
|
{
|
||||||
rwx_rwx_shell_cs [label="Crypt\nSetup"]
|
rwx_rwx_shell_cs [label="Crypt\nSetup"]
|
||||||
rwx_rwx_shell_ffmpeg [label="FFMPEG"]
|
rwx_rwx_shell_ffmpeg [label="FFMPEG"]
|
||||||
rwx_rwx_shell_git [label="Git"]
|
rwx_rwx_shell_git [label="Git"]
|
||||||
rwx_rwx_shell_venv [label="Use\nVEnv"]
|
rwx_rwx_shell_venv [label="Use\nVEnv"]
|
||||||
} -> rwx_rwx_shell
|
} -> rwx_rwx_sh
|
||||||
|
|
||||||
# ╭───────┬──────────┬──────╮
|
# ╭───────┬──────────┬──────╮
|
||||||
# │ Tasks │ rwx.work │ spcd │
|
# │ Tasks │ rwx.work │ spcd │
|
||||||
|
@ -544,9 +553,9 @@ rwx_srmp_el_nodejs [label="NodeJS"]
|
||||||
rwx_srmp_el_postgresql [label="PostGreSQL"]
|
rwx_srmp_el_postgresql [label="PostGreSQL"]
|
||||||
} -> rwx_srmp_alma
|
} -> rwx_srmp_alma
|
||||||
|
|
||||||
|
{
|
||||||
rwx_srmp_epel [label="EPEL"]
|
rwx_srmp_epel [label="EPEL"]
|
||||||
|
} -> {
|
||||||
rwx_srmp_epel -> {
|
|
||||||
rwx_srmp_alma
|
rwx_srmp_alma
|
||||||
rwx_srmp_rocky
|
rwx_srmp_rocky
|
||||||
}
|
}
|
||||||
|
@ -567,9 +576,9 @@ rwx_todo_name [label="Name"]
|
||||||
# │ Tasks │ tilde.link │
|
# │ Tasks │ tilde.link │
|
||||||
# ╰───────┴────────────╯
|
# ╰───────┴────────────╯
|
||||||
|
|
||||||
|
{
|
||||||
tilde_logo [label="Logo"]
|
tilde_logo [label="Logo"]
|
||||||
|
} -> tilde
|
||||||
tilde_logo -> tilde
|
|
||||||
|
|
||||||
# ╭─────╮
|
# ╭─────╮
|
||||||
# │ WIP │
|
# │ WIP │
|
||||||
|
@ -578,14 +587,16 @@ tilde_logo -> tilde
|
||||||
edge [color="#C0C000"]
|
edge [color="#C0C000"]
|
||||||
node [fillcolor="#606000"]
|
node [fillcolor="#606000"]
|
||||||
|
|
||||||
|
{
|
||||||
wip [shape="plaintext", margin="0", label=<
|
wip [shape="plaintext", margin="0", label=<
|
||||||
<table cellspacing="0">
|
<table cellspacing="0">
|
||||||
<tr><td>WIP</td></tr>
|
<tr><td>WIP</td></tr>
|
||||||
<tr><td bgcolor="#303030" border="0">Work In<br/>Progress</td></tr>
|
<tr><td bgcolor="#303030" border="0">Work In<br/>Progress</td></tr>
|
||||||
</table>>]
|
</table>>]
|
||||||
|
} -> {
|
||||||
|
|
||||||
wip -> {
|
|
||||||
rwx_todo
|
rwx_todo
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue