commit 9341942ebc2f62a3aa1fda7a255ffdeb9fbd7740 Author: Karsten Loesing karsten.loesing@gmx.net Date: Thu Jan 26 10:54:21 2017 +0100
Fix syntax error in metrics.json. --- website/etc/metrics.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/etc/metrics.json b/website/etc/metrics.json index 4a97ca1..12ef62c 100644 --- a/website/etc/metrics.json +++ b/website/etc/metrics.json @@ -407,7 +407,7 @@ "id": "webstats-tb", "title": "Tor Browser downloads and updates", "type": "Graph", - "description": "<p>This graph shows absolute numbers of requests to Tor's web servers by request type. It is based on data from <a href="https://webstats.torproject.org/%5C" target="_blank"><code>webstats.torproject.org</code></a> which collects logs from <code>torproject.org</code> web servers and provides them as a stripped-down version of Apache's "combined" log format without IP addresses, log times, HTTP parameters, referers, and user agent strings. <em>Initial downloads</em> and <em>signature downloads</em> are requests made by the user to download a Tor Browser executable or a corresponding signature file from the Tor website. <em>Update pings</em> and <em>update requests</em> are requests made by Tor Browser to check whether a newer version is available or to download a newer version.</p>", + "description": "<p>This graph shows absolute numbers of requests to Tor's web servers by request type. It is based on data from <a href="https://webstats.torproject.org/%5C" target="_blank"><code>webstats.torproject.org</code></a> which collects logs from <code>torproject.org</code> web servers and provides them as a stripped-down version of Apache's "combined" log format without IP addresses, log times, HTTP parameters, referers, and user agent strings. <em>Initial downloads</em> and <em>signature downloads</em> are requests made by the user to download a Tor Browser executable or a corresponding signature file from the Tor website. <em>Update pings</em> and <em>update requests</em> are requests made by Tor Browser to check whether a newer version is available or to download a newer version.</p>", "function": "plot_webstats_tb", "parameters": [ "start",
tor-commits@lists.torproject.org