Adding Txtorcon to the volunteer project table
Damian Johnson

Damian Johnson commited on 2012-12-13 18:18:33
Zeige 1 geänderte Dateien mit 30 Einfügungen und 11 Löschungen.


As per meejah's request on...
https://trac.torproject.org/7716


... ...
@@ -261,6 +261,14 @@ meetings around the world.</li>
261 261
       </tr>
262 262
       
263 263
       <tr>
264
+        <td><a href="#project-txtorcon">Txtorcon</a></td>
265
+        <td>Library</td>
266
+        <td>Python, Twisted</td>
267
+        <td>Moderate</td>
268
+        <td>meejah</td>
269
+      </tr>
270
+      
271
+      <tr class="alt">
264 272
         <td><a href="#project-tlsdate">Tlsdate</a></td>
265 273
         <td>Utility</td>
266 274
         <td>C</td>
... ...
@@ -268,7 +276,7 @@ meetings around the world.</li>
268 276
         <td>ioerror</td>
269 277
       </tr>
270 278
       
271
-      <tr class="alt">
279
+      <tr>
272 280
         <td><a href="#project-metrics">Metrics</a></td>
273 281
         <td>Client Service</td>
274 282
         <td>Java</td>
... ...
@@ -276,7 +284,7 @@ meetings around the world.</li>
276 284
         <td>karsten</td>
277 285
       </tr>
278 286
       
279
-      <tr>
287
+      <tr class="alt">
280 288
         <td><a href="#project-atlas">Atlas</a></td>
281 289
         <td>Client Service</td>
282 290
         <td>JavaScript</td>
... ...
@@ -284,7 +292,7 @@ meetings around the world.</li>
284 292
         <td>hellais</td>
285 293
       </tr>
286 294
       
287
-      <tr class="alt">
295
+      <tr>
288 296
         <td><a href="#project-torstatus">TorStatus</a></td>
289 297
         <td>Client Service</td>
290 298
         <td>Python, Django</td>
... ...
@@ -292,7 +300,7 @@ meetings around the world.</li>
292 300
         <td></td>
293 301
       </tr>
294 302
       
295
-      <tr>
303
+      <tr class="alt">
296 304
         <td><a href="#project-compass">Compass</a></td>
297 305
         <td>Client Service</td>
298 306
         <td>Python</td>
... ...
@@ -300,7 +308,7 @@ meetings around the world.</li>
300 308
         <td>gsathya, karsten</td>
301 309
       </tr>
302 310
       
303
-      <tr class="alt">
311
+      <tr>
304 312
         <td><a href="#project-weather">Weather</a></td>
305 313
         <td>Client Service</td>
306 314
         <td>Python</td>
... ...
@@ -308,7 +316,7 @@ meetings around the world.</li>
308 316
         <td>kaner</td>
309 317
       </tr>
310 318
       
311
-      <tr>
319
+      <tr class="alt">
312 320
         <td><a href="#project-gettor">GetTor</a></td>
313 321
         <td>Client Service</td>
314 322
         <td>Python</td>
... ...
@@ -316,7 +324,7 @@ meetings around the world.</li>
316 324
         <td>kaner</td>
317 325
       </tr>
318 326
       
319
-      <tr class="alt">
327
+      <tr>
320 328
         <td><a href="#project-torcheck">TorCheck</a></td>
321 329
         <td>Client Service</td>
322 330
         <td>Python, Perl</td>
... ...
@@ -324,7 +332,7 @@ meetings around the world.</li>
324 332
         <td>ioerror</td>
325 333
       </tr>
326 334
       
327
-      <tr>
335
+      <tr class="alt">
328 336
         <td><a href="#project-onionoo">Onionoo</a></td>
329 337
         <td>Backend Service</td>
330 338
         <td>Java, Python</td>
... ...
@@ -332,7 +340,7 @@ meetings around the world.</li>
332 340
         <td>karsten, gsathya</td>
333 341
       </tr>
334 342
       
335
-      <tr class="alt">
343
+      <tr>
336 344
         <td><a href="#project-bridgedb">BridgeDB</a></td>
337 345
         <td>Backend Service</td>
338 346
         <td>Python</td>
... ...
@@ -340,7 +348,7 @@ meetings around the world.</li>
340 348
         <td>kaner, nickm</td>
341 349
       </tr>
342 350
       
343
-      <tr>
351
+      <tr class="alt">
344 352
         <td><a href="#project-torflow">TorFlow</a></td>
345 353
         <td>Backend Service</td>
346 354
         <td>Python</td>
... ...
@@ -348,7 +356,7 @@ meetings around the world.</li>
348 356
         <td>aagbsn</td>
349 357
       </tr>
350 358
       
351
-      <tr class="alt">
359
+      <tr>
352 360
         <td>*<a href="#project-torbel">TorBEL</a></td>
353 361
         <td>Backend Service</td>
354 362
         <td>Python</td>
... ...
@@ -649,6 +657,17 @@ meetings around the world.</li>
649 657
     <i><a href="#stemUsability">Stem Usability Improvements</a></i>
650 658
     </p>
651 659
     
660
+    <a id="project-txtorcon"></a>
661
+    <h3>Txtorcon (<a
662
+    href="https://github.com/meejah/txtorcon">code</a>, <a
663
+    href="https://txtorcon.readthedocs.org">docs</a>)</h3>
664
+    
665
+    <p>
666
+    Twisted-based asynchronous Tor control protocol implementation. Includes
667
+    unit-tests, examples, state-tracking code and configuration abstraction.
668
+    Used by OONI and APAF.
669
+    </p>
670
+    
652 671
     <a id="project-tlsdate"></a>
653 672
     <h3>Tlsdate (<a href="https://github.com/ioerror/tlsdate">code</a>)</h3>
654 673
     
655 674