Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
stats: redirect to the generated page
· fcba040d
Ludovic Fauvet
authored
May 17, 2017
fcba040d
stats: add 2.2.5.1
· f7b5d81e
Ludovic Fauvet
authored
May 17, 2017
f7b5d81e
Hide whitespace changes
Inline
Side-by-side
www.videolan.org/vlc/stats/downloads.php
View file @
f7b5d81e
...
...
@@ -193,6 +193,7 @@
"2.2.2"
=>
array
(
"Windows"
=>
0
,
"Macintosh"
=>
0
,
"Total"
=>
0
),
"2.2.3"
=>
array
(
"Windows"
=>
0
,
"Macintosh"
=>
0
,
"Total"
=>
0
),
"2.2.4"
=>
array
(
"Windows"
=>
0
,
"Macintosh"
=>
0
,
"Total"
=>
0
),
"2.2.5.1"
=>
array
(
"Windows"
=>
0
,
"Macintosh"
=>
0
,
"Total"
=>
0
),
);
$table
=
array_merge
(
$table_old
,
$table_sf
);
...
...
@@ -379,6 +380,12 @@
"Macintosh"
=>
"https://get.videolan.org/vlc/#version#/macosx/vlc-#version#.dmg?stats"
,
"Source"
=>
"https://get.videolan.org/vlc/#version#/vlc-#version#.tar.xz?stats"
,
),
"2.2.5.1"
=>
array
(
"Windows"
=>
array
(
"https://get.videolan.org/vlc/#version#/win32/vlc-#version#-win32.exe?stats"
,
"https://get.videolan.org/vlc/#version#/win64/vlc-#version#-win64.exe?stats"
,
"https://get.videolan.org/vlc/#version#/win32/vlc-#version#-win32.7z?stats"
,
"https://get.videolan.org/vlc/#version#/win32/vlc-#version#-win32.zip?stats"
,
"https://get.videolan.org/vlc/#version#/win64/vlc-#version#-win64.7z?stats"
,
"https://get.videolan.org/vlc/#version#/win64/vlc-#version#-win64.zip?stats"
),
"Macintosh"
=>
"https://get.videolan.org/vlc/#version#/macosx/vlc-#version#.dmg?stats"
,
"Source"
=>
"https://get.videolan.org/vlc/#version#/vlc-#version#.tar.xz?stats"
,
),
);
foreach
(
$table
as
$key
=>
$t
)
...
...
www.videolan.org/vlc/stats/index.php
View file @
f7b5d81e
...
...
@@ -16,7 +16,7 @@
<h1>
Download statistics
</h1>
<p><a
href=
"/vlc/stats/downloads.
php
"
>
View download statistics
</a></p>
<p><a
href=
"/vlc/stats/downloads.
html
"
>
View download statistics
</a></p>
</div>
...
...