mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 01:24:05 +01:00
Merge pull request #555 from vichan-devel/timeline
[timeline] Actually wait, it's even more complicated than that.
This commit is contained in:
commit
76c5f77932
9
static/doc/Makefile
Normal file
9
static/doc/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
%.png: *.gv
|
||||
dot -Tpng $< -v -o $@
|
||||
|
||||
%.svg: *.gv
|
||||
dot -Tsvg $< -v -o $@
|
||||
|
||||
.PHONY: all
|
||||
all:
|
||||
make timeline.svg timeline.png
|
@ -1,87 +1,88 @@
|
||||
digraph {
|
||||
graph [overlap=false];
|
||||
subgraph main {
|
||||
node [fontname="sans-serif",
|
||||
shape=box,
|
||||
style="rounded,filled"
|
||||
];
|
||||
tb [label=<Tinyboard<BR/><B><FONT POINT-SIZE="9">(@savetheinternet)</FONT></B><BR/>2010–2014>];
|
||||
ponychan [label=<ponychan.net<BR/><B><FONT POINT-SIZE="9">(???)</FONT></B><BR/>2012–2015 (as MLPchan)<BR/>2015–>];
|
||||
tb -> ponychan;
|
||||
fourchon [label=<proprietary 4chon.net fork<BR/><B><FONT POINT-SIZE="9">(@savetheinternet)</FONT></B><BR/>2010–2014>];
|
||||
tb -> fourchon;
|
||||
vichan [color=gold,
|
||||
label=<vichan<BR/><B><FONT POINT-SIZE="9">(@czaks)</FONT></B><BR/>2012–>];
|
||||
tb -> vichan;
|
||||
vichannet [label=<Production vichan.net software<BR/><B><FONT POINT-SIZE="9">(Polish-language imageboard)<BR/>(@czaks)</FONT></B><BR/>2012–>];
|
||||
tb -> vichannet;
|
||||
fourchon -> tb;
|
||||
vichan -> tb;
|
||||
vichan -> vichannet;
|
||||
leftypol [label=<leftypol.org<BR/><B>(@discomrade <I>et al.</I>)</B><BR/>≈2016–>];
|
||||
vichan -> leftypol;
|
||||
inf [label=<infinity<BR/><B><FONT POINT-SIZE="9">(@copypaste /<BR/>★コピペ)</FONT></B><BR/>2013–2017>];
|
||||
vichan -> inf;
|
||||
infco [label=<Production 8chan.co fork<BR/><B><FONT POINT-SIZE="9">(@copypaste /<BR/>★コピペ)</FONT></B><BR/>2013–2016>];
|
||||
vichan -> infco;
|
||||
lc [label=<lainchan<BR/>2016–>];
|
||||
vichan -> lc;
|
||||
npf [label=<NPFchan<BR/>2017–2019>];
|
||||
vichan -> npf;
|
||||
kuz [label=<KolymaNET<BR/>d/b/a soyjak.party<BR/>~2020–>];
|
||||
vichan -> kuz;
|
||||
vichannet -> vichan:nw;
|
||||
leftypol -> vichan [style=dashed];
|
||||
inf -> tb [style=dotted];
|
||||
inf -> vichan;
|
||||
infpl [label=<Production 8ch.pl fork<BR/><B><FONT POINT-SIZE="9">(@czaks)</FONT></B><BR/>2014–2016>];
|
||||
inf -> infpl;
|
||||
oib [label=<OpenIB<BR/>~2017–2019>];
|
||||
inf -> oib;
|
||||
infco -> vichan [rank=min];
|
||||
infco -> inf;
|
||||
infpl -> vichan [style=dotted];
|
||||
infpl -> inf;
|
||||
e8ch [label=<Proprietary 8chan software<BR/>~2017–2019>];
|
||||
oib -> e8ch;
|
||||
e8kun [label=<Proprietary 8kun software<BR/>~2019–>];
|
||||
e8ch -> e8kun;
|
||||
kuz -> vichan;
|
||||
}
|
||||
subgraph B {
|
||||
subgraph title {
|
||||
TITLE [fontname="sans-serif",
|
||||
fontsize=16,
|
||||
label=<<FONT POINT-SIZE="24"><FONT FACE="monospace">vichan</FONT> Timeline</FONT><BR/>…as of 20230329>,
|
||||
shape=box,
|
||||
width=10];
|
||||
}
|
||||
subgraph sig {
|
||||
graph [rank=sink];
|
||||
SIG [label=<<FONT FACE="serif">by kopipe</FONT>>,
|
||||
labelloc=b,
|
||||
shape=none];
|
||||
}
|
||||
tb;
|
||||
vichan;
|
||||
tb -> vichan [arrowhead=0,
|
||||
penwidth=0,
|
||||
weight=max];
|
||||
infco;
|
||||
vichan -> infco [arrowhead=0,
|
||||
penwidth=0,
|
||||
weight=max];
|
||||
kuz;
|
||||
infco -> kuz [arrowhead=0,
|
||||
penwidth=0,
|
||||
weight=max];
|
||||
kuz -> SIG [arrowhead=0,
|
||||
penwidth=0,
|
||||
weight=max];
|
||||
TITLE -> tb [arrowhead=0,
|
||||
penwidth=0,
|
||||
weight=max];
|
||||
TITLE -> SIG [arrowhead=0,
|
||||
penwidth=0];
|
||||
}
|
||||
graph [ranksep=1,
|
||||
overlap=false];
|
||||
fontname="sans-serif";
|
||||
subgraph main {
|
||||
edge [fontname="sans-serif", fontsize=8];
|
||||
node [fontname="sans-serif",
|
||||
shape=box,
|
||||
style="rounded,filled"
|
||||
];
|
||||
fourchan [label=<Proprietary 4chan.org software<BR/><B><FONT POINT-SIZE="9">(@moot <I>et al.</I>)</FONT></B><BR/>>];
|
||||
fourchan -> fourchon [xlabel=<inspired >, style=dotted, penwidth=2, color=darkred];
|
||||
fourchon [label=<Proprietary 4chon.net fork<BR/><B><FONT POINT-SIZE="9">(@savetheinternet)</FONT></B><BR/>2009–2014>];
|
||||
fourchon -> tb [penwidth=2, color=darkred];
|
||||
tb [label=<Tinyboard<BR/><B><FONT POINT-SIZE="9">(@savetheinternet)</FONT></B><BR/>2010–2014>];
|
||||
tb -> fourchon;
|
||||
ponychan [label=<Proprietary ponychan.net fork<BR/><B><FONT POINT-SIZE="9">(???)</FONT></B><BR/>2012–2015 (as MLPchan)<BR/>2015–>];
|
||||
tb -> ponychan;
|
||||
wiz [label=<Proprietary Wizardchan fork<BR/><B><FONT POINT-SIZE="9">(@mrpacific)</FONT></B><BR/>2011–2012>];
|
||||
tb -> wiz;
|
||||
wizk [label=<Production Wizardchan fork<BR/><B><FONT POINT-SIZE="9">(@copypaste)</FONT></B><BR/>2012–2013>];
|
||||
wiz -> wizk;
|
||||
wizk -> tb;
|
||||
wizk -> vichan;
|
||||
vichan -> wizk;
|
||||
wizana [label=<Proprietary Wizardchan fork №2<BR/><B><FONT POINT-SIZE="9">(@anachronos)</FONT></B><BR/>2013–≈2016>];
|
||||
wizk -> wizana;
|
||||
wizchan [label=<Proprietary wizchan fork<BR/><B><FONT POINT-SIZE="9">(too many to count)</FONT></B><BR/>2016–>];
|
||||
wizana -> wizchan;
|
||||
vichan [color=gold,
|
||||
label=<vichan<BR/><B><FONT POINT-SIZE="9">(@czaks)</FONT></B><BR/>2012–>];
|
||||
vichannet [label=<Production vichan.net software<BR/><B><FONT POINT-SIZE="9">(Polish-language imageboard)<BR/>(@czaks)</FONT></B><BR/>2012–>];
|
||||
tb -> vichannet [penwidth=2, color=darkred];
|
||||
vichan -> tb;
|
||||
vichan -> vichannet;
|
||||
leftypol [label=<leftypol.org<BR/><B><FONT POINT-SIZE="9">(@discomrade <I>et al.</I>)</FONT></B><BR/>≈2016–>];
|
||||
vichan -> leftypol;
|
||||
inf [label=<infinity<BR/><B><FONT POINT-SIZE="9">(@copypaste /<BR/>★コピペ)</FONT></B><BR/>2013–2017>];
|
||||
vichan -> inf;
|
||||
infco [label=<Production 8chan.co fork<BR/><B><FONT POINT-SIZE="9">(@copypaste /<BR/>★コピペ)</FONT></B><BR/>2013–2016>];
|
||||
vichan -> infco;
|
||||
lc [label=<lainchan<BR/><B><FONT POINT-SIZE="9">(@appleman1234)</FONT></B><BR/>2016–>];
|
||||
vichan -> lc;
|
||||
npf [label=<NPFchan<BR/><B><FONT POINT-SIZE="9">(@fallenPineapple)</FONT></B><BR/>2017–2019>];
|
||||
vichan -> npf;
|
||||
kuz [label=<Proprietary KolymaNET fork<BR/><B><FONT POINT-SIZE="9">(@kuz)</FONT></B><BR/>d/b/a soyjak.party<BR/>≈2020–>];
|
||||
vichan -> kuz;
|
||||
vichannet -> vichan [color=darkred, penwidth=2];
|
||||
leftypol -> vichan [style=dashed];
|
||||
inf -> tb [style=dotted];
|
||||
inf -> vichan;
|
||||
infpl [label=<Production 8ch.pl fork<BR/><B><FONT POINT-SIZE="9">(@czaks)</FONT></B><BR/>2014–2016>];
|
||||
inf -> infpl;
|
||||
oib [label=<OpenIB<BR/><B><FONT POINT-SIZE="9">(@kormiku)</FONT></B><BR/>≈2017–2019>];
|
||||
inf -> oib;
|
||||
infco -> vichan [rank=min];
|
||||
infco -> inf;
|
||||
infpl -> vichan [style=dotted];
|
||||
infpl -> inf;
|
||||
e8ch [label=<Proprietary 8chan software<BR/><B><FONT POINT-SIZE="9">(@kormiku)</FONT></B><BR/>≈2017–2019>];
|
||||
oib -> e8ch;
|
||||
e8kun [label=<Proprietary 8kun software<BR/>≈2019–≈2022 <B><FONT POINT-SIZE="9">(@kormiku)</FONT></B><BR/>2022– <B><FONT POINT-SIZE="9">(Jim Watkins)</FONT></B>>];
|
||||
e8ch -> e8kun;
|
||||
kuz -> vichan;
|
||||
}
|
||||
subgraph B {
|
||||
subgraph title {
|
||||
TITLE [fontname="sans-serif",
|
||||
fontsize=16,
|
||||
label=<<FONT POINT-SIZE="24"><FONT FACE="monospace">vichan</FONT> Timeline</FONT><BR/>…as of 20230329>,
|
||||
shape=box,
|
||||
width=10];
|
||||
}
|
||||
subgraph sig {
|
||||
graph [rank=sink];
|
||||
SIG [label=<<FONT FACE="serif">by ★コピペ</FONT>>,
|
||||
labelloc=b,
|
||||
shape=none];
|
||||
}
|
||||
{
|
||||
TITLE -> fourchan -> fourchon -> tb -> vichan -> infco -> kuz -> SIG [arrowhead=0,
|
||||
penwidth=0,
|
||||
weight=max];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// vim: ts=2 sw=2 et
|
||||
|
BIN
static/doc/timeline.png
Normal file
BIN
static/doc/timeline.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 237 KiB |
@ -4,329 +4,426 @@
|
||||
<!-- Generated by graphviz version 7.1.0 (0)
|
||||
-->
|
||||
<!-- Pages: 1 -->
|
||||
<svg width="1345pt" height="713pt"
|
||||
viewBox="0.00 0.00 1344.50 713.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 709)">
|
||||
<polygon fill="white" stroke="none" points="-4,4 -4,-709 1340.5,-709 1340.5,4 -4,4"/>
|
||||
<!-- tb -->
|
||||
<svg width="1118pt" height="1367pt"
|
||||
viewBox="0.00 0.00 1117.50 1367.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 1363)">
|
||||
<polygon fill="white" stroke="none" points="-4,4 -4,-1363 1113.5,-1363 1113.5,4 -4,4"/>
|
||||
<!-- fourchan -->
|
||||
<g id="node1" class="node">
|
||||
<title>tb</title>
|
||||
<path fill="lightgrey" stroke="black" d="M529,-621C529,-621 454,-621 454,-621 448,-621 442,-615 442,-609 442,-609 442,-588 442,-588 442,-582 448,-576 454,-576 454,-576 529,-576 529,-576 535,-576 541,-582 541,-588 541,-588 541,-609 541,-609 541,-615 535,-621 529,-621"/>
|
||||
<text text-anchor="start" x="459.5" y="-606.8" font-family="sans-serif" font-size="14.00">Tinyboard</text>
|
||||
<text text-anchor="start" x="450" y="-596.8" font-family="sans-serif" font-weight="bold" font-size="9.00">(@savetheinternet)</text>
|
||||
<text text-anchor="start" x="454" y="-583.8" font-family="sans-serif" font-size="14.00">2010–2014</text>
|
||||
</g>
|
||||
<!-- ponychan -->
|
||||
<g id="node2" class="node">
|
||||
<title>ponychan</title>
|
||||
<path fill="lightgrey" stroke="black" d="M165,-540C165,-540 12,-540 12,-540 6,-540 0,-534 0,-528 0,-528 0,-493 0,-493 0,-487 6,-481 12,-481 12,-481 165,-481 165,-481 171,-481 177,-487 177,-493 177,-493 177,-528 177,-528 177,-534 171,-540 165,-540"/>
|
||||
<text text-anchor="start" x="45.5" y="-525.8" font-family="sans-serif" font-size="14.00">ponychan.net</text>
|
||||
<text text-anchor="start" x="78.5" y="-515.8" font-family="sans-serif" font-weight="bold" font-size="9.00">(???)</text>
|
||||
<text text-anchor="start" x="8" y="-502.8" font-family="sans-serif" font-size="14.00">2012–2015 (as MLPchan)</text>
|
||||
<text text-anchor="start" x="67.5" y="-488.8" font-family="sans-serif" font-size="14.00">2015–</text>
|
||||
</g>
|
||||
<!-- tb->ponychan -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>tb->ponychan</title>
|
||||
<path fill="none" stroke="black" d="M441.53,-589.6C383.11,-580.04 283.34,-562.65 188.3,-540.34"/>
|
||||
<polygon fill="black" stroke="black" points="189.35,-536.99 178.81,-538.09 187.73,-543.8 189.35,-536.99"/>
|
||||
<title>fourchan</title>
|
||||
<path fill="lightgrey" stroke="black" d="M511,-1239C511,-1239 325,-1239 325,-1239 319,-1239 313,-1233 313,-1227 313,-1227 313,-1215 313,-1215 313,-1209 319,-1203 325,-1203 325,-1203 511,-1203 511,-1203 517,-1203 523,-1209 523,-1215 523,-1215 523,-1227 523,-1227 523,-1233 517,-1239 511,-1239"/>
|
||||
<text text-anchor="start" x="321" y="-1222.3" font-family="sans-serif" font-size="14.00">Proprietary 4chan.org software</text>
|
||||
<text text-anchor="start" x="386.5" y="-1212.3" font-family="sans-serif" font-weight="bold" font-size="9.00">(@moot </text>
|
||||
<text text-anchor="start" x="423.5" y="-1212.3" font-family="sans-serif" font-weight="bold" font-style="italic" font-size="9.00">et al.</text>
|
||||
<text text-anchor="start" x="445.5" y="-1212.3" font-family="sans-serif" font-weight="bold" font-size="9.00">)</text>
|
||||
</g>
|
||||
<!-- fourchon -->
|
||||
<g id="node3" class="node">
|
||||
<g id="node2" class="node">
|
||||
<title>fourchon</title>
|
||||
<path fill="lightgrey" stroke="black" d="M365.5,-533C365.5,-533 207.5,-533 207.5,-533 201.5,-533 195.5,-527 195.5,-521 195.5,-521 195.5,-500 195.5,-500 195.5,-494 201.5,-488 207.5,-488 207.5,-488 365.5,-488 365.5,-488 371.5,-488 377.5,-494 377.5,-500 377.5,-500 377.5,-521 377.5,-521 377.5,-527 371.5,-533 365.5,-533"/>
|
||||
<text text-anchor="start" x="203.5" y="-518.8" font-family="sans-serif" font-size="14.00">proprietary 4chon.net fork</text>
|
||||
<text text-anchor="start" x="245" y="-508.8" font-family="sans-serif" font-weight="bold" font-size="9.00">(@savetheinternet)</text>
|
||||
<text text-anchor="start" x="249" y="-495.8" font-family="sans-serif" font-size="14.00">2010–2014</text>
|
||||
<path fill="lightgrey" stroke="black" d="M497,-1131C497,-1131 339,-1131 339,-1131 333,-1131 327,-1125 327,-1119 327,-1119 327,-1098 327,-1098 327,-1092 333,-1086 339,-1086 339,-1086 497,-1086 497,-1086 503,-1086 509,-1092 509,-1098 509,-1098 509,-1119 509,-1119 509,-1125 503,-1131 497,-1131"/>
|
||||
<text text-anchor="start" x="335" y="-1116.8" font-family="sans-serif" font-size="14.00">Proprietary 4chon.net fork</text>
|
||||
<text text-anchor="start" x="376.5" y="-1106.8" font-family="sans-serif" font-weight="bold" font-size="9.00">(@savetheinternet)</text>
|
||||
<text text-anchor="start" x="380.5" y="-1093.8" font-family="sans-serif" font-size="14.00">2009–2014</text>
|
||||
</g>
|
||||
<!-- tb->fourchon -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>tb->fourchon</title>
|
||||
<path fill="none" stroke="black" d="M441.6,-578.95C411.74,-566.92 373.78,-551.08 342.86,-537.77"/>
|
||||
<polygon fill="black" stroke="black" points="344.62,-534.72 334.05,-533.97 341.84,-541.15 344.62,-534.72"/>
|
||||
<!-- fourchan->fourchon -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>fourchan->fourchon</title>
|
||||
<path fill="none" stroke="darkred" stroke-width="2" stroke-dasharray="1,5" d="M412.94,-1202.73C411.23,-1187.05 410.82,-1163.45 411.7,-1143.92"/>
|
||||
<polygon fill="darkred" stroke="darkred" stroke-width="2" points="415.17,-1144.42 412.31,-1134.22 408.19,-1143.98 415.17,-1144.42"/>
|
||||
<text text-anchor="start" x="379.25" y="-1169.58" font-family="sans-serif" font-size="8.00">inspired </text>
|
||||
</g>
|
||||
<!-- vichan -->
|
||||
<g id="node4" class="node">
|
||||
<title>vichan</title>
|
||||
<path fill="gold" stroke="gold" d="M821.5,-533C821.5,-533 787.5,-533 787.5,-533 781.5,-533 775.5,-527 775.5,-521 775.5,-521 775.5,-500 775.5,-500 775.5,-494 781.5,-488 787.5,-488 787.5,-488 821.5,-488 821.5,-488 827.5,-488 833.5,-494 833.5,-500 833.5,-500 833.5,-521 833.5,-521 833.5,-527 827.5,-533 821.5,-533"/>
|
||||
<text text-anchor="start" x="783.5" y="-518.8" font-family="sans-serif" font-size="14.00">vichan</text>
|
||||
<text text-anchor="start" x="785" y="-508.8" font-family="sans-serif" font-weight="bold" font-size="9.00">(@czaks)</text>
|
||||
<text text-anchor="start" x="783.5" y="-495.8" font-family="sans-serif" font-size="14.00">2012–</text>
|
||||
<!-- fourchan->fourchon -->
|
||||
<g id="edge35" class="edge">
|
||||
<title>fourchan->fourchon</title>
|
||||
<path fill="none" stroke="black" stroke-width="0" d="M423.06,-1202.73C425.16,-1183.43 425.3,-1152.14 423.49,-1131.2"/>
|
||||
</g>
|
||||
<!-- tb->vichan -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>tb->vichan</title>
|
||||
<path fill="none" stroke="black" d="M541.28,-580.82C603.07,-562.72 706.49,-534.52 763.84,-520.31"/>
|
||||
<polygon fill="black" stroke="black" points="764.65,-523.72 773.54,-517.94 762.99,-516.92 764.65,-523.72"/>
|
||||
</g>
|
||||
<!-- tb->vichan -->
|
||||
<g id="edge27" class="edge">
|
||||
<title>tb->vichan</title>
|
||||
<path fill="none" stroke="black" stroke-width="0" d="M541.18,-586.43C607.29,-569.78 721.09,-538.5 775.1,-522.12"/>
|
||||
</g>
|
||||
<!-- vichannet -->
|
||||
<g id="node5" class="node">
|
||||
<title>vichannet</title>
|
||||
<path fill="lightgrey" stroke="black" d="M585.5,-445C585.5,-445 397.5,-445 397.5,-445 391.5,-445 385.5,-439 385.5,-433 385.5,-433 385.5,-403 385.5,-403 385.5,-397 391.5,-391 397.5,-391 397.5,-391 585.5,-391 585.5,-391 591.5,-391 597.5,-397 597.5,-403 597.5,-403 597.5,-433 597.5,-433 597.5,-439 591.5,-445 585.5,-445"/>
|
||||
<text text-anchor="start" x="393.5" y="-430.8" font-family="sans-serif" font-size="14.00">Production vichan.net software</text>
|
||||
<text text-anchor="start" x="426.5" y="-420.8" font-family="sans-serif" font-weight="bold" font-size="9.00">(Polish-language imageboard)</text>
|
||||
<text text-anchor="start" x="472" y="-411.8" font-family="sans-serif" font-weight="bold" font-size="9.00">(@czaks)</text>
|
||||
<text text-anchor="start" x="470.5" y="-398.8" font-family="sans-serif" font-size="14.00">2012–</text>
|
||||
</g>
|
||||
<!-- tb->vichannet -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>tb->vichannet</title>
|
||||
<path fill="none" stroke="black" d="M491.5,-575.61C491.5,-545.96 491.5,-492.59 491.5,-456.48"/>
|
||||
<polygon fill="black" stroke="black" points="495,-456.94 491.5,-446.94 488,-456.94 495,-456.94"/>
|
||||
<!-- tb -->
|
||||
<g id="node3" class="node">
|
||||
<title>tb</title>
|
||||
<path fill="lightgrey" stroke="black" d="M455.5,-1014C455.5,-1014 380.5,-1014 380.5,-1014 374.5,-1014 368.5,-1008 368.5,-1002 368.5,-1002 368.5,-981 368.5,-981 368.5,-975 374.5,-969 380.5,-969 380.5,-969 455.5,-969 455.5,-969 461.5,-969 467.5,-975 467.5,-981 467.5,-981 467.5,-1002 467.5,-1002 467.5,-1008 461.5,-1014 455.5,-1014"/>
|
||||
<text text-anchor="start" x="386" y="-999.8" font-family="sans-serif" font-size="14.00">Tinyboard</text>
|
||||
<text text-anchor="start" x="376.5" y="-989.8" font-family="sans-serif" font-weight="bold" font-size="9.00">(@savetheinternet)</text>
|
||||
<text text-anchor="start" x="380.5" y="-976.8" font-family="sans-serif" font-size="14.00">2010–2014</text>
|
||||
</g>
|
||||
<!-- fourchon->tb -->
|
||||
<g id="edge5" class="edge">
|
||||
<g id="edge2" class="edge">
|
||||
<title>fourchon->tb</title>
|
||||
<path fill="none" stroke="black" d="M344.63,-533.38C372.89,-544.85 406.68,-558.98 434.75,-571.06"/>
|
||||
<polygon fill="black" stroke="black" points="433.25,-574.22 443.82,-574.98 436.03,-567.8 433.25,-574.22"/>
|
||||
<path fill="none" stroke="darkred" stroke-width="2" d="M407.13,-1085.6C404.29,-1069.05 403.75,-1046.02 405.51,-1027.01"/>
|
||||
<polygon fill="darkred" stroke="darkred" stroke-width="2" points="408.95,-1027.69 406.76,-1017.32 402.01,-1026.79 408.95,-1027.69"/>
|
||||
</g>
|
||||
<!-- fourchon->tb -->
|
||||
<g id="edge36" class="edge">
|
||||
<title>fourchon->tb</title>
|
||||
<path fill="none" stroke="black" stroke-width="0" d="M428.87,-1085.6C432.38,-1065.14 432.38,-1034.76 428.86,-1014.32"/>
|
||||
</g>
|
||||
<!-- tb->fourchon -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>tb->fourchon</title>
|
||||
<path fill="none" stroke="black" d="M418,-1014.32C418,-1031.24 418,-1054.99 418,-1074.27"/>
|
||||
<polygon fill="black" stroke="black" points="414.5,-1074.09 418,-1084.09 421.5,-1074.09 414.5,-1074.09"/>
|
||||
</g>
|
||||
<!-- ponychan -->
|
||||
<g id="node4" class="node">
|
||||
<title>ponychan</title>
|
||||
<path fill="lightgrey" stroke="black" d="M292.5,-897C292.5,-897 113.5,-897 113.5,-897 107.5,-897 101.5,-891 101.5,-885 101.5,-885 101.5,-850 101.5,-850 101.5,-844 107.5,-838 113.5,-838 113.5,-838 292.5,-838 292.5,-838 298.5,-838 304.5,-844 304.5,-850 304.5,-850 304.5,-885 304.5,-885 304.5,-891 298.5,-897 292.5,-897"/>
|
||||
<text text-anchor="start" x="109.5" y="-882.8" font-family="sans-serif" font-size="14.00">Proprietary ponychan.net fork</text>
|
||||
<text text-anchor="start" x="193" y="-872.8" font-family="sans-serif" font-weight="bold" font-size="9.00">(???)</text>
|
||||
<text text-anchor="start" x="122.5" y="-859.8" font-family="sans-serif" font-size="14.00">2012–2015 (as MLPchan)</text>
|
||||
<text text-anchor="start" x="182" y="-845.8" font-family="sans-serif" font-size="14.00">2015–</text>
|
||||
</g>
|
||||
<!-- tb->ponychan -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>tb->ponychan</title>
|
||||
<path fill="none" stroke="black" d="M379.56,-968.69C347.41,-950.44 300.96,-924.09 263.77,-902.98"/>
|
||||
<polygon fill="black" stroke="black" points="265.78,-900.1 255.36,-898.21 262.33,-906.19 265.78,-900.1"/>
|
||||
</g>
|
||||
<!-- wiz -->
|
||||
<g id="node5" class="node">
|
||||
<title>wiz</title>
|
||||
<path fill="lightgrey" stroke="black" d="M262.5,-766C262.5,-766 93.5,-766 93.5,-766 87.5,-766 81.5,-760 81.5,-754 81.5,-754 81.5,-733 81.5,-733 81.5,-727 87.5,-721 93.5,-721 93.5,-721 262.5,-721 262.5,-721 268.5,-721 274.5,-727 274.5,-733 274.5,-733 274.5,-754 274.5,-754 274.5,-760 268.5,-766 262.5,-766"/>
|
||||
<text text-anchor="start" x="89.5" y="-751.8" font-family="sans-serif" font-size="14.00">Proprietary Wizardchan fork</text>
|
||||
<text text-anchor="start" x="150.5" y="-741.8" font-family="sans-serif" font-weight="bold" font-size="9.00">(@mrpacific)</text>
|
||||
<text text-anchor="start" x="140.5" y="-728.8" font-family="sans-serif" font-size="14.00">2011–2012</text>
|
||||
</g>
|
||||
<!-- tb->wiz -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>tb->wiz</title>
|
||||
<path fill="none" stroke="black" d="M403.64,-968.72C377.51,-929.24 323.9,-848.93 313,-838 287.45,-812.38 254.05,-789.18 226.87,-772.3"/>
|
||||
<polygon fill="black" stroke="black" points="228.81,-769.39 218.45,-767.16 225.17,-775.36 228.81,-769.39"/>
|
||||
</g>
|
||||
<!-- vichan -->
|
||||
<g id="node7" class="node">
|
||||
<title>vichan</title>
|
||||
<path fill="gold" stroke="gold" d="M578,-766C578,-766 544,-766 544,-766 538,-766 532,-760 532,-754 532,-754 532,-733 532,-733 532,-727 538,-721 544,-721 544,-721 578,-721 578,-721 584,-721 590,-727 590,-733 590,-733 590,-754 590,-754 590,-760 584,-766 578,-766"/>
|
||||
<text text-anchor="start" x="540" y="-751.8" font-family="sans-serif" font-size="14.00">vichan</text>
|
||||
<text text-anchor="start" x="541.5" y="-741.8" font-family="sans-serif" font-weight="bold" font-size="9.00">(@czaks)</text>
|
||||
<text text-anchor="start" x="540" y="-728.8" font-family="sans-serif" font-size="14.00">2012–</text>
|
||||
</g>
|
||||
<!-- tb->vichan -->
|
||||
<g id="edge37" class="edge">
|
||||
<title>tb->vichan</title>
|
||||
<path fill="none" stroke="black" stroke-width="0" d="M411.49,-968.66C408.54,-937.5 412.44,-879.45 437,-838 459.23,-800.48 502.44,-771.65 531.71,-756.46"/>
|
||||
</g>
|
||||
<!-- vichannet -->
|
||||
<g id="node10" class="node">
|
||||
<title>vichannet</title>
|
||||
<path fill="lightgrey" stroke="black" d="M655,-894.5C655,-894.5 467,-894.5 467,-894.5 461,-894.5 455,-888.5 455,-882.5 455,-882.5 455,-852.5 455,-852.5 455,-846.5 461,-840.5 467,-840.5 467,-840.5 655,-840.5 655,-840.5 661,-840.5 667,-846.5 667,-852.5 667,-852.5 667,-882.5 667,-882.5 667,-888.5 661,-894.5 655,-894.5"/>
|
||||
<text text-anchor="start" x="463" y="-880.3" font-family="sans-serif" font-size="14.00">Production vichan.net software</text>
|
||||
<text text-anchor="start" x="496" y="-870.3" font-family="sans-serif" font-weight="bold" font-size="9.00">(Polish-language imageboard)</text>
|
||||
<text text-anchor="start" x="541.5" y="-861.3" font-family="sans-serif" font-weight="bold" font-size="9.00">(@czaks)</text>
|
||||
<text text-anchor="start" x="540" y="-848.3" font-family="sans-serif" font-size="14.00">2012–</text>
|
||||
</g>
|
||||
<!-- tb->vichannet -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>tb->vichannet</title>
|
||||
<path fill="none" stroke="darkred" stroke-width="2" d="M443.57,-968.69C464.89,-950.5 495.66,-924.24 520.36,-903.17"/>
|
||||
<polygon fill="darkred" stroke="darkred" stroke-width="2" points="522.54,-905.91 527.88,-896.76 518,-900.58 522.54,-905.91"/>
|
||||
</g>
|
||||
<!-- wizk -->
|
||||
<g id="node6" class="node">
|
||||
<title>wizk</title>
|
||||
<path fill="lightgrey" stroke="black" d="M192.5,-644.5C192.5,-644.5 25.5,-644.5 25.5,-644.5 19.5,-644.5 13.5,-638.5 13.5,-632.5 13.5,-632.5 13.5,-611.5 13.5,-611.5 13.5,-605.5 19.5,-599.5 25.5,-599.5 25.5,-599.5 192.5,-599.5 192.5,-599.5 198.5,-599.5 204.5,-605.5 204.5,-611.5 204.5,-611.5 204.5,-632.5 204.5,-632.5 204.5,-638.5 198.5,-644.5 192.5,-644.5"/>
|
||||
<text text-anchor="start" x="21.5" y="-630.3" font-family="sans-serif" font-size="14.00">Production Wizardchan fork</text>
|
||||
<text text-anchor="start" x="80" y="-620.3" font-family="sans-serif" font-weight="bold" font-size="9.00">(@copypaste)</text>
|
||||
<text text-anchor="start" x="71.5" y="-607.3" font-family="sans-serif" font-size="14.00">2012–2013</text>
|
||||
</g>
|
||||
<!-- wiz->wizk -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>wiz->wizk</title>
|
||||
<path fill="none" stroke="black" d="M165.34,-720.58C154.69,-702.14 139.33,-675.52 127.33,-654.74"/>
|
||||
<polygon fill="black" stroke="black" points="130.36,-653 122.33,-646.09 124.3,-656.5 130.36,-653"/>
|
||||
</g>
|
||||
<!-- wizk->tb -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>wizk->tb</title>
|
||||
<path fill="none" stroke="black" d="M164.73,-644.82C201.69,-661.43 249.39,-687.19 283,-721 352.23,-790.64 392.51,-902.99 409.07,-958.02"/>
|
||||
<polygon fill="black" stroke="black" points="405.65,-958.79 411.83,-967.4 412.37,-956.82 405.65,-958.79"/>
|
||||
</g>
|
||||
<!-- wizk->vichan -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>wizk->vichan</title>
|
||||
<path fill="none" stroke="black" d="M197.39,-644.95C295.12,-670.22 448.2,-710.79 520.6,-730.7"/>
|
||||
<polygon fill="black" stroke="black" points="519.47,-734.02 530.04,-733.31 521.34,-727.27 519.47,-734.02"/>
|
||||
</g>
|
||||
<!-- wizana -->
|
||||
<g id="node8" class="node">
|
||||
<title>wizana</title>
|
||||
<path fill="lightgrey" stroke="black" d="M206,-516C206,-516 12,-516 12,-516 6,-516 0,-510 0,-504 0,-504 0,-483 0,-483 0,-477 6,-471 12,-471 12,-471 206,-471 206,-471 212,-471 218,-477 218,-483 218,-483 218,-504 218,-504 218,-510 212,-516 206,-516"/>
|
||||
<text text-anchor="start" x="8" y="-501.8" font-family="sans-serif" font-size="14.00">Proprietary Wizardchan fork №2</text>
|
||||
<text text-anchor="start" x="77" y="-491.8" font-family="sans-serif" font-weight="bold" font-size="9.00">(@anachronos)</text>
|
||||
<text text-anchor="start" x="67.5" y="-478.8" font-family="sans-serif" font-size="14.00">2013–≈2016</text>
|
||||
</g>
|
||||
<!-- wizk->wizana -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>wizk->wizana</title>
|
||||
<path fill="none" stroke="black" d="M109,-599.25C109,-579.61 109,-550.41 109,-527.83"/>
|
||||
<polygon fill="black" stroke="black" points="112.5,-527.9 109,-517.9 105.5,-527.9 112.5,-527.9"/>
|
||||
</g>
|
||||
<!-- vichan->tb -->
|
||||
<g id="edge6" class="edge">
|
||||
<g id="edge13" class="edge">
|
||||
<title>vichan->tb</title>
|
||||
<path fill="none" stroke="black" d="M775.41,-519.49C724.77,-533.41 619.44,-562.35 552.29,-580.8"/>
|
||||
<polygon fill="black" stroke="black" points="551.62,-577.35 542.9,-583.38 553.47,-584.1 551.62,-577.35"/>
|
||||
<path fill="none" stroke="black" d="M531.7,-764.74C507.21,-781.06 473.69,-806.45 455,-838 433.13,-874.92 427.64,-925 424.44,-957.53"/>
|
||||
<polygon fill="black" stroke="black" points="420.98,-956.86 423.48,-967.15 427.95,-957.55 420.98,-956.86"/>
|
||||
</g>
|
||||
<!-- vichan->wizk -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>vichan->wizk</title>
|
||||
<path fill="none" stroke="black" d="M531.72,-735.65C465.16,-718.99 300.79,-675.74 197.7,-647.93"/>
|
||||
<polygon fill="black" stroke="black" points="198.71,-644.58 188.14,-645.35 196.88,-651.34 198.71,-644.58"/>
|
||||
</g>
|
||||
<!-- vichan->vichannet -->
|
||||
<g id="edge7" class="edge">
|
||||
<g id="edge14" class="edge">
|
||||
<title>vichan->vichannet</title>
|
||||
<path fill="none" stroke="black" d="M775.05,-500.99C733.91,-489.09 657.15,-466.9 593.87,-448.6"/>
|
||||
<polygon fill="black" stroke="black" points="595.06,-445.3 584.48,-445.88 593.12,-452.02 595.06,-445.3"/>
|
||||
<path fill="none" stroke="black" d="M566.33,-766.44C567.81,-783.69 568.13,-808.15 567.3,-828.56"/>
|
||||
<polygon fill="black" stroke="black" points="563.81,-828.34 566.76,-838.52 570.8,-828.72 563.81,-828.34"/>
|
||||
</g>
|
||||
<!-- leftypol -->
|
||||
<g id="node6" class="node">
|
||||
<g id="node11" class="node">
|
||||
<title>leftypol</title>
|
||||
<path fill="lightgrey" stroke="black" d="M755.5,-443C755.5,-443 627.5,-443 627.5,-443 621.5,-443 615.5,-437 615.5,-431 615.5,-431 615.5,-405 615.5,-405 615.5,-399 621.5,-393 627.5,-393 627.5,-393 755.5,-393 755.5,-393 761.5,-393 767.5,-399 767.5,-405 767.5,-405 767.5,-431 767.5,-431 767.5,-437 761.5,-443 755.5,-443"/>
|
||||
<text text-anchor="start" x="656" y="-428.8" font-family="sans-serif" font-size="14.00">leftypol.org</text>
|
||||
<text text-anchor="start" x="623.5" y="-414.8" font-family="sans-serif" font-weight="bold" font-size="14.00">(@discomrade </text>
|
||||
<text text-anchor="start" x="720.5" y="-414.8" font-family="sans-serif" font-weight="bold" font-style="italic" font-size="14.00">et al.</text>
|
||||
<text text-anchor="start" x="754.5" y="-414.8" font-family="sans-serif" font-weight="bold" font-size="14.00">)</text>
|
||||
<text text-anchor="start" x="666.5" y="-400.8" font-family="sans-serif" font-size="14.00">≈2016–</text>
|
||||
<path fill="lightgrey" stroke="black" d="M602,-644.5C602,-644.5 520,-644.5 520,-644.5 514,-644.5 508,-638.5 508,-632.5 508,-632.5 508,-611.5 508,-611.5 508,-605.5 514,-599.5 520,-599.5 520,-599.5 602,-599.5 602,-599.5 608,-599.5 614,-605.5 614,-611.5 614,-611.5 614,-632.5 614,-632.5 614,-638.5 608,-644.5 602,-644.5"/>
|
||||
<text text-anchor="start" x="525.5" y="-630.3" font-family="sans-serif" font-size="14.00">leftypol.org</text>
|
||||
<text text-anchor="start" x="516" y="-620.3" font-family="sans-serif" font-weight="bold" font-size="9.00">(@discomrade </text>
|
||||
<text text-anchor="start" x="580" y="-620.3" font-family="sans-serif" font-weight="bold" font-style="italic" font-size="9.00">et al.</text>
|
||||
<text text-anchor="start" x="602" y="-620.3" font-family="sans-serif" font-weight="bold" font-size="9.00">)</text>
|
||||
<text text-anchor="start" x="536" y="-607.3" font-family="sans-serif" font-size="14.00">≈2016–</text>
|
||||
</g>
|
||||
<!-- vichan->leftypol -->
|
||||
<g id="edge8" class="edge">
|
||||
<g id="edge15" class="edge">
|
||||
<title>vichan->leftypol</title>
|
||||
<path fill="none" stroke="black" d="M775.2,-490.53C759.65,-478.98 740.59,-463.94 724.53,-450.64"/>
|
||||
<polygon fill="black" stroke="black" points="727.04,-448.17 717.13,-444.43 722.54,-453.54 727.04,-448.17"/>
|
||||
<path fill="none" stroke="black" d="M555.64,-720.58C554.09,-702.56 553.84,-676.73 554.88,-656.17"/>
|
||||
<polygon fill="black" stroke="black" points="558.37,-656.5 555.55,-646.29 551.38,-656.03 558.37,-656.5"/>
|
||||
</g>
|
||||
<!-- inf -->
|
||||
<g id="node7" class="node">
|
||||
<g id="node12" class="node">
|
||||
<title>inf</title>
|
||||
<path fill="lightgrey" stroke="black" d="M838,-355C838,-355 771,-355 771,-355 765,-355 759,-349 759,-343 759,-343 759,-313 759,-313 759,-307 765,-301 771,-301 771,-301 838,-301 838,-301 844,-301 850,-307 850,-313 850,-313 850,-343 850,-343 850,-349 844,-355 838,-355"/>
|
||||
<text text-anchor="start" x="782" y="-340.8" font-family="sans-serif" font-size="14.00">infinity</text>
|
||||
<text text-anchor="start" x="773.5" y="-330.8" font-family="sans-serif" font-weight="bold" font-size="9.00">(@copypaste /</text>
|
||||
<text text-anchor="start" x="785" y="-321.8" font-family="sans-serif" font-weight="bold" font-size="9.00">★コピペ)</text>
|
||||
<text text-anchor="start" x="767" y="-308.8" font-family="sans-serif" font-size="14.00">2013–2017</text>
|
||||
<path fill="lightgrey" stroke="black" d="M941.5,-520.5C941.5,-520.5 874.5,-520.5 874.5,-520.5 868.5,-520.5 862.5,-514.5 862.5,-508.5 862.5,-508.5 862.5,-478.5 862.5,-478.5 862.5,-472.5 868.5,-466.5 874.5,-466.5 874.5,-466.5 941.5,-466.5 941.5,-466.5 947.5,-466.5 953.5,-472.5 953.5,-478.5 953.5,-478.5 953.5,-508.5 953.5,-508.5 953.5,-514.5 947.5,-520.5 941.5,-520.5"/>
|
||||
<text text-anchor="start" x="885.5" y="-506.3" font-family="sans-serif" font-size="14.00">infinity</text>
|
||||
<text text-anchor="start" x="877" y="-496.3" font-family="sans-serif" font-weight="bold" font-size="9.00">(@copypaste /</text>
|
||||
<text text-anchor="start" x="888.5" y="-487.3" font-family="sans-serif" font-weight="bold" font-size="9.00">★コピペ)</text>
|
||||
<text text-anchor="start" x="870.5" y="-474.3" font-family="sans-serif" font-size="14.00">2013–2017</text>
|
||||
</g>
|
||||
<!-- vichan->inf -->
|
||||
<g id="edge9" class="edge">
|
||||
<g id="edge16" class="edge">
|
||||
<title>vichan->inf</title>
|
||||
<path fill="none" stroke="black" d="M799.92,-487.73C797.42,-457.69 797.08,-403.11 798.9,-366.45"/>
|
||||
<polygon fill="black" stroke="black" points="802.38,-366.93 799.48,-356.74 795.39,-366.52 802.38,-366.93"/>
|
||||
<path fill="none" stroke="black" d="M590.41,-740.54C646.2,-735.39 767.43,-716.7 839,-649 871.87,-617.91 886.99,-566.73 895.86,-531.87"/>
|
||||
<polygon fill="black" stroke="black" points="899.25,-532.74 898.28,-522.19 892.46,-531.04 899.25,-532.74"/>
|
||||
</g>
|
||||
<!-- infco -->
|
||||
<g id="node8" class="node">
|
||||
<g id="node13" class="node">
|
||||
<title>infco</title>
|
||||
<path fill="lightgrey" stroke="black" d="M1003,-445C1003,-445 854,-445 854,-445 848,-445 842,-439 842,-433 842,-433 842,-403 842,-403 842,-397 848,-391 854,-391 854,-391 1003,-391 1003,-391 1009,-391 1015,-397 1015,-403 1015,-403 1015,-433 1015,-433 1015,-439 1009,-445 1003,-445"/>
|
||||
<text text-anchor="start" x="850" y="-430.8" font-family="sans-serif" font-size="14.00">Production 8chan.co fork</text>
|
||||
<text text-anchor="start" x="897.5" y="-420.8" font-family="sans-serif" font-weight="bold" font-size="9.00">(@copypaste /</text>
|
||||
<text text-anchor="start" x="909" y="-411.8" font-family="sans-serif" font-weight="bold" font-size="9.00">★コピペ)</text>
|
||||
<text text-anchor="start" x="891" y="-398.8" font-family="sans-serif" font-size="14.00">2013–2016</text>
|
||||
<path fill="lightgrey" stroke="black" d="M793.5,-649C793.5,-649 644.5,-649 644.5,-649 638.5,-649 632.5,-643 632.5,-637 632.5,-637 632.5,-607 632.5,-607 632.5,-601 638.5,-595 644.5,-595 644.5,-595 793.5,-595 793.5,-595 799.5,-595 805.5,-601 805.5,-607 805.5,-607 805.5,-637 805.5,-637 805.5,-643 799.5,-649 793.5,-649"/>
|
||||
<text text-anchor="start" x="640.5" y="-634.8" font-family="sans-serif" font-size="14.00">Production 8chan.co fork</text>
|
||||
<text text-anchor="start" x="688" y="-624.8" font-family="sans-serif" font-weight="bold" font-size="9.00">(@copypaste /</text>
|
||||
<text text-anchor="start" x="699.5" y="-615.8" font-family="sans-serif" font-weight="bold" font-size="9.00">★コピペ)</text>
|
||||
<text text-anchor="start" x="681.5" y="-602.8" font-family="sans-serif" font-size="14.00">2013–2016</text>
|
||||
</g>
|
||||
<!-- vichan->infco -->
|
||||
<g id="edge10" class="edge">
|
||||
<g id="edge17" class="edge">
|
||||
<title>vichan->infco</title>
|
||||
<path fill="none" stroke="black" d="M822.76,-487.59C835.87,-476.72 853.74,-463.38 871.16,-451.36"/>
|
||||
<polygon fill="black" stroke="black" points="872.65,-454.58 878.95,-446.06 868.72,-448.79 872.65,-454.58"/>
|
||||
<path fill="none" stroke="black" d="M579.25,-720.58C600.09,-702.46 633.98,-676.46 663.36,-655.85"/>
|
||||
<polygon fill="black" stroke="black" points="665.25,-658.8 671.47,-650.23 661.26,-653.05 665.25,-658.8"/>
|
||||
</g>
|
||||
<!-- vichan->infco -->
|
||||
<g id="edge28" class="edge">
|
||||
<g id="edge38" class="edge">
|
||||
<title>vichan->infco</title>
|
||||
<path fill="none" stroke="black" stroke-width="0" d="M834,-495.36C855.79,-482.04 884.36,-461.74 904.7,-445.42"/>
|
||||
<path fill="none" stroke="black" stroke-width="0" d="M590.36,-727.37C620.99,-707.77 667.26,-673.3 695.56,-649.36"/>
|
||||
</g>
|
||||
<!-- lc -->
|
||||
<g id="node9" class="node">
|
||||
<g id="node14" class="node">
|
||||
<title>lc</title>
|
||||
<path fill="lightgrey" stroke="black" d="M1187,-437C1187,-437 1140,-437 1140,-437 1134,-437 1128,-431 1128,-425 1128,-425 1128,-411 1128,-411 1128,-405 1134,-399 1140,-399 1140,-399 1187,-399 1187,-399 1193,-399 1199,-405 1199,-411 1199,-411 1199,-425 1199,-425 1199,-431 1193,-437 1187,-437"/>
|
||||
<text text-anchor="start" x="1136" y="-421.8" font-family="sans-serif" font-size="14.00">lainchan</text>
|
||||
<text text-anchor="start" x="1142.5" y="-406.8" font-family="sans-serif" font-size="14.00">2016–</text>
|
||||
<path fill="lightgrey" stroke="black" d="M305.5,-644.5C305.5,-644.5 234.5,-644.5 234.5,-644.5 228.5,-644.5 222.5,-638.5 222.5,-632.5 222.5,-632.5 222.5,-611.5 222.5,-611.5 222.5,-605.5 228.5,-599.5 234.5,-599.5 234.5,-599.5 305.5,-599.5 305.5,-599.5 311.5,-599.5 317.5,-605.5 317.5,-611.5 317.5,-611.5 317.5,-632.5 317.5,-632.5 317.5,-638.5 311.5,-644.5 305.5,-644.5"/>
|
||||
<text text-anchor="start" x="242.5" y="-630.3" font-family="sans-serif" font-size="14.00">lainchan</text>
|
||||
<text text-anchor="start" x="230.5" y="-620.3" font-family="sans-serif" font-weight="bold" font-size="9.00">(@appleman1234)</text>
|
||||
<text text-anchor="start" x="249" y="-607.3" font-family="sans-serif" font-size="14.00">2016–</text>
|
||||
</g>
|
||||
<!-- vichan->lc -->
|
||||
<g id="edge11" class="edge">
|
||||
<g id="edge18" class="edge">
|
||||
<title>vichan->lc</title>
|
||||
<path fill="none" stroke="black" d="M833.76,-506.11C889.49,-499.05 1014.14,-480.44 1113.5,-445 1115.99,-444.11 1118.51,-443.12 1121.02,-442.06"/>
|
||||
<polygon fill="black" stroke="black" points="1122.24,-445.35 1129.89,-438.02 1119.34,-438.99 1122.24,-445.35"/>
|
||||
<path fill="none" stroke="black" d="M531.63,-731.28C488.94,-714.87 407.08,-682.97 327.68,-649.22"/>
|
||||
<polygon fill="black" stroke="black" points="329.47,-646.18 318.9,-645.47 326.73,-652.61 329.47,-646.18"/>
|
||||
</g>
|
||||
<!-- npf -->
|
||||
<g id="node10" class="node">
|
||||
<g id="node15" class="node">
|
||||
<title>npf</title>
|
||||
<path fill="lightgrey" stroke="black" d="M1296,-437C1296,-437 1229,-437 1229,-437 1223,-437 1217,-431 1217,-425 1217,-425 1217,-411 1217,-411 1217,-405 1223,-399 1229,-399 1229,-399 1296,-399 1296,-399 1302,-399 1308,-405 1308,-411 1308,-411 1308,-425 1308,-425 1308,-431 1302,-437 1296,-437"/>
|
||||
<text text-anchor="start" x="1234" y="-421.8" font-family="sans-serif" font-size="14.00">NPFchan</text>
|
||||
<text text-anchor="start" x="1225" y="-406.8" font-family="sans-serif" font-size="14.00">2017–2019</text>
|
||||
<path fill="lightgrey" stroke="black" d="M422,-644.5C422,-644.5 348,-644.5 348,-644.5 342,-644.5 336,-638.5 336,-632.5 336,-632.5 336,-611.5 336,-611.5 336,-605.5 342,-599.5 348,-599.5 348,-599.5 422,-599.5 422,-599.5 428,-599.5 434,-605.5 434,-611.5 434,-611.5 434,-632.5 434,-632.5 434,-638.5 428,-644.5 422,-644.5"/>
|
||||
<text text-anchor="start" x="356.5" y="-630.3" font-family="sans-serif" font-size="14.00">NPFchan</text>
|
||||
<text text-anchor="start" x="344" y="-620.3" font-family="sans-serif" font-weight="bold" font-size="9.00">(@fallenPineapple)</text>
|
||||
<text text-anchor="start" x="347.5" y="-607.3" font-family="sans-serif" font-size="14.00">2017–2019</text>
|
||||
</g>
|
||||
<!-- vichan->npf -->
|
||||
<g id="edge12" class="edge">
|
||||
<g id="edge19" class="edge">
|
||||
<title>vichan->npf</title>
|
||||
<path fill="none" stroke="black" d="M833.82,-507.74C901.33,-503.06 1072.43,-487.62 1208.5,-445 1211.42,-444.08 1214.39,-443.03 1217.35,-441.89"/>
|
||||
<polygon fill="black" stroke="black" points="1218.69,-445.13 1226.56,-438.03 1215.98,-438.67 1218.69,-445.13"/>
|
||||
<path fill="none" stroke="black" d="M531.54,-722.5C502.77,-702.97 458.73,-673.06 426.44,-651.13"/>
|
||||
<polygon fill="black" stroke="black" points="428.73,-648.46 418.49,-645.74 424.8,-654.25 428.73,-648.46"/>
|
||||
</g>
|
||||
<!-- kuz -->
|
||||
<g id="node11" class="node">
|
||||
<g id="node16" class="node">
|
||||
<title>kuz</title>
|
||||
<path fill="lightgrey" stroke="black" d="M1191,-354.5C1191,-354.5 1084,-354.5 1084,-354.5 1078,-354.5 1072,-348.5 1072,-342.5 1072,-342.5 1072,-313.5 1072,-313.5 1072,-307.5 1078,-301.5 1084,-301.5 1084,-301.5 1191,-301.5 1191,-301.5 1197,-301.5 1203,-307.5 1203,-313.5 1203,-313.5 1203,-342.5 1203,-342.5 1203,-348.5 1197,-354.5 1191,-354.5"/>
|
||||
<text text-anchor="start" x="1101" y="-339.3" font-family="sans-serif" font-size="14.00">KolymaNET</text>
|
||||
<text text-anchor="start" x="1080" y="-324.3" font-family="sans-serif" font-size="14.00">d/b/a soyjak.party</text>
|
||||
<text text-anchor="start" x="1112.5" y="-309.3" font-family="sans-serif" font-size="14.00">~2020–</text>
|
||||
<path fill="lightgrey" stroke="black" d="M554,-523C554,-523 388,-523 388,-523 382,-523 376,-517 376,-511 376,-511 376,-476 376,-476 376,-470 382,-464 388,-464 388,-464 554,-464 554,-464 560,-464 566,-470 566,-476 566,-476 566,-511 566,-511 566,-517 560,-523 554,-523"/>
|
||||
<text text-anchor="start" x="384" y="-508.8" font-family="sans-serif" font-size="14.00">Proprietary KolymaNET fork</text>
|
||||
<text text-anchor="start" x="456" y="-498.8" font-family="sans-serif" font-weight="bold" font-size="9.00">(@kuz)</text>
|
||||
<text text-anchor="start" x="413.5" y="-485.8" font-family="sans-serif" font-size="14.00">d/b/a soyjak.party</text>
|
||||
<text text-anchor="start" x="446" y="-471.8" font-family="sans-serif" font-size="14.00">≈2020–</text>
|
||||
</g>
|
||||
<!-- vichan->kuz -->
|
||||
<g id="edge13" class="edge">
|
||||
<g id="edge20" class="edge">
|
||||
<title>vichan->kuz</title>
|
||||
<path fill="none" stroke="black" d="M833.77,-508.21C882.58,-504.72 981.17,-491.89 1048.5,-445 1077.39,-424.88 1099.08,-390.73 1114.13,-364.68"/>
|
||||
<polygon fill="black" stroke="black" points="1117.11,-366.52 1119.03,-356.1 1111.03,-363.05 1117.11,-366.52"/>
|
||||
<path fill="none" stroke="black" d="M535.37,-720.53C519.54,-702.45 500.68,-675.56 490,-649 475.05,-611.83 468.04,-566.43 466.48,-534.49"/>
|
||||
<polygon fill="black" stroke="black" points="469.99,-534.77 466.19,-524.88 462.99,-534.98 469.99,-534.77"/>
|
||||
</g>
|
||||
<!-- wizchan -->
|
||||
<g id="node9" class="node">
|
||||
<title>wizchan</title>
|
||||
<path fill="lightgrey" stroke="black" d="M181.5,-392C181.5,-392 36.5,-392 36.5,-392 30.5,-392 24.5,-386 24.5,-380 24.5,-380 24.5,-359 24.5,-359 24.5,-353 30.5,-347 36.5,-347 36.5,-347 181.5,-347 181.5,-347 187.5,-347 193.5,-353 193.5,-359 193.5,-359 193.5,-380 193.5,-380 193.5,-386 187.5,-392 181.5,-392"/>
|
||||
<text text-anchor="start" x="32.5" y="-377.8" font-family="sans-serif" font-size="14.00">Proprietary wizchan fork</text>
|
||||
<text text-anchor="start" x="67" y="-367.8" font-family="sans-serif" font-weight="bold" font-size="9.00">(too many to count)</text>
|
||||
<text text-anchor="start" x="88" y="-354.8" font-family="sans-serif" font-size="14.00">2016–</text>
|
||||
</g>
|
||||
<!-- wizana->wizchan -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>wizana->wizchan</title>
|
||||
<path fill="none" stroke="black" d="M109,-470.69C109,-452.04 109,-424.91 109,-403.59"/>
|
||||
<polygon fill="black" stroke="black" points="112.5,-403.64 109,-393.64 105.5,-403.64 112.5,-403.64"/>
|
||||
</g>
|
||||
<!-- vichannet->vichan -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>vichannet->vichan:nw</title>
|
||||
<path fill="none" stroke="black" d="M531.54,-445.38C595.84,-486.25 719.57,-558.43 765.92,-540.59"/>
|
||||
<polygon fill="black" stroke="black" points="767.66,-543.63 774.22,-535.31 763.91,-537.72 767.66,-543.63"/>
|
||||
<g id="edge21" class="edge">
|
||||
<title>vichannet->vichan</title>
|
||||
<path fill="none" stroke="darkred" stroke-width="2" d="M555.32,-840.03C554.08,-822.23 553.92,-798.6 554.84,-779.29"/>
|
||||
<polygon fill="darkred" stroke="darkred" stroke-width="2" points="558.32,-779.66 555.48,-769.46 551.34,-779.21 558.32,-779.66"/>
|
||||
</g>
|
||||
<!-- leftypol->vichan -->
|
||||
<g id="edge15" class="edge">
|
||||
<g id="edge22" class="edge">
|
||||
<title>leftypol->vichan</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M727.84,-443.25C742.92,-454.68 760.16,-468.4 774.51,-480.39"/>
|
||||
<polygon fill="black" stroke="black" points="771.97,-482.83 781.87,-486.62 776.49,-477.49 771.97,-482.83"/>
|
||||
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M566.35,-644.78C567.91,-662.76 568.16,-688.58 567.13,-709.17"/>
|
||||
<polygon fill="black" stroke="black" points="563.64,-708.86 566.46,-719.07 570.62,-709.33 563.64,-708.86"/>
|
||||
</g>
|
||||
<!-- inf->tb -->
|
||||
<g id="edge16" class="edge">
|
||||
<g id="edge23" class="edge">
|
||||
<title>inf->tb</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M758.7,-328.45C658.64,-328.34 425.58,-334.3 376.5,-391 360.79,-409.15 368.88,-422.24 376.5,-445 392.79,-493.65 431.4,-539.2 459.39,-567.63"/>
|
||||
<polygon fill="black" stroke="black" points="456.71,-569.89 466.27,-574.46 461.65,-564.93 456.71,-569.89"/>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M909.06,-520.87C909.36,-552.64 906.67,-606.98 888,-649 829.14,-781.52 795.22,-814.46 676,-897 615.35,-938.99 533.69,-964.39 478.62,-977.91"/>
|
||||
<polygon fill="black" stroke="black" points="478.01,-974.45 469.1,-980.18 479.64,-981.26 478.01,-974.45"/>
|
||||
</g>
|
||||
<!-- inf->vichan -->
|
||||
<g id="edge17" class="edge">
|
||||
<g id="edge24" class="edge">
|
||||
<title>inf->vichan</title>
|
||||
<path fill="none" stroke="black" d="M809.43,-355.23C811.7,-387.23 811.85,-441.37 809.87,-476.26"/>
|
||||
<polygon fill="black" stroke="black" points="806.38,-476 809.19,-486.22 813.36,-476.48 806.38,-476"/>
|
||||
<path fill="none" stroke="black" d="M910.89,-520.72C908.19,-554.9 893.58,-614.39 857,-649 785.65,-716.5 664.94,-735.28 601.86,-740.5"/>
|
||||
<polygon fill="black" stroke="black" points="601.63,-737 591.92,-741.23 602.15,-743.98 601.63,-737"/>
|
||||
</g>
|
||||
<!-- infpl -->
|
||||
<g id="node12" class="node">
|
||||
<g id="node17" class="node">
|
||||
<title>infpl</title>
|
||||
<path fill="lightgrey" stroke="black" d="M943,-265C943,-265 812,-265 812,-265 806,-265 800,-259 800,-253 800,-253 800,-232 800,-232 800,-226 806,-220 812,-220 812,-220 943,-220 943,-220 949,-220 955,-226 955,-232 955,-232 955,-253 955,-253 955,-259 949,-265 943,-265"/>
|
||||
<text text-anchor="start" x="808" y="-250.8" font-family="sans-serif" font-size="14.00">Production 8ch.pl fork</text>
|
||||
<text text-anchor="start" x="858" y="-240.8" font-family="sans-serif" font-weight="bold" font-size="9.00">(@czaks)</text>
|
||||
<text text-anchor="start" x="840" y="-227.8" font-family="sans-serif" font-size="14.00">2014–2016</text>
|
||||
<path fill="lightgrey" stroke="black" d="M936.5,-392C936.5,-392 805.5,-392 805.5,-392 799.5,-392 793.5,-386 793.5,-380 793.5,-380 793.5,-359 793.5,-359 793.5,-353 799.5,-347 805.5,-347 805.5,-347 936.5,-347 936.5,-347 942.5,-347 948.5,-353 948.5,-359 948.5,-359 948.5,-380 948.5,-380 948.5,-386 942.5,-392 936.5,-392"/>
|
||||
<text text-anchor="start" x="801.5" y="-377.8" font-family="sans-serif" font-size="14.00">Production 8ch.pl fork</text>
|
||||
<text text-anchor="start" x="851.5" y="-367.8" font-family="sans-serif" font-weight="bold" font-size="9.00">(@czaks)</text>
|
||||
<text text-anchor="start" x="833.5" y="-354.8" font-family="sans-serif" font-size="14.00">2014–2016</text>
|
||||
</g>
|
||||
<!-- inf->infpl -->
|
||||
<g id="edge18" class="edge">
|
||||
<g id="edge25" class="edge">
|
||||
<title>inf->infpl</title>
|
||||
<path fill="none" stroke="black" d="M821.27,-300.58C828.31,-291.96 836.67,-282.33 844.79,-273.47"/>
|
||||
<polygon fill="black" stroke="black" points="847.15,-276.08 851.42,-266.38 842.03,-271.3 847.15,-276.08"/>
|
||||
<path fill="none" stroke="black" d="M894.29,-466.03C887.46,-447.72 879.9,-423.22 874.96,-403.62"/>
|
||||
<polygon fill="black" stroke="black" points="878.38,-402.84 872.67,-393.91 871.56,-404.45 878.38,-402.84"/>
|
||||
</g>
|
||||
<!-- oib -->
|
||||
<g id="node13" class="node">
|
||||
<g id="node18" class="node">
|
||||
<title>oib</title>
|
||||
<path fill="lightgrey" stroke="black" d="M770,-261.5C770,-261.5 695,-261.5 695,-261.5 689,-261.5 683,-255.5 683,-249.5 683,-249.5 683,-235.5 683,-235.5 683,-229.5 689,-223.5 695,-223.5 695,-223.5 770,-223.5 770,-223.5 776,-223.5 782,-229.5 782,-235.5 782,-235.5 782,-249.5 782,-249.5 782,-255.5 776,-261.5 770,-261.5"/>
|
||||
<text text-anchor="start" x="708" y="-246.3" font-family="sans-serif" font-size="14.00">OpenIB</text>
|
||||
<text text-anchor="start" x="691" y="-231.3" font-family="sans-serif" font-size="14.00">~2017–2019</text>
|
||||
<path fill="lightgrey" stroke="black" d="M1053.5,-392C1053.5,-392 978.5,-392 978.5,-392 972.5,-392 966.5,-386 966.5,-380 966.5,-380 966.5,-359 966.5,-359 966.5,-353 972.5,-347 978.5,-347 978.5,-347 1053.5,-347 1053.5,-347 1059.5,-347 1065.5,-353 1065.5,-359 1065.5,-359 1065.5,-380 1065.5,-380 1065.5,-386 1059.5,-392 1053.5,-392"/>
|
||||
<text text-anchor="start" x="991.5" y="-377.8" font-family="sans-serif" font-size="14.00">OpenIB</text>
|
||||
<text text-anchor="start" x="991" y="-367.8" font-family="sans-serif" font-weight="bold" font-size="9.00">(@kormiku)</text>
|
||||
<text text-anchor="start" x="974.5" y="-354.8" font-family="sans-serif" font-size="14.00">≈2017–2019</text>
|
||||
</g>
|
||||
<!-- inf->oib -->
|
||||
<g id="edge19" class="edge">
|
||||
<g id="edge26" class="edge">
|
||||
<title>inf->oib</title>
|
||||
<path fill="none" stroke="black" d="M781.72,-300.58C773.39,-290.92 763.97,-279.99 755.61,-270.3"/>
|
||||
<polygon fill="black" stroke="black" points="758.47,-268.26 749.29,-262.97 753.17,-272.83 758.47,-268.26"/>
|
||||
<path fill="none" stroke="black" d="M931.43,-466.03C948.4,-446.86 971.38,-420.91 989.1,-400.89"/>
|
||||
<polygon fill="black" stroke="black" points="991.57,-403.38 995.58,-393.57 986.33,-398.74 991.57,-403.38"/>
|
||||
</g>
|
||||
<!-- infco->vichan -->
|
||||
<g id="edge20" class="edge">
|
||||
<g id="edge27" class="edge">
|
||||
<title>infco->vichan</title>
|
||||
<path fill="none" stroke="black" d="M892.23,-445.47C876.71,-456.8 858.58,-470.03 842.84,-481.52"/>
|
||||
<polygon fill="black" stroke="black" points="841.12,-478.44 835.11,-487.16 845.25,-484.09 841.12,-478.44"/>
|
||||
<path fill="none" stroke="black" d="M684.14,-649.37C658.97,-668.4 625,-694.09 599.12,-713.67"/>
|
||||
<polygon fill="black" stroke="black" points="597.05,-710.85 591.19,-719.67 601.27,-716.43 597.05,-710.85"/>
|
||||
</g>
|
||||
<!-- infco->inf -->
|
||||
<g id="edge21" class="edge">
|
||||
<g id="edge28" class="edge">
|
||||
<title>infco->inf</title>
|
||||
<path fill="none" stroke="black" d="M891.3,-390.6C878.54,-381.55 864.12,-371.31 850.74,-361.81"/>
|
||||
<polygon fill="black" stroke="black" points="853.09,-359.19 842.91,-356.26 849.04,-364.9 853.09,-359.19"/>
|
||||
<path fill="none" stroke="black" d="M758.16,-594.79C787.46,-575.18 827.71,-548.24 859.12,-527.21"/>
|
||||
<polygon fill="black" stroke="black" points="860.94,-530.21 867.31,-521.74 857.05,-524.39 860.94,-530.21"/>
|
||||
</g>
|
||||
<!-- infco->kuz -->
|
||||
<g id="edge29" class="edge">
|
||||
<g id="edge39" class="edge">
|
||||
<title>infco->kuz</title>
|
||||
<path fill="none" stroke="black" stroke-width="0" d="M991.21,-390.6C1018.02,-379.31 1049.23,-366.17 1075.92,-354.93"/>
|
||||
<path fill="none" stroke="black" stroke-width="0" d="M667.31,-594.64C626.57,-573.85 569.82,-544.91 527.81,-523.48"/>
|
||||
</g>
|
||||
<!-- kuz->vichan -->
|
||||
<g id="edge26" class="edge">
|
||||
<g id="edge33" class="edge">
|
||||
<title>kuz->vichan</title>
|
||||
<path fill="none" stroke="black" d="M1133.13,-354.78C1122.71,-381.41 1099.22,-422.21 1066.5,-445 999.1,-491.94 900.36,-504.75 845.22,-508.22"/>
|
||||
<polygon fill="black" stroke="black" points="845.12,-504.72 835.33,-508.76 845.5,-511.71 845.12,-504.72"/>
|
||||
<path fill="none" stroke="black" d="M479.33,-523.37C484.44,-555.15 491.22,-607.27 508,-649 517.01,-671.41 531.85,-694.06 543.72,-711.44"/>
|
||||
<polygon fill="black" stroke="black" points="540.56,-713.02 549.1,-719.28 546.33,-709.06 540.56,-713.02"/>
|
||||
</g>
|
||||
<!-- SIG -->
|
||||
<g id="node17" class="node">
|
||||
<g id="node22" class="node">
|
||||
<title>SIG</title>
|
||||
<text text-anchor="start" x="1253.5" y="-2.8" font-family="serif" font-size="14.00">by kopipe</text>
|
||||
<text text-anchor="start" x="433.5" y="-2.8" font-family="serif" font-size="14.00">by ★コピペ</text>
|
||||
</g>
|
||||
<!-- kuz->SIG -->
|
||||
<g id="edge30" class="edge">
|
||||
<g id="edge40" class="edge">
|
||||
<title>kuz->SIG</title>
|
||||
<path fill="none" stroke="black" stroke-width="0" d="M1150.08,-301.01C1179.82,-239.51 1253.86,-86.47 1278.43,-35.68"/>
|
||||
<path fill="none" stroke="black" stroke-width="0" d="M471,-463.59C471,-374.44 471,-105.57 471,-35.73"/>
|
||||
</g>
|
||||
<!-- infpl->vichan -->
|
||||
<g id="edge22" class="edge">
|
||||
<g id="edge29" class="edge">
|
||||
<title>infpl->vichan</title>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M914.36,-265.4C972.23,-302.54 1073.04,-380.19 1024.5,-445 1002.96,-473.76 902.36,-494.04 844.94,-503.49"/>
|
||||
<polygon fill="black" stroke="black" points="844.54,-500.01 835.22,-505.05 845.65,-506.92 844.54,-500.01"/>
|
||||
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M866.9,-392.37C854.7,-457.19 819.24,-644.05 815,-649 760.35,-712.81 658.15,-733.09 601.47,-739.53"/>
|
||||
<polygon fill="black" stroke="black" points="601.19,-736.04 591.6,-740.54 601.91,-743 601.19,-736.04"/>
|
||||
</g>
|
||||
<!-- infpl->inf -->
|
||||
<g id="edge23" class="edge">
|
||||
<g id="edge30" class="edge">
|
||||
<title>infpl->inf</title>
|
||||
<path fill="none" stroke="black" d="M864.47,-265.28C857.91,-273.54 849.7,-283.18 841.46,-292.35"/>
|
||||
<polygon fill="black" stroke="black" points="839.12,-289.72 834.95,-299.46 844.28,-294.45 839.12,-289.72"/>
|
||||
<path fill="none" stroke="black" d="M882.98,-392.44C889.76,-409.85 897.58,-434.6 902.94,-455.13"/>
|
||||
<polygon fill="black" stroke="black" points="899.48,-455.7 905.29,-464.56 906.27,-454.01 899.48,-455.7"/>
|
||||
</g>
|
||||
<!-- e8ch -->
|
||||
<g id="node14" class="node">
|
||||
<g id="node19" class="node">
|
||||
<title>e8ch</title>
|
||||
<path fill="lightgrey" stroke="black" d="M814,-184C814,-184 651,-184 651,-184 645,-184 639,-178 639,-172 639,-172 639,-158 639,-158 639,-152 645,-146 651,-146 651,-146 814,-146 814,-146 820,-146 826,-152 826,-158 826,-158 826,-172 826,-172 826,-178 820,-184 814,-184"/>
|
||||
<text text-anchor="start" x="647" y="-168.8" font-family="sans-serif" font-size="14.00">Proprietary 8chan software</text>
|
||||
<text text-anchor="start" x="691" y="-153.8" font-family="sans-serif" font-size="14.00">~2017–2019</text>
|
||||
<path fill="lightgrey" stroke="black" d="M1097.5,-275C1097.5,-275 934.5,-275 934.5,-275 928.5,-275 922.5,-269 922.5,-263 922.5,-263 922.5,-242 922.5,-242 922.5,-236 928.5,-230 934.5,-230 934.5,-230 1097.5,-230 1097.5,-230 1103.5,-230 1109.5,-236 1109.5,-242 1109.5,-242 1109.5,-263 1109.5,-263 1109.5,-269 1103.5,-275 1097.5,-275"/>
|
||||
<text text-anchor="start" x="930.5" y="-260.8" font-family="sans-serif" font-size="14.00">Proprietary 8chan software</text>
|
||||
<text text-anchor="start" x="991" y="-250.8" font-family="sans-serif" font-weight="bold" font-size="9.00">(@kormiku)</text>
|
||||
<text text-anchor="start" x="974.5" y="-237.8" font-family="sans-serif" font-size="14.00">≈2017–2019</text>
|
||||
</g>
|
||||
<!-- oib->e8ch -->
|
||||
<g id="edge24" class="edge">
|
||||
<g id="edge31" class="edge">
|
||||
<title>oib->e8ch</title>
|
||||
<path fill="none" stroke="black" d="M732.5,-223.22C732.5,-214.94 732.5,-204.93 732.5,-195.62"/>
|
||||
<polygon fill="black" stroke="black" points="736,-195.88 732.5,-185.88 729,-195.88 736,-195.88"/>
|
||||
<path fill="none" stroke="black" d="M1016,-346.6C1016,-329.65 1016,-305.91 1016,-286.64"/>
|
||||
<polygon fill="black" stroke="black" points="1019.5,-286.83 1016,-276.83 1012.5,-286.83 1019.5,-286.83"/>
|
||||
</g>
|
||||
<!-- e8kun -->
|
||||
<g id="node15" class="node">
|
||||
<g id="node20" class="node">
|
||||
<title>e8kun</title>
|
||||
<path fill="lightgrey" stroke="black" d="M810.5,-110C810.5,-110 654.5,-110 654.5,-110 648.5,-110 642.5,-104 642.5,-98 642.5,-98 642.5,-84 642.5,-84 642.5,-78 648.5,-72 654.5,-72 654.5,-72 810.5,-72 810.5,-72 816.5,-72 822.5,-78 822.5,-84 822.5,-84 822.5,-98 822.5,-98 822.5,-104 816.5,-110 810.5,-110"/>
|
||||
<text text-anchor="start" x="650.5" y="-94.8" font-family="sans-serif" font-size="14.00">Proprietary 8kun software</text>
|
||||
<text text-anchor="start" x="707.5" y="-79.8" font-family="sans-serif" font-size="14.00">~2019–</text>
|
||||
<path fill="lightgrey" stroke="black" d="M1094,-158C1094,-158 938,-158 938,-158 932,-158 926,-152 926,-146 926,-146 926,-120 926,-120 926,-114 932,-108 938,-108 938,-108 1094,-108 1094,-108 1100,-108 1106,-114 1106,-120 1106,-120 1106,-146 1106,-146 1106,-152 1100,-158 1094,-158"/>
|
||||
<text text-anchor="start" x="934" y="-143.8" font-family="sans-serif" font-size="14.00">Proprietary 8kun software</text>
|
||||
<text text-anchor="start" x="944" y="-129.8" font-family="sans-serif" font-size="14.00">≈2019–≈2022 </text>
|
||||
<text text-anchor="start" x="1038" y="-129.8" font-family="sans-serif" font-weight="bold" font-size="9.00">(@kormiku)</text>
|
||||
<text text-anchor="start" x="964" y="-115.8" font-family="sans-serif" font-size="14.00">2022– </text>
|
||||
<text text-anchor="start" x="1009" y="-115.8" font-family="sans-serif" font-weight="bold" font-size="9.00">(Jim Watkins)</text>
|
||||
</g>
|
||||
<!-- e8ch->e8kun -->
|
||||
<g id="edge25" class="edge">
|
||||
<g id="edge32" class="edge">
|
||||
<title>e8ch->e8kun</title>
|
||||
<path fill="none" stroke="black" d="M732.5,-145.83C732.5,-138.55 732.5,-129.98 732.5,-121.83"/>
|
||||
<polygon fill="black" stroke="black" points="736,-121.93 732.5,-111.93 729,-121.93 736,-121.93"/>
|
||||
<path fill="none" stroke="black" d="M1016,-229.67C1016,-212.78 1016,-189.03 1016,-169.42"/>
|
||||
<polygon fill="black" stroke="black" points="1019.5,-169.65 1016,-159.65 1012.5,-169.65 1019.5,-169.65"/>
|
||||
</g>
|
||||
<!-- TITLE -->
|
||||
<g id="node16" class="node">
|
||||
<g id="node21" class="node">
|
||||
<title>TITLE</title>
|
||||
<polygon fill="none" stroke="black" points="1273.5,-705 553.5,-705 553.5,-657 1273.5,-657 1273.5,-705"/>
|
||||
<text text-anchor="start" x="820.5" y="-682.8" font-family="monospace" font-size="24.00">vichan</text>
|
||||
<text text-anchor="start" x="906.5" y="-682.8" font-family="sans-serif" font-size="24.00"> Timeline</text>
|
||||
<text text-anchor="start" x="849" y="-665.2" font-family="sans-serif" font-size="16.00">…as of 20230329</text>
|
||||
<polygon fill="none" stroke="black" points="778,-1359 58,-1359 58,-1311 778,-1311 778,-1359"/>
|
||||
<text text-anchor="start" x="325" y="-1336.8" font-family="monospace" font-size="24.00">vichan</text>
|
||||
<text text-anchor="start" x="411" y="-1336.8" font-family="sans-serif" font-size="24.00"> Timeline</text>
|
||||
<text text-anchor="start" x="353.5" y="-1319.2" font-family="sans-serif" font-size="16.00">…as of 20230329</text>
|
||||
</g>
|
||||
<!-- TITLE->tb -->
|
||||
<g id="edge31" class="edge">
|
||||
<title>TITLE->tb</title>
|
||||
<path fill="none" stroke="black" stroke-width="0" d="M790.59,-656.55C707.5,-640.7 602.19,-620.62 541.27,-608.99"/>
|
||||
</g>
|
||||
<!-- TITLE->SIG -->
|
||||
<g id="edge32" class="edge">
|
||||
<title>TITLE->SIG</title>
|
||||
<path fill="none" stroke="black" stroke-width="0" d="M1033.3,-656.56C1158.37,-628.56 1336.5,-577.16 1336.5,-511.5 1336.5,-511.5 1336.5,-511.5 1336.5,-164 1336.5,-115.27 1310.95,-62.11 1296.38,-35.76"/>
|
||||
<!-- TITLE->fourchan -->
|
||||
<g id="edge34" class="edge">
|
||||
<title>TITLE->fourchan</title>
|
||||
<path fill="none" stroke="black" stroke-width="0" d="M418,-1310.52C418,-1289.23 418,-1258.33 418,-1239.23"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 29 KiB |
Loading…
x
Reference in New Issue
Block a user