Roger Dingledine commited on 2008-07-02 19:15:12
Zeige 1 geänderte Dateien mit 2 Einfügungen und 0 Löschungen.
... | ... |
@@ -199,6 +199,8 @@ my %table_rows; |
199 | 199 |
do_status(%table_rows, '.', 0); |
200 | 200 |
do_status(%table_rows, 'docs', 1); |
201 | 201 |
do_status(%table_rows, 'torbrowser', 1); |
202 |
+do_status(%table_data, 'tordnsel', 1); |
|
203 |
+do_status(%table_data, 'projects', 1); |
|
202 | 204 |
#do_status(%table_data, 'eff', 1); |
203 | 205 |
#do_status(%table_data, 'gui', 1); |
204 | 206 |
sort_and_print(%table_rows); |
205 | 207 |