From 1c23308299f33e5b429899463eb207f07ad51403 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 5 Dec 2011 22:12:09 -0600 Subject: Add developer keys visualization Well, almost add it- it is currently commented out as I have a few more things I'd like to take care of, namely correcting static files versioning and caching, to ensure this doesn't break things. This is a force-directed graph drawn using D3 as the package treemap already does. We color the dots by "group", e.g. "dev", "tu", or "master", and then outline developer keys in green if they have at least 3 master key signatures, red if they have fewer. Hovering over a circle will show you who's key you are seeing in the visualization. Signed-off-by: Dan McGee --- media/archweb.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'media/archweb.css') diff --git a/media/archweb.css b/media/archweb.css index f4bb92fa..a354cb96 100644 --- a/media/archweb.css +++ b/media/archweb.css @@ -986,3 +986,15 @@ ul.signoff-list { font-size: 0.85em; line-height: 1em; } + +#visualize-keys svg { + width: 100%; +} + + #visualize-keys circle { + stroke-width: 1.5px; + } + + #visualize-keys line { + stroke: #888; + } -- cgit v1.2.3-54-g00ecf