commit edf2edb2dc7642dae47d2b39112a1b6503f1b9e5 Author: Karsten Loesing karsten.loesing@gmx.net Date: Tue Jan 17 09:16:19 2017 +0100
Revert "Add txtorcon to the development page."
This reverts commit 0a6320b68fe5ba0b1db6e49ac1c25aa343ad0210.
atagar points out, and meejah confirms, that txtorcon doesn't parse most of the descriptors provided by CollecTor, except for microdescriptors which it parses for its own purposes. Sounds like Python developers are better off using Stem for parsing descriptors, and that's the main use case when they come to this page. --- website/web/WEB-INF/development.jsp | 1 - 1 file changed, 1 deletion(-)
diff --git a/website/web/WEB-INF/development.jsp b/website/web/WEB-INF/development.jsp index b1192ae..4bd3ea3 100644 --- a/website/web/WEB-INF/development.jsp +++ b/website/web/WEB-INF/development.jsp @@ -23,7 +23,6 @@ <ul> <li><a href="https://dist.torproject.org/descriptor/" target="_blank">metrics-lib</a> is a Java library to fetch and parse Tor descriptors.</li> <li><a href="https://stem.torproject.org/" target="_blank">Stem</a> is a Python library that parses Tor descriptors.</li> - <li><a href="https://github.com/meejah/txtorcon" target="_blank">txtorcon</a> is an asynchronous Tor controller library written in Twisted Python.</li> <li><a href="https://github.com/NullHypothesis/zoossh" target="_blank">Zoossh</a> is a parser written in Go for Tor-specific data formats.</li> </ul> </div>