From ba52bcfe017c5fb23d20742fb4f72373d8780000 Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Wed, 18 Feb 2015 12:38:55 +0200 Subject: [PATCH] download data, legal info --- _config.yml | 2 +- _data/downloads.yml | 20 ++++++++++++++++++++ _includes/footer.html | 3 +-- _includes/header.html | 1 + _strings_en.yml | 4 ++++ getting-started/donate.md | 12 ++++++++++++ legal/copyright.md | 20 ++++++++++++++++++++ legal/privacy.md | 22 ++++++++++++++++++++++ legal/terms.md | 12 ++++++++++++ 9 files changed, 93 insertions(+), 3 deletions(-) create mode 100644 _data/downloads.yml create mode 100644 getting-started/donate.md create mode 100644 legal/copyright.md create mode 100644 legal/privacy.md create mode 100644 legal/terms.md diff --git a/_config.yml b/_config.yml index ffdc9fda..6b8eb921 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,4 @@ -email: dev@monero.cc +email: dev@getmonero.org name: Monero description: Private. Secure. Untraceable. keywords: "monero, xmr, bitmonero, cryptocurrency" diff --git a/_data/downloads.yml b/_data/downloads.yml new file mode 100644 index 00000000..8e62b03a --- /dev/null +++ b/_data/downloads.yml @@ -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 diff --git a/_includes/footer.html b/_includes/footer.html index b0948abc..52d25d0d 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,8 +1,7 @@