[[!meta script="assets/relays"]]
[[!meta script="assets/d3/d3.v3.min"]]
[[!meta script="assets/bw_graphs"]]
-[[!meta stylesheet="assets/bw_graphs" rel="stylesheet"]]
+[[!meta stylesheet="assets/bw_graphs" rel="stylesheet" title="graphs"]]
+[[!meta script="assets/weights_graphs"]]
+[[!meta stylesheet="assets/weights_graphs" rel="stylesheet" title="graphs"]]
[[!meta script="assets/pie_graphs"]]
[[!meta title="Services"]]
Nos oignons fait actuellement fonctionner les relais Tor suivants :
-<table>
+<table class="tor-nodes">
<thead>
<tr>
<th>Emplacement</th>
<td><code>90FD 830C 357A 5109 AB3C 5052 8771 3F1A C811 174C</code></td>
<td><a href="https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy">Reduced Exit Policy</a></td>
</tr>
+ <tr>
+ <td><a href="http://www.globenet.org/">Globenet</a></td>
+ <td><a href="https://atlas.torproject.org/#details/8E6EDA78D8E3ABA88D877C3E37D6D4F0938C7B9F">AlGrothendieck</a></td>
+ <td><code>8E6E DA78 D8E3 ABA8 8D87 7C3E 37D6 D4F0 938C 7B9F</code></td>
+ <td><a href="https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy">Reduced Exit Policy</a></td>
+ </tr>
</tbody>
<tfoot class="footnotes">
<tr>
<td colspan="4">
1,2 : <code>marcuse1</code> et <code>marcuse2</code> sont sur une même
- machine. Afin de palier à des limitations techniques du logiciel dans
+ machine. Afin de pallier à des limitations techniques du logiciel dans
la gestion du multi-cœur, il est nécessaire de faire fonctionner deux
relais afin de pouvoir utiliser toute la bande passante disponible.
</td>
<tr>
<td colspan="4">
4,5 : <code>marylou1</code> et <code>marylou2</code> sont sur une même
- machine. Afin de palier à des limitations techniques du logiciel dans
+ machine. Afin de pallier à des limitations techniques du logiciel dans
la gestion du multi-cœur, il est nécessaire de faire fonctionner deux
relais afin de pouvoir utiliser toute la bande passante disponible.
</td>
.text(L10n.loading);
new BwDrawer("#bandwidth").draw();
+
+d3.select("#content").append("h1")
+ .text(L10n.weights);
+d3.select("#content").append("div")
+ .attr("id", "weights")
+ .text(L10n.loading);
+
+new WeightsDrawer("#weights").draw();
</script>