[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [metrics-web/master] Remove bridge descriptor sanitizer from Tools page.
commit 0c236fd54150be80b1eb01e8b21d29ada36ebfc0
Author: Karsten Loesing <karsten.loesing@xxxxxxx>
Date: Wed Jan 19 14:22:46 2011 +0100
Remove bridge descriptor sanitizer from Tools page.
---
web/WEB-INF/tools.jsp | 25 -------------------------
1 files changed, 0 insertions(+), 25 deletions(-)
diff --git a/web/WEB-INF/tools.jsp b/web/WEB-INF/tools.jsp
index b3a0cfa..b744463 100644
--- a/web/WEB-INF/tools.jsp
+++ b/web/WEB-INF/tools.jsp
@@ -20,7 +20,6 @@
<li><a href="#metrics-db">Metrics database</a></li>
<li><a href="#metrics-web">Metrics website</a></li>
<li><a href="#dirarch">Directory-archive script</a></li>
- <li><a href="#bridgesan">Bridge descriptor sanitizer</a></li>
<li><a href="#torperf">Torperf</a></li>
<li><a href="#exonerator">ExoneraTor</a></li>
<li><a href="#visitor">VisiTor</a></li>
@@ -74,30 +73,6 @@
<li><tt>git clone git://git.torproject.org/tor</tt></li>
</ul>
<br>
- <a name="bridgesan"></a>
- <h3>Bridge descriptor sanitizer</h3>
- <br>
- <p>The bridge authority Tonga maintains a list of bridges in order
- to serve bridge addresses and descriptors to its clients. Every
- half hour, Tonga takes a snapshot of the known bridge descriptors
- and copies them to byblos for later statistical analysis. As a
- guiding principle, the Tor project makes all data that it uses for
- statistical analysis available to the interested public, in order
- to maximize transparency towards the community. However, the
- bridge descriptors contain the IP addresses and other contact
- information of bridges that must not be made public, or the
- purpose of bridges as non-public entry points into the Tor network
- would be obsolete. This script takes the half-hourly snapshots as
- input, removes all possibly sensitive information from the
- descriptors, and puts out the sanitized bridge descriptors that
- are safe to be published. The <a href="#metrics-db">metrics
- database software</a> contains similar functionality to the bridge
- descriptor sanitizer.</p>
- <ul>
- <li>Browse the <a href="https://gitweb.torproject.org/metrics-utils.git/tree/HEAD:/bridge-desc-sanitizer">Git repository</a></li>
- <li><tt>git clone git://git.torproject.org/metrics-utils</tt></li>
- </ul>
- <br>
<a name="torperf"></a>
<h3>Torperf</h3>
<br>