feat(web/tvl): Add graph nodes for AfRA & friends

Change-Id: Iac50cea9277167b28695dd908af66548e0e414b1
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2052
Tested-by: BuildkiteCI
Reviewed-by: edef <edef@edef.eu>
This commit is contained in:
Vincent Ambo 2020-10-20 18:29:48 +01:00 committed by tazjin
parent 6100e44e72
commit e9e42d5d20

View file

@ -40,6 +40,7 @@ digraph tvl {
maskerad [href="https://femalelegends.com/"]; maskerad [href="https://femalelegends.com/"];
multi [href="https://1.0.168.192.in-addr.xyz/"]; multi [href="https://1.0.168.192.in-addr.xyz/"];
ncl; ncl;
nikky [href="http://nikky.moe/"];
nyanotech [href="https://twitter.com/nyanotech"]; nyanotech [href="https://twitter.com/nyanotech"];
poigon; poigon;
profpatsch [href="http://profpatsch.de/"]; profpatsch [href="http://profpatsch.de/"];
@ -47,6 +48,7 @@ digraph tvl {
qyliss [href="https://alyssa.is"]; qyliss [href="https://alyssa.is"];
rcombs [href="http://rcombs.me/"]; rcombs [href="http://rcombs.me/"];
seven [href="https://open.spotify.com/user/so7"]; seven [href="https://open.spotify.com/user/so7"];
spacekookie [href="https://spacekookie.de/"];
tazjin [href="https://tazj.in/"]; tazjin [href="https://tazj.in/"];
V [href="https://anomalous.eu/"]; V [href="https://anomalous.eu/"];
wpcarro [href="https://wpcarro.dev/"]; wpcarro [href="https://wpcarro.dev/"];
@ -68,6 +70,7 @@ digraph tvl {
ircv3 [href="https://ircv3.net/"]; ircv3 [href="https://ircv3.net/"];
lgbtslack [label="lgbt.tech" href="https://lgbtq.technology/"]; lgbtslack [label="lgbt.tech" href="https://lgbtq.technology/"];
muccc [label="µccc" href="https://muc.ccc.de/"]; muccc [label="µccc" href="https://muc.ccc.de/"];
afra [label="AfRA" href="https://afra-berlin.de/"];
} }
// special // special
@ -138,6 +141,9 @@ digraph tvl {
poigon -> eve; poigon -> eve;
implr -> unspecific; implr -> unspecific;
hyperfekt -> espes; hyperfekt -> espes;
afra -> unspecific;
nikky -> afra;
spacekookie -> qyliss;
} }
// secondary edges (how are they connected otherwise?) // secondary edges (how are they connected otherwise?)
@ -181,6 +187,8 @@ digraph tvl {
artemist -> nix; artemist -> nix;
hyperfekt -> edef; hyperfekt -> edef;
camsbury -> urbint; camsbury -> urbint;
spacekookie -> afra;
qyliss -> afra;
} }
// baby // baby