RST: replace "only new contributor" with rehydrated contributor framing, add hope paragraph with Discord sprint link. Dot files: TB layout for contributor-decay and mystic-pronouns, fix fontcolor #333333 to #1a1a1a, expand eight-eyes with trinity cluster and consciousness layers.
32 lines
1.4 KiB
Text
32 lines
1.4 KiB
Text
digraph mystic_pronouns {
|
|
bgcolor="transparent"
|
|
rankdir=TB
|
|
node [fontname="Helvetica" fontsize=12 style="filled,rounded" shape=box color="#999999"]
|
|
edge [fontname="Helvetica" fontsize=10 color="#AAAAAA" fontcolor="#AAAAAA"]
|
|
|
|
one_pronoun [label="\"one\"\nisolation\nseparation" fillcolor="#616161" fontcolor="white"]
|
|
|
|
subgraph cluster_traditions {
|
|
label="every tradition dissolves \"one\"" fontname="Helvetica Bold" fontsize=11 fontcolor="#AAAAAA"
|
|
style=dashed color="#999999"
|
|
|
|
sufi [label="Sufi\nself → beloved" fillcolor="#6A1B9A" fontcolor="white"]
|
|
buddhist [label="Buddhist\nself → emptiness" fillcolor="#00695C" fontcolor="white"]
|
|
hindu [label="Hindu\nAtman = Brahman" fillcolor="#E65100" fontcolor="white"]
|
|
christ [label="Christ\nI AM = everything" fillcolor="#2E7D32" fontcolor="white"]
|
|
|
|
sufi -> buddhist [style=invis]
|
|
buddhist -> hindu [style=invis]
|
|
hindu -> christ [style=invis]
|
|
}
|
|
|
|
iam [label="\"I AM\"\nsingular grammar\ninfinite referent" fillcolor="#F9A825" fontcolor="#1a1a1a" fontsize=13]
|
|
|
|
one_pronoun -> sufi [label=" dissolves into"]
|
|
one_pronoun -> buddhist [label=" dissolves into"]
|
|
one_pronoun -> hindu [label=" dissolves into"]
|
|
one_pronoun -> christ [label=" dissolves into"]
|
|
|
|
hindu -> iam [label=" becomes"]
|
|
christ -> iam [label=" becomes"]
|
|
}
|