commit 0e1dbc6304d2901d222da208880f81c51764444d Author: Karsten Loesing karsten.loesing@gmx.net Date: Mon Oct 8 16:13:41 2018 +0200
Remove outdated project koninoo from Development page.
Fixes #27945. --- src/main/resources/web/jsps/development.jsp | 1 - 1 file changed, 1 deletion(-)
diff --git a/src/main/resources/web/jsps/development.jsp b/src/main/resources/web/jsps/development.jsp index 05199a9..977e712 100644 --- a/src/main/resources/web/jsps/development.jsp +++ b/src/main/resources/web/jsps/development.jsp @@ -31,7 +31,6 @@ <h2>Query support <a href="#query" name="query" class="anchor">#</a></h2> <p>The following tools help you with querying Tor network data from the <a href="onionoo.html">Onionoo</a> service.</p> <ul> - <li><a href="https://savannah.nongnu.org/projects/koninoo/" target="_blank">koninoo</a> is a simple Java command line interface for querying Onionoo data.</li> <li><a href="https://github.com/duk3luk3/onion-py" target="_blank">OnionPy</a> provides memcached support to cache queried data.</li> <li><a href="https://github.com/lukechilds/onionoo-node-client" target="_blank">onionoo-node-client</a> is a Node.js client library for the <a href="onionoo.html">Onionoo</a> API.</li> </ul>
tor-commits@lists.torproject.org