Noting the django torstatus on the volunteer page
Damian Johnson

Damian Johnson commited on 2012-01-30 09:20:07
Zeige 1 geänderte Dateien mit 6 Einfügungen und 3 Löschungen.


We'd prefer for new volunteers to hack on the new django codebase rather
continue the php counterpart. Changing the entry in on the volunteer page to
indicate that both exist.


... ...
@@ -204,7 +204,7 @@ meetings around the world.</li>
204 204
       <tr class="alt">
205 205
         <td><a href="#project-torstatus">TorStatus</a></td>
206 206
         <td>Client Service</td>
207
-        <td>PHP</td>
207
+        <td>Python, Django</td>
208 208
         <td>None</td>
209 209
         <td></td>
210 210
       </tr>
... ...
@@ -499,12 +499,15 @@ meetings around the world.</li>
499 499
     
500 500
     <a id="project-torstatus"></a>
501 501
     <h3><a href="https://trac.torproject.org/projects/tor/wiki/projects/TorStatus">TorStatus</a> (<a
502
-    href="https://svn.torproject.org/svn/torstatus/trunk/">code</a>)</h3>
502
+    href="https://gitweb.torproject.org/torstatus.git">code</a>)</h3>
503 503
     
504 504
     <p>
505 505
     Portal providing an overview of the Tor network, and details on any of its
506 506
     current relays. Though very actively used, this project has been
507
-    unmaintained for a long while.
507
+    unmaintained for a long while. The <a
508
+    href="https://svn.torproject.org/svn/torstatus/trunk/">original
509
+    codebase</a> was written in PHP, and students from Wesleyan wrote the new
510
+    Django counterpart.
508 511
     </p>
509 512
     
510 513
     <a id="project-weather"></a>
511 514