Author: atagar Date: 2013-10-24 15:20:58 +0000 (Thu, 24 Oct 2013) New Revision: 26392
Modified: website/trunk/getinvolved/en/volunteer.wml Log: Dropping PyDoctor project
It's done, dropping it from the volunteer page. Caught by Justin Findlay on tor-dev@.
Modified: website/trunk/getinvolved/en/volunteer.wml =================================================================== --- website/trunk/getinvolved/en/volunteer.wml 2013-10-23 15:08:19 UTC (rev 26391) +++ website/trunk/getinvolved/en/volunteer.wml 2013-10-24 15:20:58 UTC (rev 26392) @@ -614,7 +614,6 @@ <p> <b>Project Ideas:</b><br /> <i><a href="#txtorcon-stemIntegration">Txtorcon/Stem Integration</a></i><br /> - <i><a href="#metrics-pyDoctor">PyDoctor</a></i><br /> <i><a href="#stemUsability">Stem Usability and Porting</a></i><br /> <i><a href="#stemTestingForTor">Stem Tests for Tor</a></i> </p> @@ -665,7 +664,6 @@
<p> <b>Project Ideas:</b><br /> - <i><a href="#metrics-pyDoctor">PyDoctor</a></i><br /> <i><a href="#metricsSearch">Searchable Tor descriptor and Metrics data archive</a></i> (Python/Django?) </p>
@@ -870,33 +868,6 @@
<ol>
- <a id="metrics-pyDoctor"></a> - <li> - <b>PyDoctor</b> - <br> - Effort Level: <i>Medium</i> - <br> - Skill Level: <i>Medium</i> - <br> - Likely Mentors: <i>karsten, Damian (atagar)</i> - <p><a href="https://gitweb.torproject.org/doctor.git">DocTor</a>, also - known as the consensus-health checker, is a service that periodically - checks the Tor network for consensus conflicts and other hiccups. In order - to do so it downloads the Tor consensus and votes from the Tor directory - authorities and checks them for consensus problems. DocTor writes its - findings to local files which can then be sent to a <a - href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-consensus-health%2... - list</a> or IRC bot (nsa in #tor-bots on OFTC), or which can be served by - an <a href="https://metrics.torproject.org/consensus-health.html">HTTP - server</a>.</p> - - <p>This project would be about rewriting DocTor in Python and using Stem - for the descriptor parsing. This would require extending Stem to download - consensuses and votes (and later server descriptors for Damian's - consensus checker), and it would require rewriting the DocTor code in - Python.</p> - </li> - <a id="txtorcon-stemIntegration"></a> <li> <b>Txtorcon/Stem Integration</b>