Drop public stats

This commit is contained in:
Saivann 2015-05-05 09:55:55 -04:00
parent a3734ecc20
commit f0d111e2c4
3 changed files with 1 additions and 18 deletions

View file

@ -1,15 +0,0 @@
#!/bin/bash
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
# bitcoinstats.rb can be found here:
# https://github.com/saivann/bitcoinstats
WORKDIR='/bitcoin.org/stats'
LOGDIR='build@bitcoinorglog:/var/log/nginx'
DSTDIR='build@bitcoinorgstats:/var/www/stats'
rsync -rtz --delete --exclude="error.*" --exclude="*.gz" $LOGDIR/ $WORKDIR/srclogs/
ruby $WORKDIR/stats.rb
rsync -rtz --delete $WORKDIR/stats/ $DSTDIR/

View file

@ -85,7 +85,6 @@
<div class="footer">
<div class="footermenu">
<a href="/en/alerts" class="statusmenu{% if site.STATUS == 1 %} alert{% endif %}">Network Status</a>
<a href="/stats/">{% translate menu-stats layout %}</a>
<a href="/{{ page.lang }}/{% translate legal url %}">{% translate menu-legal layout %}</a>
{% case page.lang %}
{% when 'ar' or 'es' or 'sl' %}

View file

@ -520,7 +520,7 @@ en:
datacollect: "Data collected"
datacollecttxt: "Bitcoin.org collects anonymized server logs. These logs include IP addresses with replaced last byte, time of the visit, requested page, user agent and referer url. Bitcoin.org does not collect data using cookies."
datause: "Usage of data"
datausetxt: "Collected data is used to provide <a href=\"/stats/\">transparent public stats</a>."
datausetxt: "Collected data may be used to provide transparent public stats."
protect-your-privacy:
title: "Protect your privacy - Bitcoin"
pagetitle: "Protect your privacy"
@ -691,7 +691,6 @@ en:
menu-press: "Press"
menu-privacy: "Privacy"
menu-resources: Resources
menu-stats: "Stats"
menu-support-bitcoin: "Support Bitcoin"
menu-vocabulary: Vocabulary
menu-you-need-to-know: "You need to know"