mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-23 12:09:49 +00:00
download data, legal info
This commit is contained in:
parent
44148a3e17
commit
ba52bcfe01
9 changed files with 93 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
email: dev@monero.cc
|
email: dev@getmonero.org
|
||||||
name: Monero
|
name: Monero
|
||||||
description: Private. Secure. Untraceable.
|
description: Private. Secure. Untraceable.
|
||||||
keywords: "monero, xmr, bitmonero, cryptocurrency"
|
keywords: "monero, xmr, bitmonero, cryptocurrency"
|
||||||
|
|
20
_data/downloads.yml
Normal file
20
_data/downloads.yml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
- platform: Windows, 64-bit
|
||||||
|
icon: windows.svg
|
||||||
|
url: /downloads/win64
|
||||||
|
hash: facbeb2e408cf8b9a46534363eba161dbb047654
|
||||||
|
version: 0.8.8.6
|
||||||
|
- platform: Mac OS X, 64-bit
|
||||||
|
icon: apple.svg
|
||||||
|
url: /downloads/mac64
|
||||||
|
hash: 7069de92083fb7831b063cc152e8f35508ff61bf
|
||||||
|
version: 0.8.8.6
|
||||||
|
- platform: Linux, 64-bit
|
||||||
|
icon: linux.svg
|
||||||
|
url: /downloads/linux64
|
||||||
|
hash: 16f3f55bcfbfae6135cbeda6574f651890a8be64
|
||||||
|
version: 0.8.8.6
|
||||||
|
- platform: Mac OS X, 64-bit
|
||||||
|
icon: freebsd.svg
|
||||||
|
url: /downloads/freebsd64
|
||||||
|
hash: 9fd0005b697e146a26a0bf9e3cd0c89b978f7fbd
|
||||||
|
version: 0.8.8.6
|
|
@ -1,8 +1,7 @@
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p>
|
<p>
|
||||||
{% t global.copyright %} © <strong>{% t global.monero_project %}</strong>
|
<strong style="color: #ffffff;">[ <a href="/legal/terms">{% t global.terms %}</a> | <a href="/legal/privacy">{% t global.privacy %}</a> | <a href="/legal/copyright">{% t global.copyright %}</a> ]</strong>
|
||||||
<a href="http://github.com/monero-project/bitmonero"><i class="fa fa-2x fa-github-square"></i></a>
|
|
||||||
<a href="http://reddit.com/r/Monero/"><i class="fa fa-2x fa-reddit-square"></i></a>
|
<a href="http://reddit.com/r/Monero/"><i class="fa fa-2x fa-reddit-square"></i></a>
|
||||||
<a href="http://twitter.com/monerocurrency"><i class="fa fa-2x fa-twitter-square"></i></a>
|
<a href="http://twitter.com/monerocurrency"><i class="fa fa-2x fa-twitter-square"></i></a>
|
||||||
<a href="https://plus.google.com/101861896996947433029/posts"><i class="fa fa-2x fa-google-plus-square"></i></a>
|
<a href="https://plus.google.com/101861896996947433029/posts"><i class="fa fa-2x fa-google-plus-square"></i></a>
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
<ul class="dropdown-menu" role="menu">
|
<ul class="dropdown-menu" role="menu">
|
||||||
<li><a href="/getting-started/choose">{% t menu.choose %}</a></li>
|
<li><a href="/getting-started/choose">{% t menu.choose %}</a></li>
|
||||||
<li><a href="/getting-started/running">{% t menu.running %}</a></li>
|
<li><a href="/getting-started/running">{% t menu.running %}</a></li>
|
||||||
|
<li><a href="/getting-started/donate">{% t menu.donations %}</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="/downloads">{% t menu.downloads %}</a></li>
|
<li><a href="/downloads">{% t menu.downloads %}</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
|
|
|
@ -4,6 +4,9 @@ global:
|
||||||
getting_started: Getting Started
|
getting_started: Getting Started
|
||||||
copyright: Copyright
|
copyright: Copyright
|
||||||
monero_project: The Monero Project
|
monero_project: The Monero Project
|
||||||
|
terms: Terms
|
||||||
|
privacy: Privacy
|
||||||
|
copyright: Copyright
|
||||||
menu:
|
menu:
|
||||||
forum: Forum
|
forum: Forum
|
||||||
blog: Blog
|
blog: Blog
|
||||||
|
@ -17,6 +20,7 @@ menu:
|
||||||
uncategorised: Uncategorized
|
uncategorised: Uncategorized
|
||||||
choose: How to Choose a Monero Client
|
choose: How to Choose a Monero Client
|
||||||
running: How to Run a Monero Node
|
running: How to Run a Monero Node
|
||||||
|
donations: Donating and Sponsorships
|
||||||
downloads: All Monero Downloads
|
downloads: All Monero Downloads
|
||||||
merchants: Monero Merchant Directory
|
merchants: Monero Merchant Directory
|
||||||
accepting: Accepting Monero Payments
|
accepting: Accepting Monero Payments
|
||||||
|
|
12
getting-started/donate.md
Normal file
12
getting-started/donate.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
layout: static_page
|
||||||
|
title: "Donating and Sponsorships"
|
||||||
|
title-pre-kick: "Donating and "
|
||||||
|
title-kick: "Sponsorships"
|
||||||
|
title-post-kick: ""
|
||||||
|
kick-class: "kicks"
|
||||||
|
icon: "icon_donations"
|
||||||
|
attribution: "<!-- Icon is based on work by Freepik (http://www.freepik.com) and is licensed under Creative Commons BY 3.0 -->"
|
||||||
|
---
|
||||||
|
|
||||||
|
### Work in Progress
|
20
legal/copyright.md
Normal file
20
legal/copyright.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
layout: static_page
|
||||||
|
title: "Copyright"
|
||||||
|
title-pre-kick: "Copyrights on this "
|
||||||
|
title-kick: "Website "
|
||||||
|
title-post-kick: ""
|
||||||
|
kick-class: "softyellow-kicks"
|
||||||
|
icon: "icon_copyright"
|
||||||
|
attribution: ""
|
||||||
|
---
|
||||||
|
|
||||||
|
### The Monero Project
|
||||||
|
|
||||||
|
The bulk of the content on this website is copyright The Monero Project. It is made available under the CC BY 3.0 license (the [Creative Commons Attribution 3.0 Unported license](http://creativecommons.org/licenses/by/3.0/)). This means that you can copy and redistribute the material in any medium or format, and remix, transform, and build upon the material for any purpose, even commercially. However, when doing so you must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests The Monero Project endorses you or your use.
|
||||||
|
|
||||||
|
### Icons and Other Attributed Items
|
||||||
|
|
||||||
|
Where an icon is used we have attempted to find an icon in public domain or covered by a Creative Commons license. Attribution for the icon is given in HTML comments in the page source where appropriate and possible.
|
||||||
|
|
||||||
|
Certain logos, such as those for the operating systems and platforms we support as well as those of our sponsors, are copyrighted by their owners. The Monero Project does not own these copyrights, and use these logos either with permission or in an unambiguous and unharmful way.
|
22
legal/privacy.md
Normal file
22
legal/privacy.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
---
|
||||||
|
layout: static_page
|
||||||
|
title: "Privacy"
|
||||||
|
title-pre-kick: "Privacy "
|
||||||
|
title-kick: "Policy"
|
||||||
|
title-post-kick: ""
|
||||||
|
kick-class: "green-kicks"
|
||||||
|
icon: "icon_privacy"
|
||||||
|
attribution: ""
|
||||||
|
---
|
||||||
|
|
||||||
|
### What We Collect
|
||||||
|
|
||||||
|
The Monero Project uses Google Analytics to collect usage and visitor data for this website. This is enabled via a small piece of JavaScript code, and will not run if you have JavaScript disabled.
|
||||||
|
|
||||||
|
We also collect standard server logs from our webserver. We do not use or collect cookies.
|
||||||
|
|
||||||
|
### What We Use the Data For
|
||||||
|
|
||||||
|
The Google Analytics data is used to provide statistics on the website and help us to improve the content and the information flow.
|
||||||
|
|
||||||
|
Server logs are used to analyse errors and diagnose requests to dead links. A portion of the server logs are used to gather statistics on Monero downloads in order to help us better understand our user's needs.
|
12
legal/terms.md
Normal file
12
legal/terms.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
layout: static_page
|
||||||
|
title: "Monero Research Lab"
|
||||||
|
title-pre-kick: "The Monero "
|
||||||
|
title-kick: "Research "
|
||||||
|
title-post-kick: "Lab"
|
||||||
|
kick-class: "lab-kicks"
|
||||||
|
icon: "icon_labs"
|
||||||
|
attribution: ""
|
||||||
|
---
|
||||||
|
|
||||||
|
### Work in Progress
|
Loading…
Reference in a new issue