commit cc82184754dbd6665966d57205e2c740a3c59fd7 Author: Sebastian Hahn sebastian@torproject.org Date: Tue Feb 23 00:02:41 2016 +0100
remove censorship analyzer --- getinvolved/en/volunteer.wml | 38 -------------------------------------- 1 file changed, 38 deletions(-)
diff --git a/getinvolved/en/volunteer.wml b/getinvolved/en/volunteer.wml index f6847ec..25e7621 100644 --- a/getinvolved/en/volunteer.wml +++ b/getinvolved/en/volunteer.wml @@ -764,7 +764,6 @@ meetings around the world.</li>
<p> <b>Project Ideas:</b><br /> - <i><a href="#censorshipAnalyzer">Develop a Censorship Analyzer</a></i><br /> <i><a href="#ooniprobePcapsSupport">Add Support for Reporting Pcaps to OoniBackend and OoniProbe</a></i> </p>
@@ -1010,43 +1009,6 @@ meetings around the world.</li> </p> </li>
- <a id="censorshipAnalyzer"></a> - <li> - <b>Develop a Censorship Analyzer</b> - <br> - Effort Level: <i>Medium</i> - <br> - Skill Level: <i>Medium to High (depends on the implemented tests)</i> - <br> - Likely Mentors: <i>Philipp (phw)</i> - <p> -Tor is documented to be blocked in <a -href="https://censorshipwiki.torproject.org%22%3Eseveral countries</a>. Analyzing -these censorship incidents can be a tedious task; especially without access to -machines inside the censoring networks. To make analysis easier, it would be -great to have a lightweight analysis tool which can be run by censored users. -This tool would conduct a number of networking tests and figure out if and how -Tor could be blocked. The tool's final report should then somehow make it back -to the Tor project. - </p> - - <p> -The theory behind this tool is already <a -href="http://www.cs.kau.se/philwint/pdf/foci2013.pdf%22%3Edocumented -in a research paper</a>. What we now need is code! Implementing it would first -mean getting familiar with <a href="https://ooni.torproject.org">OONI</a> and -<a href="http://twistedmatrix.com/trac/">Twisted</a>. After that, the tool -should be implemented as a number of OONI-specific networking tests. - </p> - - <p> -Applicants should be familiar with Python and asynchronous programming, -e.g., as it is used in Twisted. As part of your application for this -project please contribute a patch for a bug in <a -href="https://trac.torproject.org/projects/tor/query?status=!closed&component=...</a>. - </p> - </li> - <a id="makeTorbirdyBetter"></a> <li> <b>Make TorBirdy Better</b>
tor-commits@lists.torproject.org