Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
websites
Manage
Activity
Members
Labels
Plan
Issues
25
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN organization
websites
Compare revisions
8b682e013695ff5a56a22b9253dccb1819bba24e to f7b5d81e34074416343cfb3288f0cf29ea2799ca
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
VideoLAN.org/websites
Select target project
No results found
f7b5d81e34074416343cfb3288f0cf29ea2799ca
Select Git revision
Branches
3.0.18-release
master
Swap
Target
VideoLAN.org/websites
Select target project
VideoLAN.org/websites
Freso/websites
ePirat/websites
DimStar77/websites
lemourin/websites
kwizart/websites
cmassiot/websites
fcartegnie/websites
mfkl/websites
chouquette/websites
maybesamuel43/websites
xslidian/websites
realRojSerbest/websites
Aza/websites
azchohfi/websites
VegaMex/websites
m/websites
fkuehne/websites
Roman-Gemini95/websites
Jamesguru/websites
dillmo71/websites
anodsaod/websites
jill/websites
Garf/websites
atas70835/websites
mahdiabdolahi01234/websites
pbo-linaro/websites
OctopusET/websites
28 results
8b682e013695ff5a56a22b9253dccb1819bba24e
Select Git revision
Branches
3.0.18-release
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
stats: redirect to the generated page
· fcba040d
Ludovic Fauvet
authored
7 years ago
fcba040d
stats: add 2.2.5.1
· f7b5d81e
Ludovic Fauvet
authored
7 years ago
f7b5d81e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
www.videolan.org/vlc/stats/downloads.php
+7
-0
7 additions, 0 deletions
www.videolan.org/vlc/stats/downloads.php
www.videolan.org/vlc/stats/index.php
+1
-1
1 addition, 1 deletion
www.videolan.org/vlc/stats/index.php
with
8 additions
and
1 deletion
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
)
...
...
This diff is collapsed.
Click to expand it.
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>
...
...
This diff is collapsed.
Click to expand it.