[www-doc] [Git][VideoLAN.org/websites][master] Directly link native app stores for Android and iOS in download dropdown on /vlc
Felix Paul Kühne
gitlab at videolan.org
Wed Jan 20 00:26:47 CET 2016
Felix Paul Kühne pushed to branch master at VideoLAN organization / websites
Commits:
9a9510f1 by Felix Paul Kühne at 2016-01-20T00:26:41Z
Directly link native app stores for Android and iOS in download dropdown on /vlc
- - - - -
2 changed files:
- www.videolan.org/include/os-specific.php
- www.videolan.org/vlc/download-ios.php
Changes:
=====================================
www.videolan.org/include/os-specific.php
=====================================
--- a/www.videolan.org/include/os-specific.php
+++ b/www.videolan.org/include/os-specific.php
@@ -130,13 +130,13 @@ function getOS($os = null, $offset = 0, $count = null, $encode = null) {
"android" => array(
"name" => "Android",
"latestVersion" => $androidversion,
- "location" => "/vlc/download-android.html"
+ "location" => "//play.google.com/store/apps/details?id=org.videolan.vlc"
),
"ios" => array(
"name" => "iOS",
"size" => "56.5 MB",
"latestVersion" => $iosversion,
- "location" => "/vlc/download-ios.html"
+ "location" => "//itunes.apple.com/app/apple-store/id650377962?pt=454758&ct=vodownloadpage&mt=8"
),
"tvos" => array(
"name" => "Apple TV - tvOS",
=====================================
www.videolan.org/vlc/download-ios.php
=====================================
--- a/www.videolan.org/vlc/download-ios.php
+++ b/www.videolan.org/vlc/download-ios.php
@@ -40,7 +40,7 @@
<div class="inner center-xs">
<div class="btn-group">
-<a href="https://itunes.apple.com/app/apple-store/id650377962?pt=454758&ct=vodownloadpage&mt=8"><img src="../images/appstoredownload-en.png" border="0" /></a>
+<a href="https://itunes.apple.com/app/apple-store/id650377962?pt=454758&ct=vodownloadpage&mt=8"><img src="//images.videolan.org/images/appstoredownload-en.png" border="0" /></a>
</div>
<div id="downloadDetails">
Version <span id='downloadVersion'>
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/9a9510f17c4f89c741e96aec7f669f7acfcce4a3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/www-doc/attachments/20160120/c4388c0c/attachment.html>
More information about the www-doc
mailing list