commit 524c17b8d4e5b0e06cc80b552f3bb93d0c885002 Author: Damian Johnson atagar@torproject.org Date: Tue Jul 14 09:32:02 2015 -0700
Add Chutney to the volunteer page
By contrast with ExitMap I'm a tad less sold on Chutney, but we'll see where it goes. Nick put quite a bit of work into it in 2014, but not much since then. As I understand it Chutney is due for an overhaul to move from 'tool for Nick' to a more generally useful component.
Maybe I'm wrong.
If it gets more development attention then great, but if not I might drop it back off the page later. --- getinvolved/en/volunteer.wml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+)
diff --git a/getinvolved/en/volunteer.wml b/getinvolved/en/volunteer.wml index 12bf44a..543d5aa 100644 --- a/getinvolved/en/volunteer.wml +++ b/getinvolved/en/volunteer.wml @@ -229,6 +229,14 @@ meetings around the world.</li> </tr>
<tr> + <td><a href="#project-chutney">Chutney</a></td> + <td>Simulator</td> + <td>Python</td> + <td>Light</td> + <td>nickm</td> + </tr> + + <tr> <td><a href="#project-stem">Stem</a></td> <td>Library</td> <td>Python</td> @@ -549,6 +557,16 @@ meetings around the world.</li> address-based blocking. </p>
+ <a id="project-chutney"></a> + <h3>Chutney (<a href="https://gitweb.torproject.org/chutney.git">code</a>, + <a href="https://trac.torproject.org/projects/tor/query?status=accepted&status=assigned&status=needs_information&status=needs_review&status=needs_revision&status=new&status=reopened&component=Chutney">bug + tracker</a>)</h3> + + <p> + Integration test suite that spawns a local tor network, checking the + interactions of its components. + </p> + <a id="project-shadow"></a> <h3><a href="https://shadow.cs.umn.edu/">Shadow</a> (<a href="https://github.com/shadow">code</a>, <a
tor-commits@lists.torproject.org