[www-doc] [Git][VideoLAN.org/websites][master] 2 commits: stats: redirect to the generated page

Ludovic Fauvet gitlab at videolan.org
Wed May 17 11:26:47 CEST 2017


Ludovic Fauvet pushed to branch master at VideoLAN organization / websites


Commits:
fcba040d by Ludovic Fauvet at 2017-05-17T11:26:03+02:00
stats: redirect to the generated page

- - - - -
f7b5d81e by Ludovic Fauvet at 2017-05-17T11:26:25+02:00
stats: add 2.2.5.1

- - - - -


2 changed files:

- www.videolan.org/vlc/stats/downloads.php
- www.videolan.org/vlc/stats/index.php


Changes:

=====================================
www.videolan.org/vlc/stats/downloads.php
=====================================
--- a/www.videolan.org/vlc/stats/downloads.php
+++ b/www.videolan.org/vlc/stats/downloads.php
@@ -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
=====================================
--- a/www.videolan.org/vlc/stats/index.php
+++ b/www.videolan.org/vlc/stats/index.php
@@ -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>
 



View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/compare/8b682e013695ff5a56a22b9253dccb1819bba24e...f7b5d81e34074416343cfb3288f0cf29ea2799ca


More information about the www-doc mailing list