]> nos-oignons.net Git - website.git/blobdiff - Services.mdwn
Ajout POOP
[website.git] / Services.mdwn
index 9d59bd47634ba7b98169d8cccfd60bc84511c3f9..9bb655e0b187518dee87d370b206b65dbccccb75 100644 (file)
@@ -2,7 +2,9 @@
 [[!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"]]
 
@@ -35,7 +37,7 @@ Relais
 
 Nos oignons fait actuellement fonctionner les relais Tor suivants :
 
-<table>
+<table class="tor-nodes">
   <thead>
     <tr>
       <th>Emplacement</th>
@@ -81,7 +83,7 @@ Nos oignons fait actuellement fonctionner les relais Tor suivants :
     <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>
@@ -95,7 +97,7 @@ Nos oignons fait actuellement fonctionner les relais Tor suivants :
        <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>
@@ -111,4 +113,12 @@ d3.select("#content").append("div")
   .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>