expand "our" section: real Pylons org stats (28 lifetime, 4 active), PR rejection & pivot to downstream migration of 33 repos, BDFL commentary. embed unbury.py source & downloadable file. new contributor-decay diagram. update load-bearing diagram with org-wide data. fix #333333 text on gold nodes. convert all 8 SVG animations from one-shot to infinite loop (13s hold, fade out, restart). add unturf SVG diagram style guide to CLAUDE.md.
32 lines
1.5 KiB
Text
32 lines
1.5 KiB
Text
digraph load_bearing {
|
|
bgcolor="transparent"
|
|
rankdir=TB
|
|
node [fontname="Helvetica" fontsize=12 style="filled,rounded" shape=box color="#999999"]
|
|
edge [color="#AAAAAA" arrowsize=0.6 fontcolor="#AAAAAA"]
|
|
|
|
subgraph cluster_stack {
|
|
label="\"our\" framework" fontname="Helvetica Bold" fontsize=12 fontcolor="#AAAAAA"
|
|
style=dashed color="#999999"
|
|
|
|
pypi [label="PyPI" fillcolor="#3775A9" fontcolor="white"]
|
|
rhodecode [label="RhodeCode" fillcolor="#259BCE" fontcolor="white"]
|
|
remarkbox [label="Remarkbox" fillcolor="#6C5CE7" fontcolor="white"]
|
|
mps [label="MakePostSell" fillcolor="#00897B" fontcolor="white"]
|
|
apps [label="thousands of\nPyramid apps" fillcolor="#546E7A" fontcolor="white"]
|
|
}
|
|
|
|
pyramid [label="Pylons org: 98 repos\n28 lifetime contributors\n4 humans active last 3mo" fillcolor="#BF360C" fontcolor="white" fontsize=13]
|
|
|
|
russell [label="Russell\nunemployed volunteer\nonly new contributor\nin the past year\nPR #3805" fillcolor="#E65100" fontcolor="white" shape=ellipse]
|
|
|
|
pypi -> pyramid
|
|
rhodecode -> pyramid
|
|
remarkbox -> pyramid
|
|
mps -> pyramid
|
|
apps -> pyramid
|
|
|
|
pyramid -> russell [label=" xkcd 2347\n load-bearing\n block" style=bold color="#EF5350" fontcolor="#EF5350"]
|
|
|
|
nasa [label="NASA shut down\ngrants evaporate" fillcolor="#B71C1C" fontcolor="white" shape=note]
|
|
russell -> nasa [label=" no funding" style=dashed color="#EF5350" fontcolor="#EF5350"]
|
|
}
|