From 26956358c8eb3564ec8acaf4653969394a2d2a9d Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Thu, 24 Feb 2011 17:35:59 +0000 Subject: Update links color/weight between mirrors depending on source and bandwidth. * the bigger the bandwidth available, the larger the link. * red links from source to Tier1 servers, blue otherwise. Could be improved (link weight depends on mirroring server output capacity, not on actual link capacity between this mirror and source mirror). Could be good to have distinct icons for source, Tier1 and Tier2 mirrors (not sure how to do that in JS, maybe using KML instead?). --- root/html/pages/report/index.tt | 43 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 40 insertions(+), 3 deletions(-) diff --git a/root/html/pages/report/index.tt b/root/html/pages/report/index.tt index 5fac7ab..b52a1a8 100644 --- a/root/html/pages/report/index.tt +++ b/root/html/pages/report/index.tt @@ -2,6 +2,10 @@ +
+

Red links from source to Tier1 mirrors. Blue links from Tier1 mirrors +to Tier2 mirrors.

+ -- cgit v1.2.1