commit c061c1b51cf8e662a9982fb5dd970fd8be6344b9 Author: Karsten Loesing karsten.loesing@gmx.net Date: Sun Dec 8 17:55:32 2013 +0100
Update tools diagram and page.
Changes are:
- There is no separate task-2718 code for users.html anymore, but that code has been included in the metrics-web repository. - The previously missing bubbles.html is now contained in the diagram. - ExoneraTor and DocTor have their own subdomains now. ExoneraTor has its own Git repository now. --- web/WEB-INF/tools.jsp | 14 +++++++------- web/images/tor-metrics-overview.png | Bin 246279 -> 252686 bytes 2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/web/WEB-INF/tools.jsp b/web/WEB-INF/tools.jsp index a6ee0ff..dc56751 100644 --- a/web/WEB-INF/tools.jsp +++ b/web/WEB-INF/tools.jsp @@ -71,20 +71,20 @@ <h3><a href="#present" class="anchor">Presenting Tor network data</a></h3> <br> - <p>There are currently three main websites and a few additional - tools presenting Tor network data: + <p>There are a few websites and additional tools presenting Tor + network data: <ul> <li><a href="https://gitweb.torproject.org/metrics-web.git">metrics-web</a> - is the software behind this website, including a database to - aggregate most of the presented statistics.</li> + is the software behind this website, including aggregation code + for the presented statistics.</li> <li><a href="https://gitweb.torproject.org/metrics-tasks.git/tree/HEAD:/task-6498">task-6498</a> aggregates data to visualize fast exits in the Tor network.</li> - <li><a href="https://gitweb.torproject.org/metrics-tasks.git/tree/HEAD:/task-2718">task-2718</a> - takes the number of daily Tor users as input and attempts to - find anomalies that might be indicative of censorship.</li> <li><a href="https://gitweb.torproject.org/metrics-tasks.git/tree/HEAD:/task-8462">task-8462</a> estimates daily users from reported directory request statistics.</li> + <li><a href="https://gitweb.torproject.org/exonerator.git">ExoneraTor</a> + is a website that tells you whether a given IP address was a Tor + relay.</li> <li><a href="https://gitweb.torproject.org/doctor.git">DocTor</a> is a service that periodically checks the Tor network for consensus conflicts and other hiccups.</li> diff --git a/web/images/tor-metrics-overview.png b/web/images/tor-metrics-overview.png index 8ffaca9..4a7c33a 100644 Binary files a/web/images/tor-metrics-overview.png and b/web/images/tor-metrics-overview.png differ
tor-commits@lists.torproject.org