From 36953ee1b708fcbf813b410a05a3eb828036df45 Mon Sep 17 00:00:00 2001
From: Jeremy Kauffman
Date: Wed, 5 Oct 2016 16:21:26 -0400
Subject: [PATCH] top secret windows launch
---
data/i18n/en.yaml | 2 +-
view/template/download/_osx.php | 3 ---
view/template/download/_unavailable.php | 5 -----
view/template/download/_windows.php | 14 ++++++++++++++
4 files changed, 15 insertions(+), 9 deletions(-)
create mode 100644 view/template/download/_windows.php
diff --git a/data/i18n/en.yaml b/data/i18n/en.yaml
index 8eff1b43..f6be2f24 100644
--- a/data/i18n/en.yaml
+++ b/data/i18n/en.yaml
@@ -50,7 +50,7 @@ download:
signup: LBRY is currently in invite only mode. Enter your email to join the waitlist, or your email and invite code for access.
unavailable: LBRY is not yet out on your platform. You will receive an email as we expand LBRY to your preferred platform.
verb: Download
- windows: Arrival is expected this month.
+ windows: Download for Windows
works: "Works with Ubuntu, Debian, or any distro with apt
or dpkg
."
email:
address: Email
diff --git a/view/template/download/_osx.php b/view/template/download/_osx.php
index 54f1d55e..92123bfc 100644
--- a/view/template/download/_osx.php
+++ b/view/template/download/_osx.php
@@ -11,7 +11,4 @@
*/ ?>
>{{download.osx2}}
- {{download.github}}
- GitHub.
-
\ No newline at end of file
diff --git a/view/template/download/_unavailable.php b/view/template/download/_unavailable.php
index 58ca2427..7bbcf809 100644
--- a/view/template/download/_unavailable.php
+++ b/view/template/download/_unavailable.php
@@ -1,8 +1,3 @@
{{download.unavailable}}
-
-
{{download.osx}}
-
-
{{download.windows}}
-
\ No newline at end of file
diff --git a/view/template/download/_windows.php b/view/template/download/_windows.php
new file mode 100644
index 00000000..13cfb045
--- /dev/null
+++ b/view/template/download/_windows.php
@@ -0,0 +1,14 @@
+
\ No newline at end of file