Adding stem to volunteer table and editing activity
Damian Johnson

Damian Johnson commited on 2012-01-11 18:23:06
Zeige 1 geänderte Dateien mit 31 Einfügungen und 12 Löschungen.


Updating project activity as per the last couple months of commits, and adding
Stem to the project table (people gsathya talked with were confused since it
wasn't there).


... ...
@@ -117,7 +117,7 @@ meetings around the world.</li>
117 117
         <td><a href="#project-torsocks">Torsocks</a></td>
118 118
         <td>Usability</td>
119 119
         <td>C</td>
120
-        <td>Light</td>
120
+        <td>None</td>
121 121
         <td>mwenge</td>
122 122
       </tr>
123 123
       
... ...
@@ -178,6 +178,14 @@ meetings around the world.</li>
178 178
       </tr>
179 179
       
180 180
       <tr>
181
+        <td>*<a href="#project-stem">Stem</a></td>
182
+        <td>Library</td>
183
+        <td>Python</td>
184
+        <td>Heavy</td>
185
+        <td>atagar</td>
186
+      </tr>
187
+      
188
+      <tr class="alt">
181 189
         <td><a href="#project-metrics">Metrics</a></td>
182 190
         <td>Client Service</td>
183 191
         <td>Java</td>
... ...
@@ -185,7 +193,7 @@ meetings around the world.</li>
185 193
         <td>karsten</td>
186 194
       </tr>
187 195
       
188
-      <tr class="alt">
196
+      <tr>
189 197
         <td><a href="#project-torstatus">TorStatus</a></td>
190 198
         <td>Client Service</td>
191 199
         <td>PHP</td>
... ...
@@ -193,23 +201,23 @@ meetings around the world.</li>
193 201
         <td></td>
194 202
       </tr>
195 203
       
196
-      <tr>
204
+      <tr class="alt">
197 205
         <td><a href="#project-weather">Weather</a></td>
198 206
         <td>Client Service</td>
199 207
         <td>Python</td>
200
-        <td>Light</td>
208
+        <td>None</td>
201 209
         <td>kaner</td>
202 210
       </tr>
203 211
       
204
-      <tr class="alt">
212
+      <tr>
205 213
         <td><a href="#project-gettor">GetTor</a></td>
206 214
         <td>Client Service</td>
207 215
         <td>Python</td>
208
-        <td>Light</td>
216
+        <td>None</td>
209 217
         <td>kaner</td>
210 218
       </tr>
211 219
       
212
-      <tr>
220
+      <tr class="alt">
213 221
         <td><a href="#project-torcheck">TorCheck</a></td>
214 222
         <td>Client Service</td>
215 223
         <td>Python, Perl</td>
... ...
@@ -217,23 +225,23 @@ meetings around the world.</li>
217 225
         <td></td>
218 226
       </tr>
219 227
       
220
-      <tr class="alt">
228
+      <tr>
221 229
         <td><a href="#project-bridgedb">BridgeDB</a></td>
222 230
         <td>Backend Service</td>
223 231
         <td>Python</td>
224
-        <td>Moderate</td>
232
+        <td>None</td>
225 233
         <td>kaner, nickm</td>
226 234
       </tr>
227 235
       
228
-      <tr>
236
+      <tr class="alt">
229 237
         <td><a href="#project-torflow">TorFlow</a></td>
230 238
         <td>Backend Service</td>
231 239
         <td>Python</td>
232
-        <td>Light</td>
240
+        <td>Moderate</td>
233 241
         <td>mikeperry</td>
234 242
       </tr>
235 243
       
236
-      <tr class="alt">
244
+      <tr>
237 245
         <td>*<a href="#project-torbel">TorBEL</a></td>
238 246
         <td>Backend Service</td>
239 247
         <td>Python</td>
... ...
@@ -445,6 +453,17 @@ meetings around the world.</li>
445 453
     stable for several years, with only minor revisions.
446 454
     </p>
447 455
     
456
+    <a id="project-stem"></a>
457
+    <h3><a href="https://trac.torproject.org/projects/tor/wiki/doc/stem">Stem</a> (<a
458
+    href="https://gitweb.torproject.org/stem.git">code</a>, <a
459
+    href="https://trac.torproject.org/projects/tor/query?status=accepted&status=assigned&status=needs_review&status=new&status=reopened&component=Stem&order=priority">bug
460
+    tracker</a>)</h3>
461
+    
462
+    <p>
463
+    Python controller library with a similar scope to TorCtl, but with better
464
+    testing, documentation, and API. This project is not yet feature complete.
465
+    </p>
466
+    
448 467
     <a id="project-metrics"></a>
449 468
     <h3><a href="https://metrics.torproject.org/">Metrics</a> (code: <a
450 469
     href="https://gitweb.torproject.org/metrics-db.git">db</a>, <a
451 470