commit 6e653f9dd3be59f639fec89c4c82712d1f560e1a Author: Karsten Loesing karsten.loesing@gmx.net Date: Mon Jul 16 11:20:36 2012 +0200
Add link to Walter Kim's metrics graphs page. --- web/WEB-INF/index.jsp | 3 +++ web/WEB-INF/network.jsp | 8 ++++++++ 2 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/web/WEB-INF/index.jsp b/web/WEB-INF/index.jsp index 816dae2..a29df15 100644 --- a/web/WEB-INF/index.jsp +++ b/web/WEB-INF/index.jsp @@ -32,6 +32,9 @@ <br> <h3>News</h3> <ul> + <li>July 16, 2012: Added link to <a + href="http://tigerpa.ws/tor_metrics/%22%3Einteractive graphs</a> of + network statistics.</li> <li>April 30, 2012: Added <a href="papers/bridge-report-usage-stats-2012-04-30.pdf">tech report</a>: "What fraction of our bridges are not reporting diff --git a/web/WEB-INF/network.jsp b/web/WEB-INF/network.jsp index fa7732f..04fffef 100644 --- a/web/WEB-INF/network.jsp +++ b/web/WEB-INF/network.jsp @@ -15,6 +15,14 @@ <div class="main-column"> <h2>Tor Metrics Portal: Network</h2> <br> +<a name="interactive"></a> +<h3><a href="#interactive" class="anchor">Interactive graphs of relays in +the network</a></h3> +<br> +<p>Most of the statistics on this page are also available as +<a href="http://tigerpa.ws/tor_metrics/">interactive graphs</a>.</p> +<br> + <a name="networksize"></a> <h3><a href="#networksize" class="anchor">Relays and bridges in the network</a></h3>
tor-commits@lists.torproject.org