<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
img {
max-width: 100%;
height: auto;
}
p.details {
font-style:italic;
color:#777
}
.footer p {
font-size:small;
color:#777
}
pre.commit-message {
white-space: pre-wrap;
}
.file-stats a {
text-decoration: none;
}
.file-stats .new-file {
color: #090;
}
.file-stats .deleted-file {
color: #B00;
}
</style>
<body>
<div class='content'>
<h3>Ludovic Fauvet pushed to branch master at <a href="https://code.videolan.org/VideoLAN.org/websites">VideoLAN organization / websites</a></h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://code.videolan.org/VideoLAN.org/websites/commit/512b739b8725e28322a954bb946aa25702c1ea1b">512b739b</a></strong>
<div>
<span>by Ludovic Fauvet</span>
<i>at 2016-02-12T22:00:14Z</i>
</div>
<pre class='commit-message'>Fix mixed content</pre>
</li>
<li>
<strong><a href="https://code.videolan.org/VideoLAN.org/websites/commit/b3e643118a6464d2c913d5f0111019b4a94bf71d">b3e64311</a></strong>
<div>
<span>by Ludovic Fauvet</span>
<i>at 2016-02-12T22:01:58Z</i>
</div>
<pre class='commit-message'>[PoC] Live download stats in websocket</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
www.videolan.org/vlc/stats/downloads.php
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://code.videolan.org/VideoLAN.org/websites/compare/cce50730e00d29e17427aae923949a093d4f29bc...b3e643118a6464d2c913d5f0111019b4a94bf71d#diff-0'>
<strong>
www.videolan.org/vlc/stats/downloads.php
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/www.videolan.org/vlc/stats/downloads.php
</span><span style="color: #000000;background-color: #ddffdd">+++ b/www.videolan.org/vlc/stats/downloads.php
</span><span style="color: #aaaaaa">@@ -5,6 +5,15 @@
</span> require($_SERVER["DOCUMENT_ROOT"]."/include/header.php");
?>
<span style="color: #000000;background-color: #ddffdd">+<script>
+ $(function() {
+ var ws = new WebSocket("wss://get.videolan.org/wscounter");
+ ws.onmessage = function(event) {
+ $('#wscounter').text(event.data);
+ };
+ });
+</script>
+
</span> <div id="fullwidth">
<h1>VLC download statistics</h1>
<span style="color: #aaaaaa">@@ -16,13 +25,15 @@
</span> <p>We don't show Linux download statistics as most downloads for this
OS are made through distributions.</p>
<span style="color: #000000;background-color: #ddffdd">+ <p align="center" id="wscounter"></p>
+
</span> <?php echo "<center><img src='//images.videolan.org/images/events/1billion.png' alt='1 billion downloads' class='' style='box-shadow: 0px 0px 10px 5px #FFF; margin-top: 20px;' /></center>"; ?>
<h1>Downloads by version and by OS</h1>
<table border="0">
<tr>
<th style="text-align: left; width: 60px;">Version</th>
<span style="color: #000000;background-color: #ffdddd">- <th class="os" style="text-align: right;"><img src="http://images.videolan.org/images/icons/winvista.png" alt="Windows" width="32" height="32" />
</span><span style="color: #000000;background-color: #ddffdd">+ <th class="os" style="text-align: right;"><img src="//images.videolan.org/images/icons/winvista.png" alt="Windows" width="32" height="32" />
</span> </th>
<th class="os" style="text-align: right;"><img src="/images/icons/macosx.png" alt="Mac OS X" width="32" height="32" />
</th>
</code></pre>
<br>
</li>
</div>
<div class='footer' style='margin-top: 10px;'>
<p>
—
<br>
<a href="https://code.videolan.org/VideoLAN.org/websites/compare/cce50730e00d29e17427aae923949a093d4f29bc...b3e643118a6464d2c913d5f0111019b4a94bf71d">View it on GitLab</a>
<br>
You're receiving this email because of your account on <a href="https://code.videolan.org/">code.videolan.org</a>.
If you'd like to receive fewer emails, you can adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":["merge_requests","issues","commit"],"url":"https://code.videolan.org/VideoLAN.org/websites/compare/cce50730e00d29e17427aae923949a093d4f29bc...b3e643118a6464d2c913d5f0111019b4a94bf71d"}}</script>
</p>
</div>
</body>
</html>