mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
Add a "Privacy" page and link to public stats (fixes #605)
This commit is contained in:
parent
4e067ac89e
commit
fda3f0149d
5 changed files with 66 additions and 56 deletions
|
@ -94,6 +94,7 @@
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<div class="footermenu">
|
<div class="footermenu">
|
||||||
<a href="/en/alerts" class="statusmenu{% if site.STATUS == 1 %} alert{% endif %}">Network Status</a>
|
<a href="/en/alerts" class="statusmenu{% if site.STATUS == 1 %} alert{% endif %}">Network Status</a>
|
||||||
|
<a href="/stats/">{% translate menu-stats layout %}</a>
|
||||||
{% case page.lang %}
|
{% case page.lang %}
|
||||||
{% when 'fa' or 'pl' or 'tr' or 'zh_TW' %}
|
{% when 'fa' or 'pl' or 'tr' or 'zh_TW' %}
|
||||||
<a href="/en/legal">Legal</a>
|
<a href="/en/legal">Legal</a>
|
||||||
|
@ -101,6 +102,12 @@
|
||||||
<a href="/{{ page.lang }}/{% translate legal url %}">{% translate menu-legal layout %}</a>
|
<a href="/{{ page.lang }}/{% translate legal url %}">{% translate menu-legal layout %}</a>
|
||||||
{% endcase %}
|
{% endcase %}
|
||||||
{% case page.lang %}
|
{% case page.lang %}
|
||||||
|
{% when 'ar' or 'bg' or 'da' or 'de' or 'es' or 'fa' or 'fr' or 'hi' or 'hu' or 'id' or 'it' or 'ja' or 'ko' or 'nl' or 'pl' or 'pt_BR' or 'ro' or 'ru' or 'sl' or 'sv' or 'tr' or 'uk' or 'zh_CN' or 'zh_TW' %}
|
||||||
|
<a href="/en/privacy">Privacy</a>
|
||||||
|
{% else %}
|
||||||
|
<a href="/{{ page.lang }}/{% translate privacy url %}">{% translate menu-privacy layout %}</a>
|
||||||
|
{% endcase %}
|
||||||
|
{% case page.lang %}
|
||||||
{% when 'bg' or 'de' or 'fa' or 'hi' or 'id' or 'it' or 'ko' or 'pl' or 'ro' or 'ru' or 'sv' or 'tr' or 'zh_CN' or 'zh_TW' %}
|
{% when 'bg' or 'de' or 'fa' or 'hi' or 'id' or 'it' or 'ko' or 'pl' or 'ro' or 'ru' or 'sv' or 'tr' or 'zh_CN' or 'zh_TW' %}
|
||||||
<a href="/en/press">Press</a>
|
<a href="/en/press">Press</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
@ -113,16 +120,16 @@
|
||||||
<a href="/{{ page.lang }}/{% translate about-us url %}">{% translate menu-about-us layout %}</a>
|
<a href="/{{ page.lang }}/{% translate about-us url %}">{% translate menu-about-us layout %}</a>
|
||||||
{% endcase %}
|
{% endcase %}
|
||||||
</div>
|
</div>
|
||||||
<span>© Bitcoin Project 2009-2014 {% translate footer layout %}</span>
|
<div class="footersponsor">
|
||||||
|
{% case page.lang %}
|
||||||
|
{% when 'fa' %}
|
||||||
|
<div style="direction:ltr;"><span>{% translate sponsor layout %}</span> <a href="https://bitcoinfoundation.org/"><img src="/img/brand/bitcoinfoundation.png" alt="Bitcoin Foundation"></a></div>
|
||||||
|
{% else %}
|
||||||
|
<div><span>{% translate sponsor layout %}</span> <a href="https://bitcoinfoundation.org/"><img src="/img/brand/bitcoinfoundation.png" alt="Bitcoin Foundation"></a></div>
|
||||||
|
{% endcase %}
|
||||||
|
</div>
|
||||||
|
<div class="footerlicense">© Bitcoin Project 2009-2014 {% translate footer layout %}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<div class="sponsor-banner">
|
|
||||||
{% case page.lang %}
|
|
||||||
{% when 'fa' %}
|
|
||||||
<div style="direction:ltr;"><span>{% translate sponsor layout %}</span> <a href="https://bitcoinfoundation.org/"><img src="/img/brand/bitcoinfoundation.png" alt="Bitcoin Foundation"></a></div>
|
|
||||||
{% else %}
|
|
||||||
<div><span>{% translate sponsor layout %}</span> <a href="https://bitcoinfoundation.org/"><img src="/img/brand/bitcoinfoundation.png" alt="Bitcoin Foundation"></a></div>
|
|
||||||
{% endcase %}
|
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">fallbackSVG();</script>
|
<script type="text/javascript">fallbackSVG();</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -41,9 +41,6 @@ p{
|
||||||
right:0;
|
right:0;
|
||||||
left:auto;
|
left:auto;
|
||||||
}
|
}
|
||||||
.footermenu{
|
|
||||||
display:inline-block;
|
|
||||||
}
|
|
||||||
.footermenu a{
|
.footermenu a{
|
||||||
margin-right:0;
|
margin-right:0;
|
||||||
margin-left:15px;
|
margin-left:15px;
|
||||||
|
@ -346,9 +343,6 @@ h2 .rssicon{
|
||||||
.content{
|
.content{
|
||||||
text-align:right;
|
text-align:right;
|
||||||
}
|
}
|
||||||
.footermenu{
|
|
||||||
display:block;
|
|
||||||
}
|
|
||||||
.resources,
|
.resources,
|
||||||
.resources p{
|
.resources p{
|
||||||
text-align:center;
|
text-align:center;
|
||||||
|
|
|
@ -159,33 +159,6 @@ table td,table th{
|
||||||
background-color:#0d579b;
|
background-color:#0d579b;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sponsor-banner{
|
|
||||||
text-align:center;
|
|
||||||
width:940px;
|
|
||||||
margin:auto;
|
|
||||||
}
|
|
||||||
.sponsor-banner div{
|
|
||||||
display:inline-block;
|
|
||||||
color:#8D8D8D;
|
|
||||||
margin:10px 0 20px 0;
|
|
||||||
line-height:2em;
|
|
||||||
}
|
|
||||||
.sponsor-banner span{
|
|
||||||
white-space:nowrap;
|
|
||||||
}
|
|
||||||
.sponsor-banner span,
|
|
||||||
.sponsor-banner a,
|
|
||||||
.sponsor-banner a:link,
|
|
||||||
.sponsor-banner a:active,
|
|
||||||
.sponsor-banner a:visited{
|
|
||||||
display:inline-block;
|
|
||||||
margin:5px;
|
|
||||||
}
|
|
||||||
.sponsor-banner img{
|
|
||||||
width:245px;
|
|
||||||
height:18px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.head{
|
.head{
|
||||||
margin:30px 0 30px 0;
|
margin:30px 0 30px 0;
|
||||||
}
|
}
|
||||||
|
@ -393,19 +366,44 @@ table td,table th{
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer{
|
.footer{
|
||||||
position:relative;
|
|
||||||
padding:20px 0;
|
|
||||||
text-align:center;
|
text-align:center;
|
||||||
width:940px;
|
width:940px;
|
||||||
font-size:94%;
|
margin:auto;
|
||||||
}
|
}
|
||||||
.footermenu{
|
.footermenu{
|
||||||
display:inline;
|
position:relative;
|
||||||
|
padding:20px 0;
|
||||||
|
font-size:94%;
|
||||||
}
|
}
|
||||||
.footermenu a{
|
.footermenu a{
|
||||||
margin-right:15px;
|
margin-right:15px;
|
||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
}
|
}
|
||||||
|
.footersponsor div{
|
||||||
|
display:inline-block;
|
||||||
|
color:#8D8D8D;
|
||||||
|
margin:0 0 25px 0;
|
||||||
|
line-height:2em;
|
||||||
|
}
|
||||||
|
.footersponsor span{
|
||||||
|
white-space:nowrap;
|
||||||
|
}
|
||||||
|
.footersponsor span,
|
||||||
|
.footersponsor a,
|
||||||
|
.footersponsor a:link,
|
||||||
|
.footersponsor a:active,
|
||||||
|
.footersponsor a:visited{
|
||||||
|
display:inline-block;
|
||||||
|
margin:5px;
|
||||||
|
}
|
||||||
|
.footersponsor img{
|
||||||
|
width:245px;
|
||||||
|
height:18px;
|
||||||
|
}
|
||||||
|
.footerlicense{
|
||||||
|
font-size:94%;
|
||||||
|
padding-bottom:20px;
|
||||||
|
}
|
||||||
|
|
||||||
.statusmenu{
|
.statusmenu{
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
|
@ -2006,9 +2004,6 @@ h2 .rssicon{
|
||||||
.footer{
|
.footer{
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
.sponsor-banner{
|
|
||||||
display:none;
|
|
||||||
}
|
|
||||||
.content{
|
.content{
|
||||||
padding:0;
|
padding:0;
|
||||||
border:0;
|
border:0;
|
||||||
|
@ -2130,13 +2125,6 @@ h2 .rssicon{
|
||||||
line-height:1.5em;
|
line-height:1.5em;
|
||||||
width:auto;
|
width:auto;
|
||||||
}
|
}
|
||||||
.footermenu{
|
|
||||||
display:block;
|
|
||||||
margin-bottom:20px;
|
|
||||||
}
|
|
||||||
.sponsor-banner{
|
|
||||||
width:auto;
|
|
||||||
}
|
|
||||||
.index{
|
.index{
|
||||||
padding:15px;
|
padding:15px;
|
||||||
}
|
}
|
||||||
|
|
11
_templates/privacy.html
Executable file
11
_templates/privacy.html
Executable file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
layout: base
|
||||||
|
id: privacy
|
||||||
|
---
|
||||||
|
<h1>{% translate pagetitle %}</h1>
|
||||||
|
|
||||||
|
<h2>{% translate datacollect %}</h2>
|
||||||
|
<p>{% translate datacollecttxt %}</p>
|
||||||
|
|
||||||
|
<h2>{% translate datause %}</h2>
|
||||||
|
<p>{% translate datausetxt %}</p>
|
|
@ -480,6 +480,13 @@ en:
|
||||||
faqmore: "To learn more about Bitcoin, please visit the complete <a href=\"/en/faq\">FAQ</a> or the <a href=\"https://en.bitcoin.it/wiki/FAQ\">Bitcoin Wiki</a>."
|
faqmore: "To learn more about Bitcoin, please visit the complete <a href=\"/en/faq\">FAQ</a> or the <a href=\"https://en.bitcoin.it/wiki/FAQ\">Bitcoin Wiki</a>."
|
||||||
materialpicture: "Pictures"
|
materialpicture: "Pictures"
|
||||||
materialpicturemore: "Show more pictures..."
|
materialpicturemore: "Show more pictures..."
|
||||||
|
privacy:
|
||||||
|
title: "Privacy - Bitcoin"
|
||||||
|
pagetitle: "Privacy"
|
||||||
|
datacollect: "Data collected"
|
||||||
|
datacollecttxt: "Bitcoin.org collects anonymized server logs. These logs include IP addresses with replaced last bit, 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>."
|
||||||
protect-your-privacy:
|
protect-your-privacy:
|
||||||
title: "Protect your privacy - Bitcoin"
|
title: "Protect your privacy - Bitcoin"
|
||||||
pagetitle: "Protect your privacy"
|
pagetitle: "Protect your privacy"
|
||||||
|
@ -646,7 +653,9 @@ en:
|
||||||
menu-intro: Introduction
|
menu-intro: Introduction
|
||||||
menu-legal: "Legal"
|
menu-legal: "Legal"
|
||||||
menu-press: "Press"
|
menu-press: "Press"
|
||||||
|
menu-privacy: "Privacy"
|
||||||
menu-resources: Resources
|
menu-resources: Resources
|
||||||
|
menu-stats: "Stats"
|
||||||
menu-support-bitcoin: Participate
|
menu-support-bitcoin: Participate
|
||||||
menu-vocabulary: Vocabulary
|
menu-vocabulary: Vocabulary
|
||||||
menu-you-need-to-know: "You need to know"
|
menu-you-need-to-know: "You need to know"
|
||||||
|
@ -670,6 +679,7 @@ en:
|
||||||
innovation: innovation
|
innovation: innovation
|
||||||
legal: legal
|
legal: legal
|
||||||
press: press
|
press: press
|
||||||
|
privacy: privacy
|
||||||
protect-your-privacy: protect-your-privacy
|
protect-your-privacy: protect-your-privacy
|
||||||
resources: resources
|
resources: resources
|
||||||
secure-your-wallet: secure-your-wallet
|
secure-your-wallet: secure-your-wallet
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue