commit f363b628930b4f8802e325066cc2645bac00a010 Author: Karsten Loesing karsten.loesing@gmx.net Date: Wed Dec 6 14:01:57 2017 +0100
Mark external links as such.
Spotted by iwakeh. Fixes #24530. --- website/src/main/resources/etc/metrics.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/website/src/main/resources/etc/metrics.json b/website/src/main/resources/etc/metrics.json index f7450c3..b9bd3ad 100644 --- a/website/src/main/resources/etc/metrics.json +++ b/website/src/main/resources/etc/metrics.json @@ -295,7 +295,7 @@ "id": "oxford-anonymous-internet", "title": "“The anonymous Internet”", "type": "Link", - "description": "<p>The Oxford Internet Institute made a cartogram visualization of Tor users as compared to the overall Internet population. They used the average number of Tor <a href="glossary.html#client">users</a> per country from August 2012 to August 2013 and put it in relation to total Internet users per country. More details and conclusions can be found on the <a href="http://geography.oii.ox.ac.uk/?page=tor%5C%22%3EInformation Geographies website at the Oxford Internet Institute</a>.</p><p><a href="http://geography.oii.ox.ac.uk/?page=tor%5C%22%3E<img src="images/oxford-anonymous-internet.png" alt="The anonymous Internet"></a></p>" + "description": "<p>The Oxford Internet Institute made a cartogram visualization of Tor users as compared to the overall Internet population. They used the average number of Tor <a href="glossary.html#client">users</a> per country from August 2012 to August 2013 and put it in relation to total Internet users per country. More details and conclusions can be found on the <a href="http://geography.oii.ox.ac.uk/?page=tor%5C" target="_blank">Information Geographies website at the Oxford Internet Institute</a>.</p><p><a href="http://geography.oii.ox.ac.uk/?page=tor%5C%22%3E<img src="images/oxford-anonymous-internet.png" alt="The anonymous Internet"></a></p>" }, { "id": "torperf", @@ -391,19 +391,19 @@ "id": "uncharted-data-flow", "title": "“TorFlow”", "type": "Link", - "description": "<p>Uncharted made a visualization of data flow in the Tor network where they place each <a href="glossary.html#relay">relay</a> on a world map and illustrate traffic exchanged between relays as animated dots. More details can be found on the <a href="https://torflow.uncharted.software/%5C%22%3EUncharted website</a>.</p><p><a href="https://torflow.uncharted.software/%5C%22%3E<img src="images/uncharted-data-flow.png" alt="Data flow in the Tor network"></a></p>" + "description": "<p>Uncharted made a visualization of data flow in the Tor network where they place each <a href="glossary.html#relay">relay</a> on a world map and illustrate traffic exchanged between relays as animated dots. More details can be found on the <a href="https://torflow.uncharted.software/%5C" target="_blank">Uncharted website</a>.</p><p><a href="https://torflow.uncharted.software/%5C%22%3E<img src="images/uncharted-data-flow.png" alt="Data flow in the Tor network"></a></p>" }, { "id": "uptimes", "title": "Monthly uptime of relays", "type": "Link", - "description": "<p>This image illustrates the uptime of all known <a href="glossary.html#relay">relays</a> in a given month. Each row of pixels denotes one <a href="glossary.html#consensus">consensus</a> (that is, one hour), and each column denotes one relay. Each pixel denotes if a given relay was online or offline at a given hour: black means online, white means offline, and red highlights relays with identical uptime patterns. The complete image gallery can be found on <a href="https://nymity.ch/sybilhunting/uptime-visualisation/%5C%22%3EPhilipp Winter's homepage</a>.</p><p><a href="https://nymity.ch/sybilhunting/uptime-visualisation/%5C%22%3E<img src="images/uptimes.jpg" alt="Monthly uptime of relays"></a></p>" + "description": "<p>This image illustrates the uptime of all known <a href="glossary.html#relay">relays</a> in a given month. Each row of pixels denotes one <a href="glossary.html#consensus">consensus</a> (that is, one hour), and each column denotes one relay. Each pixel denotes if a given relay was online or offline at a given hour: black means online, white means offline, and red highlights relays with identical uptime patterns. The complete image gallery can be found on <a href="https://nymity.ch/sybilhunting/uptime-visualisation/%5C" target="_blank">Philipp Winter's homepage</a>.</p><p><a href="https://nymity.ch/sybilhunting/uptime-visualisation/%5C%22%3E<img src="images/uptimes.jpg" alt="Monthly uptime of relays"></a></p>" }, { "id": "networkchurn", "title": "Network churn rate by relay flag", "type": "Link", - "description": "<p>This image shows the churn rate of the Tor network by <a href="glossary.html#relay-flag">relay flag</a> in a given month. The churn rate, a value in the interval <b>[0,1]</b>, captures the rate of <a href="glossary.html#relay">relays</a> joining and leaving the network from one <a href="glossary.html#consensus">consensus</a> to the next (that is, within one hour). The complete image gallery can be found on <a href="https://nymity.ch/sybilhunting/churn-values/%5C%22%3EPhilipp Winter's homepage</a>.</p><p><a href="https://nymity.ch/sybilhunting/churn-values/%5C%22%3E<img src="images/networkchurn.png" alt="Network churn rate by relay flag"></a></p>" + "description": "<p>This image shows the churn rate of the Tor network by <a href="glossary.html#relay-flag">relay flag</a> in a given month. The churn rate, a value in the interval <b>[0,1]</b>, captures the rate of <a href="glossary.html#relay">relays</a> joining and leaving the network from one <a href="glossary.html#consensus">consensus</a> to the next (that is, within one hour). The complete image gallery can be found on <a href="https://nymity.ch/sybilhunting/churn-values/%5C" target="_blank">Philipp Winter's homepage</a>.</p><p><a href="https://nymity.ch/sybilhunting/churn-values/%5C%22%3E<img src="images/networkchurn.png" alt="Network churn rate by relay flag"></a></p>" }, { "id": "webstats-tb",
tor-commits@lists.torproject.org