Karsten Loesing commited on 2012-02-29 12:50:43
Zeige 5 geänderte Dateien mit 113 Einfügungen und 10 Löschungen.
| ... | ... |
@@ -248,8 +248,8 @@ |
| 248 | 248 |
Tor</a>.</li> |
| 249 | 249 |
<li><a href="https://check.torproject.org/">The |
| 250 | 250 |
Tor detector</a> tries to guess if you're using Tor or not.</li> |
| 251 |
- <li>Check out one of the Tor status pages, such as <a |
|
| 252 |
- href="http://torstatus.blutmagie.de/">blutmagie's Tor node status</a> page. |
|
| 251 |
+ <li>Check out one of the Tor status pages, such as the <a |
|
| 252 |
+ href="https://atlas.torproject.org/">Atlas TorStatus</a> page. |
|
| 253 | 253 |
Remember that these lists may not be as accurate as what your Tor |
| 254 | 254 |
client uses, because your client fetches its own directory information and |
| 255 | 255 |
examines it locally.</li> |
| ... | ... |
@@ -107,10 +107,11 @@ |
| 107 | 107 |
--> |
| 108 | 108 |
<td> |
| 109 | 109 |
<div class="project"> |
| 110 |
- <a href="http://torstatus.blutmagie.de/"><img |
|
| 110 |
+ <a href="<page projects/torstatus>"><img |
|
| 111 | 111 |
src="$(IMGROOT)/icon-TorStatus.jpg" alt="TorStatus Icon"></a> |
| 112 |
- <h3><a href="http://torstatus.blutmagie.de/">TorStatus</a></h3> |
|
| 113 |
- <p>Site providing an overview of the Tor network.</p> |
|
| 112 |
+ <h3><a href="<page projects/torstatus>">TorStatus</a></h3> |
|
| 113 |
+ <p>Websites and clients providing an overview of the Tor |
|
| 114 |
+ network.</p> |
|
| 114 | 115 |
</div> |
| 115 | 116 |
</td> |
| 116 | 117 |
<td> |
| ... | ... |
@@ -65,10 +65,9 @@ trace on the local system.</p> |
| 65 | 65 |
|
| 66 | 66 |
|
| 67 | 67 |
<div class="projectbox"> |
| 68 |
-<a href="http://torstatus.blutmagie.de/"><img class="icon" src="$(IMGROOT)/icon-TorStatus.jpg" alt="TorStatus Icon" width="75" height="75"></a> |
|
| 69 |
-<div class="projectdesc"><div class="name"><a href="http://torstatus.blutmagie.de/">TorStatus</a></div> |
|
| 70 |
-<p>Portal providing an overview of the Tor network, including a list of its |
|
| 71 |
-current relays and details on each. Mirrors are also available from <a href="http://torstatus.cyberphunk.org/">cyberphunk</a> and others.</p> |
|
| 68 |
+<a href="<page projects/torstatus>"><img class="icon" src="$(IMGROOT)/icon-TorStatus.jpg" alt="TorStatus Icon" width="75" height="75"></a> |
|
| 69 |
+<div class="projectdesc"><div class="name"><a href="<page projects/torstatus>">TorStatus</a></div> |
|
| 70 |
+<p>Family of websites and client applications listing currently running Tor relays and bridges.</p> |
|
| 72 | 71 |
</div></div> |
| 73 | 72 |
|
| 74 | 73 |
<div class="projectbox"> |
| ... | ... |
@@ -0,0 +1,103 @@ |
| 1 |
+## translation metadata |
|
| 2 |
+# Revision: $Revision: 25342 $ |
|
| 3 |
+ |
|
| 4 |
+#include "head.wmi" TITLE="Tor Project: TorStatus" CHARSET="UTF-8" |
|
| 5 |
+<div id="content" class="clearfix"> |
|
| 6 |
+ <div id="breadcrumbs"> |
|
| 7 |
+ <a href="<page index>">Home » </a> |
|
| 8 |
+ <a href="<page projects/projects>">Projects » </a> |
|
| 9 |
+ <a href="<page projects/torstatus>">TorStatus</a> |
|
| 10 |
+ </div> |
|
| 11 |
+ <div id="maincol"> |
|
| 12 |
+ |
|
| 13 |
+ <h1>TorStatus</h1> |
|
| 14 |
+ |
|
| 15 |
+ <p>The TorStatus project family consists of websites and clients |
|
| 16 |
+ listing currently running Tor relays and bridges and details about |
|
| 17 |
+ them. There are currently two TorStatus applications available:</p> |
|
| 18 |
+ <ul> |
|
| 19 |
+ <li><a href="https://atlas.torproject.org/">Atlas</a> is a web |
|
| 20 |
+ application to discover Tor relays and bridges. It provides useful |
|
| 21 |
+ information on how relays are configured along with graphics about |
|
| 22 |
+ their past.</li> |
|
| 23 |
+ <li><a href="https://code.google.com/p/moniono/">mOnionO</a> is an |
|
| 24 |
+ Android app that lets you add your relays or bridges to your favorites |
|
| 25 |
+ list and keeps you always informed whether they are running or |
|
| 26 |
+ not.</li> |
|
| 27 |
+ </ul> |
|
| 28 |
+ |
|
| 29 |
+ <h2>Developing TorStatus applications</h2> |
|
| 30 |
+ |
|
| 31 |
+ <p>The project pages of the TorStatus applications listed above have |
|
| 32 |
+ further information for contacting the authors and contributing ideas |
|
| 33 |
+ or code. The authors will be happy to hear your thoughts!</p> |
|
| 34 |
+ |
|
| 35 |
+ <p>You don't find your favorite TorStatus application above? Want to |
|
| 36 |
+ implement your own and tell us to add it to the list? The TorStatus |
|
| 37 |
+ applications above are backed by a web-based protocol, called |
|
| 38 |
+ <a href="http://onionoo.torproject.org/">Onionoo</a>, which |
|
| 39 |
+ facilitates developing new applications displaying Tor status |
|
| 40 |
+ information. Here are a few ideas for new TorStatus applications:</p> |
|
| 41 |
+ <ul> |
|
| 42 |
+ <li>Tor controller extension: Extend |
|
| 43 |
+ <a href="<page projects/vidalia>">Vidalia</a> and/or |
|
| 44 |
+ <a href="<page projects/arm>">arm</a> to look up details for the bridge |
|
| 45 |
+ that the user is running and display what pool the bridge is contained |
|
| 46 |
+ in.</li> |
|
| 47 |
+ <li>Social network site plugin: Add a plugin to the social network |
|
| 48 |
+ site of your choice to show your friends what Tor relays and bridges |
|
| 49 |
+ you're running and how that helps users around the world.</li> |
|
| 50 |
+ <li>Desktop tray icon: Write a tray icon for your favorite desktop |
|
| 51 |
+ environment that tells you when your relay or bridge is down and that |
|
| 52 |
+ displays some basic usage statistics.</li> |
|
| 53 |
+ <li>E-mail notification service: Improve our e-mail notification |
|
| 54 |
+ service <a href="https://weather.torproject.org/">Weather</a> by |
|
| 55 |
+ implementing its own relay search or extending it to report when a |
|
| 56 |
+ bridge drops off the network.</li> |
|
| 57 |
+ <li>Command-line tool: Implement a command-line tool that quickly |
|
| 58 |
+ searches a relay or bridge and prints out some status information to |
|
| 59 |
+ help debug problems.</li> |
|
| 60 |
+ <li>(Insert your idea here.)</li> |
|
| 61 |
+ </ul> |
|
| 62 |
+ |
|
| 63 |
+ <p>Want to help with developing the Onionoo server that provides |
|
| 64 |
+ TorStatus data, or want to run your own Onionoo server instance? The |
|
| 65 |
+ Onionoo server is written in Java with a tiny portion of Java |
|
| 66 |
+ Servlets. Instructions for setting up the Onionoo server to fetch the |
|
| 67 |
+ required data from the Tor servers is described in the INSTALL file in |
|
| 68 |
+ the sources. For more details see the |
|
| 69 |
+ <a href="https://gitweb.torproject.org/onionoo.git">source code</a> and |
|
| 70 |
+ <a href="https://trac.torproject.org/projects/tor/query?status=!closed&component=Onionoo">issue |
|
| 71 |
+ tracker</a>.</p> |
|
| 72 |
+ |
|
| 73 |
+ <h2>Related projects</h2> |
|
| 74 |
+ |
|
| 75 |
+ <p>TorStatus is the name of a nowadays |
|
| 76 |
+ <a href="https://svn.torproject.org/svn/torstatus/trunk/">unmaintained</a> |
|
| 77 |
+ website that displays Tor relay information similar to |
|
| 78 |
+ <a href="http://atlas.torproject.org/">Atlas</a>. There are still a |
|
| 79 |
+ few <a href="http://torstatus.all.de/">TorStatus websites</a> |
|
| 80 |
+ running.</p> |
|
| 81 |
+ |
|
| 82 |
+ <p>There's another project from summer 2011 called TorStatus which is |
|
| 83 |
+ a <a href="https://gitweb.torproject.org/torstatus.git">rewrite</a> of |
|
| 84 |
+ the original TorStatus in Python/Django. Unfortunately, it's also |
|
| 85 |
+ unmaintained.</p> |
|
| 86 |
+ |
|
| 87 |
+ <p>Finally, there's the |
|
| 88 |
+ <a href="https://metrics.torproject.org/consensus-health.html">consensus-health |
|
| 89 |
+ page</a> which has the primary purpose of indicating problems with |
|
| 90 |
+ creating a network status consensus. As a side-effect this page lists |
|
| 91 |
+ all currently running relays and how the directory authorities voted |
|
| 92 |
+ on them.</p> |
|
| 93 |
+ |
|
| 94 |
+ </div> |
|
| 95 |
+ <!-- END MAINCOL --> |
|
| 96 |
+ <div id = "sidecol"> |
|
| 97 |
+#include "side.wmi" |
|
| 98 |
+#include "info.wmi" |
|
| 99 |
+ </div> |
|
| 100 |
+ <!-- END SIDECOL --> |
|
| 101 |
+</div> |
|
| 102 |
+<!-- END CONTENT --> |
|
| 103 |
+#include <foot.wmi> |
|
| 0 | 104 |