Skip to content

Commit

Permalink
download data, legal info
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffypony committed Feb 18, 2015
1 parent 44148a3 commit ba52bcf
Show file tree
Hide file tree
Showing 9 changed files with 93 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
email: dev@monero.cc
email: dev@getmonero.org
name: Monero
description: Private. Secure. Untraceable.
keywords: "monero, xmr, bitmonero, cryptocurrency"
Expand Down
20 changes: 20 additions & 0 deletions _data/downloads.yml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 1 addition & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<div class="footer">
<div class="container">
<p>
{% t global.copyright %} &copy; <strong>{% t global.monero_project %}</strong>
<a href="http://github.com/monero-project/bitmonero"><i class="fa fa-2x fa-github-square"></i></a>
<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://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="https://plus.google.com/101861896996947433029/posts"><i class="fa fa-2x fa-google-plus-square"></i></a>
Expand Down
1 change: 1 addition & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<ul class="dropdown-menu" role="menu">
<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/donate">{% t menu.donations %}</a></li>
<li class="divider"></li>
<li><a href="/downloads">{% t menu.downloads %}</a></li>
<li class="divider"></li>
Expand Down
4 changes: 4 additions & 0 deletions _strings_en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ global:
getting_started: Getting Started
copyright: Copyright
monero_project: The Monero Project
terms: Terms
privacy: Privacy
copyright: Copyright
menu:
forum: Forum
blog: Blog
Expand All @@ -17,6 +20,7 @@ menu:
uncategorised: Uncategorized
choose: How to Choose a Monero Client
running: How to Run a Monero Node
donations: Donating and Sponsorships
downloads: All Monero Downloads
merchants: Monero Merchant Directory
accepting: Accepting Monero Payments
Expand Down
12 changes: 12 additions & 0 deletions getting-started/donate.md
Original file line number Diff line number Diff line change
@@ -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 changes: 20 additions & 0 deletions legal/copyright.md
Original file line number Diff line number Diff line change
@@ -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 changes: 22 additions & 0 deletions legal/privacy.md
Original file line number Diff line number Diff line change
@@ -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 changes: 12 additions & 0 deletions legal/terms.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ba52bcf

Please sign in to comment.