var content = d3.select("#content");
var consensus_figure = content.append("figure")
- .style("margin", "0")
- .style("width", "45%")
- .style("float", "left")
- .style("text-align", "center");
+ .attr('class', 'graph graph-consensus')
consensus_figure.append("span")
.attr("id", "consensus-pie");
consensus_figure.append("figcaption")
.text(L10n.consensus_weight);
var exit_figure = content.append("figure")
- .style("margin", "0 5% 0 0")
- .style("width", "44%")
- .style("float", "left")
- .style("text-align", "center");
+ .attr('class', 'graph graph-exit')
exit_figure.append("span")
.attr("id", "exit-pie");
exit_figure.append("figcaption")
Nos oignons fait actuellement fonctionner les relais Tor suivants :
-<table>
+<table class="tor-nodes">
<thead>
<tr>
<th>Emplacement</th>
</tr>
<tr>
<td><a href="https://tetaneutral.net/">tetaneutral.net</a></td>
- <td><a href="https://atlas.torproject.org/#details/578E007E5E4535FBFEF7758D8587B07B4C8C5D06">ekumen</a></td>
+ <td><a href="https://atlas.torproject.org/#details/578E007E5E4535FBFEF7758D8587B07B4C8C5D06">marylou1</a><sup>4</sup></td>
<td><code>578E 007E 5E45 35FB FEF7 758D 8587 B07B 4C8C 5D06</code></td>
<td><a href="https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy">Reduced Exit Policy</a></td>
</tr>
+ <tr>
+ <td><a href="https://tetaneutral.net/">tetaneutral.net</a></td>
+ <td><a href="https://atlas.torproject.org/#details/90FD830C357A5109AB3C505287713F1AC811174C">marylou2</a><sup>5</sup></td>
+ <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>
</tbody>
<tfoot class="footnotes">
3 : Gandi nous fournit gracieusement la bande passante pour faire tourner
ce noeud.
</td>
+ </tr>
+ <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
+ 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>
</tfoot>
</table>