[or-cvs] [metrics-web/master] Replace server descriptor-based graphs with dynamically generated ones.

karsten at torproject.org karsten at torproject.org
Wed Sep 22 10:10:47 UTC 2010


Author: Karsten Loesing <karsten.loesing at gmx.net>
Date: Wed, 22 Sep 2010 12:09:40 +0200
Subject: Replace server descriptor-based graphs with dynamically generated ones.
Commit: f23f04e0a254f379798e36167cad61497742d4b0

---
 war/WEB-INF/templates/graphs.tpl.jsp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/war/WEB-INF/templates/graphs.tpl.jsp b/war/WEB-INF/templates/graphs.tpl.jsp
index 7543b1d..4dc8624 100644
--- a/war/WEB-INF/templates/graphs.tpl.jsp
+++ b/war/WEB-INF/templates/graphs.tpl.jsp
@@ -94,7 +94,7 @@
         server descriptors that they send to the directory authorities.
         The following graph shows the number of relays running specific
         Tor versions.</p>
-        <img src="graphs/descriptors/versions.png"/>
+        <img src="versions.png" width=576 height=360 />
         <br/>
         <a id="platforms"/>
         <h3>Relay platforms</h3>
@@ -103,7 +103,7 @@
         descriptors that they send to the directory authorities. The
         following graph shows the number of relays running specific
         platforms.</p>
-        <img src="graphs/descriptors/platforms.png"/>
+        <img src="platforms.png" width=576 height=360 />
         <br/>
         <a id="bandwidth"/>
         <h3>Relay bandwidth</h3>
@@ -112,5 +112,5 @@
         to contribute in their server descriptors. The following graph
         shows the sum of advertised bandwidth of all relays in the
         network.</p>
-        <img src="graphs/descriptors/bandwidth.png"/>
+        <img src="bandwidth.png" width=576 height=360 />
         <br/>
-- 
1.7.1



More information about the tor-commits mailing list