Adding Compass and Pyoninoo to the project listing
Damian Johnson

Damian Johnson commited on 2012-10-06 20:41:41
Zeige 1 geänderte Dateien mit 29 Einfügungen und 8 Löschungen.


Adding a table entry for Compass and noting Pyonionoo under Onionoo's listing
(seems redundant to list them separately).


... ...
@@ -238,6 +238,14 @@ meetings around the world.</li>
238 238
       </tr>
239 239
       
240 240
       <tr class="alt">
241
+        <td><a href="#project-compass">Compass</a></td>
242
+        <td>Client Service</td>
243
+        <td>Python</td>
244
+        <td>Heavy</td>
245
+        <td>gsathya, karsten</td>
246
+      </tr>
247
+      
248
+      <tr>
241 249
         <td><a href="#project-weather">Weather</a></td>
242 250
         <td>Client Service</td>
243 251
         <td>Python</td>
... ...
@@ -245,7 +253,7 @@ meetings around the world.</li>
245 253
         <td>kaner</td>
246 254
       </tr>
247 255
       
248
-      <tr>
256
+      <tr class="alt">
249 257
         <td><a href="#project-gettor">GetTor</a></td>
250 258
         <td>Client Service</td>
251 259
         <td>Python</td>
... ...
@@ -253,7 +261,7 @@ meetings around the world.</li>
253 261
         <td>kaner</td>
254 262
       </tr>
255 263
       
256
-      <tr class="alt">
264
+      <tr>
257 265
         <td><a href="#project-torcheck">TorCheck</a></td>
258 266
         <td>Client Service</td>
259 267
         <td>Python, Perl</td>
... ...
@@ -261,15 +269,15 @@ meetings around the world.</li>
261 269
         <td></td>
262 270
       </tr>
263 271
       
264
-      <tr>
272
+      <tr class="alt">
265 273
         <td><a href="#project-onionoo">Onionoo</a></td>
266 274
         <td>Backend Service</td>
267
-        <td>Java</td>
275
+        <td>Java, Python</td>
268 276
         <td>Moderate</td>
269 277
         <td>karsten, gsathya</td>
270 278
       </tr>
271 279
       
272
-      <tr class="alt">
280
+      <tr>
273 281
         <td><a href="#project-bridgedb">BridgeDB</a></td>
274 282
         <td>Backend Service</td>
275 283
         <td>Python</td>
... ...
@@ -277,7 +285,7 @@ meetings around the world.</li>
277 285
         <td>kaner, nickm</td>
278 286
       </tr>
279 287
       
280
-      <tr>
288
+      <tr class="alt">
281 289
         <td><a href="#project-torflow">TorFlow</a></td>
282 290
         <td>Backend Service</td>
283 291
         <td>Python</td>
... ...
@@ -285,7 +293,7 @@ meetings around the world.</li>
285 293
         <td>aagbsn</td>
286 294
       </tr>
287 295
       
288
-      <tr class="alt">
296
+      <tr>
289 297
         <td>*<a href="#project-torbel">TorBEL</a></td>
290 298
         <td>Backend Service</td>
291 299
         <td>Python</td>
... ...
@@ -599,6 +607,17 @@ meetings around the world.</li>
599 607
     Django counterpart.
600 608
     </p>
601 609
     
610
+    <a id="project-compass"></a>
611
+    <h3><a href="https://compass.torproject.org/">Compass</a> (<a
612
+    href="https://gitweb.torproject.org/compass.git">code</a>, <a
613
+    href="https://trac.torproject.org/projects/tor/query?status=accepted&status=assigned&status=needs_review&status=new&status=reopened&component=Compass&order=priority">bug
614
+    tracker</a>)</h3>
615
+    
616
+    <p>
617
+    Compass is a web and command line application that filters and
618
+    aggregates the Tor relays based on various attributes.
619
+    </p>
620
+    
602 621
     <a id="project-weather"></a>
603 622
     <h3><a href="https://trac.torproject.org/projects/tor/wiki/org/roadmaps/Weather">Weather</a> (<a
604 623
     href="https://gitweb.torproject.org/weather.git">code</a>, <a
... ...
@@ -636,7 +655,9 @@ meetings around the world.</li>
636 655
     
637 656
     <a id="project-onionoo"></a>
638 657
     <h3><a href="<page projects/onionoo>">Onionoo</a> (<a
639
-    href="https://gitweb.torproject.org/onionoo.git">code</a>)</h3>
658
+    href="https://gitweb.torproject.org/onionoo.git">java codebase</a>, <a
659
+    href="https://gitweb.torproject.org/pyonionoo.git">python
660
+    codebase</a>)</h3>
640 661
     
641 662
     <p>
642 663
     Onionoo is a JSON based protocol to learn information about currently
643 664