top secret windows launch

This commit is contained in:
Jeremy Kauffman 2016-10-05 16:21:26 -04:00
parent 357dccc9ad
commit 36953ee1b7
4 changed files with 15 additions and 9 deletions

View file

@ -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 <code>apt</code> or <code>dpkg</code>."
email:
address: Email

View file

@ -11,7 +11,4 @@
*/ ?>
>{{download.osx2}}</a>
</p>
<p class="meta">{{download.github}}
<a href="https://github.com/lbryio/lbry-setup/blob/master/README_OSX.md" class="link-primary">GitHub</a>.
</p>
</div>

View file

@ -1,8 +1,3 @@
<div class="notice notice-info">
<p>{{download.unavailable}}</p>
<?php if ($os == DownloadActions::OS_OSX): ?>
<p>{{download.osx}}</p>
<?php elseif ($os == DownloadActions::OS_WINDOWS): ?>
<p>{{download.windows}}</p>
<?php endif ?>
</div>

View file

@ -0,0 +1,14 @@
<div class="text-center">
<p>
<a class="btn-alt" <?php echo $downloadUrl ? 'download' : '' ?>
href="<?php echo $downloadUrl ?: 'https://github.com/lbryio/lbry/releases' ?>"
<?php /*
data-facebook-track-id="XXXXX"
data-twitter-track-id="XXXXX"
data-analytics-category="Sign Up"
data-analytics-action="Download"
data-analytics-label="OSX"
*/ ?>
>{{download.windows}}</a>
</p>
</div>