vichan/static/doc/timeline.gv
2023-03-29 21:49:07 -04:00

68 lines
3.7 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

digraph {
fontname="sans-serif";
root=fourchan;
overlap=scale
ranksep=1.5
edge [fontname="sans-serif", fontsize=8];
node [fontname="sans-serif",
shape=record,
style="rounded,filled"
];
graph [label=<<FONT FACE="monospace">vichan</FONT>&nbsp;Timeline by ★コピペ>, labelloc=t, fontsize=24, shape=none, margin=1, color=none];
fourchan [label=<Proprietary 4chan.org software<BR/><B><FONT POINT-SIZE="9">(@moot&nbsp;<I>et al.</I>)</FONT></B><BR/>2003>];
tb [label=<{Proprietary 4chon.net fork<BR/><B><FONT POINT-SIZE="9">(@savetheinternet)</FONT></B><BR/>20092014|Tinyboard<BR/><B><FONT POINT-SIZE="9">(@savetheinternet)</FONT></B><BR/>20102014}>];
fourchan -> tb [label=<<BR/>&nbsp;inspired&nbsp;>, style=dotted, penwidth=2, weight=100, color=darkred];
vichan [color=gold,
label=<{vichan<BR/><B><FONT POINT-SIZE="9">(@czaks)</FONT></B><BR/>2012|Production vichan.net software<BR/><B><FONT POINT-SIZE="9">(Polish-language imageboard)<BR/>(@czaks)</FONT></B><BR/>2012}>];
ponychan [label=<Proprietary ponychan.net fork<BR/><B><FONT POINT-SIZE="9">(???)</FONT></B><BR/>20122015 (as MLPchan)<BR/>2015>];
ponychan;
wiz [shape=record,label=<{Proprietary Wizardchan fork<BR/><B><FONT POINT-SIZE="9">(@mrpacific)</FONT></B><BR/>20112012<BR/> | Production Wizardchan fork<BR/><B><FONT POINT-SIZE="9">(@copypaste)</FONT></B><BR/>20122013|Proprietary Wizardchan fork №2<BR/><B><FONT POINT-SIZE="9">(@anachronos)</FONT></B><BR/>2013≈2016<BR/>|Proprietary wizchan fork<BR/><B><FONT POINT-SIZE="9">(too many to count)</FONT></B><BR/>2016}>];
tb -> wiz;
wiz -> tb;
wiz -> vichan;
vichan -> wiz;
tb -> vichan;
vichan -> tb;
leftypol [label=<leftypol.org<BR/><B><FONT POINT-SIZE="9">(@discomrade&nbsp;<I>et al.</I>)</FONT></B><BR/>≈2016>];
vichan -> leftypol;
inf [label=<{infinity<BR/><B><FONT POINT-SIZE="9">(@copypaste /<BR/>★コピペ)</FONT></B><BR/>20132017|Production 8chan.co fork<BR/><B><FONT POINT-SIZE="9">(@copypaste /<BR/>★コピペ)</FONT></B><BR/>20132016}>];
vichan -> inf;
tb -> ponychan;
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/>20172019>];
vichan -> npf;
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/>20142016>];
inf -> infpl;
infpl -> vichan [style=dotted];
infpl -> inf;
inf -> e8ch;
e8ch [label=<{OpenIB<BR/><B><FONT POINT-SIZE="9">(@kormiku)</FONT></B><BR/>≈20172019|Proprietary 8chan software<BR/><B><FONT POINT-SIZE="9">(@kormiku)</FONT></B><BR/>≈20172019|Proprietary 8kun software<BR/>≈2019≈2022&nbsp;<B><FONT POINT-SIZE="9">(@kormiku)</FONT></B><BR/>2022&nbsp;<B><FONT POINT-SIZE="9">(Jim Watkins)</FONT></B>}>];
kuz [label=<Proprietary KolymaNET fork<BR/><B><FONT POINT-SIZE="9">(@kuz)</FONT></B><BR/>d/b/a soyjak.party<BR/>≈2020>];
vichan -> kuz;
kuz -> vichan;
fourchan -> tb -> vichan -> inf [style=invis];
/*
subgraph title {
rankdir=TB
page=2
layout=fdp
TITLE [fontname="sans-serif",
fontsize=16,
label=<<FONT POINT-SIZE="24"><FONT FACE="monospace">vichan</FONT>&nbsp;Timeline</FONT><BR/>…as of 20230329<BR/><BR/><FONT FACE="'Noto CJK Serif JP', serif">by ★コピペ</FONT>>,
shape=box,
width=10];
{
TITLE -> fourchan [arrowhead=0,
penwidth=0,
weight=max];
}
}
*/
}
// vim: ts=2 sw=2 et