Damian Johnson commited on 2013-10-24 17:20:58
Zeige 1 geänderte Dateien mit 0 Einfügungen und 29 Löschungen.
It's done, dropping it from the volunteer page. Caught by Justin Findlay on tor-dev@.
... | ... |
@@ -614,7 +614,6 @@ meetings around the world.</li> |
614 | 614 |
<p> |
615 | 615 |
<b>Project Ideas:</b><br /> |
616 | 616 |
<i><a href="#txtorcon-stemIntegration">Txtorcon/Stem Integration</a></i><br /> |
617 |
- <i><a href="#metrics-pyDoctor">PyDoctor</a></i><br /> |
|
618 | 617 |
<i><a href="#stemUsability">Stem Usability and Porting</a></i><br /> |
619 | 618 |
<i><a href="#stemTestingForTor">Stem Tests for Tor</a></i> |
620 | 619 |
</p> |
... | ... |
@@ -665,7 +664,6 @@ meetings around the world.</li> |
665 | 664 |
|
666 | 665 |
<p> |
667 | 666 |
<b>Project Ideas:</b><br /> |
668 |
- <i><a href="#metrics-pyDoctor">PyDoctor</a></i><br /> |
|
669 | 667 |
<i><a href="#metricsSearch">Searchable Tor descriptor and Metrics data archive</a></i> (Python/Django?) |
670 | 668 |
</p> |
671 | 669 |
|
... | ... |
@@ -870,33 +868,6 @@ meetings around the world.</li> |
870 | 868 |
|
871 | 869 |
<ol> |
872 | 870 |
|
873 |
- <a id="metrics-pyDoctor"></a> |
|
874 |
- <li> |
|
875 |
- <b>PyDoctor</b> |
|
876 |
- <br> |
|
877 |
- Effort Level: <i>Medium</i> |
|
878 |
- <br> |
|
879 |
- Skill Level: <i>Medium</i> |
|
880 |
- <br> |
|
881 |
- Likely Mentors: <i>karsten, Damian (atagar)</i> |
|
882 |
- <p><a href="https://gitweb.torproject.org/doctor.git">DocTor</a>, also |
|
883 |
- known as the consensus-health checker, is a service that periodically |
|
884 |
- checks the Tor network for consensus conflicts and other hiccups. In order |
|
885 |
- to do so it downloads the Tor consensus and votes from the Tor directory |
|
886 |
- authorities and checks them for consensus problems. DocTor writes its |
|
887 |
- findings to local files which can then be sent to a <a |
|
888 |
- href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-consensus-health">mailing |
|
889 |
- list</a> or IRC bot (nsa in #tor-bots on OFTC), or which can be served by |
|
890 |
- an <a href="https://metrics.torproject.org/consensus-health.html">HTTP |
|
891 |
- server</a>.</p> |
|
892 |
- |
|
893 |
- <p>This project would be about rewriting DocTor in Python and using Stem |
|
894 |
- for the descriptor parsing. This would require extending Stem to download |
|
895 |
- consensuses and votes (and later server descriptors for Damian's |
|
896 |
- consensus checker), and it would require rewriting the DocTor code in |
|
897 |
- Python.</p> |
|
898 |
- </li> |
|
899 |
- |
|
900 | 871 |
<a id="txtorcon-stemIntegration"></a> |
901 | 872 |
<li> |
902 | 873 |
<b>Txtorcon/Stem Integration</b> |
903 | 874 |