X-Git-Url: https://nos-oignons.net/gitweb/website.git/blobdiff_plain/07265f45e8c61d1e87e9c92af4466426f5accd89..c9191befbcb4d2f808da586adf6ef1abd37ba307:/Services.mdwn diff --git a/Services.mdwn b/Services.mdwn index 928b406..9bb655e 100644 --- a/Services.mdwn +++ b/Services.mdwn @@ -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"]] @@ -10,20 +12,14 @@ 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") @@ -41,7 +37,7 @@ Relais Nos oignons fait actuellement fonctionner les relais Tor suivants : - +
@@ -71,17 +67,23 @@ Nos oignons fait actuellement fonctionner les relais Tor suivants : - + + + + + + + @@ -91,6 +93,14 @@ Nos oignons fait actuellement fonctionner les relais Tor suivants : 3 : Gandi nous fournit gracieusement la bande passante pour faire tourner ce noeud. + + +
Emplacement
tetaneutral.netmaryloumarylou14 578E 007E 5E45 35FB FEF7 758D 8587 B07B 4C8C 5D06 Reduced Exit Policy
tetaneutral.netmarylou2590FD 830C 357A 5109 AB3C 5052 8771 3F1A C811 174CReduced Exit Policy
1,2 : marcuse1 et marcuse2 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.
+ 4,5 : marylou1 et marylou2 sont sur une même + 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. +
@@ -103,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();