From cb62e87b77992c97553bdb839a9378fe74cbcaab Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 21 Apr 2020 03:02:12 +0100 Subject: chore(web/tvl): Bootstrap static assets for TVL page --- ci-builds.nix | 1 + fun/tvl/tvl.dot | 132 --------------------------------------- web/tvl/static/favicon.webp | Bin 0 -> 14710 bytes web/tvl/static/virus_lounge.webp | Bin 0 -> 77556 bytes web/tvl/tvl.dot | 132 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 133 insertions(+), 132 deletions(-) delete mode 100644 fun/tvl/tvl.dot create mode 100644 web/tvl/static/favicon.webp create mode 100644 web/tvl/static/virus_lounge.webp create mode 100644 web/tvl/tvl.dot diff --git a/ci-builds.nix b/ci-builds.nix index 3f19f88dc9..80373b683c 100644 --- a/ci-builds.nix +++ b/ci-builds.nix @@ -27,6 +27,7 @@ with (import ./default.nix {}); [ tools.emacs web.blog web.cgit-taz + web.tvl # Nugget is not currently built because it depends on various things # (such as chromium-vaapi) that don't work in CI. diff --git a/fun/tvl/tvl.dot b/fun/tvl/tvl.dot deleted file mode 100644 index db18aaaacf..0000000000 --- a/fun/tvl/tvl.dot +++ /dev/null @@ -1,132 +0,0 @@ -digraph tvl { - node [fontname = "JetBrains Mono"]; - overlap = false; - splines = polyline; - - TVL [style="bold"]; - tazjin -> TVL [style="bold"]; - - // people - ac; - andi; - anna; - anon1 [color="grey" fontcolor="grey"]; - aurora; - benjojo; - cynthia; - edef; - espes; - eta; - firefly; - flokli; - geoffrey; - glittershark; - grahamc; - isomer; - joern; - justinw; - leah2; - loke; - lukegb; - marcusr; - multi; - ncl; - poigon; - profpatsch; - puck; - qyliss; - seven; - tazjin; - wpcarro; - - // companies (blue) - spotify [color="#4285f4" fontcolor="#4285f4"]; - google [color="#4285f4" fontcolor="#4285f4"]; - - // communities? (red) - eve [color="#DB4437" fontcolor="#DB4437"]; - nix [color="#DB4437" fontcolor="#DB4437"]; - ircv3 [color="#DB4437" fontcolor="#DB4437"]; - lgbtslack [label="lgbt.tech" color="#DB4437" fontcolor="#DB4437"]; - unspecific [color="grey" fontcolor="grey"]; - baby [color="pink" fontcolor="pink"]; - - // primary edges (how did they end up in TVL?) - - // Direct edges - nix -> tazjin; - spotify -> tazjin; - google -> tazjin; - eve -> tazjin; - unspecific -> tazjin; - - // via nix - edef -> nix; - justinw -> nix; - geoffrey -> nix; - flokli -> nix; - andi -> nix; - grahamc -> nix; - profpatsch -> nix; - - // via edef - benjojo -> edef; - espes -> edef; - firefly -> edef; - leah2 -> aurora; - multi -> edef; - ncl -> edef; - puck -> edef; - qyliss -> edef; - - // via spotify - loke -> spotify; - seven -> spotify; - - // via google - lukegb -> google; - isomer -> google; - wpcarro -> google; - - // random primary - eta -> anon1; - anon1 -> google; - anna -> unspecific; - marcusr -> unspecific; - joern -> unspecific; - aurora -> eve; - poigon -> eve; - cynthia -> benjojo; - ac -> wpcarro; - glittershark -> wpcarro; - - // secondary edges (how are they connected otherwise?) - - // lgbt slack - aurora -> lgbtslack [weight=0 style="dotted" color="grey" arrowhead="none"]; - leah2 -> lgbtslack [weight=0 style="dotted" color="grey" arrowhead="none"]; - edef -> lgbtslack [weight=0 style="dotted" color="grey" arrowhead="none"]; - - // ircv3 - multi -> ircv3 [weight=0 style="dotted" color="grey" arrowhead="none"]; - eta -> ircv3 [weight=0 style="dotted" color="grey" arrowhead="none"]; - firefly -> ircv3 [weight=0 style="dotted" color="grey" arrowhead="none"]; - - // random - leah2 -> edef [weight=0 style="dotted" color="grey" arrowhead="none"]; - lukegb -> isomer [weight=0 style="dotted" color="grey" arrowhead="none"]; - eta -> multi [weight=0 style="dotted" color="grey" arrowhead="none"]; - eta -> firefly [weight=0 style="dotted" color="grey" arrowhead="none"]; - cynthia -> firefly [weight=0 style="dotted" color="grey" arrowhead="none"]; - cynthia -> lukegb [weight=0 style="dotted" color="grey" arrowhead="none"]; - lukegb -> benjojo [weight=0 style="dotted" color="grey" arrowhead="none"]; - multi -> benjojo [weight=0 style="dotted" color="grey" arrowhead="none"]; - espes -> benjojo [weight=0 style="dotted" color="grey" arrowhead="none"]; - espes -> aurora [weight=0 style="dotted" color="grey" arrowhead="none"]; - puck -> nix [weight=0 style="dotted" color="grey" arrowhead="none"]; - qyliss -> nix [weight=0 style="dotted" color="grey" arrowhead="none"]; - glittershark -> nix [weight=0 style="dotted" color="grey" arrowhead="none"]; - - cynthia -> baby [weight=0 style="dotted" arrowhead="none" color="pink"]; - eta -> baby [weight=0 style="dotted" arrowhead="none" color="pink"]; -} diff --git a/web/tvl/static/favicon.webp b/web/tvl/static/favicon.webp new file mode 100644 index 0000000000..42fdc7b44c Binary files /dev/null and b/web/tvl/static/favicon.webp differ diff --git a/web/tvl/static/virus_lounge.webp b/web/tvl/static/virus_lounge.webp new file mode 100644 index 0000000000..1f898b6ad8 Binary files /dev/null and b/web/tvl/static/virus_lounge.webp differ diff --git a/web/tvl/tvl.dot b/web/tvl/tvl.dot new file mode 100644 index 0000000000..db18aaaacf --- /dev/null +++ b/web/tvl/tvl.dot @@ -0,0 +1,132 @@ +digraph tvl { + node [fontname = "JetBrains Mono"]; + overlap = false; + splines = polyline; + + TVL [style="bold"]; + tazjin -> TVL [style="bold"]; + + // people + ac; + andi; + anna; + anon1 [color="grey" fontcolor="grey"]; + aurora; + benjojo; + cynthia; + edef; + espes; + eta; + firefly; + flokli; + geoffrey; + glittershark; + grahamc; + isomer; + joern; + justinw; + leah2; + loke; + lukegb; + marcusr; + multi; + ncl; + poigon; + profpatsch; + puck; + qyliss; + seven; + tazjin; + wpcarro; + + // companies (blue) + spotify [color="#4285f4" fontcolor="#4285f4"]; + google [color="#4285f4" fontcolor="#4285f4"]; + + // communities? (red) + eve [color="#DB4437" fontcolor="#DB4437"]; + nix [color="#DB4437" fontcolor="#DB4437"]; + ircv3 [color="#DB4437" fontcolor="#DB4437"]; + lgbtslack [label="lgbt.tech" color="#DB4437" fontcolor="#DB4437"]; + unspecific [color="grey" fontcolor="grey"]; + baby [color="pink" fontcolor="pink"]; + + // primary edges (how did they end up in TVL?) + + // Direct edges + nix -> tazjin; + spotify -> tazjin; + google -> tazjin; + eve -> tazjin; + unspecific -> tazjin; + + // via nix + edef -> nix; + justinw -> nix; + geoffrey -> nix; + flokli -> nix; + andi -> nix; + grahamc -> nix; + profpatsch -> nix; + + // via edef + benjojo -> edef; + espes -> edef; + firefly -> edef; + leah2 -> aurora; + multi -> edef; + ncl -> edef; + puck -> edef; + qyliss -> edef; + + // via spotify + loke -> spotify; + seven -> spotify; + + // via google + lukegb -> google; + isomer -> google; + wpcarro -> google; + + // random primary + eta -> anon1; + anon1 -> google; + anna -> unspecific; + marcusr -> unspecific; + joern -> unspecific; + aurora -> eve; + poigon -> eve; + cynthia -> benjojo; + ac -> wpcarro; + glittershark -> wpcarro; + + // secondary edges (how are they connected otherwise?) + + // lgbt slack + aurora -> lgbtslack [weight=0 style="dotted" color="grey" arrowhead="none"]; + leah2 -> lgbtslack [weight=0 style="dotted" color="grey" arrowhead="none"]; + edef -> lgbtslack [weight=0 style="dotted" color="grey" arrowhead="none"]; + + // ircv3 + multi -> ircv3 [weight=0 style="dotted" color="grey" arrowhead="none"]; + eta -> ircv3 [weight=0 style="dotted" color="grey" arrowhead="none"]; + firefly -> ircv3 [weight=0 style="dotted" color="grey" arrowhead="none"]; + + // random + leah2 -> edef [weight=0 style="dotted" color="grey" arrowhead="none"]; + lukegb -> isomer [weight=0 style="dotted" color="grey" arrowhead="none"]; + eta -> multi [weight=0 style="dotted" color="grey" arrowhead="none"]; + eta -> firefly [weight=0 style="dotted" color="grey" arrowhead="none"]; + cynthia -> firefly [weight=0 style="dotted" color="grey" arrowhead="none"]; + cynthia -> lukegb [weight=0 style="dotted" color="grey" arrowhead="none"]; + lukegb -> benjojo [weight=0 style="dotted" color="grey" arrowhead="none"]; + multi -> benjojo [weight=0 style="dotted" color="grey" arrowhead="none"]; + espes -> benjojo [weight=0 style="dotted" color="grey" arrowhead="none"]; + espes -> aurora [weight=0 style="dotted" color="grey" arrowhead="none"]; + puck -> nix [weight=0 style="dotted" color="grey" arrowhead="none"]; + qyliss -> nix [weight=0 style="dotted" color="grey" arrowhead="none"]; + glittershark -> nix [weight=0 style="dotted" color="grey" arrowhead="none"]; + + cynthia -> baby [weight=0 style="dotted" arrowhead="none" color="pink"]; + eta -> baby [weight=0 style="dotted" arrowhead="none" color="pink"]; +} -- cgit 1.4.1