[www-doc] [Git][VideoLAN.org/websites][master] stats: improve iOS numbers
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Mon Dec 16 10:46:40 UTC 2024
Felix Paul Kühne pushed to branch master at VideoLAN organization / websites
Commits:
d1fd7a45 by Felix Paul Kühne at 2024-12-16T11:46:26+01:00
stats: improve iOS numbers
This now also includes the re-installations since April 1st 2015
- - - - -
1 changed file:
- www.videolan.org/vlc/stats/downloads.php
Changes:
=====================================
www.videolan.org/vlc/stats/downloads.php
=====================================
@@ -608,18 +608,21 @@
echo "</tr>";
// iOS
- $ios_new = 83675060; // You must download the CSV in the console to get the precise number
+ $ios_old = 8693518; // Beginning of time until March 31 2015 (purchases)
+ $ios_intermediate = 79139504; // April 1st 2015 until March 31 2024 (downloads plus re-downloads)
+ $ios_new = 16319210; // Since April 1st 2024
+ $ios_total = $ios_old + $ios_intermediate + $ios_new;
echo "
<tr><td class=\"category\" style=\"text-align: left;\"><strong>iOS App</strong></td>
<td></td><td></td><td></td>";
- f($ios_new);
+ f($ios_total);
echo "</tr>";
$snaptotal = 405122;
$srctotal += $snaptotal;
- $maxtotal = $wintotal + $mactotal + $srctotal + $android_old + $android_new + $ios_new;
+ $maxtotal = $wintotal + $mactotal + $srctotal + $android_old + $android_new + $ios_total;
echo "
<tr><td> </td></tr>
<tr><td class=\"category\" style=\"text-align: left;\"><strong>Total</strong></td>\n";
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/d1fd7a4569ea88ade5f5212bebe13f95b65af8c8
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/d1fd7a4569ea88ade5f5212bebe13f95b65af8c8
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the www-doc
mailing list