[tor-commits] [metrics-web/master] Rename page with bubble graphs to Diversity.

karsten at torproject.org karsten at torproject.org
Thu Jun 26 14:48:14 UTC 2014


commit c6e04a4ea63301383f339579d85084ebc29276fc
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Thu Jun 26 14:42:09 2014 +0200

    Rename page with bubble graphs to Diversity.
---
 website/web/WEB-INF/banner.jsp  |    3 ++-
 website/web/WEB-INF/bubbles.jsp |    7 ++++++-
 website/web/WEB-INF/error.jsp   |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/website/web/WEB-INF/banner.jsp b/website/web/WEB-INF/banner.jsp
index 0756f7d..33f9f8f 100644
--- a/website/web/WEB-INF/banner.jsp
+++ b/website/web/WEB-INF/banner.jsp
@@ -11,7 +11,8 @@
     <a <% if (currentPage.endsWith("network.jsp")) {
         %>class="current"<%} else {%>href="/network.html"<%}%>>Network</a>
     <a <% if (currentPage.endsWith("bubbles.jsp")) {
-        %>class="current"<%} else {%>href="/bubbles.html"<%}%>>Bubbles</a>
+        %>class="current"<%} else {%>href="/bubbles.html"<%}
+        %>>Diversity</a>
     <a <% if (currentPage.endsWith("users.jsp")) {
         %>class="current"<%} else {%>href="/users.html"<%}%>>Users</a>
     <a <% if (currentPage.endsWith("performance.jsp")) {
diff --git a/website/web/WEB-INF/bubbles.jsp b/website/web/WEB-INF/bubbles.jsp
index 5e65d16..6afa1fe 100644
--- a/website/web/WEB-INF/bubbles.jsp
+++ b/website/web/WEB-INF/bubbles.jsp
@@ -2,7 +2,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <html>
 <head>
-  <title>Tor Metrics: Network bubble graphs</title>
+  <title>Tor Metrics: Diversity</title>
   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
   <link href="/css/stylesheet-ltr.css" type="text/css" rel="stylesheet">
   <link href="/images/favicon.ico" type="image/x-icon" rel="shortcut icon">
@@ -13,6 +13,11 @@
   <div class="center">
     <%@ include file="banner.jsp"%>
     <div class="main-column">
+<h2>Tor Metrics: Diversity</h2>
+<br>
+<a name="bubbles"></a>
+<h3><a href="#bubbles" class="anchor">Network bubble graphs</a></h3>
+<br>
       <p>
         All relays:
         <a href="#no-group" onclick="make_bubble_graph('no-group');">No group</a> |
diff --git a/website/web/WEB-INF/error.jsp b/website/web/WEB-INF/error.jsp
index 79ac86e..37ef605 100644
--- a/website/web/WEB-INF/error.jsp
+++ b/website/web/WEB-INF/error.jsp
@@ -42,7 +42,7 @@ Maybe you find what you're looking for on our sitemap:
 <ul>
 <li><a href="index.html">Home</a></li>
 <li><a href="network.html">Network</a></li>
-<li><a href="bubbles.html">Bubbles</a></li>
+<li><a href="bubbles.html">Diversity</a></li>
 <li><a href="users.html">Users</a></li>
 <li><a href="performance.html">Performance</a></li>
 <li><a href="stats.html">Statistics</a></li>





More information about the tor-commits mailing list