[vlc-devel] [PATCH 1/3] Update style of macOS nightly page

Marvin Scholz epirat07 at gmail.com
Tue Jun 28 21:32:32 CEST 2016


- Switch to a more modern markup.
- Use sans-serif font for header
---
 .../build/macosx-intel/HEADER.html                 | 44 +++++++++++++---------
 1 file changed, 26 insertions(+), 18 deletions(-)

diff --git a/nightlies.videolan.org/build/macosx-intel/HEADER.html b/nightlies.videolan.org/build/macosx-intel/HEADER.html
index 491a29a..4f7f7d5 100644
--- a/nightlies.videolan.org/build/macosx-intel/HEADER.html
+++ b/nightlies.videolan.org/build/macosx-intel/HEADER.html
@@ -1,19 +1,27 @@
-<table><tr><td><a href="http://www.videolan.org/"><img src="/cone-soppera10.png" alt="cone" style="float: left; border: 0px none black; width: 200px;"/></a></td><td>
-<h1>VLC media player nightly builds for macOS</h1>
+<style type="text/css">
+    p, h1, h2, h3, h4, li { font-family: sans-serif; }
+    img#logo { float: left; border: 0px none black; width: 200px; }
+    header { display: block; }
+    hr { border-top: 1px solid #888; border-bottom: none; }
+    ul { overflow: hidden; }
+</style>
+<header>
+    <a href="http://www.videolan.org/">
+        <img src="/cone-soppera10.png" alt="VLC cone logo" id="logo" />
+    </a>
+    <h1>VLC media player nightly builds for macOS</h1>
+    <p>Remember to test the <strong>latest</strong> nightly build before reporting a bug (in one of the older nightly builds). Have fun!</p>
+    <p>Please report nightly builds breakage (meaning that there is no new build) on <code>#videolan</code> on <code>irc.freenode.net</code>.</p>
 
-<p>Remember to test the <b>latest</b> nightly build before reporting a bug (in one of the older nightly builds). Have fun!</p>
-
-<p>Please report nightly builds breakage (meaning that there is no new build) on <b>#videolan</b> on irc.freenode.net .</p>
-
-<p><h2>Note: VLC's nightly builds require Mac OS X 10.7 or later</h2></p>
-<p>It will not launch on older releases. We recommend you to keep your Mac OS X installation up-to-date and to install Apple's updates. This will also improve your VLC usage experience.</p>
-<p>Note that nightly builds for macOS are not signed with our GateKeeper certificate. Therefore, you need to right-click on the application to select "Open" to launch them for the first time after download.</p>
-<br />
-<p>What's the stable branch? That's currently VLC's 2.2 series. We no longer provide nightly builds for VLC 1.1.x, 2.0.x or 2.1.x.</p>
-<br />
-<p><b>vlc-<i>version</i>-x86_64 </b> is the latest VLC snapshot compiled in <i>64</i> bit mode.</p>
-<p><b>VLCKit</b> is the latest VLC snapshot of the Objective-C framework (libvlc binding) to include VLC's functionality in your own applications.</p>
-<p><b>VLC-webplugin</b> is a plugin for web browsers that support NPAPI-style plugins.</p>
-<br />
-<p><a href="/">Looking for nightly builds for other OSes?</a> or <a href="http://www.videolan.org/vlc/download-macosx.html">official releases?</a></p>
-</td></table>
+    <h2>Note: VLC's nightly builds require Mac OS X 10.7 or later</h2>
+    <p>It will not launch on older releases. We recommend you to keep your Mac OS X installation up-to-date and to install Apple's updates. This will also improve your VLC usage experience.</p>
+    <p>Note that nightly builds for macOS are not signed with our GateKeeper certificate. Therefore, you need to right-click on the application to select <em>Open</em> to launch them for the first time after download.</p>
+    <h2>What's the stable branch?</h2>
+    <p>That's currently VLC's 2.2 series. We no longer provide nightly builds for VLC 1.1.x, 2.0.x or 2.1.x.</p>
+    <ul>
+        <li><strong>vlc-<em>version</em>-x86_64</strong> is the latest VLC snapshot compiled in <em>64</em> bit mode.</li>
+        <li><strong>VLCKit</strong> is the latest VLC snapshot of the Objective-C framework (libvlc binding) to include VLC's functionality in your own applications.</li>
+        <li><strong>VLC-webplugin</strong> is a plugin for web browsers that support NPAPI-style plugins.</li>
+    </ul>
+    <p><a href="/">Looking for nightly builds for other OSes</a> or <a href="http://www.videolan.org/vlc/download-macosx.html">official releases</a>?</p>
+</header>
-- 
2.7.4 (Apple Git-66)



More information about the vlc-devel mailing list